.react-js-cron{flex-wrap:wrap;align-items:flex-start;display:flex}.react-js-cron>div,.react-js-cron-field{align-items:center;display:flex}.react-js-cron-field{margin-bottom:10px}.react-js-cron-field>span,div.react-js-cron-select{margin-left:5px}.react-js-cron-select.react-js-cron-select-no-prefix{margin-left:0}div.react-js-cron-error .react-js-cron-select .ant-select-selector{background:#fff6f6;border-color:#ff4d4f}div.react-js-cron-custom-select{z-index:1;min-width:70px}div.react-js-cron-error div.react-js-cron-custom-select{background:#fff6f6}div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector{padding-left:11px;padding-right:30px}.react-js-cron-read-only div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector{padding-right:11px}div.react-js-cron-custom-select .ant-select-selection-search{width:0!important;margin:0!important}div.react-js-cron-custom-select .ant-select-selection-placeholder{opacity:1;color:inherit;transition:none;position:static;top:50%;left:auto;right:auto;transform:none}.react-js-cron-week-days-placeholder .react-js-cron-custom-select .ant-select-selection-placeholder,.react-js-cron-month-days-placeholder .react-js-cron-custom-select .ant-select-selection-placeholder{opacity:.4}.react-js-cron-custom-select-dropdown{width:174px!important;min-width:0!important}.react-js-cron-custom-select-dropdown .rc-virtual-list{max-height:none!important}.react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder{max-height:initial!important}.react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder-inner{grid-template-columns:repeat(4,1fr);display:grid!important}.react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder-inner .ant-select-item-option-content{text-align:center}.react-js-cron-custom-select-dropdown-hours-twelve-hour-clock{width:260px!important}.react-js-cron-custom-select-dropdown-minutes-large{width:300px!important}.react-js-cron-custom-select-dropdown-minutes-large .rc-virtual-list-holder-inner{grid-template-columns:repeat(6,1fr)}.react-js-cron-custom-select-dropdown-minutes-medium{width:220px!important}.react-js-cron-custom-select-dropdown-minutes-medium .rc-virtual-list-holder-inner{grid-template-columns:repeat(5,1fr)}.react-js-cron-period>span:first-child{margin-left:0!important}.react-js-cron-period .react-js-cron-select.ant-select-single.ant-select-open .ant-select-selection-item{opacity:1}.react-js-cron-select-dropdown-period{width:auto!important;min-width:0!important}.react-js-cron-clear-button{margin-bottom:10px;margin-left:10px}.react-js-cron-disabled .react-js-cron-select.ant-select-disabled{background:#f5f5f5}div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector>.ant-select-selection-overflow{flex:initial;align-items:center}
@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size:12px;--rc-drag-handle-mobile-size:24px;--rc-drag-handle-bg-colour:#0003;--rc-drag-bar-size:6px;--rc-border-color:#ffffffb3;--rc-focus-color:#08f}.ReactCrop{cursor:crosshair;max-width:100%;display:inline-block;position:relative}.ReactCrop *,.ReactCrop :before,.ReactCrop :after{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{max-height:inherit;overflow:hidden}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{max-width:100%;max-height:inherit;display:block}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-mask{pointer-events:none;position:absolute;inset:0}.ReactCrop__crop-selection{cursor:move;position:absolute;top:0;left:0;transform:translateZ(0)}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";border:1px solid var(--rc-border-color);opacity:.3;position:absolute;inset:-1px}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed #fff}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){color:#fff;background-image:linear-gradient(90deg,#fff 50%,#444 50%),linear-gradient(90deg,#fff 50%,#444 50%),linear-gradient(#fff 50%,#444 50%),linear-gradient(#fff 50%,#444 50%);background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;background-size:10px 1px,10px 1px,1px 10px,1px 10px;animation:1s linear infinite marching-ants}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";background-color:#fff6;display:block;position:absolute}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6667%}.ReactCrop__drag-handle{width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color);position:absolute}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{cursor:nw-resize;top:0;left:0;transform:translate(-50%,-50%)}.ReactCrop .ord-n{cursor:n-resize;top:0;left:50%;transform:translate(-50%,-50%)}.ReactCrop .ord-ne{cursor:ne-resize;top:0;right:0;transform:translate(50%,-50%)}.ReactCrop .ord-e{cursor:e-resize;top:50%;right:0;transform:translate(50%,-50%)}.ReactCrop .ord-se{cursor:se-resize;bottom:0;right:0;transform:translate(50%,50%)}.ReactCrop .ord-s{cursor:s-resize;bottom:0;left:50%;transform:translate(-50%,50%)}.ReactCrop .ord-sw{cursor:sw-resize;bottom:0;left:0;transform:translate(-50%,50%)}.ReactCrop .ord-w{cursor:w-resize;top:50%;left:0;transform:translate(-50%,-50%)}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{width:100%;height:var(--rc-drag-bar-size);top:0;left:0;transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{width:var(--rc-drag-bar-size);height:100%;top:0;right:0;transform:translate(50%)}.ReactCrop__drag-bar.ord-s{width:100%;height:var(--rc-drag-bar-size);bottom:0;left:0;transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{width:var(--rc-drag-bar-size);height:100%;top:0;left:0;transform:translate(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (pointer:coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}
.VersionListingComponent-module-scss-module__WF-lZa__popup div[class*=wrapper]{max-width:900px}.VersionListingComponent-module-scss-module__WF-lZa__popup div[class*=wrapper] div[class*=body]{overflow-y:scroll}.VersionListingComponent-module-scss-module__WF-lZa__versions{flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;width:100%;padding:15px;display:flex}.VersionListingComponent-module-scss-module__WF-lZa__versionRow{opacity:1;border:1px solid #dedee3;border-radius:8px;justify-content:space-between;align-items:center;gap:20px;width:100%;min-height:52px;padding:8px 12px;display:flex;position:relative}.VersionListingComponent-module-scss-module__WF-lZa__versionRow:first-of-type{background:#f4f6f7 no-repeat padding-box padding-box}.VersionListingComponent-module-scss-module__WF-lZa__versionRow .VersionListingComponent-module-scss-module__WF-lZa__lhs{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.VersionListingComponent-module-scss-module__WF-lZa__versionRow .VersionListingComponent-module-scss-module__WF-lZa__lhs .VersionListingComponent-module-scss-module__WF-lZa__versionDate{text-align:left;letter-spacing:0;white-space:nowrap;opacity:1;font:500 14px/20px Poppins}.VersionListingComponent-module-scss-module__WF-lZa__versionRow .VersionListingComponent-module-scss-module__WF-lZa__lhs .VersionListingComponent-module-scss-module__WF-lZa__currentVersion{opacity:1;text-align:center;white-space:nowrap;letter-spacing:0;color:#fff;background:#a0a0ae no-repeat padding-box padding-box;border-radius:6px;flex-shrink:0;align-items:center;height:22px;padding:0 8px;font:500 10px/20px Poppins;display:flex}.VersionListingComponent-module-scss-module__WF-lZa__versionRow .VersionListingComponent-module-scss-module__WF-lZa__lhs .VersionListingComponent-module-scss-module__WF-lZa__meta{color:#a0a0ae;white-space:nowrap;flex-shrink:0;font:400 11px/16px Poppins}.VersionListingComponent-module-scss-module__WF-lZa__versionRow .VersionListingComponent-module-scss-module__WF-lZa__rhs{text-transform:capitalize;flex-shrink:0;align-items:center;gap:12px;display:flex}.VersionListingComponent-module-scss-module__WF-lZa__versionRow .VersionListingComponent-module-scss-module__WF-lZa__rhs .VersionListingComponent-module-scss-module__WF-lZa__user{align-items:center;gap:8px;display:flex}.VersionListingComponent-module-scss-module__WF-lZa__versionRow .VersionListingComponent-module-scss-module__WF-lZa__rhs .VersionListingComponent-module-scss-module__WF-lZa__user .VersionListingComponent-module-scss-module__WF-lZa__image{opacity:1;border-radius:50%;flex-shrink:0;width:28px;height:28px;position:relative;overflow:hidden}.VersionListingComponent-module-scss-module__WF-lZa__versionRow .VersionListingComponent-module-scss-module__WF-lZa__rhs .VersionListingComponent-module-scss-module__WF-lZa__user .VersionListingComponent-module-scss-module__WF-lZa__name{white-space:nowrap;text-overflow:ellipsis;letter-spacing:0;opacity:1;max-width:120px;font:400 12px/20px Poppins;overflow:hidden}.VersionListingComponent-module-scss-module__WF-lZa__versionRow .VersionListingComponent-module-scss-module__WF-lZa__rhs .VersionListingComponent-module-scss-module__WF-lZa__actions{flex-shrink:0;align-items:center;gap:2px;display:flex}.VersionListingComponent-module-scss-module__WF-lZa__versionRow .VersionListingComponent-module-scss-module__WF-lZa__rhs .VersionListingComponent-module-scss-module__WF-lZa__actionBtn{color:#5657aa!important}.VersionListingComponent-module-scss-module__WF-lZa__versionRow .VersionListingComponent-module-scss-module__WF-lZa__rhs .VersionListingComponent-module-scss-module__WF-lZa__actionBtn:hover{background:#5657aa14!important}.VersionListingComponent-module-scss-module__WF-lZa__versionRow .VersionListingComponent-module-scss-module__WF-lZa__rhs .VersionListingComponent-module-scss-module__WF-lZa__restoreBtn{color:#e06b2d!important}.VersionListingComponent-module-scss-module__WF-lZa__versionRow .VersionListingComponent-module-scss-module__WF-lZa__rhs .VersionListingComponent-module-scss-module__WF-lZa__restoreBtn:hover{background:#e06b2d14!important}.VersionListingComponent-module-scss-module__WF-lZa__versionRow.VersionListingComponent-module-scss-module__WF-lZa__active{background:#2c2d5f no-repeat padding-box padding-box}.VersionListingComponent-module-scss-module__WF-lZa__versionRow.VersionListingComponent-module-scss-module__WF-lZa__active .VersionListingComponent-module-scss-module__WF-lZa__user .VersionListingComponent-module-scss-module__WF-lZa__name,.VersionListingComponent-module-scss-module__WF-lZa__versionRow.VersionListingComponent-module-scss-module__WF-lZa__active .VersionListingComponent-module-scss-module__WF-lZa__versionDate{color:var(--mui-palette-common-white,#fff)}.VersionListingComponent-module-scss-module__WF-lZa__versionRow.VersionListingComponent-module-scss-module__WF-lZa__active .VersionListingComponent-module-scss-module__WF-lZa__meta{color:#ffffff80}.VersionListingComponent-module-scss-module__WF-lZa__versionRow.VersionListingComponent-module-scss-module__WF-lZa__active .VersionListingComponent-module-scss-module__WF-lZa__currentVersion{color:#fff;background:#5657aa no-repeat padding-box padding-box}.VersionListingComponent-module-scss-module__WF-lZa__versionRow.VersionListingComponent-module-scss-module__WF-lZa__active .VersionListingComponent-module-scss-module__WF-lZa__actionBtn{color:#ffffffb3!important}.VersionListingComponent-module-scss-module__WF-lZa__versionRow.VersionListingComponent-module-scss-module__WF-lZa__active .VersionListingComponent-module-scss-module__WF-lZa__actionBtn:hover{background:#ffffff1a!important}.VersionListingComponent-module-scss-module__WF-lZa__versionRow.VersionListingComponent-module-scss-module__WF-lZa__active .VersionListingComponent-module-scss-module__WF-lZa__restoreBtn{color:#ff9b6b!important}.VersionListingComponent-module-scss-module__WF-lZa__versionRow.VersionListingComponent-module-scss-module__WF-lZa__active .VersionListingComponent-module-scss-module__WF-lZa__restoreBtn:hover{background:#ffffff1a!important}@media screen and (max-width:700px){.VersionListingComponent-module-scss-module__WF-lZa__versions{padding:10px 5px}.VersionListingComponent-module-scss-module__WF-lZa__versionRow{flex-wrap:wrap;gap:8px}.VersionListingComponent-module-scss-module__WF-lZa__versionRow .VersionListingComponent-module-scss-module__WF-lZa__lhs{flex-wrap:wrap;gap:6px}.VersionListingComponent-module-scss-module__WF-lZa__versionRow .VersionListingComponent-module-scss-module__WF-lZa__rhs{gap:8px}.VersionListingComponent-module-scss-module__WF-lZa__versionRow .VersionListingComponent-module-scss-module__WF-lZa__rhs .VersionListingComponent-module-scss-module__WF-lZa__user .VersionListingComponent-module-scss-module__WF-lZa__name{max-width:80px}}
.PreviewShareComponent-module-scss-module__NhVEia__popup div[class*=header]{opacity:1;border-bottom:1px solid #dedee3;height:70px}.PreviewShareComponent-module-scss-module__NhVEia__popup div[class*=body]{height:100%;max-height:500px;overflow:hidden scroll}.PreviewShareComponent-module-scss-module__NhVEia__container{flex-direction:column;justify-content:center;align-items:center;gap:40px;width:100%;padding:20px;display:flex}.PreviewShareComponent-module-scss-module__NhVEia__addUserContainer{opacity:1;background:#fff no-repeat padding-box padding-box;border:1px solid #dedee3;border-radius:8px;justify-content:space-between;width:100%;height:50px;padding:0 10px;display:flex}.PreviewShareComponent-module-scss-module__NhVEia__addUserContainer input[type=email]{text-align:left;letter-spacing:0;opacity:1;border:none;font:14px/21px Poppins}.PreviewShareComponent-module-scss-module__NhVEia__addUserContainer input[type=email]::placeholder{color:#a0a0ae}.PreviewShareComponent-module-scss-module__NhVEia__addUserContainer button{content:"";background:url(../media/User_G.1142-2xcqt0a5.svg) 50% no-repeat;border:none;width:50px;height:50px}.PreviewShareComponent-module-scss-module__NhVEia__addUserContainer button:hover{background:url(../media/User.07s16frd8ti53.svg) 50% no-repeat}.PreviewShareComponent-module-scss-module__NhVEia__userListContainer{flex-direction:column;justify-content:center;align-items:center;gap:25px;width:100%;display:flex}.PreviewShareComponent-module-scss-module__NhVEia__userListContainer .PreviewShareComponent-module-scss-module__NhVEia__title{text-align:left;letter-spacing:0;opacity:1;width:100%;font:500 16px/25px Poppins}.PreviewShareComponent-module-scss-module__NhVEia__userListContainer .PreviewShareComponent-module-scss-module__NhVEia__userListing{flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;display:flex}.PreviewShareComponent-module-scss-module__NhVEia__userListContainer .PreviewShareComponent-module-scss-module__NhVEia__userListing .PreviewShareComponent-module-scss-module__NhVEia__userRecord{opacity:1;background:#f4f6f7 no-repeat padding-box padding-box;border:1px solid #dedee3;border-radius:8px;justify-content:space-between;width:100%;height:50px;padding:10px;display:flex}.PreviewShareComponent-module-scss-module__NhVEia__userListContainer .PreviewShareComponent-module-scss-module__NhVEia__userListing .PreviewShareComponent-module-scss-module__NhVEia__userRecord .PreviewShareComponent-module-scss-module__NhVEia__user{gap:10px;display:flex}.PreviewShareComponent-module-scss-module__NhVEia__userListContainer .PreviewShareComponent-module-scss-module__NhVEia__userListing .PreviewShareComponent-module-scss-module__NhVEia__userRecord .PreviewShareComponent-module-scss-module__NhVEia__user .PreviewShareComponent-module-scss-module__NhVEia__userImage{border-radius:50%;justify-content:center;align-items:center;width:31px;height:31px;position:relative;overflow:hidden}.PreviewShareComponent-module-scss-module__NhVEia__userListContainer .PreviewShareComponent-module-scss-module__NhVEia__userListing .PreviewShareComponent-module-scss-module__NhVEia__userRecord .PreviewShareComponent-module-scss-module__NhVEia__user .PreviewShareComponent-module-scss-module__NhVEia__userDetails{flex-direction:column;gap:5px;display:flex}.PreviewShareComponent-module-scss-module__NhVEia__userListContainer .PreviewShareComponent-module-scss-module__NhVEia__userListing .PreviewShareComponent-module-scss-module__NhVEia__userRecord .PreviewShareComponent-module-scss-module__NhVEia__user .PreviewShareComponent-module-scss-module__NhVEia__userDetails .PreviewShareComponent-module-scss-module__NhVEia__name{text-align:left;letter-spacing:0;opacity:1;font:500 12px/15px Poppins}.PreviewShareComponent-module-scss-module__NhVEia__userListContainer .PreviewShareComponent-module-scss-module__NhVEia__userListing .PreviewShareComponent-module-scss-module__NhVEia__userRecord .PreviewShareComponent-module-scss-module__NhVEia__user .PreviewShareComponent-module-scss-module__NhVEia__userDetails .PreviewShareComponent-module-scss-module__NhVEia__email{text-align:left;letter-spacing:0;color:#a0a0ae;opacity:1;font:500 10px/15px Poppins}.PreviewShareComponent-module-scss-module__NhVEia__userListContainer .PreviewShareComponent-module-scss-module__NhVEia__userListing .PreviewShareComponent-module-scss-module__NhVEia__userRecord button{text-transform:capitalize;text-align:left;letter-spacing:0;color:#ff4160;opacity:1;background:0 0;border:none;font:600 12px/20px Poppins}
.HtmlComponentList-module-scss-module__OaVy2W__left{z-index:3;background:var(--mui-palette-background-card,#f4f6f7);height:100%;position:relative;width:260px!important}.HtmlComponentList-module-scss-module__OaVy2W__left .HtmlComponentList-module-scss-module__OaVy2W__search{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;padding:0;display:flex}.HtmlComponentList-module-scss-module__OaVy2W__left .HtmlComponentList-module-scss-module__OaVy2W__search input[type=search]{background-color:var(--mui-palette-background-default,#fff);border-radius:0;width:100%;max-width:600px}.HtmlComponentList-module-scss-module__OaVy2W__left .HtmlComponentList-module-scss-module__OaVy2W__container{z-index:20;background:var(--mui-palette-background-card,#f4f6f7);flex-direction:column;gap:10px;width:260px;height:100%;padding:10px 20px;display:flex;left:0;overflow:scroll}.HtmlComponentList-module-scss-module__OaVy2W__left p{color:var(--mui-palette-text-survey,#a0a0ae);margin-bottom:10px;font:italic 12px/16px Poppins}.HtmlComponentList-module-scss-module__OaVy2W__inner{-webkit-user-select:none;user-select:none;background:var(--mui-palette-background-default,#fff);text-align:center;cursor:grab;text-transform:capitalize;width:105px;height:90px;color:var(--mui-palette-text-primary,#2c2d5f);white-space:nowrap;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;padding:8px;font:500 14px/20px Poppins;display:flex;position:relative}.HtmlComponentList-module-scss-module__OaVy2W__inner:hover,.HtmlComponentList-module-scss-module__OaVy2W__inner:active{opacity:.7}.HtmlComponentList-module-scss-module__OaVy2W__component{-webkit-user-select:none;user-select:none}.HtmlComponentList-module-scss-module__OaVy2W__component svg{fill:var(--mui-palette-text-primary,#2c2d5f)}.HtmlComponentList-module-scss-module__OaVy2W__component>p{margin-bottom:12px}.HtmlComponentList-module-scss-module__OaVy2W__component .HtmlComponentList-module-scss-module__OaVy2W__line{background:#ced4da;width:calc(100% - 20px);height:1px;position:absolute;top:70%;left:10px}.HtmlComponentList-module-scss-module__OaVy2W__component .HtmlComponentList-module-scss-module__OaVy2W__arrow{z-index:1;position:absolute;top:40%;right:20px;transform:translateY(-50%)}.HtmlComponentList-module-scss-module__OaVy2W__questionList{flex-wrap:wrap;gap:10px;width:100%;display:flex}.HtmlComponentList-module-scss-module__OaVy2W__component{transition:transform .2s,box-shadow .2s}.HtmlComponentList-module-scss-module__OaVy2W__component:hover{transform:translateY(-2px)}.HtmlComponentList-module-scss-module__OaVy2W__component:hover .HtmlComponentList-module-scss-module__OaVy2W__inner{border-color:#00c792;box-shadow:0 4px 12px #0000001f}.HtmlComponentList-module-scss-module__OaVy2W__component:active{transform:scale(.95)}.HtmlComponentList-module-scss-module__OaVy2W__component:active .HtmlComponentList-module-scss-module__OaVy2W__inner{box-shadow:0 2px 8px #0000001a}.HtmlComponentList-module-scss-module__OaVy2W__inner{border:1px solid #0000;transition:all .2s}.HtmlComponentList-module-scss-module__OaVy2W__inner[draggable=true]{cursor:grab}.HtmlComponentList-module-scss-module__OaVy2W__inner[draggable=true]:active{cursor:grabbing}@keyframes HtmlComponentList-module-scss-module__OaVy2W__pulseGlow{0%,to{box-shadow:0 0 #00c79266}50%{box-shadow:0 0 0 8px #00c79200}}.HtmlComponentList-module-scss-module__OaVy2W__dragging{animation:1.5s infinite HtmlComponentList-module-scss-module__OaVy2W__pulseGlow}@media screen and (max-width:1000px){.HtmlComponentList-module-scss-module__OaVy2W__left,.HtmlComponentList-module-scss-module__OaVy2W__left .HtmlComponentList-module-scss-module__OaVy2W__container{display:none}.HtmlComponentList-module-scss-module__OaVy2W__inner{border:1px solid var(--mui-palette-divider,#dedee3);width:48%;height:51.7px;padding:5px 10px;font:600 14px/20px Poppins}.HtmlComponentList-module-scss-module__OaVy2W__inner svg{fill:var(--mui-palette-text-primary,#2c2d5f)}}
.ql-container{box-sizing:border-box;height:100%;margin:0;font-family:Helvetica,Arial,sans-serif;font-size:13px;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{height:1px;position:absolute;top:50%;left:-100000px;overflow-y:hidden}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word;outline:none;height:100%;padding:12px 15px;line-height:1.42;overflow-y:auto}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{padding-left:1.5em;list-style-type:none;position:relative}.ql-editor li>.ql-ui:before{text-align:right;white-space:nowrap;width:1.2em;margin-left:-1.5em;margin-right:.3em;display:inline-block}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0, decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3, decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6, decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9, decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{text-align:left;margin-left:.3em;margin-right:-1.5em}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{max-width:100%;display:block}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{text-align:inherit;direction:rtl}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);pointer-events:none;font-style:italic;position:absolute;left:15px;right:15px}.ql-bubble.ql-toolbar:after,.ql-bubble .ql-toolbar:after{clear:both;content:"";display:table}.ql-bubble.ql-toolbar button,.ql-bubble .ql-toolbar button{cursor:pointer;float:left;background:0 0;border:none;width:28px;height:24px;padding:3px 5px;display:inline-block}.ql-bubble.ql-toolbar button svg,.ql-bubble .ql-toolbar button svg{float:left;height:100%}.ql-bubble.ql-toolbar button:active:hover,.ql-bubble .ql-toolbar button:active:hover{outline:none}.ql-bubble.ql-toolbar input.ql-image[type=file],.ql-bubble .ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble.ql-toolbar button:hover,.ql-bubble .ql-toolbar button:hover,.ql-bubble.ql-toolbar button:focus,.ql-bubble .ql-toolbar button:focus,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected{color:#fff}.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#fff}.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#fff}@media (pointer:coarse){.ql-bubble.ql-toolbar button:hover:not(.ql-active),.ql-bubble .ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble,.ql-bubble *{box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-bubble .ql-formats{vertical-align:middle;display:inline-block}.ql-bubble .ql-formats:after{clear:both;content:"";display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2px}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-thin,.ql-bubble .ql-stroke.ql-thin{stroke-width:1px}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-top:5px;margin-bottom:5px;padding-left:16px}.ql-bubble .ql-editor code,.ql-bubble .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor .ql-code-block-container{margin-top:5px;margin-bottom:5px;padding:5px 10px}.ql-bubble .ql-editor code{padding:2px 4px;font-size:85%}.ql-bubble .ql-editor .ql-code-block-container{color:#f8f8f2;background-color:#23241f;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;float:left;vertical-align:middle;height:24px;font-size:14px;font-weight:500;display:inline-block;position:relative}.ql-bubble .ql-picker-label{cursor:pointer;width:100%;height:100%;padding-left:8px;padding-right:2px;display:inline-block;position:relative}.ql-bubble .ql-picker-label:before{line-height:22px;display:inline-block}.ql-bubble .ql-picker-options{white-space:nowrap;background-color:#444;min-width:100%;padding:4px 8px;display:none;position:absolute}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;padding-top:5px;padding-bottom:5px;display:block}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{z-index:1;margin-top:-1px;display:block;top:100%}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{width:24px;height:24px;padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-options{width:152px;padding:3px 5px}.ql-bubble .ql-color-picker .ql-picker-item{float:left;border:1px solid #0000;width:16px;height:16px;margin:2px;padding:0}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{width:18px;margin-top:-9px;position:absolute;top:50%;right:0}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-label:before,.ql-bubble .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-label:before,.ql-bubble .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-label:before,.ql-bubble .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{top:5px;right:5px}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{color:#fff;background-color:#444;border-radius:25px}.ql-bubble .ql-tooltip-arrow{content:" ";border-left:6px solid #0000;border-right:6px solid #0000;margin-left:-6px;display:block;position:absolute;left:50%}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{color:#fff;background:0 0;border:none;outline:none;width:100%;height:100%;padding:10px 20px;font-size:13px;position:absolute}.ql-bubble .ql-tooltip-editor a{position:absolute;top:10px;right:20px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"×";font-size:16px;font-weight:700}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close){white-space:nowrap;position:relative}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):before{color:#fff;content:attr(href);z-index:1;background-color:#444;border-radius:15px;padding:5px 15px;font-size:12px;font-weight:400;text-decoration:none;top:-5px;overflow:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):after{content:" ";border-top:6px solid #444;border-left:6px solid #0000;border-right:6px solid #0000;width:0;height:0;top:0}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):before,.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):after{visibility:hidden;margin-left:50%;transition:visibility 0s .2s;position:absolute;left:0;transform:translate(-50%,-100%)}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover:before,.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover:after{visibility:visible}
.HtmlComponentEditor-module-scss-module__xel6sa__disabledChildren>*{pointer-events:none}.HtmlComponentEditor-module-scss-module__xel6sa__headerButtons{justify-content:space-around;align-items:center;gap:0;width:100%;height:60px;display:flex}.HtmlComponentEditor-module-scss-module__xel6sa__headerButtons button{border:1px solid var(--mui-palette-divider,#dedee3);border-radius:0;width:100%;padding:10px;display:flex}.HtmlComponentEditor-module-scss-module__xel6sa__headerButtons button:first-of-type{border-right:none}.HtmlComponentEditor-module-scss-module__xel6sa__styleConfigOverlay{width:100%;overflow-y:scroll}.HtmlComponentEditor-module-scss-module__xel6sa__styleConfigOverlay .HtmlComponentEditor-module-scss-module__xel6sa__header{cursor:pointer;background:url(../media/Plus_Main.0rwijrwz7084u.svg) 100% no-repeat;justify-content:flex-start;width:100%}.HtmlComponentEditor-module-scss-module__xel6sa__styleConfigOverlay .HtmlComponentEditor-module-scss-module__xel6sa__header h6{margin:unset;color:var(--mui-palette-text-primary,#2c2d5f);font:500 18px/27px Poppins}.HtmlComponentEditor-module-scss-module__xel6sa__styleConfigOverlay .HtmlComponentEditor-module-scss-module__xel6sa__header.HtmlComponentEditor-module-scss-module__xel6sa__expand{background:url(../media/Minus_Main.0j5dp90v2sllz.svg) 100% no-repeat}.HtmlComponentEditor-module-scss-module__xel6sa__styleConfigOverlay .HtmlComponentEditor-module-scss-module__xel6sa__stylingComponent{width:100%}.HtmlComponentEditor-module-scss-module__xel6sa__styleConfigOverlay .HtmlComponentEditor-module-scss-module__xel6sa__stylingComponent div[class*=propertySectors]{flex-direction:column;width:100%;display:flex}.HtmlComponentEditor-module-scss-module__xel6sa__styleConfigOverlay .HtmlComponentEditor-module-scss-module__xel6sa__stylingComponent div[class*=propertySectors] div[class*=inner]{background-color:var(--mui-palette-background-default,#fff)}.HtmlComponentEditor-module-scss-module__xel6sa__styleConfigOverlay .HtmlComponentEditor-module-scss-module__xel6sa__stylingComponent div[class*=styleHeader]{padding:unset;background:#fff url(../media/Plus_Main.0rwijrwz7084u.svg) 100% no-repeat;justify-content:flex-start;height:auto;font:500 18px/27px Poppins}.HtmlComponentEditor-module-scss-module__xel6sa__styleConfigOverlay .HtmlComponentEditor-module-scss-module__xel6sa__stylingComponent div[class*=activeHeader]{color:var(--mui-palette-text-primary,#2c2d5f);background:#fff url(../media/Minus_Main.0j5dp90v2sllz.svg) 100% no-repeat}.HtmlComponentEditor-module-scss-module__xel6sa__styleConfigOverlay .HtmlComponentEditor-module-scss-module__xel6sa__cardListing{gap:5px}.HtmlComponentEditor-module-scss-module__xel6sa__styleConfigOverlay .HtmlComponentEditor-module-scss-module__xel6sa__cardListing .HtmlComponentEditor-module-scss-module__xel6sa__card{width:8rem;height:6rem;padding:2px}.HtmlComponentEditor-module-scss-module__xel6sa__styleConfigOverlay .HtmlComponentEditor-module-scss-module__xel6sa__cardListing .HtmlComponentEditor-module-scss-module__xel6sa__card .HtmlComponentEditor-module-scss-module__xel6sa__picture{max-height:4rem}.HtmlComponentEditor-module-scss-module__xel6sa__fontSelector{flex-direction:column;gap:5px;width:100%;display:flex}.HtmlComponentEditor-module-scss-module__xel6sa__fontSelector h1,.HtmlComponentEditor-module-scss-module__xel6sa__fontSelector h2,.HtmlComponentEditor-module-scss-module__xel6sa__fontSelector h3,.HtmlComponentEditor-module-scss-module__xel6sa__fontSelector h4,.HtmlComponentEditor-module-scss-module__xel6sa__fontSelector h5,.HtmlComponentEditor-module-scss-module__xel6sa__fontSelector h6,.HtmlComponentEditor-module-scss-module__xel6sa__fontSelector p{margin-bottom:unset;color:var(--mui-palette-text-primary,#2c2d5f)}.HtmlComponentEditor-module-scss-module__xel6sa__fontSelector .HtmlComponentEditor-module-scss-module__xel6sa__header{background-color:var(--mui-palette-background-default,#fff)!important}.HtmlComponentEditor-module-scss-module__xel6sa__fontSelector .HtmlComponentEditor-module-scss-module__xel6sa__elementContainer{height:100%}.HtmlComponentEditor-module-scss-module__xel6sa__row{justify-content:space-between;align-items:center;gap:5px;width:100%;display:flex}.HtmlComponentEditor-module-scss-module__xel6sa__row label{color:var(--mui-palette-text-primary,#2c2d5f);text-align:left;min-width:120px;font:500 14px/21px Poppins}.HtmlComponentEditor-module-scss-module__xel6sa__row .HtmlComponentEditor-module-scss-module__xel6sa__themeComponent{width:478px;color:var(--mui-palette-common-white,#fff);border:1px solid var(--mui-palette-divider,#dedee3);opacity:1;background:#fff no-repeat padding-box padding-box;border-radius:4px;justify-content:space-between;align-items:center;height:41px;display:flex}.HtmlComponentEditor-module-scss-module__xel6sa__row .HtmlComponentEditor-module-scss-module__xel6sa__themeComponent input[type=text]{text-align:left;letter-spacing:0;color:var(--mui-palette-text-primary,#2c2d5f);opacity:1;font:14px/21px Poppins;background-color:#0000!important;border:none!important;height:40px!important}.HtmlComponentEditor-module-scss-module__xel6sa__row .HtmlComponentEditor-module-scss-module__xel6sa__themeComponent .HtmlComponentEditor-module-scss-module__xel6sa__actionButtons{justify-content:flex-end;align-items:center;gap:10px;width:60px;height:100%;padding:5px;display:flex}.HtmlComponentEditor-module-scss-module__xel6sa__row .HtmlComponentEditor-module-scss-module__xel6sa__themeComponent .HtmlComponentEditor-module-scss-module__xel6sa__actionButtons img{cursor:pointer}.HtmlComponentEditor-module-scss-module__xel6sa__row .HtmlComponentEditor-module-scss-module__xel6sa__themeText{text-align:left;letter-spacing:0;color:var(--mui-palette-text-survey,#a0a0ae);opacity:1;font:16px/25px Poppins}.HtmlComponentEditor-module-scss-module__xel6sa__row .HtmlComponentEditor-module-scss-module__xel6sa__rangeItem{width:310px;height:50px}.HtmlComponentEditor-module-scss-module__xel6sa__row .HtmlComponentEditor-module-scss-module__xel6sa__rangeItem div{justify-content:space-between;align-items:center;width:100%;display:flex}.HtmlComponentEditor-module-scss-module__xel6sa__row .HtmlComponentEditor-module-scss-module__xel6sa__rangeItem label{text-align:left;letter-spacing:0;color:#2c2d5f;opacity:1;font:12px/18px Poppins}.HtmlComponentEditor-module-scss-module__xel6sa__row .HtmlComponentEditor-module-scss-module__xel6sa__rangeItem label:last-of-type{text-align:right;font:700 12px/18px Poppins}.HtmlComponentEditor-module-scss-module__xel6sa__row .HtmlComponentEditor-module-scss-module__xel6sa__colorItem{border:1px solid var(--mui-palette-divider,#dedee3);border-radius:6px;justify-content:space-between;align-items:center;width:310px;height:50px;padding:10px;display:flex}.HtmlComponentEditor-module-scss-module__xel6sa__row .HtmlComponentEditor-module-scss-module__xel6sa__colorItem button{text-align:left;border-radius:unset;justify-content:space-between;width:100%;max-width:204px;height:40px}.HtmlComponentEditor-module-scss-module__xel6sa__row .HtmlComponentEditor-module-scss-module__xel6sa__colorItem label{text-align:left;letter-spacing:0;color:#2c2d5f;font:14px/21px Poppins}.HtmlComponentEditor-module-scss-module__xel6sa__row .HtmlComponentEditor-module-scss-module__xel6sa__colorItem label[class*=toggleText]{text-align:left;letter-spacing:0;color:#2c2d5f;opacity:1;font:14px/21px Poppins!important}.HtmlComponentEditor-module-scss-module__xel6sa__row input[type=color]{border:1px solid var(--mui-palette-divider,#dedee3);max-width:35px;max-height:35px}.HtmlComponentEditor-module-scss-module__xel6sa__row .HtmlComponentEditor-module-scss-module__xel6sa__toggle{flex-wrap:wrap;justify-content:center;align-items:center;height:50px;margin-left:10px;display:flex}.HtmlComponentEditor-module-scss-module__xel6sa__row .HtmlComponentEditor-module-scss-module__xel6sa__toggle p{margin-bottom:unset}.HtmlComponentEditor-module-scss-module__xel6sa__row .HtmlComponentEditor-module-scss-module__xel6sa__toggle input[type=text]{border:1px solid var(--mui-palette-divider,#dedee3);border-radius:8px;height:50px;text-transform:unset!important;font:14px/21px Poppins!important}.HtmlComponentEditor-module-scss-module__xel6sa__row .HtmlComponentEditor-module-scss-module__xel6sa__toggle input[type=text]::placeholder{color:var(--mui-palette-text-survey,#a0a0ae);font:14px/21px Poppins!important}.HtmlComponentEditor-module-scss-module__xel6sa__row .HtmlComponentEditor-module-scss-module__xel6sa__toggle label{margin-top:unset;margin-left:unset;width:34px;height:14px;margin-right:10px}.HtmlComponentEditor-module-scss-module__xel6sa__row select{border:1px solid var(--mui-palette-divider,#dedee3);max-width:160px;max-height:40px;margin-right:unset;border-radius:6px;padding:10px;font:14px/21px Poppins}.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer{width:100%;height:100%;display:flex}.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container_editor_area{tab-size:4ch;width:100%;max-height:400px;padding:10px 20px;overflow:auto}.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor{font-variant-ligatures:common-ligatures;background-color:var(--mui-palette-background-card,#f4f6f7);border-radius:3px;width:100%;font-size:12px!important}.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__comment,.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__prolog,.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__doctype,.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__cdata{color:#90a4ae!important}.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__punctuation{color:#9e9e9e!important}.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__namespace{opacity:.7}.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__property,.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__tag,.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__boolean,.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__number,.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__constant,.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__symbol,.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__deleted{color:#e91e63!important}.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__selector,.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__attr-name,.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__string,.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__char,.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__builtin,.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__inserted{color:#4caf50!important}.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__operator,.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__entity,.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__url,.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__language-css .HtmlComponentEditor-module-scss-module__xel6sa__string,.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__style .HtmlComponentEditor-module-scss-module__xel6sa__string{color:#795548!important}.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__atrule,.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__attr-value,.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__keyword{color:#3f51b5!important}.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__function{color:#f44336!important}.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__regex,.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__important,.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__variable{color:#ff9800!important}.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__important,.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__bold{font-weight:700}.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__italic{font-style:italic}.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor pre span .HtmlComponentEditor-module-scss-module__xel6sa__token .HtmlComponentEditor-module-scss-module__xel6sa__entity{cursor:help}.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__container__editor textarea{outline:0}.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__button{color:#fff;background:#000;padding:0 6px;text-decoration:none;display:inline-block}.HtmlComponentEditor-module-scss-module__xel6sa__codeContainer .HtmlComponentEditor-module-scss-module__xel6sa__button:hover{background:linear-gradient(45deg,#e42b66,#e2433f)}.HtmlComponentEditor-module-scss-module__xel6sa__resolutionSection{width:100%;margin-top:10px}.HtmlComponentEditor-module-scss-module__xel6sa__resolutionSection label{margin-left:10px;margin-bottom:unset;font-weight:700}.HtmlComponentEditor-module-scss-module__xel6sa__resolutionSection .HtmlComponentEditor-module-scss-module__xel6sa__resolutionSelector{width:100%;display:flex}.HtmlComponentEditor-module-scss-module__xel6sa__resolutionSection .HtmlComponentEditor-module-scss-module__xel6sa__resolutionSelector button{border-radius:unset;border-right:unset;width:100%;padding:10px}.HtmlComponentEditor-module-scss-module__xel6sa__resolutionSection .HtmlComponentEditor-module-scss-module__xel6sa__resolutionSelector button:last-of-type{border-right:1px solid var(--mui-palette-text-primary,#2c2d5f)}.HtmlComponentEditor-module-scss-module__xel6sa__resolutionSection .HtmlComponentEditor-module-scss-module__xel6sa__resolutionSelector button:active{border:unset}.HtmlComponentEditor-module-scss-module__xel6sa__popup{height:100%}.HtmlComponentEditor-module-scss-module__xel6sa__popup div[class*=wrapper]{max-width:1200px!important}.HtmlComponentEditor-module-scss-module__xel6sa__popup div[class*=wrapper] div[id*=popupTopContainer]{height:auto;overflow-y:scroll}.HtmlComponentEditor-module-scss-module__xel6sa__popup div[class*=wrapper] div[class*=header]{background-color:var(--mui-palette-background-card,#f4f6f7);border-bottom:unset}.HtmlComponentEditor-module-scss-module__xel6sa__popup div[class*=wrapper] div[class*=body]{padding:unset;position:unset;overflow:scroll;height:auto!important;max-height:500px!important}.HtmlComponentEditor-module-scss-module__xel6sa__popup div[class*=wrapper] div[class*=body] select{background:url(../media/AngleDown_Grey.0s9-e8stoi~g8.svg) 95% no-repeat!important}.HtmlComponentEditor-module-scss-module__xel6sa__popup .HtmlComponentEditor-module-scss-module__xel6sa__container{flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%;max-width:1200px;height:100%;display:flex}.HtmlComponentEditor-module-scss-module__xel6sa__actionButtons{justify-content:flex-end;align-items:center;gap:10px;width:100%;display:flex}.HtmlComponentEditor-module-scss-module__xel6sa__card{border:unset;text-align:center;border:1px solid var(--mui-palette-divider,#dedee3);cursor:pointer;background:#fff;flex-direction:column;justify-content:space-between;align-items:center;width:212px;height:220px;display:flex;position:relative}.HtmlComponentEditor-module-scss-module__xel6sa__card button{border:#0000;flex-direction:column;width:100%;display:flex}.HtmlComponentEditor-module-scss-module__xel6sa__card:hover{opacity:1;background:#f4f6f7 no-repeat padding-box padding-box}.HtmlComponentEditor-module-scss-module__xel6sa__card:hover .HtmlComponentEditor-module-scss-module__xel6sa__picture{background:url(../media/add_hover.0vmez1-vzhwlh.svg) 50% no-repeat}.HtmlComponentEditor-module-scss-module__xel6sa__card:active,.HtmlComponentEditor-module-scss-module__xel6sa__card.HtmlComponentEditor-module-scss-module__xel6sa__activeCard,.HtmlComponentEditor-module-scss-module__xel6sa__card.HtmlComponentEditor-module-scss-module__xel6sa__alertCard{box-sizing:border-box;background-color:#00ccb3;border:1px solid #00ccb3}.HtmlComponentEditor-module-scss-module__xel6sa__card:active .HtmlComponentEditor-module-scss-module__xel6sa__details,.HtmlComponentEditor-module-scss-module__xel6sa__card.HtmlComponentEditor-module-scss-module__xel6sa__activeCard .HtmlComponentEditor-module-scss-module__xel6sa__details,.HtmlComponentEditor-module-scss-module__xel6sa__card.HtmlComponentEditor-module-scss-module__xel6sa__alertCard .HtmlComponentEditor-module-scss-module__xel6sa__details,.HtmlComponentEditor-module-scss-module__xel6sa__card:active .HtmlComponentEditor-module-scss-module__xel6sa__picture,.HtmlComponentEditor-module-scss-module__xel6sa__card.HtmlComponentEditor-module-scss-module__xel6sa__activeCard .HtmlComponentEditor-module-scss-module__xel6sa__picture,.HtmlComponentEditor-module-scss-module__xel6sa__card.HtmlComponentEditor-module-scss-module__xel6sa__alertCard .HtmlComponentEditor-module-scss-module__xel6sa__picture{display:flex}.HtmlComponentEditor-module-scss-module__xel6sa__card:active .HtmlComponentEditor-module-scss-module__xel6sa__picture svg,.HtmlComponentEditor-module-scss-module__xel6sa__card.HtmlComponentEditor-module-scss-module__xel6sa__activeCard .HtmlComponentEditor-module-scss-module__xel6sa__picture svg,.HtmlComponentEditor-module-scss-module__xel6sa__card.HtmlComponentEditor-module-scss-module__xel6sa__alertCard .HtmlComponentEditor-module-scss-module__xel6sa__picture svg{fill:#fff;stroke:#fff}.HtmlComponentEditor-module-scss-module__xel6sa__card.HtmlComponentEditor-module-scss-module__xel6sa__alertCard{background-color:var(--mui-palette-error-main,#ff4160)}.HtmlComponentEditor-module-scss-module__xel6sa__card .HtmlComponentEditor-module-scss-module__xel6sa__picture{background:url(../media/add_black_24dp.0a._mp1.4.ec4.svg) 50% no-repeat;justify-content:center;align-items:center;width:100%;height:100%;max-height:190px;display:flex;position:relative;top:0}.HtmlComponentEditor-module-scss-module__xel6sa__card .HtmlComponentEditor-module-scss-module__xel6sa__picture svg{fill:var(--mui-palette-primary-main,#00c792);stroke:var(--mui-palette-primary-main,#00c792);width:2rem;height:2rem}.HtmlComponentEditor-module-scss-module__xel6sa__card .HtmlComponentEditor-module-scss-module__xel6sa__details{text-align:center;width:100%;height:30px;color:var(--mui-palette-text-survey,#a0a0ae);justify-content:center;align-items:center;padding:5px 0;font:500 14px/21px Poppins;display:flex;position:relative;bottom:0}.HtmlComponentEditor-module-scss-module__xel6sa__card .HtmlComponentEditor-module-scss-module__xel6sa__details.HtmlComponentEditor-module-scss-module__xel6sa__filledCard{border:1px solid var(--mui-palette-divider,#dedee3);opacity:1;color:var(--mui-palette-common-white,#fff);background:#a0a0ae no-repeat padding-box padding-box}.HtmlComponentEditor-module-scss-module__xel6sa__stylCardListing{flex-flow:wrap;justify-content:space-between;align-items:center;gap:4px;width:100%;max-width:800px;display:flex}.HtmlComponentEditor-module-scss-module__xel6sa__stylCardListing .HtmlComponentEditor-module-scss-module__xel6sa__card{border:unset;text-align:center;border:1px solid var(--mui-palette-divider,#dedee3);cursor:pointer;background:#fff;flex-direction:column;justify-content:space-between;align-items:center;width:212px;height:220px;display:flex;position:relative}.HtmlComponentEditor-module-scss-module__xel6sa__stylCardListing .HtmlComponentEditor-module-scss-module__xel6sa__card button{border:#0000;flex-direction:column;width:100%;display:flex}.HtmlComponentEditor-module-scss-module__xel6sa__stylCardListing .HtmlComponentEditor-module-scss-module__xel6sa__card:hover{opacity:1;background:#f4f6f7 no-repeat padding-box padding-box}.HtmlComponentEditor-module-scss-module__xel6sa__stylCardListing .HtmlComponentEditor-module-scss-module__xel6sa__card:hover .HtmlComponentEditor-module-scss-module__xel6sa__picture{background:url(../media/add_hover.0vmez1-vzhwlh.svg) 50% no-repeat}.HtmlComponentEditor-module-scss-module__xel6sa__stylCardListing .HtmlComponentEditor-module-scss-module__xel6sa__card:active,.HtmlComponentEditor-module-scss-module__xel6sa__stylCardListing .HtmlComponentEditor-module-scss-module__xel6sa__card.HtmlComponentEditor-module-scss-module__xel6sa__activeCard,.HtmlComponentEditor-module-scss-module__xel6sa__stylCardListing .HtmlComponentEditor-module-scss-module__xel6sa__card.HtmlComponentEditor-module-scss-module__xel6sa__alertCard{box-sizing:border-box;background-color:#00ccb3;border:1px solid #00ccb3}.HtmlComponentEditor-module-scss-module__xel6sa__stylCardListing .HtmlComponentEditor-module-scss-module__xel6sa__card:active .HtmlComponentEditor-module-scss-module__xel6sa__details,.HtmlComponentEditor-module-scss-module__xel6sa__stylCardListing .HtmlComponentEditor-module-scss-module__xel6sa__card.HtmlComponentEditor-module-scss-module__xel6sa__activeCard .HtmlComponentEditor-module-scss-module__xel6sa__details,.HtmlComponentEditor-module-scss-module__xel6sa__stylCardListing .HtmlComponentEditor-module-scss-module__xel6sa__card.HtmlComponentEditor-module-scss-module__xel6sa__alertCard .HtmlComponentEditor-module-scss-module__xel6sa__details,.HtmlComponentEditor-module-scss-module__xel6sa__stylCardListing .HtmlComponentEditor-module-scss-module__xel6sa__card:active .HtmlComponentEditor-module-scss-module__xel6sa__picture,.HtmlComponentEditor-module-scss-module__xel6sa__stylCardListing .HtmlComponentEditor-module-scss-module__xel6sa__card.HtmlComponentEditor-module-scss-module__xel6sa__activeCard .HtmlComponentEditor-module-scss-module__xel6sa__picture,.HtmlComponentEditor-module-scss-module__xel6sa__stylCardListing .HtmlComponentEditor-module-scss-module__xel6sa__card.HtmlComponentEditor-module-scss-module__xel6sa__alertCard .HtmlComponentEditor-module-scss-module__xel6sa__picture{display:flex}.HtmlComponentEditor-module-scss-module__xel6sa__stylCardListing .HtmlComponentEditor-module-scss-module__xel6sa__card:active .HtmlComponentEditor-module-scss-module__xel6sa__picture svg,.HtmlComponentEditor-module-scss-module__xel6sa__stylCardListing .HtmlComponentEditor-module-scss-module__xel6sa__card.HtmlComponentEditor-module-scss-module__xel6sa__activeCard .HtmlComponentEditor-module-scss-module__xel6sa__picture svg,.HtmlComponentEditor-module-scss-module__xel6sa__stylCardListing .HtmlComponentEditor-module-scss-module__xel6sa__card.HtmlComponentEditor-module-scss-module__xel6sa__alertCard .HtmlComponentEditor-module-scss-module__xel6sa__picture svg{fill:var(--mui-palette-background-default,#fff);stroke:var(--mui-palette-background-default,#fff)}.HtmlComponentEditor-module-scss-module__xel6sa__stylCardListing .HtmlComponentEditor-module-scss-module__xel6sa__card.HtmlComponentEditor-module-scss-module__xel6sa__alertCard{background-color:var(--mui-palette-error-main,#ff4160)}.HtmlComponentEditor-module-scss-module__xel6sa__stylCardListing .HtmlComponentEditor-module-scss-module__xel6sa__card .HtmlComponentEditor-module-scss-module__xel6sa__picture{background:url(../media/add_black_24dp.0a._mp1.4.ec4.svg) 50% no-repeat;justify-content:center;align-items:center;width:100%;height:100%;max-height:190px;display:flex;position:relative;top:0}.HtmlComponentEditor-module-scss-module__xel6sa__stylCardListing .HtmlComponentEditor-module-scss-module__xel6sa__card .HtmlComponentEditor-module-scss-module__xel6sa__picture svg{fill:var(--mui-palette-primary-main,#00c792);stroke:var(--mui-palette-primary-main,#00c792);width:2rem;height:2rem}.HtmlComponentEditor-module-scss-module__xel6sa__stylCardListing .HtmlComponentEditor-module-scss-module__xel6sa__card .HtmlComponentEditor-module-scss-module__xel6sa__details{text-align:center;width:100%;height:30px;color:var(--mui-palette-text-survey,#a0a0ae);justify-content:center;align-items:center;padding:5px 0;font:500 14px/21px Poppins;display:flex;position:relative;bottom:0}.HtmlComponentEditor-module-scss-module__xel6sa__stylCardListing .HtmlComponentEditor-module-scss-module__xel6sa__card .HtmlComponentEditor-module-scss-module__xel6sa__details.HtmlComponentEditor-module-scss-module__xel6sa__filledCard{background:var(--mui-palette-text-survey,#a0a0ae) 0% 0% no-repeat padding-box;border:1px solid var(--mui-palette-divider,#dedee3);opacity:1;color:var(--mui-palette-common-white,#fff)}.HtmlComponentEditor-module-scss-module__xel6sa__questionTypeSelector{cursor:pointer;opacity:1;border:1px solid var(--mui-palette-divider,#dedee3);border-radius:6px;justify-content:flex-start;align-items:center;gap:20px;width:100%;height:40px;padding:10px;display:flex;background:var(--mui-palette-background-default,#fff) url(../media/AngleDown_Grey.0s9-e8stoi~g8.svg) 95% 50% no-repeat!important}.HtmlComponentEditor-module-scss-module__xel6sa__questionTypeSelector svg{fill:var(--mui-palette-text-primary,#2c2d5f)}.HtmlComponentEditor-module-scss-module__xel6sa__questionTypeSelector label{margin:unset;cursor:pointer;color:var(--mui-palette-text-primary,#2c2d5f);text-transform:capitalize;font:14px/21px Poppins}.HtmlComponentEditor-module-scss-module__xel6sa__questionList{background-color:var(--mui-palette-background-default,#fff);border:1px solid var(--mui-palette-divider,#dedee3);z-index:100;border-radius:4px;flex-direction:column;max-height:150px;display:flex;position:absolute;overflow-y:scroll}.HtmlComponentEditor-module-scss-module__xel6sa__questionList .HtmlComponentEditor-module-scss-module__xel6sa__questionTypeSelector{width:100%;background:unset!important}.HtmlComponentEditor-module-scss-module__xel6sa__container{z-index:500;height:100%}.HtmlComponentEditor-module-scss-module__xel6sa__container .HtmlComponentEditor-module-scss-module__xel6sa__editorHeader{border-bottom:1px solid var(--mui-palette-divider,#dedee3);background-color:var(--mui-palette-background-card,#f4f6f7);flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;display:flex}.HtmlComponentEditor-module-scss-module__xel6sa__container .HtmlComponentEditor-module-scss-module__xel6sa__editorHeader .HtmlComponentEditor-module-scss-module__xel6sa__componentType{color:var(--mui-palette-text-survey,#a0a0ae);margin-bottom:unset;font:14px/21px Poppins}.HtmlComponentEditor-module-scss-module__xel6sa__container .HtmlComponentEditor-module-scss-module__xel6sa__properties{border-bottom:1px solid var(--mui-palette-divider,#dedee3);background-color:var(--mui-palette-background-card,#f4f6f7);flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;height:100%;display:flex;position:relative;overflow-y:scroll}.HtmlComponentEditor-module-scss-module__xel6sa__container.HtmlComponentEditor-module-scss-module__xel6sa__activeRight{display:flex}.HtmlComponentEditor-module-scss-module__xel6sa__container .HtmlComponentEditor-module-scss-module__xel6sa__container{z-index:20;height:100%;margin-bottom:unset;background:var(--mui-palette-common-white,#fff);border-left:2px solid #dedee3;flex-direction:column;width:260px;padding:20px 0;display:flex;position:absolute;right:0}.HtmlComponentEditor-module-scss-module__xel6sa__container p{color:var(--mui-palette-text-survey,#a0a0ae);font:12px/16px Poppins}.HtmlComponentEditor-module-scss-module__xel6sa__editorBody{background-color:var(--mui-palette-background-default,#fff);flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;min-height:200px;padding:5px;display:flex}.HtmlComponentEditor-module-scss-module__xel6sa__editorBody label{color:var(--mui-palette-text-survey,#a0a0ae);margin-bottom:10px;font:300 14px/21px Poppins}.HtmlComponentEditor-module-scss-module__xel6sa__editorBody input[type=number]{border:1px solid var(--mui-palette-divider,#dedee3);color:var(--mui-palette-text-primary,#2c2d5f);border-radius:6px;font:14px/21px Poppins}.HtmlComponentEditor-module-scss-module__xel6sa__styleBody{background-color:var(--mui-palette-background-default,#fff);flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%;height:100%;padding:0;position:relative}.HtmlComponentEditor-module-scss-module__xel6sa__styleBody .HtmlComponentEditor-module-scss-module__xel6sa__styleProperty{width:100%;color:var(--mui-palette-text-survey,#a0a0ae);text-transform:capitalize;flex-direction:column;gap:5px;padding:10px;font:300 14px/21px Poppins;display:flex}.HtmlComponentEditor-module-scss-module__xel6sa__styleBody .HtmlComponentEditor-module-scss-module__xel6sa__styleProperty select{border:1px solid var(--mui-palette-divider,#dedee3);color:var(--mui-palette-text-primary,#2c2d5f);margin-right:unset;padding:2px 10px;background:0 0!important;border-radius:6px!important;width:auto!important;height:40px!important;font:14px/21px Poppins!important}.HtmlComponentEditor-module-scss-module__xel6sa__styleBody .HtmlComponentEditor-module-scss-module__xel6sa__styleProperty input[type=text],.HtmlComponentEditor-module-scss-module__xel6sa__styleBody .HtmlComponentEditor-module-scss-module__xel6sa__styleProperty input[type=number]{border:1px solid var(--mui-palette-divider,#dedee3);width:100%;padding:5px 10px;background:0 0!important;border-radius:6px!important;height:40px!important}.HtmlComponentEditor-module-scss-module__xel6sa__inner{-webkit-user-select:none;user-select:none;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;height:auto;min-height:46px;display:flex;position:relative}.HtmlComponentEditor-module-scss-module__xel6sa__inner .HtmlComponentEditor-module-scss-module__xel6sa__styleHeader{text-transform:capitalize;cursor:pointer;width:100%;min-height:46px;color:var(--mui-palette-text-primary,#2c2d5f);white-space:nowrap;background:#fff url(../media/Plus_Main.0rwijrwz7084u.svg) 98% no-repeat;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;padding:5px;font:500 15px/20px Poppins;display:flex;position:relative}.HtmlComponentEditor-module-scss-module__xel6sa__component{background-color:var(--mui-palette-background-default,#fff);-webkit-user-select:none;user-select:none;width:100%;margin-bottom:2px}.HtmlComponentEditor-module-scss-module__xel6sa__component svg{fill:var(--mui-palette-text-primary,#2c2d5f)}.HtmlComponentEditor-module-scss-module__xel6sa__component>p{margin-bottom:12px}.HtmlComponentEditor-module-scss-module__xel6sa__component .HtmlComponentEditor-module-scss-module__xel6sa__line{background:#ced4da;width:calc(100% - 20px);height:1px;position:absolute;top:70%;left:10px}.HtmlComponentEditor-module-scss-module__xel6sa__component .HtmlComponentEditor-module-scss-module__xel6sa__arrow{z-index:1;position:absolute;top:40%;right:20px;transform:translateY(-50%)}.HtmlComponentEditor-module-scss-module__xel6sa__questionList{gap:10px;width:100%;display:flex}@media screen and (max-width:1200px){.HtmlComponentEditor-module-scss-module__xel6sa__container{width:100%;top:60px;overflow-y:scroll;position:absolute!important}.HtmlComponentEditor-module-scss-module__xel6sa__headerButtons{display:none}.HtmlComponentEditor-module-scss-module__xel6sa__editorBody{padding:20px}.HtmlComponentEditor-module-scss-module__xel6sa__styleBody{z-index:800;position:unset;height:unset;border-radius:4px;flex-flow:wrap}.HtmlComponentEditor-module-scss-module__xel6sa__styleBody .HtmlComponentEditor-module-scss-module__xel6sa__styleProperty{width:33.33%}.HtmlComponentEditor-module-scss-module__xel6sa__container{overflow:scroll}.HtmlComponentEditor-module-scss-module__xel6sa__container .HtmlComponentEditor-module-scss-module__xel6sa__properties{height:unset;background-color:var(--mui-palette-background-card,#f4f6f7);padding:10px;overflow-y:scroll}.HtmlComponentEditor-module-scss-module__xel6sa__container .HtmlComponentEditor-module-scss-module__xel6sa__propertySectors{flex-direction:row;padding:10px}.HtmlComponentEditor-module-scss-module__xel6sa__inner{background:#f4f6f7}.HtmlComponentEditor-module-scss-module__xel6sa__inner .HtmlComponentEditor-module-scss-module__xel6sa__styleHeader{background:var(--mui-palette-common-white,#fff);align-items:center;height:46px;padding:5px 10px}.HtmlComponentEditor-module-scss-module__xel6sa__inner .HtmlComponentEditor-module-scss-module__xel6sa__styleHeader.HtmlComponentEditor-module-scss-module__xel6sa__activeHeader{background-color:var(--mui-palette-background-header,#2c2d5f);color:var(--mui-palette-common-white,#fff)}.HtmlComponentEditor-module-scss-module__xel6sa__component{background-color:unset}}@media screen and (max-width:1000px){.HtmlComponentEditor-module-scss-module__xel6sa__right,.HtmlComponentEditor-module-scss-module__xel6sa__right .HtmlComponentEditor-module-scss-module__xel6sa__container{display:none}.HtmlComponentEditor-module-scss-module__xel6sa__component{width:31%}.HtmlComponentEditor-module-scss-module__xel6sa__component .HtmlComponentEditor-module-scss-module__xel6sa__inner{width:100%}.HtmlComponentEditor-module-scss-module__xel6sa__container .HtmlComponentEditor-module-scss-module__xel6sa__propertySectors{flex-wrap:wrap}.HtmlComponentEditor-module-scss-module__xel6sa__inner{border:1px solid var(--mui-palette-divider,#dedee3);width:48%;height:51.7px;padding:5px 10px;font:600 14px/20px Poppins}.HtmlComponentEditor-module-scss-module__xel6sa__inner svg{fill:var(--mui-palette-text-primary,#2c2d5f)}}@media screen and (max-width:700px){.HtmlComponentEditor-module-scss-module__xel6sa__component{width:48%}.HtmlComponentEditor-module-scss-module__xel6sa__inner{width:100%}.HtmlComponentEditor-module-scss-module__xel6sa__container .HtmlComponentEditor-module-scss-module__xel6sa__propertySectors{flex-wrap:wrap}.HtmlComponentEditor-module-scss-module__xel6sa__styleBody{flex-direction:column}.HtmlComponentEditor-module-scss-module__xel6sa__styleBody .HtmlComponentEditor-module-scss-module__xel6sa__styleProperty{width:100%}}
