button{border:0;border-radius:0;color:inherit;cursor:pointer}button,input{background:none;outline:0}input{border:0}
input.regular:not([type=radio]):not([type=checkbox]):not([readonly]){padding:.25em .5em;background:#fff;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#27364e;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;-ms-transition:all .2s ease-out;transition:all .2s ease-out}input.regular:not([type=radio]):not([type=checkbox]):not([readonly])::placeholder{color:#a9afb8}input.regular:not([type=radio]):not([type=checkbox]):not([readonly]):focus,input.regular:not([type=radio]):not([type=checkbox]):not([readonly]):hover{border-color:#eb5648}input.regular[readonly]{padding:.25em .5em;background-color:#f6f6f6;border:0;color:rgba(39,54,78,.4)}textarea.regular:focus{outline:0}textarea.regular[readonly]{padding:.25em .5em;background-color:#f6f6f6;border:0;color:rgba(39,54,78,.4)}button.primary,button.regular{padding:.25em;border:1px solid #eb5648;border-radius:1px;color:#eb5648;cursor:pointer;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;-ms-transition:all .2s ease-out;transition:all .2s ease-out}button.primary:not(button),button.regular:not(button){display:-webkit-inline-box;display:-moz-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-box;display:inline-flex;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}button.primary:hover:not([disabled]),button.regular:hover:not([disabled]){background-color:#eb5648;border:1px solid #eb5648;color:#fff}button.primary[disabled],button.regular[disabled]{opacity:.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60)}button.primary{background-color:#eb5648;color:#fff}button.primary:hover:not([disabled]){background-color:#ff7c75;border-color:#ff7c75;color:#fff}
.project-name,.team-name,.user-email,.user-name,.widget-name{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.quote{display:inline-block}.user-name{max-width:10em}.user-email{max-width:12em}.project-name{max-width:15em}.team-name{max-width:10em}.widget-name{max-width:12em}
.PrimaryButton,.RegularButton{padding:0 .5em;height:34px;font-size:14px;border:1px solid;border-radius:2px;color:#8d9ea6;cursor:pointer;transition:all .2s ease-out}.PrimaryButton:not(button),.RegularButton:not(button){display:inline-flex;justify-content:center;align-items:center}.PrimaryButton:hover:not([disabled]),.RegularButton:hover:not([disabled]){color:#5b6b73}.PrimaryButton[disabled],.RegularButton[disabled],.TextButton[disabled]{cursor:not-allowed;opacity:.6}.PrimaryButton .icon,.RegularButton .icon,.TextButton .icon{margin-right:.125em}.PrimaryButton.small,.RegularButton.small{height:2em;font-size:12px}.PrimaryButton{background-color:#8d9ea6;border-color:transparent;color:#fff}.PrimaryButton:hover:not([disabled]){background-color:#5b6b73;color:#fff}.PrimaryButton:active:not([disabled]){color:hsla(0,0%,100%,.6)}.TextButton{color:#1e98ea;transition:all .1s ease-out}.TextButton:not([disabled]):hover{color:#148ad9;text-decoration:underline}.TextButton.small{height:2em;font-size:12px}
.Dropdown.is-disabled{opacity:.5}.Dropdown.is-disabled>button{cursor:not-allowed}.DropdownMenuBase{position:fixed;pointer-events:none}.DropdownMenu{position:absolute;margin:.25em 0;width:100%;min-width:7em;font-size:12px;filter:drop-shadow(0 2px 10px rgba(39,54,78,.12)) drop-shadow(4px 12px 40px rgba(39,54,78,.12));pointer-events:none;opacity:0;transition:.2s ease-in-out;transition-property:transform,opacity;transform-origin:50% 0;transform:scale(.9)}.DropdownMenu.is-open{pointer-events:auto;opacity:1;transform:scale(1)}.DropdownMenu.x-left{left:0}.DropdownMenu.x-right{left:auto;right:0}.DropdownMenu.x-center{left:50%;transform:scale(.9) translateX(-50%)}.DropdownMenu.x-center.is-open{transform:scale(1) translateX(-50%)}.DropdownMenu.is-downward{top:100%;bottom:auto}.DropdownMenu.is-upward{top:auto;bottom:100%}.DropdownMenu.arrowed{margin-top:.75em;margin-bottom:.75em}.DropdownMenu.arrowed.x-left.x-arrow-based{left:50%;margin-left:-14px}.DropdownMenu.arrowed.x-right.x-arrow-based{left:auto;right:50%;margin-right:-14px}.DropdownMenu .arrow{position:absolute;top:calc(-.375em + 1px);left:calc(50% - .5em);font-size:14px;line-height:0;color:#fff}.DropdownMenu.x-left .arrow{left:.5em;right:auto}.DropdownMenu.x-right .arrow{left:auto;right:.5em}.DropdownMenu svg{width:1em;height:.375em;fill:currentColor;fill-rule:evenodd}.DropdownMenu.is-upward .arrow{transform:rotate(180deg);top:auto;bottom:calc(-.375em + 1px)}.DropdownMenu .content{padding:.75em .5em;min-height:32px;background-color:#fff;border-radius:4px}.DropdownMenu ul.MenuList{margin:0;padding:0;list-style:none;text-align:center;color:#5b6b73}.DropdownMenu ul.MenuList li{line-height:32px;border-radius:2px;cursor:pointer}.DropdownMenu ul.MenuList li:not(.is-disabled):hover{background-color:#f6f7f8}.DropdownMenu ul.MenuList li.is-active{color:#1e98ea}.DropdownMenu ul.MenuList li.is-disabled{cursor:not-allowed;opacity:.5}
.FormEntry{margin:.5em 0;min-height:34px}.FormEntry,.FormEntry>.key{display:flex;align-items:center}.FormEntry>.key{align-self:flex-start;flex-basis:7em;height:34px}.FormEntry>.val{flex:1;margin-left:auto;max-width:calc(100% - 7em)}.FormEntry .required-sign{margin:0 .25em;color:#eb5648}.FormEntry>.val>.Input{display:block;width:100%}.FormEntry>.val>.Input.small{margin-top:6px;margin-bottom:6px}.FormEntry>.val>.Textarea{display:block;width:100%}.FormEntry>.val>.Check,.FormEntry>.val>.CheckGroup,.FormEntry>.val>.Radio,.FormEntry>.val>.RadioGroup{margin-top:calc((34px - 1.5em)/2)}.Input,.Textarea{display:inline-block;color:#415058}.Input input,.Input textarea,.Textarea input,.Textarea textarea{font-size:inherit;color:inherit}.Input input[disabled],.Input textarea[disabled],.Textarea input[disabled],.Textarea textarea[disabled]{opacity:.5;cursor:not-allowed}.Input input:focus,.Input textarea:focus,.Textarea input:focus,.Textarea textarea:focus{outline:0}.Input input:not([type=email]):invalid,.Input textarea:not([type=email]):invalid,.Textarea input:not([type=email]):invalid,.Textarea textarea:not([type=email]):invalid{border-color:#e84030!important;box-shadow:0 0 6px 0 rgba(232,64,48,.5)!important}.Input input::placeholder,.Input textarea::placeholder,.Textarea input::placeholder,.Textarea textarea::placeholder{color:#8d9ea6}.Input:not(.unstyled) input,.Input:not(.unstyled) textarea,.Textarea:not(.unstyled) input,.Textarea:not(.unstyled) textarea{background-color:#f6f7f8;border:1px solid #f2f2f3;border-radius:2px;caret-color:#1e98ea;transition:.2s ease-out;transition-property:background,border,box-shadow,opacity}.Input:not(.unstyled) input:not([disabled]):not([readonly]):hover,.Input:not(.unstyled) textarea:not([disabled]):not([readonly]):hover,.Textarea:not(.unstyled) input:not([disabled]):not([readonly]):hover,.Textarea:not(.unstyled) textarea:not([disabled]):not([readonly]):hover{border-color:#1e98ea}.Input:not(.unstyled) input:not([disabled]):not([readonly]):focus,.Input:not(.unstyled) textarea:not([disabled]):not([readonly]):focus,.Textarea:not(.unstyled) input:not([disabled]):not([readonly]):focus,.Textarea:not(.unstyled) textarea:not([disabled]):not([readonly]):focus{background-color:#fff;border-color:#1e98ea;box-shadow:0 0 6px 0 rgba(30,152,234,.5)}.Input.regular{height:34px;font-size:14px}.Input.small{height:22px;font-size:12px}.Input input{padding:0 .5em;width:100%;height:100%}.Textarea.regular{font-size:14px}.Textarea.small{font-size:12px}.Textarea textarea{padding:.5em;width:100%;min-height:5em;max-height:10em;resize:vertical}.Textarea textarea[disabled],.Textarea textarea[readonly]{resize:none}.InputEmailx:not(.unstyled).is-active input,.InputEmailx:not(.unstyled).is-active input:invalid{background-color:#fff!important;border-color:#1e98ea!important;box-shadow:0 0 6px 0 rgba(30,152,234,.5)!important}.InputEmail:not(.unstyled).isnt-valid input{border-color:#e84030!important;box-shadow:0 0 6px 0 rgba(232,64,48,.5)!important}.InputNumber{position:relative;display:inline-block;min-width:2em;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.InputNumber:not(.unstyled).is-active input{background-color:#fff;border-color:#1e98ea;box-shadow:0 0 6px 0 rgba(30,152,234,.5)}.InputNumber:not(.unstyled).isnt-valid input{border-color:#e84030!important;box-shadow:0 0 6px 0 rgba(232,64,48,.5)!important}.InputNumber.is-disabled{cursor:not-allowed}.InputNumber.is-disabled>*{opacity:.5}.InputNumber.is-disabled .action,.InputNumber.is-readonly .action{visibility:hidden}.InputNumber input{padding-right:1.5em;padding-left:.5em;font-family:inherit}.InputNumber.regular input{padding-right:2em}.InputNumber:not(.is-disabled):hover input:not([readonly])~.action,.InputNumber input:not([readonly]):focus~.action{opacity:1;transition:all .2s ease-out}.InputNumber .action{position:absolute;top:0;right:0;width:1.5em;height:100%;text-align:center}.InputNumber .action:not(.caret){opacity:0}.InputNumber .action svg{height:4px;fill:currentColor;fill-rule:evenodd}.InputNumber .action.caret button{height:100%}.InputNumber .action.caret svg{transform:rotate(180deg);transition:transform .2s ease-out}.InputNumber.is-menu-open .caret svg{transform:rotate(0)}.InputNumber .action button{display:block;margin:0;padding:0;width:100%;height:50%;line-height:0;color:#8d9ea6;transition:all .1s ease-out}.InputNumber .action button:hover{color:#5b6b73}.InputNumber .action button:active{color:#1e98ea}.InputNumber .action button[data-action=up]{padding:5px 0 2px}.InputNumber .action button[data-action=down]{padding:2px 0 5px}.InputNumber .action button[data-action=down] svg{transform:rotate(180deg)}.InputNumber.regular .action{top:50%;transform:translateY(-50%);width:2em;height:28px}.InputNumber.with-desc{margin-top:6px;margin-bottom:1.5em}.InputNumber .desc,.InputNumber .prefix,.InputNumber .suffix,.InputNumber .title{position:absolute;top:0;left:0;display:flex;align-items:center;height:100%;pointer-events:none;user-select:none;border:1px solid transparent}.InputNumber.is-empty .prefix,.InputNumber.is-empty .suffix{opacity:.3}.InputNumber .title{margin-left:.5em;color:#8d9ea6}.InputNumber .desc{top:100%;width:100%;height:1.5em;line-height:1.5;justify-content:center;color:#8d9ea6}.InputNumber .prefix{margin-left:.5em}.InputNumber .suffix{padding-left:.5em;padding-right:1.625em;width:100%}.InputNumber .suffix:before{content:attr(data-value);display:inline-block;margin-right:.125em;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content;overflow:hidden;opacity:0}.Check,.Radio{position:relative;display:inline-flex;align-items:baseline;line-height:1.5;cursor:pointer;color:#5b6b73}.Check.regular,.Radio.regular{font-size:14px}.Check.small,.Radio.small{font-size:12px}.Check.is-disabled,.CheckGroup.is-disabled,.Radio.is-disabled,.RadioGroup.is-disabled{cursor:not-allowed}.Check.is-disabled:after,.CheckGroup.is-disabled:after,.Radio.is-disabled:after,.RadioGroup.is-disabled:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.5)}.Check>input[type=checkbox],.Check>input[type=radio],.Radio>input[type=checkbox],.Radio>input[type=radio]{position:absolute;opacity:0}.Check .Check-state,.Radio .Check-state{position:relative;flex:0 0 1em;margin-right:.33333em;width:1em;height:1em;transform:translateY(1px);font-size:12px;background-color:#f6f7f8;border:1px solid #8d9ea6;border-radius:2px;color:#fff;transition:all .2s ease-in-out}.Check.small .Check-state,.Radio.small .Check-state{transform:translateY(2px)}.Check.is-checked .Check-state,.Radio.is-checked .Check-state{background-color:#1e98ea;border-color:transparent;color:#fff}.Check.is-checked .Check-state .icon,.Radio.is-checked .Check-state .icon{transform:scale(.833)}.Check .Check-state .icon{position:absolute;top:-1px;left:-1px;transition:all .2s ease-in-out}.Check:not(.is-checked) .Check-state .icon{speak:none;opacity:0}.CheckGroup,.RadioGroup{position:relative;display:flex;flex-wrap:wrap}.CheckGroup .Check,.CheckGroup .Radio,.RadioGroup .Check,.RadioGroup .Radio{margin-right:.5em;min-height:2em}.Radio .Check-state{padding:1px;border-radius:50%}.Radio.is-checked .Check-state{position:relative}.Radio.is-checked .Check-state:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:block;width:4px;height:4px;background-color:#fff;border-radius:50%}.mb-cant-scroll{overflow:hidden!important}.Select{display:inline-flex;justify-content:space-between;align-items:center;max-width:100%;min-width:3em;height:34px;color:#5b6b73;cursor:pointer;transition:all .2s ease-out}.Select button{flex:1;width:calc(100% - 2em);height:100%;text-align:start;cursor:inherit}.Select .caret{margin:0 .75em 0 1em;line-height:0;color:#8d9ea6}.Select .caret svg{display:block;width:6px;height:4px;fill:currentColor;fill-rule:evenodd;transform:rotate(180deg);transition:all .3s ease-out}.Select:not(.unstyled){padding-left:.5em;background-color:#f6f7f8;border:1px solid #f2f2f3;border-radius:2px}.Select.small{height:22px;font-size:12px}.Select.small .caret{margin-right:.5em}.Select:not(.is-disabled):not(.unstyled):hover,.Select:not(.unstyled).is-open{border-color:#1e98ea}.Select.is-open:not(.unstyled){background-color:#fff;box-shadow:0 0 6px 0 rgba(30,152,234,.5)}.Select.is-open .caret svg{transform:rotate(0deg)}.Select.is-disabled{cursor:not-allowed;opacity:.6}.SelectMenuBase{position:fixed;pointer-events:none;z-index:1100}ul.SelectMenu{position:absolute;margin:2px 0;padding:0;display:block;max-width:20em;min-width:100%;min-height:30px;max-height:300px;overflow-x:hidden;overflow-y:auto;pointer-events:none;font-size:12px;list-style:none;background-color:#fff;border-radius:3px;box-shadow:0 2px 10px 0 rgba(39,54,78,.08),4px 12px 40px 0 rgba(39,54,78,.1);color:#5b6b73;transition:.2s ease-out;transition-property:transform,opacity;transform-origin:50% 0}ul.SelectMenu::-webkit-scrollbar{display:block;width:2px;height:2px}ul.SelectMenu::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:1px}ul.SelectMenu::-webkit-scrollbar-track{background-color:hsla(0,0%,100%,.5)}ul.SelectMenu.is-empty{min-height:30px}ul.SelectMenu:not(.is-open){opacity:0;transform:scale(.8)}ul.SelectMenu.x-center{left:50%;transform:translateX(-50%)}ul.SelectMenu.x-center:not(.is-open){transform:scale(.8) translateX(-50%)}ul.SelectMenu.is-downward{top:100%;bottom:auto}ul.SelectMenu.is-upward{transform-origin:50% 100%;top:auto;bottom:100%}ul.SelectMenu.is-open{opacity:1;pointer-events:auto}ul.SelectMenu li.SelectGroup>.title{padding:0 .75em;width:100%;height:30px;line-height:30px;font-weight:700}ul.SelectMenu li.SelectGroup>ul{margin:0;padding:0}ul.SelectMenu li.SelectOption{display:flex;align-items:center;height:30px;line-height:30px;cursor:pointer}ul.SelectMenu li.SelectOption>.Ellipsis{padding:0 .75em}ul.SelectMenu li.SelectOption.is-disabled{cursor:not-allowed;opacity:.5}ul.SelectMenu li.SelectOption.is-active{color:#1e98ea}ul.SelectMenu li.SelectOption.is-active,ul.SelectMenu li.SelectOption:not(.empty-msg):not(.is-disabled):hover{background-color:#f6f7f8}ul.SelectMenu li.SelectOption.empty-msg{padding:0 .5em;color:#8d9ea6;cursor:not-allowed}
.GuideBase{position:fixed}.Guide,.GuideBase{pointer-events:none}.Guide{position:absolute;min-width:10em;font-size:12px;filter:drop-shadow(0 2px 10px rgba(39,54,78,.12)) drop-shadow(4px 12px 40px rgba(39,54,78,.12));opacity:0;transition:.2s ease-in-out;transition-property:transform,opacity;transform-origin:50% 0;transform:scale(.9)}.Guide,.Guide.arrowed{margin:.75em 0}.Guide.is-open{pointer-events:auto;opacity:1;transform:scale(1)}.Guide.x-left{left:0}.Guide.x-right{left:auto;right:0}.Guide.x-center{left:50%;transform:scale(.9) translateX(-50%)}.Guide.x-center.is-open{transform:scale(1) translateX(-50%)}.Guide.is-downward{top:100%;bottom:auto}.Guide.is-upward{top:auto;bottom:100%}.Guide .arrow{position:absolute;top:calc(-.28em + 1px);left:calc(50% - .5em);font-size:28px;line-height:0;color:#fff}.Guide.x-left .arrow{left:1em;right:auto}.Guide.x-right .arrow{left:auto;right:1em}.Guide svg{width:1em;height:.28em;fill:currentColor;fill-rule:evenodd}.Guide.is-upward .arrow{top:auto;bottom:calc(-.28em + 1px)}.Guide.is-downward .arrow{transform:rotate(180deg)}.Guide .content{position:relative;padding:1.5em 1.5em 1em;min-height:32px;font-size:14px;line-height:2;background-color:#fff;border-radius:4px;color:#8d9ea6}.Guide header{margin:.25em 0 10px;font-size:16px;font-weight:700;line-height:1.2;color:#415058}.Guide .close-btn{position:absolute;top:.5em;right:.5em;font-size:14px;color:#c8cdd1}.Guide .close-btn svg{width:1em;height:1em}.Guide footer{margin-top:.75em;text-align:end}.Guide footer button:not([disabled]):hover{text-decoration:none;opacity:.8}
body.mb-cant-scroll{overflow:hidden}.ModalPortal{position:fixed;z-index:1050;top:0;left:0;width:100vw;height:100vh;overflow-x:hidden;overflow-y:auto}.ModalPortal:not(.is-open){pointer-events:none}.ModalPortal:not(.is-open) .ModalMask{background-color:transparent}.ModalPortal:not(.is-open) .Modal{transform:translateY(-50vh);opacity:0}.ModalPortal.is-open .Modal{transition-delay:.175s}.ModalMask{display:flex;padding:50px 25px;width:100vw;min-height:100vh;background-color:rgba(0,0,0,.4);transition:background .2s}.ModalMask.can-close{cursor:pointer}.Modal{position:relative;z-index:20;margin:calc(20vh - 50px) auto auto;min-height:150px;transform:translateY(0);font-size:14px;background-color:#fff;box-shadow:0 2px 8px 0 rgba(0,0,0,.1);border-radius:1px;color:#5b6b73;cursor:auto;transition:transform .3s,opacity .2s}.Modal.is-v-centered{margin:auto}.Modal header{position:relative;display:flex;align-items:center;padding:0 20px;height:55px;font-size:14px;border-bottom:1px solid #f2f2f3;color:#415058}.Modal .close-btn{position:absolute;top:50%;right:0;padding:0 20px;width:54px;height:100%;transform:translateY(-50%);font-size:14px;line-height:1;color:#8d9ea6}.Modal .close-btn:hover{color:#5b6b73}.Modal .content{padding:30px 20px 35px}.Modal footer{display:flex;justify-content:flex-end;align-items:center;padding:0 20px;height:55px;line-height:1;border-top:1px solid #f2f2f3}.Modal .cancel-btn,.Modal .confirm-btn{margin-left:1.5em;min-width:2em;height:34px;color:#8d9ea6;transition:color .1s ease-in-out}.Modal .cancel-btn[disabled],.Modal .confirm-btn[disabled]{opacity:.5;cursor:not-allowed}.Modal .cancel-btn:not([disabled]):hover,.Modal .confirm-btn:not([disabled]):hover{color:#5b6b73}.Modal .confirm-btn{font-weight:700;color:#eb5648}.Modal .confirm-btn:not([disabled]):hover{color:#dd2918}.AlertModal,.FormModal{display:flex;flex-direction:column;width:380px;line-height:1.5}.AlertModal .FormEntry:last-child,.FormModal .FormEntry:last-child{margin-bottom:-.5em}.AlertModal .FormEntry>.key,.FormModal .FormEntry>.key{flex-basis:7em}.AlertModal .FormEntry>.val,.FormModal .FormEntry>.val{max-width:calc(100% - 7em)}.FunctionalModal{width:500px}.DisplayModal{width:640px}
label.Switch{position:relative;display:inline-block;margin:0 .125em;width:52px;height:26px;vertical-align:calc((1em - 26px)/2);background-color:#c8cdd1;border-radius:13px;cursor:pointer;transition:all .2s}label.Switch>button{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;margin:1px;width:24px;height:24px;font-size:14px;border-radius:50%;background-color:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.1);transition:all .3s}label.Switch .icon{color:#eb5648}label.Switch.is-checked{background-color:#eb5648}label.Switch.is-checked>button{left:calc(100% - 26px)}label.Switch.is-disabled{opacity:.5;cursor:not-allowed}label.Switch.is-disabled button{cursor:not-allowed}
div.Tooltip{width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}.TipBase{position:fixed;z-index:1200}.Tip,.TipBase{pointer-events:none}.Tip{position:absolute;padding:.33em .5em;font-size:12px;line-height:1.4;speak:none;transition-property:opacity,transform;transition-duration:.15s;user-select:none}.Tip.arrowed{padding:.33em .75em}.Tip>.arrow{position:absolute;z-index:10;display:block;font-size:14px;line-height:0}.Tip>.arrow svg{width:1em;height:.375em;fill:#616b71}.Tip:not(.is-open){opacity:0!important}.Tip.is-open{opacity:1}.Tip.on-top{left:50%;bottom:100%;transform:translate(-50%,-10%)}.Tip.on-top.arrowed{margin-bottom:.25em}.Tip.on-top.is-open{transform:translate(-50%)}.Tip.on-bottom{left:50%;top:100%;transform:translate(-50%,10%)}.Tip.on-bottom.arrowed{margin-top:.25em}.Tip.on-bottom.is-open{transform:translate(-50%)}.Tip.on-left{right:100%;top:50%;transform:translate(-10%,-50%)}.Tip.on-left.is-open{transform:translateY(-50%)}.Tip.on-right{left:100%;top:50%;transform:translate(10%,-50%)}.Tip.on-right.is-open{transform:translateY(-50%)}.Tip.on-top>.arrow{left:50%;bottom:0;transform:translateX(-50%)}.Tip.on-top>.arrow svg{transform:rotate(180deg)}.Tip.on-bottom>.arrow{top:0;left:50%;transform:translateX(-50%)}.Tip.on-right>.arrow{top:50%;left:0;font-size:16px;transform:translateY(-50%)}.Tip.on-right>.arrow svg{transform:rotate(-90deg)}.Tip.on-left>.arrow{top:50%;right:0;font-size:16px;transform:translateY(-50%)}.Tip.on-left>.arrow svg{transform:rotate(90deg)}.Tip>.content{position:relative;padding:.5em;width:-moz-max-content;width:max-content;min-width:3em;max-width:20em;min-height:2em;background-color:rgba(65,80,88,.8);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:2px;color:#fff}.Ellipsis,.Ellipsis[data-type=app],.Ellipsis[data-type=email],.Ellipsis[data-type=id],.Ellipsis[data-type=team],.Ellipsis[data-type=user],.Ellipsis[data-type=widget]{overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.Ellipsis{display:inline-block;max-width:100%;vertical-align:bottom}.Ellipsis:before{content:"";display:block}.Ellipsis[data-type=id],.Ellipsis[data-type=user]{max-width:10em}.Ellipsis[data-type=email]{max-width:12em}.Ellipsis[data-type=team]{max-width:10em}.Ellipsis[data-type=app]{max-width:15em}.Ellipsis[data-type=widget]{max-width:12em}.Punctuation{display:inline-flex;align-items:baseline}.Punctuation.with-period:after{content:". "}.Punctuation.with-period:lang(zh):after{content:"\3002"}.Punctuation.with-comma:after{content:", "}.Punctuation.with-comma:lang(zh):after{content:"\FF0C"}.Punctuation.with-question-mark:after{content:"? "}.Punctuation.with-question-mark:lang(zh):after{content:"\FF1F"}.Punctuation.with-quote:before{content:"\201C"}.Punctuation.with-quote:after{content:"\201D"}.Punctuation.with-quote.with-period:after{content:"\201D. "}.Punctuation.with-quote.with-comma:after{content:"\201D, "}.Punctuation.with-quote.with-question-mark:after{content:"\201D? "}.Punctuation.with-quote:lang(zh):before{content:"\300C"}.Punctuation.with-quote:lang(zh):after{content:"\300D"}.Punctuation.with-quote.with-period:lang(zh):after{content:"\300D\3002"}.Punctuation.with-quote.with-comma:lang(zh):after{content:"\300D\FF0C"}.Punctuation.with-quote.with-question-mark:lang(zh):after{content:"\300D\FF1F"}
.Layer{position:absolute;top:0;left:0;width:100%;height:100%}.Layer:hover{cursor:pointer;border:1px solid #1e98ea}.Layer.is-active,.Layer:hover{-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}.Layer.is-active{border:1px solid #ff7100}.Layer.is-active:after,.Layer.is-active:before{display:none;line-height:1;padding:3px 5px;background-color:#ff7100;color:#fff;border-radius:2px}.Layer.is-active:before{content:attr(data-width);position:absolute;top:-5px;left:50%;-webkit-transform:translateX(-50%) translateY(-100%);-moz-transform:translateX(-50%) translateY(-100%);-o-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.Layer.is-active:after{content:attr(data-height);position:absolute;top:50%;right:-5px;-webkit-transform:translateX(100%) translateY(-50%);-moz-transform:translateX(100%) translateY(-50%);-o-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.Layer.is-active.is-focus:after,.Layer.is-active.is-focus:before,.LayerCorner{display:inline-block}.LayerCorner{position:absolute;width:7px;height:7px;background-color:#fff;border:1px solid #ff7100}.LayerCorner.left{left:-4px}.LayerCorner.top{top:-4px}.LayerCorner.right{right:-4px}.LayerCorner.bottom{bottom:-4px}
.LayerList{z-index:1}.LayerList.hiddenLayer .Layer{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.LayerList.hiddenLayer .Layer:hover{opacity:1;-ms-filter:none;filter:none}.LayerList .layer-tree-node{position:absolute}
.LayerBoundings{list-style:none}.LayerBounding{pointer-events:none;position:absolute;border-color:#1e98ea}.LayerBounding--left,.LayerBounding--right{width:0;top:0;bottom:0;border-left-width:1px;border-left-style:dashed}.LayerBounding--bottom,.LayerBounding--top{height:0;left:0;right:0;border-top-width:1px;border-top-style:dashed}
.LayerDistances{list-style:none}.LayerDistance{pointer-events:none;position:absolute}.LayerDistance--horizontal:after,.LayerDistance--horizontal:before,.LayerDistance--vertical:after,.LayerDistance--vertical:before{content:"";position:absolute;background:#ff7100}.LayerDistance--horizontal span,.LayerDistance--vertical span{position:absolute;padding:3px 5px;background-color:#ff7100;color:#fff;line-height:1;border-radius:2px}.LayerDistance--horizontal{height:1px;border-bottom:1px dashed #ff7100}.LayerDistance--horizontal:after,.LayerDistance--horizontal:before{width:1px;height:7px;top:-3px}.LayerDistance--horizontal:before{left:0}.LayerDistance--horizontal:after{right:0}.LayerDistance--horizontal span{top:-4px;left:50%;-webkit-transform:translateX(-50%) translateY(-100%);-moz-transform:translateX(-50%) translateY(-100%);-o-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.LayerDistance--vertical{width:1px;border-right:1px dashed #ff7100}.LayerDistance--vertical:after,.LayerDistance--vertical:before{height:1px;width:7px;left:-3px}.LayerDistance--vertical:after{bottom:0}.LayerDistance--vertical span{top:50%;right:-4px;-webkit-transform:translateX(100%) translateY(-50%);-moz-transform:translateX(100%) translateY(-50%);-o-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}
.MeasuresContainer{z-index:16777271}
._2DdCe4X_4uBwFVlS753YET{position:absolute;width:0;height:0;overflow:visible}._2DdCe4X_4uBwFVlS753YET>span{display:flex;justify-content:center;align-items:center;cursor:pointer;outline:none;margin-left:-14px;margin-top:-14px;width:28px;height:28px;font-size:14px;line-height:28px;box-shadow:0 2px 10px rgba(108,0,0,.22);border:2px solid #fff;border-radius:100%;background:#ff7100;color:#fbfbfc;transition:all .1s ease-in;-webkit-transform:scale(1);transform:scale(1);-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0) scale(1)}._2DdCe4X_4uBwFVlS753YET.focus>span{-webkit-transform:scale(1.21);transform:scale(1.21)}._2DdCe4X_4uBwFVlS753YET.fade>span{opacity:.5}
._3kZ6Tt9vKO7jl4aGylRTa6.span{word-break:break-all;white-space:pre-line;text-overflow:ellipsis}._2MMdtZStiVFrqpPWeqIzKH{width:100%}._2MMdtZStiVFrqpPWeqIzKH textarea{font-size:12px;resize:none}._3kZ6Tt9vKO7jl4aGylRTa6.textarea{width:100%}._3kZ6Tt9vKO7jl4aGylRTa6.textarea textarea{resize:none;font-size:12px}._3U9vAHumYl9Ansn9gzYs05{display:flex;justify-content:flex-end;width:100%}._3U9vAHumYl9Ansn9gzYs05 button{width:60px;height:24px;font-size:12px;color:#fff;border:1px solid #8d9ea7;border-radius:2px;margin-left:10px}._3U9vAHumYl9Ansn9gzYs05 ._1whvmqsHCmt8iyBc4KMnAF{background-color:#fff;color:#8d9ea7}._3U9vAHumYl9Ansn9gzYs05 ._1whvmqsHCmt8iyBc4KMnAF:active{border-color:#5b6b73;color:#5b6b73}._3U9vAHumYl9Ansn9gzYs05 ._1whvmqsHCmt8iyBc4KMnAF:hover{box-shadow:0 2px 4px 0 rgba(82,94,113,.2)}._3U9vAHumYl9Ansn9gzYs05 ._3cG_7EkzOzZEovmV1UHoBq{background-color:#8d9ea7;color:#fff}._3U9vAHumYl9Ansn9gzYs05 ._3cG_7EkzOzZEovmV1UHoBq:active{background-color:#5b6b73;color:hsla(0,0%,100%,.6)}._3U9vAHumYl9Ansn9gzYs05 ._3cG_7EkzOzZEovmV1UHoBq:hover{box-shadow:0 2px 4px 0 rgba(82,94,113,.35)}._3U9vAHumYl9Ansn9gzYs05 ._3cG_7EkzOzZEovmV1UHoBq:hover:not([disabled]){color:#fff}._1qDeu3cpB7cYXe6lqzlO5Q{background:#fff}._1qDeu3cpB7cYXe6lqzlO5Q>textarea{padding:10px;margin-bottom:5px;border:1px solid #d3dce6}._11prqogEAAMMYQDJ2WNa86{display:flex;height:24px}._11prqogEAAMMYQDJ2WNa86 .xGJm0OmgYp2ExjB9P_BYP{margin-right:10px;width:24px;height:auto;border-radius:100%}._11prqogEAAMMYQDJ2WNa86 ._1C_8aOGkoIAasZipcKGlxM{font-weight:700;display:flex;flex-direction:column;justify-content:center;max-height:24px}._11prqogEAAMMYQDJ2WNa86 ._1C_8aOGkoIAasZipcKGlxM ._6wvUm87_ziDGV5DTBxNih{vertical-align:middle;color:#f55d54}._11prqogEAAMMYQDJ2WNa86 ._1C_8aOGkoIAasZipcKGlxM ._1Px7EkIhdlrwi7as8ggVbs{color:#5b6b73;font-weight:700;max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._11prqogEAAMMYQDJ2WNa86 ._1C_8aOGkoIAasZipcKGlxM>span{line-height:12px}
._2dY-aWly_WWZi-IGQ1xR4-{position:relative;width:260px;height:100%;z-index:1;background-color:#fff;box-shadow:0 -2px 30px rgba(39,54,78,.11)}.YqyjN9C59bWFJEndyU0x9{display:flex;align-items:center;width:220px;height:50px;margin:0 20px;border-bottom:1px solid #d9d9d9}._2JvGmMk3y1PjWCGDPVg4a3{width:100%;padding:0 20px;height:calc(100% - 106px);overflow-y:auto}._3VE5NwR9zvovJS1MW0BZbq{display:flex;align-items:flex-end;position:fixed;bottom:0;background:#fff;border-top:1px solid #eaebed;padding:10px 14px;font-size:1.2rem;width:260px;box-shadow:0 -2px 10px rgba(26,58,109,.12)}._3VE5NwR9zvovJS1MW0BZbq>label{margin-right:8px;margin-bottom:-5px;width:174px;height:auto;max-height:120px;line-height:20px;color:#5b6b73;font-weight:inherit}._3VE5NwR9zvovJS1MW0BZbq>label::-moz-placeholder{color:#a9afb8;opacity:1}._3VE5NwR9zvovJS1MW0BZbq>label:-ms-input-placeholder{color:#a9afb8}._3VE5NwR9zvovJS1MW0BZbq>label::-webkit-input-placeholder{color:#a9afb8}._3VE5NwR9zvovJS1MW0BZbq>label textarea{min-height:28px;padding:3px 8px}._3VE5NwR9zvovJS1MW0BZbq>button{font-size:12px;flex:1;border:0;height:28px;color:#fff;background:#8d9ea7;border-radius:2px;font-weight:inherit}._3VE5NwR9zvovJS1MW0BZbq>button:hover{box-shadow:0 2px 4px 0 rgba(82,94,113,.35)}._3VE5NwR9zvovJS1MW0BZbq>button:hover:not([disabled]){color:#fff}._3VE5NwR9zvovJS1MW0BZbq ._3t2Lcd3f0_H-u_GDe-KBQH{background:#fff;color:#f55d54;text-decoration:underline}._3VE5NwR9zvovJS1MW0BZbq ._3t2Lcd3f0_H-u_GDe-KBQH:hover:not([disabled]){color:#f55d54}._2VqB6xZz3ZMhBswl_nFEOz{width:220px;padding:20px 0}._2v8U22g6c4LkqK5BL4vOFl{display:flex;flex-direction:column;white-space:nowrap;text-overflow:ellipsis;width:100%;height:auto;color:#5b6b73}._2v8U22g6c4LkqK5BL4vOFl>span._1unY7SoIkJpoCKI6YJj0dE{display:inline-block;font-size:10px;padding:0 6px;margin:0 4px;height:16px;line-height:16px;border-radius:8px;color:#fff;background:#ccc}._2v8U22g6c4LkqK5BL4vOFl>span{padding:10px}._3z71HOTNMRJiMUXUxvQLa6{display:flex;justify-content:space-between;align-items:center;padding:0 10px 10px;font-size:12px;line-height:20px;color:#8e8f97;opacity:.75}._3z71HOTNMRJiMUXUxvQLa6 .dqXdK9pZPQyb9a-WoxDNQ{color:#8d9ea7}._3z71HOTNMRJiMUXUxvQLa6 ._2bgB1qJyRonhAvn0gkm7vp{cursor:pointer;color:#8d9ea7}._3z71HOTNMRJiMUXUxvQLa6 ._2bgB1qJyRonhAvn0gkm7vp:active,._3z71HOTNMRJiMUXUxvQLa6 ._2bgB1qJyRonhAvn0gkm7vp:hover{color:#525e71}._3z71HOTNMRJiMUXUxvQLa6 ._2bgB1qJyRonhAvn0gkm7vp:active span,._3z71HOTNMRJiMUXUxvQLa6 ._2bgB1qJyRonhAvn0gkm7vp:hover span{color:#8d9ea7}._3z71HOTNMRJiMUXUxvQLa6 ._2bgB1qJyRonhAvn0gkm7vp ._2CrlxaEt8G-J3ewI5c7TJD{color:#c8cdd0;cursor:pointer;margin-right:6px}._1-DcnhePZGe-xicn8UM249{display:flex;justify-content:space-between;width:100%;margin-bottom:10px}._3xcyCaTVLHlRdVbQjfMz9E{display:flex;align-items:center;cursor:pointer}._3xcyCaTVLHlRdVbQjfMz9E .icon{color:#c8cdd0;margin-left:5px}._3xcyCaTVLHlRdVbQjfMz9E .icon:active,._3xcyCaTVLHlRdVbQjfMz9E .icon:hover{color:#8d9ea7}._1unY7SoIkJpoCKI6YJj0dE{display:inline-block;font-size:10px;padding:0 6px;margin:0 4px;height:16px;line-height:16px;border-radius:8px;color:#fff;background:#ccc}._2ApZU5bkYTTCyGA9Q2EwqQ{display:flex;flex-direction:column;width:200px;height:auto;margin:0 0 10px 20px;border-radius:4px;background:#f7f7fa}.TuQgu47qydj8ZTQmbo3DZ{display:flex;justify-content:flex-end}._2OH87H-fOvv_HWhtjy1Arh{width:100%;margin-bottom:10px;border-radius:4px;background:#f7f7fa}._3ICZ7qT9DBPhbMD02jZj25{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;margin-top:-80px}._3ICZ7qT9DBPhbMD02jZj25>img{width:90px;margin:0 10px}._3ICZ7qT9DBPhbMD02jZj25 ._9237vxHyzd4yQZU3S8N9b{padding:10px}._3ICZ7qT9DBPhbMD02jZj25>span{padding:0 10px;text-align:center}._233Za55WRs0z9Ihd8UD-Rt{padding:10px 0;background:#fff;transition:all .3s}._233Za55WRs0z9Ihd8UD-Rt>textarea{padding:5px;margin-bottom:5px;border:1px solid #d3dce6;border-radius:2px;max-height:120px}._233Za55WRs0z9Ihd8UD-Rt>button{width:100%;height:24px;background:#8d9ea7;border:none;border-radius:2px;color:#fff;font-size:12px}._233Za55WRs0z9Ihd8UD-Rt>button:hover,._233Za55WRs0z9Ihd8UD-Rt>button:hover:not([disabled]){box-shadow:0 2px 4px 0 rgba(82,94,113,.35);color:#fff}._233Za55WRs0z9Ihd8UD-Rt._6n2zhtMRn75CqBn6WWw3_{opacity:1;min-height:110px;overflow:visible}._233Za55WRs0z9Ihd8UD-Rt._3PfmWXeb9PKYb5ow8kDTMe{height:0;opacity:0;padding:0}.hlPioZEAv4Td4VsmcHhIc{opacity:1}._2j-cKmNGnUn_tT7eJlcXxe{opacity:.4}.xUcJzT-vOVVhL37FQnaC-{padding:10px;margin-bottom:0}._1GkaiuxL0rWoniFDn2WBfK{margin-bottom:0}._1GkaiuxL0rWoniFDn2WBfK ._2v8U22g6c4LkqK5BL4vOFl>span{padding:0 10px 10px}.e3k5YtTFT1_zohcDsL8Zv{background:#fff}.comment-setting li:hover{color:#1e98ea}.comment-delete li:hover{color:#eb5648}
.global-alert-portal.is-open{z-index:1100}.global-alert-portal a:link,.global-alert-portal a:visited{color:#eb5648}.global-alert-portal a:active,.global-alert-portal a:hover{text-decoration:none}.global-alert-portal .desc{margin:.25em 0}.global-alert-portal .desc+.FormEntry{margin-top:1em}.global-alert-portal .Punctuation .Ellipsis{max-width:5em}.global-alert-portal .desc.tertiary{margin:1em 0 0;font-size:12px;color:#a9afb8}.global-alert-portal .recycle{margin:0 .25em;padding:.4em .5em;border:1px solid #e5e5e5;border-radius:1px;color:#525e71}.global-alert-portal .icon-recycle{font-size:1.1em;vertical-align:-.15em;color:#eb5648}
.xQWL5y1StSdX9vRfMCP2i{position:absolute;pointer-events:none;background-size:cover;z-index:4}.xQWL5y1StSdX9vRfMCP2i.default{top:-12px;left:-12px;right:-12px;bottom:-12px;border:1px dashed #d9d9d9;background-color:hsla(0,0%,100%,.5);z-index:-1}.xQWL5y1StSdX9vRfMCP2i.default:after{content:"";position:absolute;top:10px;left:10px;right:10px;bottom:10px;border:1px solid #d9d9d9}
.mb-picker-container{position:relative;cursor:none;height:100%;width:100%}.mb-picker-image{opacity:0}.mb-glass,.mb-picker-image{position:absolute;left:0;top:0;pointer-events:none}.mb-glass{border-radius:50%;overflow:hidden;z-index:1;cursor:none}.mb-glass .shadow{position:absolute;left:8px;top:8px;width:184px;height:184px;border-radius:50%;box-shadow:inset 0 0 8px 0 #8d9ea7}.mb-glass-text{position:absolute;z-index:2;left:15px;width:170px;line-height:22px;text-align:center;margin:0 auto;border-radius:2px;background:rgba(14,20,23,.8);color:#fff;font-size:12px}
#sticky-container{overflow:visible;position:absolute;top:0;left:0;height:0;z-index:200}#sticky-container>div{overflow:visible;position:relative;top:0;left:0;height:0}#sticky-container .sticky{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}
#simulator.android,#simulator.iphone{cursor:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAABblBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBQX////////////////////////////////////////////////////////////////////////////+/v7///8CAgL///////////8AAAAAAAD///////////////////////////8AAAADAwP///////////8AAAD///////////8BAQH///8AAAD////t7e3///8DAwNDQ0MkJCQXFxcgICDl5eX8/Pz8/Pz19fW4uLj///+0tLSurq7////AwMChoaFZWVlAQECqqqqfn591dXVqampOTk4vLy/q6urx8fHr6+vg4ODa2trz8/POzs7CwsLKysr19fXg4OC7u7v////k5OT09PT///////+ysrL////39/fn5+eWlpbT09PLy8u5ubmamprS0tKzs7Obm5stLS1WVlbJycnX19dISEiZmZnPz8/R0dGZmZlISEjBwcG/v7/YpJ28AAAAenRSTlMAAwYLEg4XCS8tNzJEST81KiglIyBCR049OhgbTB0WVBMUGhBYVg4eC1EmIwlcBykcY14sOyBSBVovNzEtNZ6MhXx4dHRualxMPz0SYkdGMjCqo6Ccl5KMiYaFhXx7eXhvbWdgX19eU0pGOjIvLBwaFxMTBXBvZDwdHMsX0GIAAAKhSURBVEjHpZYHk5pAFICTCHheNP1OjSEGYnIRgmjQE3vv9XrvvbfUf59d6nkI7sx9w4yF/ea9XZb39skwnuoY7pkMf6aBYEnj7TYbLmGz2eySZimA8TiGUYQERWFAkyQrAcMImmQZXhB4hiVJGlgg1HBHFiia5LvlpYXszEx2Yanc5WM0ASTZMRogJTr2Z31+NpffKG1vlzbyudn59SZLEpgcyGhgBJkqzuVK1YhGtZSbK2ZiNIZLjtFg29l8NfJjgEg1n/3N0BR0jAZTXNzZ4zhR5EROQ+T2dhaLAvnQkYz+8mpEDAxBjKyupKADUtMNO04wKwXuiwlcYVkgMbhuelo4xZa3RL8p4laZp6FzLy3ysBCYhgSngyrgq/Y7UDhkCZiaEgSklVoLuC0JrGWk1LQgscq++4Ml7v0Ko4WBQZKbQdcI3JtNKYw6k4rfNTkCl78CZqMqFPPT5RyJ65dAYyAzqOBE48A5MRLnQUPKDE4Fo9uTLxCYbMdgZvJ67To9UU8UXB4z4P2JXUZVKLbm8UKi3ii4vGZ4ajyN22WFqUXHEYjWwPwVhT8af4nA+FFCV46fI3GsK8zJGBInemJsfcyBwFhdmz4WqzteIeCog0VWH2XH8RoBRwc+SmXDJM/eIHCmbGV5/qdvETjVtiXc/J13CHTh5tdesdR5eCoMrikD4E8I+DjX3mR5zRo+C8K+cNjna9x7kWGY9MX7EVzoQZTZJP9+tORfUy1KeulLXn+y4Dqplz69wPZuPpty01MK7GAZ53utrya0koJcxg3Not/6NpRW39AsVIdNXYW+GwhdZbSWZHRIIX0bDw0Qv00l1MZn0l4T6Uv7XVzhzn6ZTmjt1aKJJ9JgFI5TJJtOGJs4+lHhsQcS9GPP4w9X6Ee4/9WZxSosYtQDAAAAAElFTkSuQmCC") 25 25,default}#simulator.android:active,#simulator.iphone:active{cursor:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAA51BMVEUAAADu7u7t7e3s7Ozl5eXr6+vq6uro6OgAAAAAAADt7e3s7Ozq6uro6Ojs7Ozp6enm5ubk5OTv7+/n5+fv7+/v7+/q6uri4uLh4eHs7Ozp6enw8PDf39/v7+/h4eHx8fHw8PDi4uLd3d3v7+/o6Ojw8PDm5ubr6+soKCi/v7/l5eXx8fHw8PDa2trx8fHAwMCZmZlmZmbHx8e5ubnh4eHOzs66urro6Ojc3NzAwMDc3NzZ2dnm5ubk5OTW1tbS0tLLy8vQ0NC0tLSvr6+MjIyCgoLf39/i4uLs7Ozh4eHW1tbPz8/q6uojhl1DAAAATXRSTlMAgHlyVG1qWwcCfHRoYG9hV1GGXYOMZktJd2STRIhGlpBNQY5YmVJ/DGJNmoiGjmYoFHBbjHNgk4J4m5GMf316eXhKSB8cdp6Xko6GhVNXB78AAAI1SURBVEjH3ZZrd6IwEIa3oJKoKHZbVIpaVmRBF1FAvF/qrdf//3t2kGVDBJXPfTKZzHvkPTkcJMOP7w7GCOk6QhinvB4NnNHKfH83VyNngPBtw8EwF6zEaYqicRK7MI0Dvm4YGi6r1mT51wlZrqmsawyvmNDWZbUmXE+Qm1rJ3aKLDmOpVuUYNXVpXPDo04LWTKJWKWz0xD022UotgSrMSnaKEhxWtlINUKoxKkcr5sHbpaB0u0pXAbpBRLWw3OIzy3DCaRUaWnPm8GwTS8qEaBBhpWmQAiSL3mY/4TJCBiJEEE7an/80N9nTm4iqKqgCAAsARaiDCUmktkFrnrsJv0YRy+DI/6TgSfZToI4D4sBGkefLfEBYxLVoYGKxi+WyVP6PBCMIyS9DRJtY0KgoiREkUZIgwxLUgP97cYSI5SVXjCDCSCL3Qiz6KpeKlU4s62wq1sSCRmypBHEiVhEdvRebTYVNLNiuF1JQtzGxOHWmDsEw/upXydrBkT/MhGGYPHOd/GRAHPBg8imAx0LA3t3d7zAgwfDTmfYw9YqZdzcx9/SL7Hw9+Nw/EM70F9w8xdC8j9MIkw8cFzR45zYaf4LwEyy0dnc4dvR5i8crLJyk43L62O63n2Ge6Pfb4QDGNko+xsfPNE/+9PN4ql9qFuOnRMbe5Qazm7+1YrzNd+hq45u1er1Op9fqQG71Oq3ODBrfjfZqfbyCpQcWiNcP64DTNHFv8zmfzeafG4808fSfCt+cvwzTdVIzvwMmAAAAAElFTkSuQmCC") 25 25,default}#simulator-container{background:#f7f7fa;transition:right .5s ease-in-out;z-index:0;position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;overflow:hidden}#simulator-container.wait-drag{cursor:-webkit-grab;cursor:grab}#simulator-container.wait-drag:active{cursor:-webkit-grabbing;cursor:grabbing}#simulator-container.wait-drag #ui-layers,#simulator-container.wait-drag .screen-viewport{pointer-events:none}#simulator-container.is-immersive .animated{-webkit-animation-name:noop!important;animation-name:noop!important}#simulator-container.is-immersive #simulator,#simulator-container.is-immersive #sticky-container{pointer-events:none}#simulator-container.is-layer-active #sticky-container{display:none}#simulator-container .screen-viewport{position:relative}#simulator-container .screen-viewport .zoom-area{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}#simulator-container .screen-viewport .no-zoom-area-wrapper{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:center center;transform-origin:center center;pointer-events:none}#simulator-container .screen-viewport .no-zoom-area{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:200}#simulator-container .screen-viewport .no-zoom-area #ui-comment-marker-panel{pointer-events:auto}#simulator-container .screen-viewport .no-zoom-area .ui-layers{position:absolute;top:0;left:0;bottom:0;right:0;pointer-events:none}#simulator-container .screen-viewport .no-zoom-area .ui-layers.is-active{z-index:200;pointer-events:auto}
ul.ToolbarSelectMenu{margin-top:1em;padding:0 .5em;font-size:12px;min-width:7em}ul.ToolbarSelectMenu li{-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;margin:.5em 0;border-radius:2px}
._1_GW4ZPKsACMqmFUgNIiea{position:absolute;z-index:10;top:70px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:flex;justify-content:center;align-items:center;min-width:330px;height:36px;background:#fff;border-radius:2px;box-shadow:0 2px 10px 0 rgba(82,94,113,.1)}._1_GW4ZPKsACMqmFUgNIiea .mode{display:flex;min-width:50px;justify-content:space-between;align-items:center;margin-left:20px;color:#8d9ea7}._1_GW4ZPKsACMqmFUgNIiea .Select{color:#525e71}._1_GW4ZPKsACMqmFUgNIiea .param{display:flex;flex:1;justify-content:center;align-items:center;margin:0 10px 0 20px}._1_GW4ZPKsACMqmFUgNIiea .dora{margin-top:-1px;font-size:15px;cursor:pointer}._1_GW4ZPKsACMqmFUgNIiea .cursor.is-active{color:#3498db}._1_GW4ZPKsACMqmFUgNIiea .picker.is-active{color:#f2c45a}._1_GW4ZPKsACMqmFUgNIiea .ToolbarSelect{min-width:auto!important}._1_GW4ZPKsACMqmFUgNIiea .ToolbarSelect.color-unit{width:72px}._1_GW4ZPKsACMqmFUgNIiea .ToolbarSelect.color-unit button{text-align:center}._1_GW4ZPKsACMqmFUgNIiea .ToolbarSelect.device-unit{width:62px}._1_GW4ZPKsACMqmFUgNIiea .ToolbarSelect.device-unit button{text-align:center}._1_GW4ZPKsACMqmFUgNIiea .ToolbarSelect.em-pixel{width:52px}._1_GW4ZPKsACMqmFUgNIiea .ToolbarSelect.em-pixel button{text-align:center}._1_GW4ZPKsACMqmFUgNIiea .ToolbarSelect .caret{position:relative;margin:0 10px!important;color:#c8cdd0}._1_GW4ZPKsACMqmFUgNIiea .ToolbarSelect:not(:last-child):after{content:"";width:1px;height:12px;display:block;margin-right:10px;background-color:#dedee4}._1_GW4ZPKsACMqmFUgNIiea .px-ratio{margin-right:10px}._1z2tl9KzoQhfo9Vd0AnQNl{display:flex;flex-direction:column}.PreviewSubToolbarSelectMenu{margin-left:-10px!important}.PreviewSubToolbarSelectMenu.scale-select-menu{margin-left:-5px!important;width:80px}.PreviewSubToolbarSelectMenu.scale-select-menu li:nth-last-child(2){display:none}.PreviewSubToolbarSelectMenu.scale-select-menu li:last-child{padding:.25em 0;line-height:1.5}.PreviewSubToolbarSelectMenu.scale-select-menu li:last-child:hover{background-color:transparent!important}.PreviewSubToolbarSelectMenu.scale-select-menu li:last-child>.Ellipsis{padding:0}.PreviewSubToolbarSelectMenu.scale-select-menu li:last-child .InputNumber{width:100%!important;height:30px!important}.PreviewSubToolbarSelectMenu.scale-select-menu li:last-child .InputNumber input{padding:0 1em;text-align:center;background-color:transparent!important}.PreviewSubToolbarSelectMenu.scale-select-menu li:last-child .InputNumber input:focus::-webkit-input-placeholder{color:transparent}.PreviewSubToolbarSelectMenu.scale-select-menu li:last-child .InputNumber input:focus:-ms-input-placeholder,.PreviewSubToolbarSelectMenu.scale-select-menu li:last-child .InputNumber input:focus::-ms-input-placeholder{color:transparent}.PreviewSubToolbarSelectMenu.scale-select-menu li:last-child .InputNumber input:focus::placeholder{color:transparent}
.xnJdrPjsJoJrp1VupFyUM{height:40px;background:#f2f2f3;display:flex;justify-content:center;overflow:hidden}.xnJdrPjsJoJrp1VupFyUM .background-cube{position:absolute;left:0;top:0;width:100%;height:calc(100% + 1px);background:#fff;transition:all .4s ease-in-out}._3UspVqDrjxaWG9BSMdj9jf{position:relative;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer}._3UspVqDrjxaWG9BSMdj9jf:last-child{overflow:hidden}._3UspVqDrjxaWG9BSMdj9jf.active .nav-icon{color:#f55d54}._3UspVqDrjxaWG9BSMdj9jf.active .nav-label{color:#5b6b73}._3UspVqDrjxaWG9BSMdj9jf .nav-icon,._3UspVqDrjxaWG9BSMdj9jf .nav-label{position:relative;transition:all .1s ease-in-out}._3UspVqDrjxaWG9BSMdj9jf .nav-icon{display:flex;color:#8d9ea7}._3UspVqDrjxaWG9BSMdj9jf .nav-icon .icon{font-size:18px}._3UspVqDrjxaWG9BSMdj9jf .nav-icon .fa-caret-down{position:absolute;top:5px;left:20px;width:12px;font-size:12px}._3UspVqDrjxaWG9BSMdj9jf .nav-label{margin-top:3px;line-height:1;font-size:12px;color:#7d8695}
.mac ._31FtTxh_wpy1_6DRt1eNdq .for-others,.other-os ._31FtTxh_wpy1_6DRt1eNdq .for-mac,.windows ._31FtTxh_wpy1_6DRt1eNdq .for-mac{display:none}._31FtTxh_wpy1_6DRt1eNdq{min-width:270px}._31FtTxh_wpy1_6DRt1eNdq .content{color:#7d8694}._31FtTxh_wpy1_6DRt1eNdq.sidebar-guide{margin-right:-28px}._31FtTxh_wpy1_6DRt1eNdq p{line-height:32px}._31FtTxh_wpy1_6DRt1eNdq kbd{display:inline-block;min-width:20px;height:19px;font-size:12px;line-height:20px;text-align:center;color:#5b6b73;background:#ececec;box-shadow:0 1px 0 0 #c0c0c5;border-radius:2px}._31FtTxh_wpy1_6DRt1eNdq kbd.for-others{min-width:42px}._31FtTxh_wpy1_6DRt1eNdq .plus{margin:0 4px;color:#415058}._31FtTxh_wpy1_6DRt1eNdq .mouse{color:#415058}
._2nN0xGcLm4nwqxIkoQCnMF{position:absolute;left:20px;min-width:80px;height:100%;display:flex;justify-content:space-between;align-items:center}._2nN0xGcLm4nwqxIkoQCnMF>a{cursor:pointer}._2nN0xGcLm4nwqxIkoQCnMF>a:hover span{color:#5b6b73}
.modal-portal.is-open{position:absolute;top:0;left:0;z-index:1050;width:100%;height:100%;overflow-x:hidden;overflow-y:auto}.modal-portal:not(.is-open){height:0;overflow:hidden}.modal-portal:not(.is-open) .modal-mask{background-color:transparent}.modal-portal:not(.is-open) .modal-mask>div{-webkit-transform:translateY(-50vh);-moz-transform:translateY(-50vh);-o-transform:translateY(-50vh);-ms-transform:translateY(-50vh);transform:translateY(-50vh);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.modal-mask{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;padding:50px 0;width:100vw;min-height:100vh;background-color:rgba(0,0,0,.4);color:#525e71;-webkit-transition:background-color .2s ease-in;-moz-transition:background-color .2s ease-in;-o-transition:background-color .2s ease-in;-ms-transition:background-color .2s ease-in;transition:background-color .2s ease-in}.modal-mask.can-close{cursor:pointer}.alert-modal,.display-modal,.functional-modal{position:relative;margin:calc(20vh - 50px) auto auto;min-height:150px;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);font-size:14px;background-color:#fff;-webkit-box-shadow:0 2px 8px 0 rgba(0,0,0,.1);box-shadow:0 2px 8px 0 rgba(0,0,0,.1);border-radius:1px;color:#27364e;cursor:auto;-webkit-transition:-webkit-transform .2s ease-out,opacity .1s ease-out;-moz-transition:-moz-transform .2s ease-out,opacity .1s ease-out;-o-transition:-o-transform .2s ease-out,opacity .1s ease-out;-ms-transition:-ms-transform .2s ease-out,opacity .1s ease-out;transition:transform .2s ease-out,opacity .1s ease-out}.alert-modal.is-posi-centered,.display-modal.is-posi-centered,.functional-modal.is-posi-centered{margin:auto}.alert-modal header,.display-modal header,.functional-modal header{position:relative;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;padding:0 20px;height:55px;font-size:14px;line-height:1.5;border-bottom:1px solid #e5e5e5;color:#27364e}.alert-modal .close-btn,.display-modal .close-btn,.functional-modal .close-btn{position:absolute;top:50%;right:0;padding:0 20px;width:54px;height:100%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:14px;line-height:1;color:#a9afb8}.alert-modal .close-btn:hover,.display-modal .close-btn:hover,.functional-modal .close-btn:hover{color:#525e71}.alert-modal .content,.display-modal .content,.functional-modal .content{padding:30px 20px 35px}.alert-modal [type=select]>div,.display-modal [type=select]>div,.functional-modal [type=select]>div{padding-left:0}.alert-modal .content>[type=select],.display-modal .content>[type=select],.functional-modal .content>[type=select]{height:34px;border:0;border-bottom:1px solid #d7d7d7;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;-ms-transition:all .2s ease-out;transition:all .2s ease-out}.alert-modal .content>[type=select] li>div,.alert-modal .content>[type=select] li[value],.display-modal .content>[type=select] li>div,.display-modal .content>[type=select] li[value],.functional-modal .content>[type=select] li>div,.functional-modal .content>[type=select] li[value]{height:auto;line-height:34px}.alert-modal input[type=text],.display-modal input[type=text],.functional-modal input[type=text]{padding-left:0!important}.alert-modal input[type=number],.display-modal input[type=number],.functional-modal input[type=number]{text-align:center;padding:0 0 0 1em!important}.alert-modal input::placeholder,.display-modal input::placeholder,.functional-modal input::placeholder{color:#a9afb8}.alert-modal a.important,.display-modal a.important,.functional-modal a.important{color:#eb5648}.alert-modal footer,.display-modal footer,.functional-modal footer{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:end;-moz-box-pack:end;-o-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;padding:0 20px;height:55px;line-height:1;border-top:1px solid #e5e5e5}.alert-modal .cancel-btn,.alert-modal .confirm-btn,.alert-modal .done-btn,.display-modal .cancel-btn,.display-modal .confirm-btn,.display-modal .done-btn,.functional-modal .cancel-btn,.functional-modal .confirm-btn,.functional-modal .done-btn{margin-left:1.5em;min-width:2em;height:34px;color:#a9afb8;-webkit-transition:color .1s ease-in-out;-moz-transition:color ease-in-out .1s;-o-transition:color ease-in-out .1s;-ms-transition:color ease-in-out .1s;transition:color .1s ease-in-out}.alert-modal .cancel-btn[disabled],.alert-modal .confirm-btn[disabled],.alert-modal .done-btn[disabled],.display-modal .cancel-btn[disabled],.display-modal .confirm-btn[disabled],.display-modal .done-btn[disabled],.functional-modal .cancel-btn[disabled],.functional-modal .confirm-btn[disabled],.functional-modal .done-btn[disabled]{opacity:.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);cursor:not-allowed}.alert-modal .cancel-btn:not([disabled]):hover,.alert-modal .confirm-btn:not([disabled]):hover,.alert-modal .done-btn:not([disabled]):hover,.display-modal .cancel-btn:not([disabled]):hover,.display-modal .confirm-btn:not([disabled]):hover,.display-modal .done-btn:not([disabled]):hover,.functional-modal .cancel-btn:not([disabled]):hover,.functional-modal .confirm-btn:not([disabled]):hover,.functional-modal .done-btn:not([disabled]):hover{color:#525e71}.alert-modal .confirm-btn,.alert-modal .done-btn,.display-modal .confirm-btn,.display-modal .done-btn,.functional-modal .confirm-btn,.functional-modal .done-btn{font-weight:700;color:#eb5648}.alert-modal .confirm-btn:not([disabled]):hover,.alert-modal .done-btn:not([disabled]):hover,.display-modal .confirm-btn:not([disabled]):hover,.display-modal .done-btn:not([disabled]):hover,.functional-modal .confirm-btn:not([disabled]):hover,.functional-modal .done-btn:not([disabled]):hover{color:#dd2918}.alert-modal{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:380px;line-height:1.5}.alert-modal .form-entry:last-child{margin-bottom:-.5em}.alert-modal .form-entry>.key{-webkit-flex-basis:7em;flex-basis:7em}.alert-modal .form-entry>.val{max-width:calc(100% - 7em)}.alert-modal [type=select]{display:block}.alert-modal [type=select]>div{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}.alert-modal [type=select]>div>.icon{margin-left:auto}.alert-modal p.desc+p.desc{margin-top:1em}.alert-modal .quote{display:-webkit-inline-box;display:-moz-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-box;display:inline-flex;-webkit-box-align:baseline;-moz-box-align:baseline;-o-box-align:baseline;-ms-flex-align:baseline;-webkit-align-items:baseline;align-items:baseline}.alert-modal .quote>*{max-width:5em!important;font-weight:700}.alert-modal .quote:lang(en):before{content:"\201C"}.alert-modal .quote:lang(en):after{content:"\201D"}.alert-modal .quote.question:lang(en):after{content:"\201D?"}.alert-modal .quote.comma:lang(en):after{content:"\201D,"}.alert-modal .quote:lang(zh):before{content:"\300C"}.alert-modal .quote:lang(zh):after{content:"\300D"}.functional-modal{width:500px}.display-modal{width:640px}
.renew-modal{z-index:1051}
.collaborator-modal .content{padding:0;font-size:12px}.collaborator-modal .collaborator-list{height:440px;overflow-x:hidden;overflow-y:auto}.collaborator-modal .collaborator-list .collaborator{width:500px}.collaborator-modal .add-via-email,.collaborator-modal .collaborator,.collaborator-modal .error-msg{position:relative;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;height:55px;padding:0 30px;border-bottom:1px solid #e5e5e5}.collaborator-modal .prompt-list{position:absolute;top:100%;left:27px;z-index:10;width:240px;max-height:200px;overflow-y:auto;list-style:none;background-color:#f8f8f8;border-radius:4px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.collaborator-modal .prompt-list li{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;padding:0 1em;height:40px;cursor:pointer}.collaborator-modal .prompt-list li:hover{background-color:#dfdfdf}.collaborator-modal .prompt-list img{height:30px}.collaborator-modal .error-msg{background-color:#fdedec;color:#c41810}.collaborator-modal .error-msg.has-prompt-pricing-btn{padding-right:calc(7em + 30px)}.collaborator-modal .error-msg button{position:absolute;right:30px;padding:0;min-width:6em;color:#525e71}.collaborator-modal .user,.collaborator-modal input{width:240px}.collaborator-modal .role,.collaborator-modal .Select{margin-right:1.5em;width:12em}.collaborator-modal .role>button,.collaborator-modal .Select>button{padding:0;text-align:end}.collaborator-modal .role .caret,.collaborator-modal .Select .caret{margin-left:.5em}.collaborator-modal .role{padding:0 2.5em 0 8px;text-align:end}.collaborator-modal .content button{min-width:4em;height:2em}.collaborator-modal .content button.delete{color:#eb5648}.collaborator-modal .user{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.collaborator-modal .avatar{margin-left:-.125em;margin-right:1em;width:32px;height:32px;border-radius:50%}.collaborator-modal .user-name{margin-right:.5em;color:#525e71}.collaborator-modal .user-email{color:#a9afb8}.collaborator-modal .pending:lang(zh){margin-left:-.5em}.collaborator-modal input::placeholder{color:#a9afb8}
.sharing-modal section{margin:1.5em auto}.sharing-modal .qrcode{margin-top:-5px;padding:7px;width:114px;height:114px;border:1px solid #eee}.sharing-modal .sharing-url{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;height:32px}.sharing-modal .sharing-url .Input{-webkit-box-flex:1;-moz-box-flex:1;-o-box-flex:1;box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-right:.5em;max-width:100%;height:100%}.sharing-modal .sharing-url button{padding:0 1em;min-width:6em;height:100%}.sharing-modal .sharing-code p{margin-bottom:.5em;font-size:.85em}.sharing-modal .sharing-code .Textarea{width:100%;font-family:Menlo,Courier,monospace}.sharing-modal .sharing-code .Textarea textarea{height:7em;line-height:1.6}.sharing-modal .sharing-code .Textarea textarea:focus{outline:0}.sharing-modal .CheckGroup>label{-webkit-box-flex:1;-moz-box-flex:1;-o-box-flex:1;box-flex:1;-webkit-flex:100%;-ms-flex:100%;flex:100%}.sharing-modal .CheckGroup>label .label{width:100%;white-space:normal}.sharing-modal .RadioGroup>label{position:relative;-webkit-box-flex:1;-moz-box-flex:1;-o-box-flex:1;box-flex:1;-webkit-flex:100%;-ms-flex:100%;flex:100%}.sharing-modal .RadioGroup>label .Check-label{width:100%}.sharing-modal .RadioGroup>label p{margin:.5em 0}.sharing-modal .restricted-access{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;width:100%}.sharing-modal button.manage-collaborators{margin:.25em 0 0 auto;padding:0;height:1em;line-height:1}.sharing-modal button.manage-collaborators,.sharing-modal button.manage-collaborators:hover,.sharing-modal button.renew,.sharing-modal button.renew:hover{color:#1e98ea}
._1FA8P7EgiQtr3ukFbj9cuo{margin-top:24px;width:12em}._1FA8P7EgiQtr3ukFbj9cuo:lang(en){width:15em}._1FA8P7EgiQtr3ukFbj9cuo .content .Check,._1FA8P7EgiQtr3ukFbj9cuo .content .Select,.ToolbarSelectMenu{width:100%}._1FA8P7EgiQtr3ukFbj9cuo label.Select .caret{margin-right:0}._1FA8P7EgiQtr3ukFbj9cuo hr{margin:.75em 0;border:0;border-top:1px solid #dedee4}.DropdownMenuPortal ._1FA8P7EgiQtr3ukFbj9cuo .content{padding:15px}
._3kKqNauE-PaVHPIZg_7k-D{display:flex;align-items:center;position:relative;z-index:1000;background:#fff;height:56px;width:100%;box-shadow:0 2px 10px rgba(39,54,78,.1);padding:0 20px}._3kKqNauE-PaVHPIZg_7k-D .toolbar-right{font-size:18px;display:flex;align-items:center;justify-content:flex-end}._3kKqNauE-PaVHPIZg_7k-D .toolbar-right .share-icon{color:#8d9ea7;font-size:17px;cursor:pointer}._3kKqNauE-PaVHPIZg_7k-D .toolbar-right a,._3kKqNauE-PaVHPIZg_7k-D .toolbar-right span{color:#8d9ea7}._3kKqNauE-PaVHPIZg_7k-D .toolbar-right a.active,._3kKqNauE-PaVHPIZg_7k-D .toolbar-right a:active,._3kKqNauE-PaVHPIZg_7k-D .toolbar-right span.active,._3kKqNauE-PaVHPIZg_7k-D .toolbar-right span:active{cursor:pointer}._3kKqNauE-PaVHPIZg_7k-D .toolbar-right label.Dropdown:not(.is-disabled):hover span,._3kKqNauE-PaVHPIZg_7k-D .toolbar-right span.share-icon:hover{color:#415058}._3kKqNauE-PaVHPIZg_7k-D a[disabled]{cursor:not-allowed;color:#c8cdd0!important}._3kKqNauE-PaVHPIZg_7k-D a[disabled]>span{color:#c8cdd0!important}._3kKqNauE-PaVHPIZg_7k-D .fs-16{font-size:16px;color:#8d9ea7}._3kKqNauE-PaVHPIZg_7k-D .line{height:20px;width:1px;background:#dedee4;margin:0 25px}._3kKqNauE-PaVHPIZg_7k-D .toolbar-left,._3kKqNauE-PaVHPIZg_7k-D .toolbar-right{flex-basis:240px;flex-shrink:0}._3kKqNauE-PaVHPIZg_7k-D .toolbar-left{position:relative;display:flex;align-items:center}._3kKqNauE-PaVHPIZg_7k-D .toolbar-left>a{color:#8d9ea7;font-size:16px;cursor:pointer;transition:all .1s linear}._3kKqNauE-PaVHPIZg_7k-D .toolbar-left>a:hover{color:#c1c1c1}._3kKqNauE-PaVHPIZg_7k-D .toolbar-left .project-name{max-width:160px;width:160px;margin-left:8px;font-size:14px;color:#5b6b73;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._3kKqNauE-PaVHPIZg_7k-D .toolbar-main{position:relative;height:100%;padding:0 100px;display:flex;justify-content:center;flex:1}._3kKqNauE-PaVHPIZg_7k-D .preview-toolbar-nav{display:flex;height:100%;background:#fff;border-bottom:none;justify-content:space-between}._3kKqNauE-PaVHPIZg_7k-D .preview-toolbar-nav .nav-icon .icon{font-size:23px}._3kKqNauE-PaVHPIZg_7k-D .preview-toolbar-nav .active .nav-icon,._3kKqNauE-PaVHPIZg_7k-D .preview-toolbar-nav .active .nav-label{color:#f55d54;transition:none}._3kKqNauE-PaVHPIZg_7k-D .preview-toolbar-nav>li{width:88px;font-size:14px;border-bottom:2px solid transparent}._3kKqNauE-PaVHPIZg_7k-D .preview-toolbar-nav>li:not(.active):hover{overflow:visible}._3kKqNauE-PaVHPIZg_7k-D .preview-toolbar-nav>li:not(.active):hover:after{content:"";position:absolute;left:4px;bottom:-2px;width:80px;border-top:2px solid #979fab}._3kKqNauE-PaVHPIZg_7k-D .preview-toolbar-nav>li:not(.active):hover .icon{color:#415058}._3kKqNauE-PaVHPIZg_7k-D .preview-toolbar-nav .background-cube{border:none}._3kKqNauE-PaVHPIZg_7k-D .preview-toolbar-nav .background-cube:after{content:"";position:absolute;left:4px;bottom:-1px;width:80px;border-top:2px solid #f55d54}._3kKqNauE-PaVHPIZg_7k-D .toolbar-main-wrapper{position:relative;height:100%}._3kKqNauE-PaVHPIZg_7k-D .toolbar-main-wrapper .unread{position:absolute;right:25px;top:8px;width:10px;height:10px;border-radius:5px;background:#ff7100;border:1px solid #fff}
._3ficRHuvBnw8OpmrNQhWx2{display:flex;flex-wrap:wrap;justify-content:space-between;width:220px;padding:0 10px;margin:0 10px;max-height:calc(100% - 60px);overflow:scroll;-webkit-transform:translateZ(0);transform:translateZ(0)}._3ficRHuvBnw8OpmrNQhWx2 .not-match{text-align:center;width:100%}.bAb8vOu-aZtn1Y-6uUVYK{width:92px;position:relative;margin-bottom:20px}.bAb8vOu-aZtn1Y-6uUVYK:hover ._1utFJlUiQEYi0SQneiT6Af{box-shadow:0 2px 10px 0 rgba(82,94,113,.1)}._2HO0IDXv1rZt1QRmvrC5JB{opacity:0}.I2CG014sVtCTkxi-kF0by{opacity:1}._1utFJlUiQEYi0SQneiT6Af{display:flex;justify-content:center;align-items:center;width:92px;height:92px;border:1px solid #f1f1f1;border-radius:2px;background:#f7f7fa;cursor:pointer;overflow:hidden}._2c1WzxIpT8o5B2Ol-zS0Rf{position:absolute;right:0;top:0;color:#8d9ea7}._1gio49aYGcJE3bFQogMark{margin-top:10px;text-align:center;width:100%;background:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}._38c-sH3yvaLWSfdG2i6FOf{border-color:#ff7100}
.uauh7BEsBr6RNi8rM4QkK{display:flex;align-items:stretch;border-bottom:1px solid #f55d54}.uauh7BEsBr6RNi8rM4QkK textarea{resize:none;border:none;outline:none;width:100%;height:100%;background:transparent;color:#5b6b73}.uauh7BEsBr6RNi8rM4QkK textarea::-moz-selection{background:rgba(245,93,84,.2)}.uauh7BEsBr6RNi8rM4QkK textarea::selection{background:rgba(245,93,84,.2)}
.rn-content-body{flex:1;overflow-x:hidden;overflow-y:auto}.rn-content-item{display:flex;flex-direction:column;align-items:stretch;cursor:pointer}.rn-list-item{height:32px;padding-left:13px;display:flex;align-items:center;border-radius:2px;cursor:pointer;position:relative}.rn-list-item.hover,.rn-list-item:hover{background:#f1f1f5}.rn-list-item:hover .actions{display:flex;align-items:center;background:inherit}.rn-list-item.active{color:#415058;font-weight:700}.rn-list-item .editable-span{margin-right:14px;width:100%;height:23px;line-height:22px;overflow:hidden}.rn-list-item .actions{display:none;position:absolute;top:0;right:0;height:100%;padding-left:6px}.rn-list-item .actions .action{margin-right:6px;font-size:12px;color:#8d9ea7}.rn-list-item .actions .action:hover{color:#5b6b73}.rn-list-item.hover,.rn-list-item:hover{background:#f7f7fa}.rn-list-item.active{background:#f1f1f5}.rn-list-item.wait-hover *{pointer-events:none}.rn-list-item.linking{background:#f1f1f5}.rn-list-item.linking .actions{display:none}.rn-list-item{padding-left:22px}.rn-list-item .screen-name{display:flex;align-items:center;width:100%;padding-right:5px}.rn-list-item .screen-name .icon{margin-right:4px;flex-shrink:0}.rn-list-item .screen-name span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.child-screens{position:relative}.expander{width:12px;margin-left:-12px;text-align:center;color:#c8cdd0}.not-match{width:100%;text-align:center}
.toggle-comment{position:absolute;right:22px;top:50%;-webkit-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.toggle-comment>.icon{color:#8d9ea7}.toggle-comment>.icon-comment{margin-right:2px}
.opacity-0{opacity:0}.opacity-1{opacity:1}.slice-item-content{display:flex;justify-content:space-between;width:160px}.slice-item-content .slice-item-name{margin-left:8px;width:130px}.slice-item-content .textEllipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.yWKU8qVPbqrRIRSJ_TjGi{width:100%;height:calc(100% - 90px);overflow-x:hidden;overflow-y:scroll}._3WsSTJxbz12iOHZ8ntxQf8{width:100%;height:calc(100% - 50px);display:flex;justify-content:center;align-items:center}._2vvvzR2E0SoIZOD3DAqHza{display:flex;align-items:center;width:220px;height:60px;padding:10px;margin:10px;cursor:pointer;border-radius:2px}._2vvvzR2E0SoIZOD3DAqHza:hover{background:#f7f7fa}._2vvvzR2E0SoIZOD3DAqHza._2WpARMx4pqMBHK1KM0kjLj{background:#f1f1f5}._2vvvzR2E0SoIZOD3DAqHza>img{margin-right:10px}._2vvvzR2E0SoIZOD3DAqHza .slice-item-wrap{width:40px;height:40px;min-width:40px;border:1px solid #b7bbc1;border-radius:2px;display:flex;align-items:center;justify-content:center;overflow:hidden}._2vvvzR2E0SoIZOD3DAqHza .slice-item-wrap>img{box-shadow:0 1px 4px rgba(25,39,45,.4)}._1hNQ5s7ZGKL2NIxtApkdLY{position:fixed;bottom:0;display:flex;justify-content:center;align-items:center;width:210px!important;height:40px;margin:0 15px;border-top:1px solid #f6f7f8;cursor:pointer;color:#8d9ea7}._2Bxe5XoVHVItE0i88jpN6d{margin-left:10px;color:#8d9ea7;font-size:13px}._2d9jp1Mvca7Pr9eZSIevfN{display:flex;align-items:center;justify-content:center;flex-direction:column;height:calc(100% - 50px)}._2d9jp1Mvca7Pr9eZSIevfN>img{width:120px;margin:-100px 10px 0}._2d9jp1Mvca7Pr9eZSIevfN span{padding:10px;color:#5b6b73;font-size:14px}._2d9jp1Mvca7Pr9eZSIevfN span:nth-child(3){font-size:12px}._2d9jp1Mvca7Pr9eZSIevfN a{margin-top:20px;text-decoration:none;padding:4px 13px;font-size:12px;color:#5b6b73;border:1px solid rgba(39,54,78,.1);border-radius:3px}._2d9jp1Mvca7Pr9eZSIevfN a:hover{box-shadow:0 2px 4px 0 rgba(39,54,78,.1)}._2d9jp1Mvca7Pr9eZSIevfN a:active{background:#f7f7fa}._2d9jp1Mvca7Pr9eZSIevfN a img{width:14px;display:inline-block;vertical-align:middle;margin-right:5px}._1u-FVwfgZb3ahxMGw1-PnC{display:block;width:50px;height:50px;border:4px solid #f55d54;border-color:rgba(245,93,84,.3) transparent;border-radius:50%;-webkit-animation:_3nSb5BvCbI3mKp-n2u4hun 2s ease-in-out infinite;animation:_3nSb5BvCbI3mKp-n2u4hun 2s ease-in-out infinite}@-webkit-keyframes _3nSb5BvCbI3mKp-n2u4hun{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@keyframes _3nSb5BvCbI3mKp-n2u4hun{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}._3tq61brpxkFdCxReM8KHY-{margin-left:10px}._3tq61brpxkFdCxReM8KHY- ._1u-FVwfgZb3ahxMGw1-PnC{width:20px;height:20px;border:2px solid #f55d54;border-color:rgba(245,93,84,.3) transparent}
._2TAID7TnzAXoGA-jTBc04W{cursor:pointer}._2TAID7TnzAXoGA-jTBc04W:focus{outline:0}._25nmliv_vA7lUkHz9ncavm{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
._2WW4d3N_h0ptLMSIJiNVZb .color-dropdown.is-focus button{box-shadow:0 0 0 2px #1e98ea}._2WW4d3N_h0ptLMSIJiNVZb .color-dropdown button{border-radius:2px;transition:box-shadow .5s}.lHQ2gR47fywCXPyoNOQt- .panel-item-value{text-align:center}.lHQ2gR47fywCXPyoNOQt- .panel-item-value,.textEllipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._3jioi4K2B2yOsbmLPodNyM{line-height:32px;height:32px;font-size:12px;color:#525e71;background:rgba(82,94,113,.05);font-weight:700;padding:0 20px}.YjFkC1l7Pq0gsLgl2dq1C{display:flex;height:22px;line-height:22px;margin-bottom:24px}.YjFkC1l7Pq0gsLgl2dq1C:before{content:attr(data-value);width:62px;color:rgba(39,54,78,.8)}.YjFkC1l7Pq0gsLgl2dq1C.panel-item-text{height:60px}.YjFkC1l7Pq0gsLgl2dq1C.panel-bottom-8{margin-bottom:8px}.YjFkC1l7Pq0gsLgl2dq1C.shadow-panel:before{width:0!important}.YjFkC1l7Pq0gsLgl2dq1C.shadow-panel .panel-item{width:50px!important}.YjFkC1l7Pq0gsLgl2dq1C .mult-panel-box{display:flex;justify-content:space-between;flex:1}.YjFkC1l7Pq0gsLgl2dq1C .mult-panel-box .panel-item:after{content:attr(data-value);display:block;color:#8d9ea7}.YjFkC1l7Pq0gsLgl2dq1C .single-panel-box{display:flex;flex:1}.YjFkC1l7Pq0gsLgl2dq1C .single-panel-box .panel-item{width:100%}.YjFkC1l7Pq0gsLgl2dq1C .panel-item{width:73px;text-align:center;background:rgba(82,94,113,.05);border-radius:2px;border:1px solid #f2f2f2;cursor:pointer}.YjFkC1l7Pq0gsLgl2dq1C .panel-item.panel-item-color{position:relative;display:flex;justify-content:flex-start;width:138px}.YjFkC1l7Pq0gsLgl2dq1C .panel-item.panel-item-color .panel-item-value{text-indent:8px;text-align:left;width:138px}.YjFkC1l7Pq0gsLgl2dq1C .panel-item.item-flex-1{flex:1;height:auto}.YjFkC1l7Pq0gsLgl2dq1C .panel-item .panel-item-value{width:100%;max-width:158px;line-height:22px;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.YjFkC1l7Pq0gsLgl2dq1C .panel-item .panel-item-value.text-content{flex:1;padding:.25em .5em;height:100%;line-height:1.5;word-wrap:break-word;overflow-x:hidden;overflow-y:scroll;text-align:left}.YjFkC1l7Pq0gsLgl2dq1C .panel-item .panel-item-color-block{position:absolute;right:0;top:-1px;width:22px;height:22px;border:1px inset rgba(0,0,0,.2);border-radius:2px;cursor:pointer}._3_XaUvUOzD1MeTPSGbtmJY{padding:20px 20px 12px;min-width:230px}._3_XaUvUOzD1MeTPSGbtmJY.global-layer{height:80px}._3_XaUvUOzD1MeTPSGbtmJY .second-title{display:flex;margin-bottom:10px;color:#27364e}._3_XaUvUOzD1MeTPSGbtmJY .code-content{position:relative;width:100%;overflow:hidden;color:#5b6b73;font-size:12px;font-family:Menlo,Courier,monospace;line-height:22px}._3_XaUvUOzD1MeTPSGbtmJY .code-content span{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}._3_XaUvUOzD1MeTPSGbtmJY .text-content{flex:1;line-height:18px;word-wrap:break-word}._3_XaUvUOzD1MeTPSGbtmJY .global-font{line-height:22px}._3_XaUvUOzD1MeTPSGbtmJY .global-font:before{width:0!important}._3_XaUvUOzD1MeTPSGbtmJY .global-font .panel-item-value{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._3_XaUvUOzD1MeTPSGbtmJY .panel-row{display:flex;flex-wrap:wrap}._3_XaUvUOzD1MeTPSGbtmJY .panel-row .Dropdown{margin:0 6px 6px 0;cursor:pointer}._3_XaUvUOzD1MeTPSGbtmJY .panel-row .Tooltip{display:block}._3_XaUvUOzD1MeTPSGbtmJY .panel-row .row-item.color-block{border:1px inset rgba(0,0,0,.2);width:18px;height:18px;border-radius:2px}._3_XaUvUOzD1MeTPSGbtmJY .panel-image{width:100%;height:50px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='197' height='50' viewBox='0 0 197 50' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='b' d='M1229 604h197v50h-197z'/%3E%3Cpattern id='c' width='9.6' height='9.6' x='1219.4' y='594.4' patternUnits='userSpaceOnUse'%3E%3Cuse xlink:href='%23a' transform='scale(.2)'/%3E%3C/pattern%3E%3Cimage id='a' width='48' height='48' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAALNJREFUaAXtmEEKwzAMBOP+yf9/gB/V0uMexZBtA5ObwJLiGQuM1977fQ2+c84aLL/urv+a/Mw/rnUDv7aiAQ1AAh4hCBCnawAjhAUeb2B0r/nCuvtuM63/eANuAM4gTtcARggLaAACxOkawAhhAQ1AgDh9Te8evgth5lnAGUge/UgDfebZUQPJox9poM88O2ogefQj34X6zLOjM5A8+pEG+syzowaSRz/SQJ95dtRA8uhHHxtJG5lrDDU9AAAAAElFTkSuQmCC'/%3E%3C/defs%3E%3Cg transform='translate(-1229 -604)' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23FFF' xlink:href='%23b'/%3E%3Cuse fill-opacity='.2' fill='url(%23c)' xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E");-o-object-fit:contain;object-fit:contain}._3_XaUvUOzD1MeTPSGbtmJY .image-download{justify-content:space-between;align-items:center}._3_XaUvUOzD1MeTPSGbtmJY .image-download a{height:1.6rem;font-size:1.6rem;color:#f55d54}._3_XaUvUOzD1MeTPSGbtmJY .download-file-type{display:flex;align-items:center}._3_XaUvUOzD1MeTPSGbtmJY .download-file-type-icon{display:inline-block;text-align:center;color:#f55d54;border:1px solid currentColor;width:30px;height:1.6rem;line-height:1.4rem;vertical-align:middle;margin-right:9px}.shadow-item-gap{padding-bottom:20px}.shadow-item-gap:last-child{padding-bottom:0}.palette-dropdown-menu{color:#415058;width:auto}.palette-dropdown-menu.argb,.palette-dropdown-menu.hex{text-transform:uppercase}.palette-dropdown-menu .content>div{display:flex;justify-content:space-between;align-items:center}.palette-dropdown-menu .content>div>span{display:block;width:-moz-max-content;width:-webkit-max-content;width:max-content}.palette-dropdown-menu .trash{margin-left:.5em;font-size:14px;color:#c8cdd0;cursor:pointer}.forbid-color{position:relative;width:18px;height:18px;border:1px solid #d9d9d9;margin-bottom:8px;background:#fff;cursor:not-allowed;overflow:hidden}.forbid-color .transparent{width:200%;position:absolute;left:0;top:0;border-top:1px solid #eb5648;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);-webkit-transform-origin:0 0;transform-origin:0 0}.slice-title{display:flex;justify-content:space-between;align-items:center}.slice-title>span{cursor:pointer;color:#2889fc}.slice-panel{justify-content:flex-start}.slice-item-wrap,.slice-panel{height:40px;display:flex;align-items:center}.slice-item-wrap{min-width:40px;border:1px solid #b7bbc1;border-radius:2px;justify-content:center;overflow:hidden}.slice-item-wrap>img{box-shadow:0 1px 4px rgba(25,39,45,.4)}.slice-item-name{margin-left:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.slice-panel-item{height:24px;line-height:24px;margin-bottom:8px;text-indent:8px;color:#415058;background:#f6f7f8;border:1px solid #f2f2f2;border-radius:2px}.M4cHnCN2XUVYXQ2Ez48Vk{float:right;color:#2889fc}._3f1x0LwZiq_7c8_TaXvySo{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.xKsPnP6rU53wBVIz85ai_{display:block;width:50px;height:50px;border:4px solid #f55d54;border-color:rgba(245,93,84,.3) transparent;border-radius:50%;-webkit-animation:_2ch38-nvB58TUdWQkKGJJo 2s ease-in-out infinite;animation:_2ch38-nvB58TUdWQkKGJJo 2s ease-in-out infinite}@-webkit-keyframes _2ch38-nvB58TUdWQkKGJJo{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@keyframes _2ch38-nvB58TUdWQkKGJJo{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}
html.ios11 .ModalPortal{position:absolute}.ModalMask{padding:50px 10px 100px}.sign-up-modal{max-width:385px;width:100%;border-radius:4px}.sign-up-modal .content{padding:2em 35px}.sign-up-modal .input-entry{position:relative;margin:0 auto 1.5em;width:100%}.sign-up-modal .input-entry .icon{position:absolute;top:0;left:.5em;font-size:20px;line-height:50px;color:#eb5648}.sign-up-modal .input-entry input{padding-left:35px}.sign-up-modal .Input,.sign-up-modal .PrimaryButton,.sign-up-modal .RegularButton{display:block;width:100%;height:50px;text-decoration:none}.sign-up-modal .PrimaryButton{margin-top:3em;margin-bottom:0;font-size:20px;background-color:#eb5648}.sign-up-modal .PrimaryButton:hover{background-color:#ed675a}.sign-up-modal .PrimaryButton+p{margin-top:.5em;line-height:2;text-align:center;color:#a9afb8}.sign-up-modal .PrimaryButton+p.error-msg{color:#e84030}.sign-up-modal .PrimaryButton+p a{color:#4a90e2}.sign-up-modal .PrimaryButton+p br{display:none}@media (max-width:640px){.sign-up-modal .PrimaryButton+p br{display:initial}}.sign-up-modal .RegularButton{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-ms-flex-line-pack:center;-webkit-align-content:center;align-content:center;margin-top:3em;margin-bottom:0;border-color:#eb5648;color:#eb5648}.sign-up-modal .RegularButton:hover{background-color:#eb5648;color:#fff}@media (max-width:640px){.sign-up-modal .RegularButton{display:none}}.event-gift{position:absolute;left:-200px;bottom:30px;z-index:10;padding-top:55px;width:170px;height:152px;text-align:center;background-image:url(/webpack/gift.5f3c72bd42af2af1bef30c9c08da04e8.png);-webkit-background-size:auto 100%;-moz-background-size:auto 100%;background-size:auto 100%;color:#5e7081}.event-gift .close{position:absolute;top:0;right:0}.event-gift .close svg{width:1em;height:1em;font-size:18px}.event-gift .desc:lang(en){display:block;line-height:1.1}.event-gift em{display:block;font-size:12px;font-style:normal;font-weight:700}.event-gift .start{display:inline-block;margin-top:1em;width:75px;height:20px;line-height:20px;text-align:center;text-decoration:none;background:#f1c40f;border-radius:10px;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;-ms-transition:all .2s;transition:all .2s;color:#fff}.event-gift .start:hover{-webkit-box-shadow:0 4px 6px -3px #f5a623;box-shadow:0 4px 6px -3px #f5a623}.award-modal{max-width:320px;width:100%;line-height:1.5;text-align:center;background-color:transparent;background-position:50%;background-repeat:none;-webkit-background-size:auto 100%;-moz-background-size:auto 100%;background-size:auto 100%;-webkit-box-shadow:none;box-shadow:none}.award-modal .content{height:100%}.award-modal .content .close-btn{position:absolute;top:auto;bottom:-50px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);padding:0;width:-webkit-fit-content;width:fit-content;height:fit-content}.award-modal .content .close-btn svg{width:1em;height:1em;font-size:32px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.award-modal .content .close-btn circle{fill:rgba(0,0,0,.1);stroke:#cfcfcf}.award-modal .content .close-btn path{fill:#d8d8d8}.award-modal footer{position:absolute;left:50%;bottom:40px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:280px;height:130px;border:none}.award-modal .award,.award-modal footer{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.award-modal .award{margin-left:50%;margin-bottom:2em;width:500px;height:182px;-webkit-background-size:100% auto;-moz-background-size:100% auto;background-size:100% auto}.award-modal .sharing{position:absolute;top:30px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;width:280px;height:315px;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;pointer-events:none}.award-modal.is-sharing .awarding,.award-modal .sharing{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.award-modal.is-sharing .sharing{opacity:1;-ms-filter:none;filter:none;pointer-events:auto}.award-modal .qrcode{margin-bottom:1.25em;width:225px;height:225px;background-position:50%;background-repeat:no-repeat;-webkit-background-size:110% auto;-moz-background-size:110% auto;background-size:110% auto;border:1px solid #ccc}[data-server-country=CN] .award-modal .qrcode{background-image:url(/webpack/qrcode_cn.eb0967797258914576cfe24a4198cfe3.jpg)}[data-server-country=US] .award-modal .qrcode{background-image:url(/webpack/qrcode_us.aa601182f801009d39337445f8ba33e3.jpg)}[data-server-country=IN] .award-modal .qrcode{background-image:url(/webpack/qrcode_in.7e0f83746090d179a944d50663cb6572.jpg)}.award-modal .qrcode+.Tooltip{font-size:16px;color:#5e7081;border-bottom:1px solid transparent}@media (max-width:640px){.award-modal .qrcode+.Tooltip{display:none}}.award-modal .qrcode+.Tooltip:hover{border-color:currentColor}.award-modal .qrcode+.Tooltip span:after{content:"\6D3B\52A8\94FE\63A5"}.award-modal .qrcode+.Tooltip span:lang(en):after{content:" Event URL"}.award-modal h2{font-size:32px}.award-modal h2:lang(en){margin-bottom:.25em;font-size:28px;line-height:1.1}.award-modal h2+p{font-size:16px}.award-modal h2+p:lang(en){font-size:14px}@media (max-width:640px){.award-modal h2+p{display:none}}.award-modal h2+p a{color:inherit;text-decoration:underline}.award-modal h2+p a:hover{text-decoration:none}.award-modal.trial{height:515px;background-image:url(/webpack/trail-award-bg.147c3a9cacdf31bb967316c87883a13e.svg);color:#5e7081}.award-modal.trial .award{background-image:url(/webpack/trail-award.72dc0b357256780141405540e8f4d5bf.png)}.award-modal.holy-grail .share,.award-modal.trial .go-to-event-page{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;margin-bottom:1.5em;padding:0 .75em;min-width:185px;height:38px;font-size:18px;text-decoration:none;background-color:#1e98ea;border-radius:19px;-webkit-transition:all .15s;-moz-transition:all .15s;-o-transition:all .15s;-ms-transition:all .15s;transition:all .15s;color:#fff}.award-modal.holy-grail .share:hover,.award-modal.trial .go-to-event-page:hover{-webkit-box-shadow:0 14px 26px -10px #0071f4;box-shadow:0 14px 26px -10px #0071f4}.award-modal.trial .share{font-size:18px;color:#4a90e2;border-bottom:1px solid transparent;-webkit-transition:all .15s;-moz-transition:all .15s;-o-transition:all .15s;-ms-transition:all .15s;transition:all .15s}.award-modal.trial .share:hover{border-color:currentColor}.award-modal.holy-grail{height:465px;background-image:url(/webpack/holy-grail-award-bg.ceaf36e4fe1bdddea19d525318168688.svg);color:#ff881e}.award-modal.holy-grail footer{height:80px}.award-modal.holy-grail .award{background-image:url(/webpack/holy-grail-award.c9914616113a1b2ac5bf814070e4bd9b.png)}.award-modal.holy-grail .share{margin:0;background-color:#eb5648}.award-modal.holy-grail .share:hover{-webkit-box-shadow:0 14px 26px -10px #f40072;box-shadow:0 14px 26px -10px #f40072}.award-modal.holy-grail .qrcode+.Tooltip{color:#ff881e}.award-modal header{display:none}.SantaBot{position:fixed;top:40vh;right:0;margin-right:-65px;width:113px;height:125px;-webkit-animation:santabot-shake cubic-bezier(.36,.07,.19,.97) both;-moz-animation:santabot-shake cubic-bezier(.36,.07,.19,.97) both;-o-animation:santabot-shake cubic-bezier(.36,.07,.19,.97) both;-ms-animation:santabot-shake cubic-bezier(.36,.07,.19,.97) both;animation:santabot-shake cubic-bezier(.36,.07,.19,.97) both;-webkit-animation-duration:5s;-moz-animation-duration:5s;-o-animation-duration:5s;-ms-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:1;-moz-animation-iteration-count:1;-o-animation-iteration-count:1;-ms-animation-iteration-count:1;animation-iteration-count:1;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;background-image:url(/webpack/santabot.d89a90aa1b6f1dc98481cff315ba5e4a.png);background-position:50%;background-repeat:no-repeat;-webkit-background-size:100% auto;-moz-background-size:100% auto;background-size:100% auto;-webkit-perspective:1000px;-moz-perspective:1000px;-ms-perspective:1000px;perspective:1000px;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.SantaBot:hover{margin-right:-30px}@-moz-keyframes santabot-shake{0%{-webkit-transform:rotate(5deg) translate3d(-1px,0,0);-moz-transform:rotate(5deg) translate3d(-1px,0,0);-o-transform:rotate(5deg) translate3d(-1px,0,0);-ms-transform:rotate(5deg) translate3d(-1px,0,0);transform:rotate(5deg) translate3d(-1px,0,0)}20%{-webkit-transform:rotate(5deg) translate3d(-20px,0,0);-moz-transform:rotate(5deg) translate3d(-20px,0,0);-o-transform:rotate(5deg) translate3d(-20px,0,0);-ms-transform:rotate(5deg) translate3d(-20px,0,0);transform:rotate(5deg) translate3d(-20px,0,0)}60%{-webkit-transform:rotate(6deg) translate3d(-40px,0,0);-moz-transform:rotate(6deg) translate3d(-40px,0,0);-o-transform:rotate(6deg) translate3d(-40px,0,0);-ms-transform:rotate(6deg) translate3d(-40px,0,0);transform:rotate(6deg) translate3d(-40px,0,0)}90%{-webkit-transform:rotate(4deg) translate3d(4px,0,0);-moz-transform:rotate(4deg) translate3d(4px,0,0);-o-transform:rotate(4deg) translate3d(4px,0,0);-ms-transform:rotate(4deg) translate3d(4px,0,0);transform:rotate(4deg) translate3d(4px,0,0)}}@-webkit-keyframes santabot-shake{0%{-webkit-transform:rotate(5deg) translate3d(-1px,0,0);-moz-transform:rotate(5deg) translate3d(-1px,0,0);-o-transform:rotate(5deg) translate3d(-1px,0,0);-ms-transform:rotate(5deg) translate3d(-1px,0,0);transform:rotate(5deg) translate3d(-1px,0,0)}20%{-webkit-transform:rotate(5deg) translate3d(-20px,0,0);-moz-transform:rotate(5deg) translate3d(-20px,0,0);-o-transform:rotate(5deg) translate3d(-20px,0,0);-ms-transform:rotate(5deg) translate3d(-20px,0,0);transform:rotate(5deg) translate3d(-20px,0,0)}60%{-webkit-transform:rotate(6deg) translate3d(-40px,0,0);-moz-transform:rotate(6deg) translate3d(-40px,0,0);-o-transform:rotate(6deg) translate3d(-40px,0,0);-ms-transform:rotate(6deg) translate3d(-40px,0,0);transform:rotate(6deg) translate3d(-40px,0,0)}90%{-webkit-transform:rotate(4deg) translate3d(4px,0,0);-moz-transform:rotate(4deg) translate3d(4px,0,0);-o-transform:rotate(4deg) translate3d(4px,0,0);-ms-transform:rotate(4deg) translate3d(4px,0,0);transform:rotate(4deg) translate3d(4px,0,0)}}@-o-keyframes santabot-shake{0%{-webkit-transform:rotate(5deg) translate3d(-1px,0,0);-moz-transform:rotate(5deg) translate3d(-1px,0,0);-o-transform:rotate(5deg) translate3d(-1px,0,0);-ms-transform:rotate(5deg) translate3d(-1px,0,0);transform:rotate(5deg) translate3d(-1px,0,0)}20%{-webkit-transform:rotate(5deg) translate3d(-20px,0,0);-moz-transform:rotate(5deg) translate3d(-20px,0,0);-o-transform:rotate(5deg) translate3d(-20px,0,0);-ms-transform:rotate(5deg) translate3d(-20px,0,0);transform:rotate(5deg) translate3d(-20px,0,0)}60%{-webkit-transform:rotate(6deg) translate3d(-40px,0,0);-moz-transform:rotate(6deg) translate3d(-40px,0,0);-o-transform:rotate(6deg) translate3d(-40px,0,0);-ms-transform:rotate(6deg) translate3d(-40px,0,0);transform:rotate(6deg) translate3d(-40px,0,0)}90%{-webkit-transform:rotate(4deg) translate3d(4px,0,0);-moz-transform:rotate(4deg) translate3d(4px,0,0);-o-transform:rotate(4deg) translate3d(4px,0,0);-ms-transform:rotate(4deg) translate3d(4px,0,0);transform:rotate(4deg) translate3d(4px,0,0)}}@keyframes santabot-shake{0%{-webkit-transform:rotate(5deg) translate3d(-1px,0,0);-moz-transform:rotate(5deg) translate3d(-1px,0,0);-o-transform:rotate(5deg) translate3d(-1px,0,0);-ms-transform:rotate(5deg) translate3d(-1px,0,0);transform:rotate(5deg) translate3d(-1px,0,0)}20%{-webkit-transform:rotate(5deg) translate3d(-20px,0,0);-moz-transform:rotate(5deg) translate3d(-20px,0,0);-o-transform:rotate(5deg) translate3d(-20px,0,0);-ms-transform:rotate(5deg) translate3d(-20px,0,0);transform:rotate(5deg) translate3d(-20px,0,0)}60%{-webkit-transform:rotate(6deg) translate3d(-40px,0,0);-moz-transform:rotate(6deg) translate3d(-40px,0,0);-o-transform:rotate(6deg) translate3d(-40px,0,0);-ms-transform:rotate(6deg) translate3d(-40px,0,0);transform:rotate(6deg) translate3d(-40px,0,0)}90%{-webkit-transform:rotate(4deg) translate3d(4px,0,0);-moz-transform:rotate(4deg) translate3d(4px,0,0);-o-transform:rotate(4deg) translate3d(4px,0,0);-ms-transform:rotate(4deg) translate3d(4px,0,0);transform:rotate(4deg) translate3d(4px,0,0)}}
._3NbQHmHCb3fdbejXqycbnR{position:relative;width:240px;height:100%;margin-left:auto;transition:width .5s ease-in-out;z-index:100}._3NbQHmHCb3fdbejXqycbnR .reset-btn{position:absolute;top:38px;right:100%;min-width:92px;padding:0 8px;height:28px;margin-right:27px;font-size:12px;white-space:nowrap;background:#fff;border-radius:2px;cursor:pointer;box-shadow:0 2px 5px 0 rgba(39,54,78,.08);display:flex;justify-content:center;align-items:center;opacity:0;pointer-events:none;transition:opacity .2s ease-in-out}._3NbQHmHCb3fdbejXqycbnR .reset-btn:hover{background:#f5f5f5;color:#5b6b73}._3NbQHmHCb3fdbejXqycbnR .reset-btn.is-show{pointer-events:auto;opacity:1}.preview-panel-nav{width:100%;height:50px;font-size:14px;border:none!important;overflow:hidden}.preview-panel-nav>li{flex:1;flex-direction:row}.preview-panel-nav>li.active .nav-icon{color:inherit}.preview-panel-nav>li.active .icon{color:#525e71}.preview-panel-nav .background-cube{border:none}.preview-panel-nav.single-nav{width:120px}.preview-panel-nav-line{margin:0 auto;width:220px;height:1px;background:#dedee4}._3y2eVBvrGh0CBoLYjLE40z{height:calc(100% - 66px);overflow:hidden}._3y2eVBvrGh0CBoLYjLE40z .search-box{display:flex;justify-content:center;align-items:center;padding:19px 10px}._3y2eVBvrGh0CBoLYjLE40z .view-mode-icon:hover span{color:#415058}._3y2eVBvrGh0CBoLYjLE40z .screen-mode-tab{display:flex;justify-content:space-between;width:44px;padding-left:8px;cursor:pointer;color:#5b6b73;font-size:12px}._3y2eVBvrGh0CBoLYjLE40z .fs-color-gray{color:#c8cdd0}.screenNodeContainer{height:calc(100% - 60px);width:240px;padding:0 10px;overflow:scroll}._972Atke01Y16jEOOPRt5R{position:relative;width:240px;height:100%;background-color:#fff;box-shadow:0 -2px 30px rgba(39,54,78,.11)}._972Atke01Y16jEOOPRt5R .panel-toggle-minimize{cursor:pointer;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;right:100%;margin-top:-46.5px;width:14px;height:93px;border-top-left-radius:35px;border-bottom-left-radius:35px;background:#fff}._972Atke01Y16jEOOPRt5R .panel-toggle-minimize.minimized .toggle-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}._972Atke01Y16jEOOPRt5R .panel-toggle-minimize .toggle-icon{margin-left:4px;font-size:18px;color:#8d9ea7;-webkit-transform:rotate(0);transform:rotate(0);transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}._972Atke01Y16jEOOPRt5R ._13IXTqPxDZ7St_EVHky1im{position:relative;display:flex;align-items:center;width:100%;height:22px;font-size:12px;line-height:24px;background:#f7f7fa;padding-left:10px;border-radius:11px}._972Atke01Y16jEOOPRt5R ._13IXTqPxDZ7St_EVHky1im>.icon{padding-right:7px;color:#8d9ea7}._972Atke01Y16jEOOPRt5R ._13IXTqPxDZ7St_EVHky1im>i{width:26px;font-size:14px;color:#f55d54;text-align:center}._972Atke01Y16jEOOPRt5R ._13IXTqPxDZ7St_EVHky1im input{flex:1;align-self:stretch;border:none;outline:none;height:100%;line-height:normal;min-width:0;text-indent:8px}._972Atke01Y16jEOOPRt5R ._13IXTqPxDZ7St_EVHky1im input::-webkit-input-placeholder{color:#7d8695}._972Atke01Y16jEOOPRt5R ._13IXTqPxDZ7St_EVHky1im__clear{position:absolute;right:0;width:26px;line-height:26px;text-align:center;color:#bec2c9;transition:all .15s ease-in-out}._972Atke01Y16jEOOPRt5R ._13IXTqPxDZ7St_EVHky1im__clear:hover{color:#7d8695}._972Atke01Y16jEOOPRt5R ._33UQXp4eOmuoqfuCsfYqsu{position:absolute;right:10px;top:70px;cursor:pointer}
._1440VIJ3r2SoiW8WAZ21xI{display:flex;flex-direction:column;position:relative;z-index:100;width:260px;height:100%;background-color:#fff;transition:left .5s ease-in-out;box-shadow:0 2px 50px 0 rgba(39,54,78,.11)}._1440VIJ3r2SoiW8WAZ21xI ._1auiNpZenxIHtuOt85xZWs{position:relative;width:100%;height:100%}
html.ios11 .ModalPortal{position:absolute}.modal-mask{padding:50px 10px 100px}.sign-up-modal{max-width:385px;width:100%;border-radius:4px}.sign-up-modal .content{padding:2em 2.5em}.sign-up-modal .award{width:100%}.sign-up-modal .success-tip{color:#eb5648;margin:2em 0 1em;text-align:center}.sign-up-modal .event-desc{margin:1em 0 2em;color:#eb5648;line-height:1.5em}.sign-up-modal .input-entry{position:relative;margin:0 auto 1.5em;width:100%}.sign-up-modal .input-entry .icon{position:absolute;top:0;left:.6em;font-size:1.5em;line-height:2;color:#eb5648}.sign-up-modal .input-entry .input{font-size:inherit;height:3em}.sign-up-modal .input-entry .input input{padding-left:3em}.sign-up-modal .error-msg{color:#eb5648}.sign-up-modal .input,.sign-up-modal .primary-button{display:block;width:100%;height:3em;text-decoration:none}.sign-up-modal .primary-button{margin-top:2.5em;margin-bottom:0;font-size:inherit;background-color:#eb5648}.sign-up-modal .primary-button:hover{background-color:#ed675a}.modal-in-mobile .content{padding:1em 2em}.modal-in-mobile .event-desc{margin:1em 0 1.5em}.modal-in-mobile .input-entry{margin-bottom:1em}.modal-in-mobile .primary-button{margin-top:2em}.modal-in-mobile .agree-terms{font-size:12px}
._2767PBbPLOHyCg-9kbwJq7{width:100%;height:calc(100% - 56px);display:flex;position:absolute;flex-flow:row nowrap;justify-content:space-between}.powered-by{position:fixed;left:10px;bottom:10px;z-index:1000}.powered-by img:lang(en).zh,.powered-by img:lang(zh).en{display:none}.download-client-tip{display:flex;justify-content:space-around;align-items:center;position:absolute;left:50%;bottom:26px;-webkit-transform:translate(-50%);transform:translate(-50%);padding:0 12px 0 10px;height:34px;border-radius:22px;background:#fff;box-shadow:0 -2px 30px 0 rgba(39,54,78,.11)}.download-client-tip .download-text{margin:0 10px}.download-client-tip span{color:#415058}.download-client-tip span a{color:#ee534e}.download-client-tip .download-client-tip-icon{font-size:22px;color:#ff7100}.download-client-tip .download-client-close-icon{cursor:pointer;color:#c8cdd0}.download-client-tip .download-client-close-icon:hover{color:#8d9ea7}.marign-top-20{margin-top:20px}._2Rn4b7GJxlQ8HllhNCcowW .download-client-tip,._2Rn4b7GJxlQ8HllhNCcowW .event-gift,._2Rn4b7GJxlQ8HllhNCcowW .screen-mode-tab{display:none}._2Rn4b7GJxlQ8HllhNCcowW .preview-sub-toolbar .mode{min-width:0}._2Rn4b7GJxlQ8HllhNCcowW .preview-sub-toolbar .mode .picker{display:none}._2Rn4b7GJxlQ8HllhNCcowW .preview-sub-toolbar .param{margin-left:0}

/*# sourceMappingURL=lib-preview-85d7d0c36b7d42728df8.css.map*/