@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;400;500;600&display=swap";fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{-webkit-animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::-webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@-webkit-keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08);box-shadow:1px 0 #e6e6e6,-1px 0 #e6e6e6,0 1px #e6e6e6,0 -1px #e6e6e6,0 3px 13px #00000014}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1);animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none!important;box-shadow:none!important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 #e6e6e6,5px 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:"";height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:#000000e6;fill:#000000e6;height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:#000000e6;fill:#000000e6}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{left:0}.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{right:0}.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,.15);-webkit-box-sizing:border-box;box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,.1)}.numInputWrapper span:active{background:rgba(0,0,0,.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:#00000080}.numInputWrapper:hover{background:rgba(0,0,0,.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0px,0px,0px);transform:translateZ(0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch�;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:#000000e6}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:#000000e6}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:#00000080;background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:#0000008a;line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0px,0px,0px);transform:translateZ(0);opacity:1}.dayContainer+.dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 #e6e6e6,5px 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:#3939394d;background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:#3939391a}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 #569ff7,5px 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:#3939394d;background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:700}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:700;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fpFadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}:host{display:inline-block;width:1em;height:1em;contain:strict;fill:currentColor;box-sizing:content-box!important}:host .ionicon{stroke:currentColor}.ionicon-fill-none{fill:none}.ionicon-stroke-width{stroke-width:32px;stroke-width:var(--ionicon-stroke-width, 32px)}.icon-inner,.ionicon,svg{display:block;height:100%;width:100%}:host(.flip-rtl) .icon-inner{transform:scaleX(-1)}:host(.icon-small){font-size:18px!important}:host(.icon-large){font-size:32px!important}:host(.ion-color){color:var(--ion-color-base)!important}:host(.ion-color-primary){--ion-color-base: var(--ion-color-primary, #3880ff)}:host(.ion-color-secondary){--ion-color-base: var(--ion-color-secondary, #0cd1e8)}:host(.ion-color-tertiary){--ion-color-base: var(--ion-color-tertiary, #f4a942)}:host(.ion-color-success){--ion-color-base: var(--ion-color-success, #10dc60)}:host(.ion-color-warning){--ion-color-base: var(--ion-color-warning, #ffce00)}:host(.ion-color-danger){--ion-color-base: var(--ion-color-danger, #f14141)}:host(.ion-color-light){--ion-color-base: var(--ion-color-light, #f4f5f8)}:host(.ion-color-medium){--ion-color-base: var(--ion-color-medium, #989aa2)}:host(.ion-color-dark){--ion-color-base: var(--ion-color-dark, #222428)}*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body{height:100%;scroll-behavior:smooth;text-rendering:optimizeSpeed;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit;resize:none;outline:none;border:0}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button,button::-webkit-outer-spin-button,button::-webkit-inner-spin-button,textarea::-webkit-outer-spin-button,textarea::-webkit-inner-spin-button,select::-webkit-outer-spin-button,select::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number],button[type=number],textarea[type=number],select[type=number]{-moz-appearance:textfield}p,h1,h2,h3,h4,h5,h6,div{overflow-wrap:break-word}a,a:hover{text-decoration:none}#root{isolation:isolate}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.rte-content p{min-height:24px}.rte-content h1,.rte-content h2,.rte-content h3,.rte-content h4,.rte-content h5,.rte-content h6{font-size:inherit}.rte-content strong,.rte-content b{font-weight:600}.rte-content em,.rte-content i{font-style:italic}.rte-content ul{list-style-type:disc}.rte-content ol{list-style-type:decimal}.rte-content a{color:#182bb4;text-decoration:none}.markdown{display:flex;flex-direction:column;gap:12px}.markdown p{min-height:24px}.markdown h1,.markdown h2,.markdown h3,.markdown h4,.markdown h5,.markdown h6{font-size:inherit}.markdown strong,.markdown b{font-weight:600}.markdown em,.markdown i{font-style:italic}.markdown ul{list-style-type:disc}.markdown ol{list-style-type:decimal}.markdown a{color:#182bb4;text-decoration:none}.input-wrap{width:100%}.input-wrap>.input-row{position:relative}.input-wrap>.input-row>input[type=text],.input-wrap>.input-row>input[type=email],.input-wrap>.input-row>input[type=number],.input-wrap>.input-row>input[type=tel],.input-wrap>.input-row>input[type=password],.input-wrap>.input-row>input[type=url],.input-wrap>.input-row>textarea,.input-wrap>.input-row>select,.input-wrap>.input-row>.flatpickr-wrapper>input{display:block;width:100%;border:.5px solid #e1e6ef;border-radius:8px;background-color:#fff;padding:7px 12px}.input-wrap>.input-row>input[type=text]::placeholder,.input-wrap>.input-row>input[type=email]::placeholder,.input-wrap>.input-row>input[type=number]::placeholder,.input-wrap>.input-row>input[type=tel]::placeholder,.input-wrap>.input-row>input[type=password]::placeholder,.input-wrap>.input-row>input[type=url]::placeholder,.input-wrap>.input-row>textarea::placeholder,.input-wrap>.input-row>select::placeholder,.input-wrap>.input-row>.flatpickr-wrapper>input::placeholder{color:#9aa5b1}.input-wrap>.input-row>input[type=text][disabled],.input-wrap>.input-row>input[type=email][disabled],.input-wrap>.input-row>input[type=number][disabled],.input-wrap>.input-row>input[type=tel][disabled],.input-wrap>.input-row>input[type=password][disabled],.input-wrap>.input-row>input[type=url][disabled],.input-wrap>.input-row>textarea[disabled],.input-wrap>.input-row>select[disabled],.input-wrap>.input-row>.flatpickr-wrapper>input[disabled]{opacity:.5}.input-wrap>.input-row>input[type=text][disabled]:hover,.input-wrap>.input-row>input[type=email][disabled]:hover,.input-wrap>.input-row>input[type=number][disabled]:hover,.input-wrap>.input-row>input[type=tel][disabled]:hover,.input-wrap>.input-row>input[type=password][disabled]:hover,.input-wrap>.input-row>input[type=url][disabled]:hover,.input-wrap>.input-row>textarea[disabled]:hover,.input-wrap>.input-row>select[disabled]:hover,.input-wrap>.input-row>.flatpickr-wrapper>input[disabled]:hover{cursor:not-allowed}.input-wrap>.input-row>textarea.resizing-textarea{overflow:hidden}.input-wrap>.input-row>select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.input-wrap>.input-row>.select-caret{position:absolute;top:50%;transform:translateY(-50%);right:12px;display:flex;align-items:center}.input-wrap>.input-row.has-prefix>input[type=text],.input-wrap>.input-row.has-prefix>input[type=email],.input-wrap>.input-row.has-prefix>input[type=number],.input-wrap>.input-row.has-prefix>input[type=tel],.input-wrap>.input-row.has-prefix>input[type=password],.input-wrap>.input-row.has-prefix>input[type=url],.input-wrap>.input-row.has-prefix>textarea,.input-wrap>.input-row.has-prefix>select,.input-wrap>.input-row.has-prefix>.flatpickr-wrapper>input{padding-left:44px!important}.input-wrap>.input-row>.prefix{position:absolute;top:50%;left:12px;transform:translateY(-50%);width:24px;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:2}.input-wrap>.input-row>.prefix .icon{color:#cbd2d9}.input-wrap>.input-row.has-suffix>input[type=text],.input-wrap>.input-row.has-suffix>input[type=email],.input-wrap>.input-row.has-suffix>input[type=number],.input-wrap>.input-row.has-suffix>input[type=tel],.input-wrap>.input-row.has-suffix>input[type=password],.input-wrap>.input-row.has-suffix>input[type=url],.input-wrap>.input-row.has-suffix>textarea,.input-wrap>.input-row.has-suffix>select,.input-wrap>.input-row.has-suffix>.flatpickr-wrapper>input{padding-right:44px!important}.input-wrap>.input-row>.suffix{position:absolute;top:50%;right:12px;transform:translateY(-50%);width:24px;display:flex;align-items:center;justify-content:center;gap:8px;z-index:2}.input-wrap>.input-row>.suffix .icon{color:#cbd2d9}.input-wrap>.ai-assist{background:linear-gradient(92.56deg,rgba(121,221,242,.25) 6.82%,rgba(237,230,242,.25) 82.69%),#ffffff;border:.5px solid #e1e6ef;border-radius:0 0 8px 8px;padding:8px;font-size:14px;line-height:21px;letter-spacing:.1px;display:flex;align-items:center;gap:8px}.input-wrap.has-ai-assist>.input-row>input[type=text],.input-wrap.has-ai-assist>.input-row>input[type=email],.input-wrap.has-ai-assist>.input-row>input[type=number],.input-wrap.has-ai-assist>.input-row>input[type=tel],.input-wrap.has-ai-assist>.input-row>input[type=password],.input-wrap.has-ai-assist>.input-row>input[type=url],.input-wrap.has-ai-assist>.input-row>textarea,.input-wrap.has-ai-assist>.input-row>select,.input-wrap.has-ai-assist>.input-row>.flatpickr-wrapper>input{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.input-wrap.has-ai-assist>.input-row>.rte-input>.editor{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.input-wrap.is-round>.input-row>input[type=text],.input-wrap.is-round>.input-row>input[type=email],.input-wrap.is-round>.input-row>input[type=number],.input-wrap.is-round>.input-row>input[type=tel],.input-wrap.is-round>.input-row>input[type=password],.input-wrap.is-round>.input-row>input[type=url],.input-wrap.is-round>.input-row>textarea,.input-wrap.is-round>.input-row>select,.input-wrap.is-round>.input-row>.flatpickr-wrapper>input{border-radius:200px;padding-left:18px;padding-right:18px}.input-wrap.is-small>.input-row>input[type=text],.input-wrap.is-small>.input-row>input[type=email],.input-wrap.is-small>.input-row>input[type=number],.input-wrap.is-small>.input-row>input[type=tel],.input-wrap.is-small>.input-row>input[type=password],.input-wrap.is-small>.input-row>input[type=url],.input-wrap.is-small>.input-row>textarea,.input-wrap.is-small>.input-row>select,.input-wrap.is-small>.input-row>.flatpickr-wrapper>input{font-size:12px;line-height:16px;padding:3.5px 8px}.input-wrap.is-small>.input-row.has-prefix>input[type=text],.input-wrap.is-small>.input-row.has-prefix>input[type=email],.input-wrap.is-small>.input-row.has-prefix>input[type=number],.input-wrap.is-small>.input-row.has-prefix>input[type=tel],.input-wrap.is-small>.input-row.has-prefix>input[type=password],.input-wrap.is-small>.input-row.has-prefix>input[type=url],.input-wrap.is-small>.input-row.has-prefix>textarea,.input-wrap.is-small>.input-row.has-prefix>select,.input-wrap.is-small>.input-row.has-prefix>.flatpickr-wrapper>input{padding-left:28px!important}.input-wrap.is-small>.input-row.has-suffix>input[type=text],.input-wrap.is-small>.input-row.has-suffix>input[type=email],.input-wrap.is-small>.input-row.has-suffix>input[type=number],.input-wrap.is-small>.input-row.has-suffix>input[type=tel],.input-wrap.is-small>.input-row.has-suffix>input[type=password],.input-wrap.is-small>.input-row.has-suffix>input[type=url],.input-wrap.is-small>.input-row.has-suffix>textarea,.input-wrap.is-small>.input-row.has-suffix>select,.input-wrap.is-small>.input-row.has-suffix>.flatpickr-wrapper>input{padding-right:28px!important}.input-wrap.is-small>.input-row>.prefix .icon,.input-wrap.is-small>.input-row>.suffix .icon{width:1em;height:1em}.input-wrap.is-small>.input-row>.prefix{left:4px}.input-wrap.is-small>.input-row>.suffix{right:4px}.input-wrap.is-small>.input-row>.select-caret{right:8px;font-size:10px}.input-wrap>.info{font-size:12px;line-height:16px;letter-spacing:.2px;display:flex;align-items:center;gap:4px;padding-top:4px}.input-wrap>.error{font-size:12px;line-height:16px;letter-spacing:.2px;color:#d64545;display:flex;align-items:center}.input-wrap.is-bare .input-row>input[type=text],.input-wrap.is-bare .input-row>input[type=email],.input-wrap.is-bare .input-row>input[type=number],.input-wrap.is-bare .input-row>input[type=tel],.input-wrap.is-bare .input-row>input[type=password],.input-wrap.is-bare .input-row>input[type=url],.input-wrap.is-bare .input-row>textarea,.input-wrap.is-bare .input-row>select,.input-wrap.is-bare .input-row>.flatpickr-wrapper>input{border:0;background-color:transparent;padding:0;border-radius:0}.input-wrap.is-bare .input-row>input[type=text]::placeholder,.input-wrap.is-bare .input-row>input[type=email]::placeholder,.input-wrap.is-bare .input-row>input[type=number]::placeholder,.input-wrap.is-bare .input-row>input[type=tel]::placeholder,.input-wrap.is-bare .input-row>input[type=password]::placeholder,.input-wrap.is-bare .input-row>input[type=url]::placeholder,.input-wrap.is-bare .input-row>textarea::placeholder,.input-wrap.is-bare .input-row>select::placeholder,.input-wrap.is-bare .input-row>.flatpickr-wrapper>input::placeholder{color:#9aa5b1}.input-wrap.is-bare.is-large{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}button,.button{font-size:16px;line-height:24px;letter-spacing:.1px;padding:7.5px 12px;border-radius:8px;border-width:.5px!important;display:flex;align-items:center;gap:8px;transition:transform .2s;background-color:#0c155a;border:1px solid #e1e6ef;color:#fff}button[disabled],.button[disabled]{opacity:.5}button[disabled]:hover,.button[disabled]:hover{cursor:not-allowed}button:active,.button:active{transform:scale(.98)}button:hover,.button:hover{cursor:pointer}button:active,button.is-active,.button:active,.button.is-active{background-color:#0c155a;border-color:#0c155a;color:#fff}button:hover,.button:hover{color:#fff}button.is-warning:not(.is-alt),.button.is-warning:not(.is-alt){background-color:#f7d070;border-color:#f7d070}button.is-warning:not(.is-alt):active,button.is-warning:not(.is-alt).is-active,.button.is-warning:not(.is-alt):active,.button.is-warning:not(.is-alt).is-active{background-color:warning-dark;border-color:warning-dark}button.is-danger:not(.is-alt),.button.is-danger:not(.is-alt){background-color:#d64545;border-color:#d64545}button.is-danger:not(.is-alt):active,button.is-danger:not(.is-alt).is-active,.button.is-danger:not(.is-alt):active,.button.is-danger:not(.is-alt).is-active{background-color:#a61b1b;border-color:#a61b1b}button.is-success:not(.is-alt),.button.is-success:not(.is-alt){background-color:#57ae5b;border-color:#57ae5b}button.is-success:not(.is-alt):active,button.is-success:not(.is-alt).is-active,.button.is-success:not(.is-alt):active,.button.is-success:not(.is-alt).is-active{background-color:#2f8132;border-color:#2f8132}button.is-alt,.button.is-alt{background-color:#fff;border:1px solid #e1e6ef;color:#0c155a;position:relative}button.is-alt>*,.button.is-alt>*{position:relative;z-index:2}button.is-alt:before,.button.is-alt:before{content:"";pointer-events:none;position:absolute;z-index:1;top:3px;bottom:3px;left:3px;right:3px;border-radius:8px;background-color:#e9ebfc;border:1px solid #4b5ee7;opacity:0;transition:opacity .24s}button.is-alt.is-round:before,.button.is-alt.is-round:before{border-radius:200px}button.is-alt:active>*,button.is-alt.is-active>*,.button.is-alt:active>*,.button.is-alt.is-active>*{color:#4b5ee7}button.is-alt:active:before,button.is-alt.is-active:before,.button.is-alt:active:before,.button.is-alt.is-active:before{opacity:1}button.is-alt.is-warning,.button.is-alt.is-warning{color:#f7d070;border-color:#f7d070}button.is-alt.is-warning:active,button.is-alt.is-warning.is-active,.button.is-alt.is-warning:active,.button.is-alt.is-warning.is-active{background-color:#f7d070;color:#fff}button.is-alt.is-danger,.button.is-alt.is-danger{color:#d64545;border-color:#d64545}button.is-alt.is-danger:active,button.is-alt.is-danger.is-active,.button.is-alt.is-danger:active,.button.is-alt.is-danger.is-active{background-color:#d64545;color:#fff}button.is-alt.is-success,.button.is-alt.is-success{color:#57ae5b;border-color:#57ae5b}button.is-alt.is-success:active,button.is-alt.is-success.is-active,.button.is-alt.is-success:active,.button.is-alt.is-success.is-active{background-color:#57ae5b;color:#fff}button.is-bare,.button.is-bare{background:none;border:1px solid transparent;color:#2e3338}button.is-bare:active,button.is-bare.is-active,.button.is-bare:active,.button.is-bare.is-active{background:none;color:#141c24}button.is-small,.button.is-small{font-size:12px;line-height:16px;letter-spacing:.2px;padding:3.5px 8px;border-radius:8px;gap:4px}button.is-round,.button.is-round{border-radius:200px;padding-left:18px;padding-right:18px}.button-group{display:flex;align-items:center}.button-group>*{flex:1;justify-content:center;margin:0}.button-group>*:not(:last-child):not(:first-child){border-radius:0;border-right:0}.button-group>*:first-child{border-top-right-radius:0;border-bottom-right-radius:0;border-right:0}.button-group>*:last-child{border-top-left-radius:0;border-bottom-left-radius:0;border-left:0}.multiselect .multiselect__content-wrapper{box-shadow:0 0 15px #00000014}.multiselect .multiselect__tags{border-color:#e1e6ef}.multiselect .multiselect__tag{background:none;padding:0;margin-bottom:0}.multiselect .multiselect__placeholder{font-size:14px;line-height:21px;letter-spacing:.1px;margin-bottom:0;padding:0}.multiselect .multiselect__input{padding:4px 0}.multiselect .multiselect__input::placeholder{font-size:14px;line-height:21px;letter-spacing:.1px}.multiselect .multiselect__select{margin-top:4px;display:none}.multiselect .multiselect__option{font-size:14px;line-height:21px;letter-spacing:.1px;padding:16px;min-height:none}.multiselect .multiselect__option.multiselect__option--highlight,.multiselect .multiselect__option:after{background-color:#e9ebfc;color:#4b5ee7}.multiselect .multiselect__option.multiselect__option--disabled.multiselect__option--group.multiselect__option{text-transform:uppercase;font-size:12px;line-height:20px;letter-spacing:.2px;font-weight:500;background-color:transparent!important;color:#4b5ee7!important}.tag-input .multiselect__select{display:none}.tag-input .multiselect__content-wrapper{opacity:0}.tag-input .multiselect__content-wrapper:has(.multiselect__element){opacity:1}.tag-input .multiselect--active .multiselect__tags{border-radius:8px}.flatpickr-calendar .flatpickr-day.today{border-radius:0;border:0}.flatpickr-calendar .flatpickr-day:hover,.flatpickr-calendar .flatpickr-day.selected{border-radius:8px;border:.5px solid #4b5ee7;background-color:#e9ebfc;color:#4b5ee7}.flatpickr-calendar .flatpickr-day.inRange{border-radius:8px;border:.5px solid #4b5ee7;background-color:#e9ebfc;color:#4b5ee7;box-shadow:none}.flatpickr-calendar .flatpickr-day.startRange,.flatpickr-calendar .flatpickr-day.endRange{border-radius:8px;border:.5px solid #4b5ee7;background-color:#d2d7f9;color:#4b5ee7;box-shadow:none}.checkbox{width:max-content;padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.checkbox input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox.disabled{cursor:default}.checkbox .checkbox-square{height:12px;width:12px;border-radius:2px;border-style:solid;border-width:1px}.checkbox .checkbox-square.checked{background-color:#4b5ee7;border-color:#e1e6ef}.checkbox .checkbox-square.unchecked{border-color:#e1e6ef}.switch-input{display:flex;align-items:center;gap:16px}.switch-input>.switch{border:1px solid #e1e6ef;border-radius:28px;position:relative;width:36px;height:20px;background-color:#e9ebfc}.switch-input>.switch:after{content:"";display:block;position:absolute;height:16px;width:16px;border-radius:50%;top:1.2px;left:2px;background-color:#fff;transition:all .15s linear}.switch-input>.switch.is-toggled:after{transform:translate(14px);background-color:#4b5ee7}.switch-input>.switch.is-disabled{opacity:.5}.switch-input>.switch.is-disabled:hover{cursor:not-allowed}.searchbar{min-width:328px;display:flex;border:1px solid #e1e6ef;background-color:#fff;padding:8px 4px 8px 24px;border-radius:64px;height:42px}.searchbar input{width:100%}.searchbar input::placeholder{color:#e1e6ef}.rte-input{width:100%;background-color:#fff}.rte-input>.editor{border:.5px solid #e1e6ef;border-radius:8px;transition:opacity .3s;opacity:.6}.rte-input>.editor.is-focused{opacity:1}.rte-input>.editor.is-disabled{opacity:.5;pointer-events:none}.rte-input>.editor.is-disabled:hover{cursor:not-allowed}.rte-input>.editor>.top-bar,.rte-input>.editor>.bottom-bar{display:flex;gap:4px;padding:4px}.rte-input>.editor>.top-bar>button,.rte-input>.editor>.bottom-bar>button{padding:4px;background:none;border:0;font-size:12px;color:#0c155a;border-radius:8px}.rte-input>.editor>.top-bar{border-radius:8px 8px 0 0;border-bottom:.5px solid #e1e6ef}.rte-input>.editor>.top-bar>button.is-active{background-color:#e9ebfc}.rte-input>.editor>.input{min-height:40px;padding:8px 12px}.rte-input>.editor>.input>div p{min-height:24px}.rte-input>.editor>.input>div h1,.rte-input>.editor>.input>div h2,.rte-input>.editor>.input>div h3,.rte-input>.editor>.input>div h4,.rte-input>.editor>.input>div h5,.rte-input>.editor>.input>div h6{font-size:inherit}.rte-input>.editor>.input>div strong,.rte-input>.editor>.input>div b{font-weight:600}.rte-input>.editor>.input>div em,.rte-input>.editor>.input>div i{font-style:italic}.rte-input>.editor>.input>div ul{list-style-type:disc}.rte-input>.editor>.input>div ol{list-style-type:decimal}.rte-input>.editor>.input>div a{color:#182bb4;text-decoration:none}.rte-input>.editor>.bottom-bar{display:flex;align-items:center;justify-content:space-between}.rte-input>.editor>.bottom-bar>.start{display:flex;align-items:center}.rte-input>.editor>.bottom-bar>.end{display:flex;align-items:center}.rte-input>.editor>.bottom-bar>.end>.submit{margin-left:auto}.rte-input>.rte-edit-link-modal>.body{width:560px}.rte-input>.rte-edit-link-modal>.body>form{display:flex;flex-direction:column;gap:16px}.rte-input>.rte-edit-link-modal>.body>form>.title{font-size:20px;line-height:28px;letter-spacing:0px;font-weight:500}.rte-input>.rte-edit-link-modal>.body>form>.actions{display:flex;gap:16px;justify-content:flex-end}.rte-input>.rte-edit-link-modal>.body>form>.actions>.remove{margin-right:auto;color:#d64545}.rte-input .ProseMirror.ProseMirror-focused{outline:none}.modal-context{position:fixed;top:0;bottom:0;left:0;right:0;z-index:10;display:flex;align-items:center;justify-content:center}.modal-context>.body{position:relative;z-index:2;background-color:#fff;border:1px solid #e1e6ef;border-radius:8px;box-shadow:0 0 15px #00000014;padding:24px;min-width:320px;max-height:90%;overflow-y:auto}.modal-context>.background{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;background:rgba(0,0,0,.7)}.drawer-context{position:fixed;top:0;bottom:0;left:0;right:0;z-index:10;display:flex;align-items:center;justify-content:center}.drawer-context>.body{position:absolute;z-index:2;top:0;right:0;bottom:0;background-color:#fff;border-radius:4px;box-shadow:0 0 15px #00000014;padding:24px;width:60ch;overflow-y:auto}.drawer-context>.background{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;background:rgba(0,0,0,.7)}.drawer-context>.background.is-transparent{background:rgba(0,0,0,0)}.drawer-context.drawer-enter-active>.body{transition:all .4s ease;transform:translate(100%);opacity:1}.drawer-context.drawer-enter-active>.background{opacity:0}.drawer-context.drawer-enter-to>.body{transition:all .4s ease;transform:translate(0)}.drawer-context.drawer-enter-to>.background{transition:opacity .4s ease;opacity:1}.drawer-context.drawer-leave-active>.body{transition:all .4s ease;transform:translate(20%);opacity:0}.drawer-context.drawer-leave-active>.background{opacity:0}code{display:inline-block;font-family:monospace;background-color:#f5f7fa;border:1px solid #e4e7eb;padding:8px;font-size:12px;line-height:16px;letter-spacing:.2px}.link{display:flex;align-items:center;color:#4b5ee7}.link:hover{color:#4b5ee7}.flare-box{display:flex;align-items:center;gap:16px;max-width:max-content;background:linear-gradient(92.56deg,rgba(121,221,242,.25) 6.82%,rgba(237,230,242,.25) 82.69%),#ffffff;border:1px solid #e1e6ef;border-radius:8px;padding:16px;font-weight:500;text-align:left}.flare-box>.icon{width:24px}.flare-box>button,.flare-box .button{white-space:nowrap}.subnav{display:flex;background-color:#e9ebfc;border:.5px solid #4b5ee7;border-radius:200px;padding:4px}.subnav>a{display:flex;align-items:center;gap:8px;color:#4b5ee7;border-radius:200px;padding:4px 16px;flex:1;justify-content:center;border:.5px solid transparent;transition:all .24s;min-width:max-content}.subnav>a.active,.subnav>a.router-link-active{background-color:#fff;border-color:#4b5ee7;font-weight:500}.subnav>a:hover{color:#4b5ee7;font-weight:500}.settings-screen{display:flex;flex-direction:column;gap:24px}.settings-screen>section{box-shadow:0 0 15px #00000014;background-color:#fff;border-radius:8px;padding:24px;display:flex;flex-direction:column;gap:24px}.settings-screen>section>.title{font-size:20px;line-height:28px;letter-spacing:0px;font-weight:500}.settings-screen>section>button,.settings-screen>section>.button{align-self:flex-start}.confirm{display:flex;flex-direction:column;gap:16px;width:60ch}.confirm>section.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}.confirm>section.body{display:flex;flex-direction:column;gap:16px}.confirm>section.foot{display:flex;justify-content:flex-end;align-items:center;gap:8px}.chip{display:flex;align-items:center;max-width:max-content;gap:4px;padding:4px 8px;border-radius:4px;background-color:#e4e7eb;color:#3e4c59;font-size:12px;line-height:16px;letter-spacing:.2px}.chip>.remove{display:flex;font-size:8px}.chip.is-round{border-radius:400px}.chip.is-success{color:#207227;background-color:#a3d9a5}.chip.is-warning{color:#a27c1a;background-color:#f8e3a3}.chip.is-info{background-color:#caf5ff;color:#005f7a}.chip.is-danger{color:#911111;background-color:#f29b9b}.chip.is-flare{background:linear-gradient(92.56deg,rgba(121,221,242,.25) 6.82%,rgba(237,230,242,.25) 82.69%),#ffffff}.chip.is-feed{background-color:#1246de;color:#e3e9fd}.chip.is-roadmap{background-color:#009596;color:#c7ffff}.chip.is-poll{background-color:#d6c6e1;color:#3e284d}.chip.is-suggestion{background-color:#734b90;color:#ede6f2}.chip.is-post-cat-Misc{background-color:#d6c6e1;color:#3e284d}.chip.is-post-cat-News{background-color:#fbb3de;color:#61053c}.chip.is-post-cat-Announcement{background-color:#c0f2dd;color:#165038}.chip.is-post-cat-Feature{background-color:#cdd9e5;color:#233443}.chip.is-post-cat-Release{background-color:#fbdcb6;color:#613705}.chip.is-post-cat-Events{background-color:#fdf6b4;color:#544c08}.chip.is-post-cat-Issue{background-color:#c1cbff;color:#001066}.chip.is-post-cat-Improvement{background-color:#fcc0c0;color:#620404}.chip.is-trend-views{background-color:#d6c6e1;color:#3e284d}.chip.is-trend-likes{background-color:#c7ffff;color:#009596}.chip.is-trend-feedback{background-color:#fbb3de;color:#61053c}.chip.is-trend-upvotes{background-color:#c0f2dd;color:#165038}.chip.is-trend-downvotes{background-color:#fcc0c0;color:#620404}.chip-list{display:inline-flex;flex-wrap:wrap;gap:8px}.icon{display:inline-block;height:1.3em;width:1.3em;color:inherit}.icon>svg{height:100%;width:100%;color:inherit;fill:currentColor}.icon.ionicons>svg{stroke:currentColor}.icon.remix>svg{stroke:none}.icon.is-danger{color:#d64545}.icon.is-warning{color:#f7d070}.icon.is-success{color:#57ae5b}.bf-icon{height:80px;width:80px;box-shadow:0 0 14.2349px #0000000d;border-radius:30px}.toasts-container{position:fixed;z-index:20;bottom:16px;right:16px;max-width:540px;display:flex;flex-direction:column;gap:16px}@media (max-width: 480px){.toasts-container{left:16px;bottom:24px}}.toast{display:flex;align-items:center;gap:16px;background-color:#fff;box-shadow:0 0 15px #00000014;padding:12px;border-radius:32px}.toast>.message{font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:600}.toast.success{background:linear-gradient(91.76deg,#e8f2eb -6.44%,#e6f9fc 108.86%)}.toast.error{background:linear-gradient(91.76deg,#fde6e5 -6.44%,#e6f9fc 108.86%)}.toast.info{background:linear-gradient(91.76deg,#f5f6fd -6.44%,#e6f9fc 108.86%)}.toast>.close{align-self:center;margin-left:auto;display:flex;align-items:center;justify-content:center}@media (max-width: 480px){.toast>.message{font-size:14px;line-height:21px;letter-spacing:.1px}}.avatar{height:24px;width:24px;border:.5px solid #4b5ee7;background-color:#e9ebfc;border-radius:200px;display:flex;justify-content:center;align-items:center;overflow:hidden}.avatar>.initial{font-size:12px;color:#4b5ee7}.help-tip{display:flex}.help-tip>.float{visibility:hidden;pointer-events:none;border-radius:4px;font-size:12px;line-height:16px;letter-spacing:.2px;box-shadow:0 0 15px #00000014;padding:8px;max-width:320px;background-color:#fff}.help-tip>.float.is-seen{visibility:visible;pointer-events:all}.help-tip>.float>.tip{display:flex;flex-direction:column;gap:8px}.help-tip>.float:empty{display:none}.loading-screen{height:100vh;width:100vw;display:flex;align-items:center;justify-content:center}.loader{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.loader>.message{max-width:60ch;text-align:center}.loader>.animation-wrap{height:40px;width:40px}.inline-loader{padding:4px 20px}.inline-loader>.animation{display:block;width:8px;height:8px;border-radius:50%;background-color:#141c24;box-shadow:12px 0 #141c24,-12px 0 #141c24;position:relative;animation:inline-loader-anime 1s ease-out infinite alternate}@keyframes inline-loader-anime{0%{background-color:#2e3338;box-shadow:12px 0 #2e3338,-12px 0 #141c24}50%{background-color:#141c24;box-shadow:12px 0 #2e3338,-12px 0 #2e3338}to{background-color:#2e3338;box-shadow:12px 0 #141c24,-12px 0 #2e3338}}.info-box{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid;border-radius:4px}.info-box>p{max-width:60ch}.info-box>.icon-wrapper{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:4px}.info-box strong{font-weight:600}.info-box.primary{background-color:#f3f9fb;border-color:#87c4df;color:#047391}.info-box.primary>.icon-wrapper{background-color:#c3e1ef}.badge{display:flex;align-items:center;justify-content:center;height:20px;min-width:20px;border-radius:10px;padding:0 6px;margin-left:4px;background-color:#0c155a;color:#fff;font-size:12px;line-height:16px;letter-spacing:.2px}.empty-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:24px}.empty-placeholder>.body{max-width:40ch;text-align:center}.empty-placeholder>.actions{display:flex;align-items:center;gap:16px}.dropdown{position:relative}.dropdown-menu{box-shadow:0 0 15px #00000014;border:.5px solid #e1e6ef;position:absolute;width:max-content;background-color:#fff;border-radius:8px;z-index:30}.dropdown-menu>.action-list{display:flex;flex-direction:column;gap:8px}.dropdown-menu>.action-list a{padding:4px 16px;display:flex;gap:8px;align-items:center}.dropdown-menu>.action-list a:hover{background-color:#e9ebfc;cursor:pointer}.dropdown-menu>.action-list a.is-danger{color:#f46c68}.dropdown-menu>.action-list a.is-danger:hover{background-color:#f46c68;color:#fff}.image-file{display:flex;overflow:hidden}.image-file img{object-fit:contain;max-width:100%}.image-file-input>.preview{min-height:inherit;position:relative;border:1px solid #cbd2d9;background-color:#fff;border-radius:4px}.image-file-input>.preview>.image-file>img{height:100%}.image-file-input>.preview>.remove{position:absolute;bottom:8px;right:8px;display:block}.image-file-input>.input{min-height:inherit}.image-file-input>.input>label{display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:4px;border:1px dashed #cbd2d9;background-color:#fff;padding:16px;min-height:inherit;text-align:center}.image-file-input>.input>label>span{color:#9aa5b1;font-size:12px;line-height:16px;letter-spacing:.2px}.image-file-input>.input>label>input{visibility:none;display:none}.image-file-input>.input>label:hover{cursor:pointer;background-color:#e4e7eb}.file-input-button>input{display:none}.data-table>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.data-table>header>.actions{display:flex;align-items:center;gap:16px}.data-table>table{width:100%;border-spacing:0;background-color:#fff;border:1px solid #e1e6ef;border-radius:8px;border-collapse:collapse}.data-table>table tr{border-top:1px solid #e1e6ef;border-bottom:1px solid #e1e6ef}.data-table>table>thead th{text-transform:uppercase;font-size:12px;line-height:20px;letter-spacing:.2px;color:#141c24;font-weight:400;text-align:left;padding:16px}.data-table>table>thead th.has-sort:hover{cursor:pointer}.data-table>table>tbody td{padding:24px 16px}.data-table>table>tbody td>.actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.data-table>.caption{font-size:12px;line-height:16px;letter-spacing:.2px}.snippet{position:relative;max-width:max-content}.snippet.has-copy>code{padding-right:32px;width:100%}.snippet.has-copy>.copy{position:absolute;top:50%;transform:translateY(-50%);right:0}#not-found-screen{min-height:100vh;display:flex;background-image:url(/images/background.svg);background-repeat:no-repeat;background-position:center;background-size:cover;justify-content:center;align-items:center;position:relative}#not-found-screen>.logo{position:absolute;top:48px;left:56px}#not-found-screen>.empty-placeholder>.body{display:flex;flex-direction:column;gap:24px;max-width:60ch}#not-found-screen>.empty-placeholder>.body>.title{font-size:20px;line-height:28px;letter-spacing:0px;font-weight:500}#inline-not-found-screen{min-height:100vh;display:flex;justify-content:center;align-items:center;position:relative}#inline-not-found-screen>.empty-placeholder>.body{display:flex;flex-direction:column;gap:24px;max-width:60ch}#inline-not-found-screen>.empty-placeholder>.body>.title{font-size:20px;line-height:28px;letter-spacing:0px;font-weight:500}.progress-bar{display:flex;flex-direction:column;gap:4px}.progress-bar>.bar{background-color:#cbd2d9;border-radius:4px;height:8px}.progress-bar>.bar>.fill{height:100%;max-width:100%;border-radius:4px;background-color:#0e38b1}.progress-bar>.foot{display:flex;align-items:center;justify-content:space-between}.progress-bar>.foot>.start{display:flex;align-items:center;font-size:12px;line-height:16px;letter-spacing:.2px}.progress-bar>.foot>.end{display:flex;align-items:center;justify-content:flex-end;font-size:12px;line-height:16px;letter-spacing:.2px}.progress-bar.is-danger>.bar>.fill{background-color:#d64545}.progress-bar.is-warning>.bar>.fill{background-color:#f7d070}.progress-bar.is-success>.bar>.fill{background-color:#57ae5b}.chart{background-color:#fff}.workspace-select .workspace-item{display:flex;align-items:center;gap:8px}.workspace-select .workspace-item>.image-file,.workspace-select .workspace-item>.fallback-img{width:24px;height:24px;border-radius:4px;background-color:#e1e6ef;display:flex;justify-content:center;align-items:center}.workspace-select .workspace-item>.name{max-width:80ch;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.workspace-select .workspace-item>.icon{margin-left:auto;font-size:12px;color:inherit}.workspace-select>.dropdown-menu>.workspace-list{max-height:320px;overflow:auto}.workspace-select>.dropdown-menu>.workspace-list>.workspace-item{padding:12px 16px}.workspace-select>.dropdown-menu>.workspace-list>.workspace-item:hover{background-color:#e9ebfc}.workspace-select>.dropdown-menu>.settings-list{border-top:1px solid #e1e6ef;display:flex;flex-direction:column}.workspace-select>.dropdown-menu>.settings-list>*{display:flex;align-items:center;gap:8px;padding:12px 16px}.workspace-select>.dropdown-menu>.settings-list>*:hover{background-color:#e9ebfc}.document-grid{position:relative}.document-grid>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.document-grid>header>.filters>button{font-size:14px;line-height:21px;letter-spacing:.1px;white-space:nowrap;box-shadow:0 0 15px #00000014}.document-grid>header>.filters>.button-group{border-radius:200px;box-shadow:0 0 15px #00000014;border:.5px solid #e1e6ef}.document-grid>header>.filters>.button-group>button{border:0}.document-grid>header>.filters .check{margin-left:auto;opacity:0}.document-grid>header>.filters .check.is-seen{opacity:1}.document-grid>header>.actions{display:flex;align-items:center;gap:16px}.document-grid>.grid{display:flex;gap:24px}.document-grid>.grid>.col{flex:1;display:flex;flex-direction:column;gap:24px}.document-grid>.grid .action{min-height:320px;border:1px solid #4b5ee7;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#4b5ee7;background-color:transparent;transition:background-color .24s}.document-grid>.grid .action:hover{cursor:pointer;background-color:#e9ebfc}.document-grid>.grid .selectable{position:relative;border:2px solid transparent;border-radius:8px;transition:all .24s}.document-grid>.grid .selectable:hover{cursor:pointer}.document-grid>.grid .selectable>.select-check{position:absolute;top:-8px;left:-8px;opacity:0;width:24px;height:24px;background-color:#fff;border-radius:100px;color:#0c155a;border:1px solid #0c155a;display:flex;align-items:center;justify-content:center;transition:all .24s}.document-grid>.grid .selectable>.select-check:hover{cursor:pointer}.document-grid>.grid .selectable:hover>.select-check{opacity:1}.document-grid>.grid .selectable.is-selected{border-color:#0c155a}.document-grid>.grid .selectable.is-selected>.select-check{opacity:1;color:#fff;background-color:#0c155a}.document-grid>.bulk-options-float{position:fixed;bottom:16px;right:calc((100vw - 264px)/2);transform:translate(50%)}.document-grid>.bulk-options-float>.body,.document-grid>.bulk-options-float>.placeholder{opacity:1;transition:all .24s;transform:translate(-50%);position:absolute;bottom:0;left:0}.document-grid>.bulk-options-float>.body{width:420px}.document-grid>.bulk-options-float>.placeholder{width:50ch;background-color:#0c155a;color:#fff;padding:8px 24px;border-radius:100px;display:flex;align-items:center;gap:8px;justify-content:center;box-shadow:0 0 15px #00000014}.document-grid>.bulk-options-float>.is-hidden{opacity:0;transform:translate(-50%,16px)}.document-preview{position:relative;padding:24px;border-radius:8px;background-color:#fff;box-shadow:0 0 15px #00000014}.document-preview>.title{font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:500;margin-bottom:8px}.document-preview>.description{font-size:14px;line-height:21px;letter-spacing:.1px;overflow:hidden;max-height:320px;position:relative}.document-preview>.description:before{content:"";position:absolute;pointer-events:none;top:0;bottom:0;left:0;right:0;background:linear-gradient(transparent 160px,#ffffff)}.document-preview>.dropdown{position:absolute;top:8px;right:8px;opacity:0;transition:opacity .24s}.document-preview:hover>.dropdown{opacity:1}.document-preview>.view-modal>.body{width:400px;display:flex;flex-direction:column;gap:24px}.document-preview>.view-modal>.body>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}.document-preview.is-mini{padding:12px}.document-preview.is-mini>.title{font-size:12px;line-height:16px;letter-spacing:.2px;font-weight:600}.document-preview.is-mini>.description{font-size:12px;line-height:16px;letter-spacing:.2px;max-height:160px}.document-preview.is-mini>.description:before{background:linear-gradient(transparent 80px,#ffffff)}#auth-layout{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;background-image:url(/images/background.svg);background-repeat:no-repeat;background-position:center;background-size:cover}#auth-layout>*:not(:last-child){margin-bottom:24px}#auth-layout>.logo{display:block;position:absolute;top:48px;left:56px}#auth-layout>.content{min-width:456px;max-width:500px;height:fit-content;display:flex;align-items:center;justify-content:center;padding:24px 40px;border-radius:24px;position:relative}#auth-layout>.content .announcement{width:456px;position:absolute;bottom:calc(100% + 8px);padding:12px;background:linear-gradient(92.56deg,rgba(121,221,242,.25) 6.82%,rgba(237,230,242,.25) 82.69%),#ffffff;border:1px solid #f5f7fa;border-radius:16px;font-size:12px;line-height:1.3}#auth-screen{display:flex;flex-direction:column;width:100%}#auth-screen>*:not(:last-child){margin-bottom:24px}#auth-screen p{margin-bottom:4px}#auth-screen button{text-align:center;justify-content:center}#auth-screen>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500;display:flex;align-items:center;gap:8px;margin-bottom:24px}#auth-screen>form{display:flex;flex-direction:column}#auth-screen>form>*:not(:last-child){margin-bottom:24px}#auth-screen>form>*:not(:last-child) .terms{display:flex;gap:16px}#auth-screen>form>*:not(:last-child) .terms a{text-decoration:underline;text-underline-offset:3.6px}#auth-screen>form>*:not(:last-child) .reset-password-wrapper{margin-top:4px;display:flex;justify-content:flex-end}#auth-screen>form>*:not(:last-child) .reset-password-wrapper .reset-password{font-size:12px;line-height:16px;letter-spacing:.2px;font-weight:500;color:#0c155a}#auth-screen>.separator{display:flex;align-items:center;text-align:center}#auth-screen>.separator:before,#auth-screen>.separator:after{content:"";display:flex;flex:1;height:1px;background-color:#cbd2d9}#auth-screen>.separator:before{margin-right:16px}#auth-screen>.separator:after{margin-left:16px}#auth-screen .auth-link-wrapper{margin-bottom:8px;display:flex;justify-content:center;font-size:12px;line-height:16px;letter-spacing:.2px}#auth-screen .email-verification{display:flex;flex-direction:column;gap:32px}#auth-screen .email-verification .title{font-size:20px;line-height:28px;letter-spacing:0px;font-weight:500}.dashboard-search{position:relative}.dashboard-search>.search-input>.input-row>input[type=text]{transition:all .24s}.dashboard-search>.search-input>.input-row>input[type=text]:hover{border-color:#4b5ee7}.dashboard-search>.search-input>.input-row>input[type=text]:focus{border-color:#4b5ee7;background-color:#e9ebfc}.dashboard-search>.dropdown{position:absolute;top:100%;left:0;width:480px;z-index:20;background-color:#fff;border:1px solid #e1e6ef;border-radius:8px;box-shadow:0 0 15px #00000014;overflow:hidden}.dashboard-search>.dropdown>.load{padding:16px}.dashboard-search>.dropdown>.no-results{padding:16px}.dashboard-search>.dropdown>.results{display:flex;flex-direction:column}.dashboard-search>.dropdown>.results>*{display:flex;align-items:center;gap:16px;padding:16px}.dashboard-search>.dropdown>.results>*.is-selected{background-color:#e9ebfc}.dashboard-search>.dropdown>.results>*>.head{overflow:hidden}.dashboard-search>.dropdown>.results>*>.head>.title{max-width:80ch;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-weight:500}.dashboard-search>.dropdown>.results>*>.head>.description{max-width:80ch;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:12px;line-height:16px;letter-spacing:.2px}#dashboard-layout{display:flex}#dashboard-layout>.menu{position:fixed;z-index:9;width:264px;height:100vh;display:flex;flex-direction:column;background-color:#060b2d;color:#fff}#dashboard-layout>.menu>.logo{padding:26px 24px}#dashboard-layout>.menu>.logo>img{height:20px;margin:0 auto}#dashboard-layout>.menu>.create-dropdown{margin:0 24px 48px}#dashboard-layout>.menu>.create-dropdown>button{width:100%;padding-top:12px;padding-bottom:12px;border-radius:100px;justify-content:center;border:0;background-color:#fff;color:#0c155a;background:linear-gradient(135deg,#fff,rgba(210,215,249,.9),rgba(121,221,242,.5)),#ffffff;background-size:300% auto;transition:.5s linear}#dashboard-layout>.menu>.create-dropdown>button:hover{background-position:100% 0}#dashboard-layout>.menu>.create-dropdown>.dropdown-menu{max-width:400px;padding:0;overflow:hidden}#dashboard-layout>.menu>.create-dropdown>.dropdown-menu>.action-list{gap:0}#dashboard-layout>.menu>.create-dropdown>.dropdown-menu>.action-list>*:not(:last-child){border-bottom:1px solid #e1e6ef}#dashboard-layout>.menu>.create-dropdown>.dropdown-menu>.action-list>a{display:flex;flex-direction:column;align-items:flex-start;padding:16px}#dashboard-layout>.menu>.create-dropdown>.dropdown-menu>.action-list>a>.head{display:flex;align-items:center;gap:8px;font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:600}#dashboard-layout>.menu>.create-dropdown>.dropdown-menu>.action-list>a>.description{font-size:12px;line-height:16px;letter-spacing:.2px}#dashboard-layout>.menu>.nav-list{display:flex;flex-direction:column;gap:32px;overflow-y:auto}#dashboard-layout>.menu>.nav-list>.group{display:flex;flex-direction:column;gap:8px}#dashboard-layout>.menu>.nav-list>.group>.group-title{padding:0 24px;text-transform:uppercase;font-size:12px;line-height:20px;letter-spacing:.2px;color:#d2d7f9;font-weight:600}#dashboard-layout>.menu>.nav-list>.group>.channel{display:flex;flex-direction:column;gap:8px}#dashboard-layout>.menu>.nav-list>.group>.channel>.name>.channel-toggle{transition:transform .24s}#dashboard-layout>.menu>.nav-list>.group>.channel>.name>.channel-toggle.is-open{transform:rotate(180deg)}#dashboard-layout>.menu>.nav-list>.group>.channel>.components{display:flex;flex-direction:column;gap:8px}#dashboard-layout>.menu>.nav-list>.group>.channel>.components>*{padding-left:32px}#dashboard-layout>.menu>.nav-list a{display:flex;align-items:center;gap:8px;color:#fff;border-left:4px solid transparent;padding:0 24px 0 20px;transition:border-color .24s}#dashboard-layout>.menu>.nav-list a:hover,#dashboard-layout>.menu>.nav-list a.router-link-active{border-color:#fff}#dashboard-layout>.menu>.nav-list a>span{max-width:80ch;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;flex:1}#dashboard-layout>.menu>.end{margin-top:auto;display:flex;flex-direction:column}#dashboard-layout>.menu>.end>.bf-video{margin:24px;background-color:#fff;border-radius:8px;padding:6px 8px 8px;position:relative}#dashboard-layout>.menu>.end>.bf-video>.head{display:flex;align-items:center;justify-content:space-between}#dashboard-layout>.menu>.end>.bf-video>.head>.title{color:#2e3338;font-size:10px;line-height:15px;letter-spacing:.2px;margin-bottom:4px}#dashboard-layout>.menu>.end>.bf-video>.head>.close>.icon{height:16px;width:16px}#dashboard-layout>.menu>.end>.bf-video>.image{position:relative;display:block}#dashboard-layout>.menu>.end>.bf-video>.image>img{object-fit:cover;border-radius:8px}#dashboard-layout>.menu>.end>.bf-video>.image>.icon{position:absolute;pointer-events:none;height:40px;width:40px;z-index:2;color:#f7d070;left:50%;top:50%;margin-left:-20px;margin-top:-20px;transition:all .24s}#dashboard-layout>.menu>.end>.bf-video>.image:hover>.icon{transform:scale(1.3)}#dashboard-layout>.menu>.end>.bf-video>.image:active>.icon{transform:scale(1)}#dashboard-layout>.menu>.end>.divider{height:1px;background-color:#fff;margin:0 24px 24px;opacity:.5}#dashboard-layout>.menu>.end>a{display:flex;align-items:center;gap:8px;color:#fff;border-left:4px solid transparent;padding:0 24px 0 20px;transition:border-color .24s;margin-bottom:12px}#dashboard-layout>.menu>.end>a:hover,#dashboard-layout>.menu>.end>a.router-link-active{border-color:#fff}#dashboard-layout>.menu>.end>a>span{max-width:80ch;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;flex:1}#dashboard-layout>.menu>.end>.workspace-select{margin-bottom:14px;margin-left:12px;margin-right:12px}#dashboard-layout>.menu>.end>.workspace-select>.workspace-item{color:#fff;border:1px solid transparent;border-radius:8px;padding:12px}#dashboard-layout>.menu>.end>.workspace-select>.workspace-item:hover{border-color:#ffffff80}#dashboard-layout>.menu>.end>.workspace-select>.workspace-item .fallback-img>.icon{color:#2e3338}#dashboard-layout>.content{margin-left:264px;min-height:100vh;width:100%;background-color:#f7f7f7;display:flex;flex-direction:column}#dashboard-layout>.content>header{box-shadow:0 0 15px #00000014;background-color:#fff}#dashboard-layout>.content>header>.wrap{max-width:1240px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between}#dashboard-layout>.content>header>.wrap>.start>.dashboard-search{width:60ch}#dashboard-layout>.content>header>.wrap>.end{display:flex;align-items:center;gap:16px;justify-content:flex-end}#dashboard-layout>.content>header>.wrap>.end button,#dashboard-layout>.content>header>.wrap>.end .button{font-size:14px;line-height:21px;letter-spacing:.1px}#dashboard-layout>.content>header>.wrap .user-dropdown .chip{padding:4px 6px;text-transform:capitalize;font-size:12px;line-height:1}#dashboard-layout>.content>header>.wrap .notification-dropdown .dropdown-menu{width:40ch;overflow:hidden}#dashboard-layout>.content>header>.wrap .notification-dropdown .messages{display:flex;flex-direction:column}#dashboard-layout>.content>header>.wrap .notification-dropdown .messages>*:not(:last-child){border-bottom:1px solid #e1e6ef}#dashboard-layout>.content>header>.wrap .notification-dropdown .messages>.message{display:flex;flex-direction:column;padding:16px 40px 16px 16px;gap:8px;position:relative}#dashboard-layout>.content>header>.wrap .notification-dropdown .messages>.message>.description{font-size:12px;line-height:16px;letter-spacing:.2px}#dashboard-layout>.content>header>.wrap .notification-dropdown .messages>.message>.actions{display:flex;align-items:center;font-size:12px;line-height:16px;letter-spacing:.2px}#dashboard-layout>.content>header>.wrap .notification-dropdown .messages>.message>.remove{position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:12px;line-height:1}#dashboard-layout>.content>header>.wrap .notification-dropdown .messages>.message.is-success{background-color:#e3f9e5}#dashboard-layout>.content>header>.wrap .notification-dropdown .messages>.message.is-danger{background-color:#fee}#dashboard-layout>.content>header>.wrap .notification-dropdown .empty{font-size:12px;line-height:16px;letter-spacing:.2px;padding:16px}#dashboard-layout>.content>.notice-banner{display:flex;align-items:center;justify-content:center;gap:8px;position:sticky;top:0;padding:8px 24px 8px 240px;border-bottom:1px solid #e4e7eb;font-size:14px;line-height:21px;letter-spacing:.1px}#dashboard-layout>.content>.notice-banner.is-danger{background-color:#d64545;color:#fff}#dashboard-layout>.content>.notice-banner.is-warning{background-color:#f7d070;color:#7c5e10}#dashboard-layout>.content>.notice-banner.is-success{background-color:#57ae5b}#dashboard-layout>.content:has(>.notice-banner){padding-top:43px}.support-modal>.body{width:600px;display:flex;flex-direction:column;gap:24px}.support-modal>.body>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500;display:flex;align-items:center;gap:16px}.support-modal>.body>.description{display:flex;flex-direction:column;gap:24px}.support-modal>.body>.description a:not(.button){text-decoration:underline}.support-modal>.body>.description button,.support-modal>.body>.description .button{align-self:center}.support-modal>.body>.actions{display:flex;justify-content:flex-end}.bf-video-modal>.body{display:flex;flex-direction:column;gap:24px}.bf-video-modal>.body>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}.create-project-modal>.body{width:600px;display:flex;flex-direction:column;gap:24px}.create-project-modal>.body>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500;display:flex;align-items:center;gap:16px}.create-project-modal>.body>form{display:flex;flex-direction:column;gap:24px}.create-project-modal>.body>form>.foot{display:flex;align-items:center;justify-content:flex-end;gap:8px}.create-channel-modal>.body{width:600px;display:flex;flex-direction:column;gap:24px}.create-channel-modal>.body>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500;display:flex;align-items:center;gap:16px}.create-channel-modal>.body>form{display:flex;flex-direction:column;gap:24px}.create-channel-modal>.body>form>.foot{display:flex;align-items:center;justify-content:flex-end;gap:8px}.external-notifications{border-radius:59px;padding:0 5px;background:#ee7b23}#workspace-layout>.wrap{max-width:1240px;margin:0 auto;padding:28px 24px 24px;height:100%;display:flex;flex-direction:column;gap:24px}#workspace-layout>.wrap>.loader{height:100%}#workspace-layout>.wrap>header{display:flex;justify-content:space-between;gap:24px}#workspace-layout>.wrap>header>.start{display:flex;flex-direction:column;gap:16px;max-width:80ch}#workspace-layout>.wrap>header>.start>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500;color:#141c24}#workspace-layout>.wrap>header>.end>.actions{display:flex;align-items:center;gap:16px}#workspace-layout>.wrap>.layout{display:flex;flex-direction:column;gap:40px}#workspace-layout>.wrap>.layout>.menu{align-self:center}#workspace-layout>.wrap>.layout>.content{flex:1}#workspace-settings-screen .image-file-input .preview{width:max-content}#workspace-settings-screen .purging-workspace-modal>.body{width:60ch}#workspace-profile-screen textarea{min-height:160px}#workspace-profile-screen>section>.actions{display:flex;align-items:center;gap:16px}#workspace-members-screen .add-members-modal>.body>.title{font-size:28px;line-height:36px;letter-spacing:0px;font-weight:700;margin-bottom:24px}#workspace-members-screen .select-group-modal>.body>.title{font-size:28px;line-height:36px;letter-spacing:0px;font-weight:700;margin-bottom:16px}#workspace-members-screen .select-group-modal>.body>.list{display:flex;flex-direction:column}#workspace-members-screen .select-group-modal>.body>.list>*{display:flex;align-items:center;gap:8px;padding:16px}#workspace-members-screen .select-group-modal>.body>.list>*>small{font-size:12px;line-height:16px;letter-spacing:.2px;color:#9aa5b1}#workspace-members-screen .select-group-modal>.body>.list>*:hover{background-color:#f5f7fa}.members-table td>.name{display:flex;flex-direction:column}.members-table .dropdown .dropdown-menu{max-width:320px}.members-table .dropdown .dropdown-trigger{display:flex;align-items:center;gap:8px}.members-table .dropdown .dropdown-trigger .icon{font-size:12px;line-height:16px;letter-spacing:.2px}.members-table .dropdown.role-dropdown .action-list>*{font-size:12px;line-height:16px;letter-spacing:.2px;display:flex;flex-direction:column;align-items:flex-start;gap:4px;text-align:left}.members-table .dropdown.role-dropdown .action-list>*>.head{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.members-table .dropdown.role-dropdown .action-list>*>.head>.name{font-weight:600}.members-table .dropdown.role-dropdown .action-list>*>.head>.slots{font-weight:600;color:#9aa5b1;margin-left:auto}.members-table .dropdown.role-dropdown .action-list>*>.head>.slots.is-danger{color:#f46c68}.members-table .dropdown.role-dropdown .action-list>*>.description{color:#52606d}.members-table .dropdown.role-dropdown .action-list>*.is-disabled{opacity:.6}.members-table .dropdown.role-dropdown .action-list>*.is-disabled:hover{cursor:not-allowed}.members-table .dropdown.group-dropdown .list{display:flex;flex-direction:column;gap:16px;padding:8px 12px}.members-table .dropdown.group-dropdown .list>*{display:flex;align-items:center;gap:8px;font-size:12px;line-height:16px;letter-spacing:.2px}.members-table .dropdown.group-dropdown .list>*>small{color:#9aa5b1}.members-table .warning{font-size:12px;line-height:16px;letter-spacing:.2px;color:#e66a6a}#workspace-groups-screen .edit-group-modal>.body{display:flex;flex-direction:column;gap:24px;min-width:480px}#workspace-groups-screen .edit-group-modal>.body>.title{font-size:28px;line-height:36px;letter-spacing:0px;font-weight:700}#workspace-groups-screen .edit-group-modal>.body>form{display:flex;flex-direction:column;gap:16px}#workspace-groups-screen .edit-group-modal>.body>form>.actions{display:flex;align-items:center;justify-content:flex-end;gap:16px}#workspace-group-screen .add-members-modal>.body{display:flex;flex-direction:column;gap:24px;min-width:800px;overflow:hidden}#workspace-group-screen .add-members-modal>.body>.title{font-size:28px;line-height:36px;letter-spacing:0px;font-weight:700}#workspace-group-screen .add-members-modal>.body>.data-table{overflow-y:auto}#workspace-group-screen .add-members-modal>.body>.actions{display:flex;align-items:center;gap:8px;justify-content:flex-end}#workspace-integrations-screen .integrations-table .name{display:flex;align-items:center;gap:24px}#workspace-integrations-screen .integrations-table .name>img{height:32px}#workspace-subscription-screen{display:flex;flex-direction:column;gap:40px}#workspace-subscription-screen .select-payment-plan-modal>.body{width:90ch;display:flex;flex-direction:column;gap:24px}#workspace-subscription-screen .select-payment-plan-modal>.body>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#workspace-personas-screen textarea{min-height:160px}#workspace-personas-screen>section.intro{display:flex;flex-direction:column;gap:16px}#workspace-personas-screen>section.intro .templates{display:flex;align-items:center;gap:24px}#workspace-personas-screen>section.intro .templates>.title{font-weight:600;color:#7b8794}#workspace-personas-screen>section.intro .templates>.buttons{display:flex;align-items:center;gap:16px}#workspace-personas-screen>section.intro .actions{display:flex;align-items:center;gap:16px}#workspace-personas-screen>section.persona-card{display:flex;flex-direction:column;gap:16px}#workspace-personas-screen>section.persona-card input.name{font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:500}#workspace-personas-screen>section.persona-card .actions{display:flex;align-items:center;justify-content:flex-end;gap:16px}#workspace-personas-screen .new-persona-modal>.body{width:560px;display:flex;flex-direction:column;gap:16px}#workspace-personas-screen .new-persona-modal>.body>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#workspace-personas-screen .new-persona-modal>.body>.channel-checkbox{display:flex;align-items:center;gap:4px}#workspace-personas-screen .new-persona-modal>.body>.channel-checkbox>.label{display:flex;align-items:center;gap:8px}#workspace-personas-screen .new-persona-modal>.body>.actions{display:flex;align-items:center;justify-content:flex-end;gap:16px}.subscription-plans-table{display:flex;flex-direction:column;gap:16px}.subscription-plans-table>.loader{height:160px}.subscription-plans-table>.billing-interval{display:flex;justify-content:center;align-items:center;gap:8px}.subscription-plans-table>.data-table>table{table-layout:fixed;font-size:14px;line-height:21px;letter-spacing:.1px}.subscription-plans-table>.data-table>table .chip{margin:0 auto}.subscription-plans-table>.data-table>table tr>*:not(:first-child){text-align:center}.subscription-plans-table>.data-table>table .price-row{font-weight:600}.subscription-plans-table>.data-table>table .action-row button,.subscription-plans-table>.data-table>table .action-row .button{margin:0 auto;justify-content:center;width:120px}.subscription-usage-table table{font-size:14px;line-height:21px;letter-spacing:.1px}.current-subscription-table table{width:100%}.current-subscription-table .payment-info{display:flex;align-items:center;gap:8px;font-size:14px;line-height:21px;letter-spacing:.1px}.current-subscription-table .actions{display:flex;align-items:center;justify-content:flex-end;gap:16px}.subscription-card{background-color:#fff;border-radius:4px;box-shadow:0 0 15px #00000014;padding:24px;display:flex;flex-direction:column}.subscription-card>.top{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.subscription-card>.top>.type{text-transform:uppercase;font-size:12px;line-height:20px;letter-spacing:.2px;color:#141c24}.subscription-card>.top .trial{background-color:#ffdaa4;padding:4px}.subscription-card>.price{display:flex;align-items:baseline;gap:8px;margin-bottom:40px}.subscription-card>.price>strong{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}.subscription-card>.price.has-attention{animation-name:beat;animation-duration:1.3s;animation-timing-function:ease-in-out}.subscription-card>.features{display:flex;flex-direction:column;gap:8px;font-size:14px;line-height:21px;letter-spacing:.1px}.subscription-card>.features>*{display:flex;align-items:center;gap:4px}.subscription-card>.actions{margin-top:auto;padding-top:24px;display:flex;align-items:center;justify-content:center;gap:8px}.subscription-card.is-selected{background-color:#0e38b1;color:#e4e7eb}.subscription-card.is-selected>.top>.type{color:#cbd2d9}.subscription-card.is-selected>.actions>.current{display:flex;align-items:center;gap:8px;color:#0e38b1;background-color:#fff;border-radius:4px;padding:6px 16px}@keyframes beat{0%{transform:scale(1)}14%{transform:scale(1.15)}28%{transform:scale(1)}42%{transform:scale(1.15)}70%{transform:scale(1)}}.purge-workspace{display:flex;flex-direction:column;gap:24px;font-size:14px;line-height:21px;letter-spacing:.1px}.purge-workspace>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}.purge-workspace>.description{display:flex;flex-direction:column;gap:8px}.purge-workspace>.checks{display:flex;flex-direction:column;gap:8px}.purge-workspace>.checks>hr{border:0;height:1px;background:#e4e7eb;margin:8px 0}.purge-workspace>.checks>div{display:flex;justify-content:space-between;align-items:flex-start}.purge-workspace>.checks>div:hover>.label{color:#d64545}.purge-workspace>.checks>div>.label{padding-right:24px}.purge-workspace>.actions{display:flex;justify-content:flex-end;align-items:center;gap:8px}#create-invites{display:flex;flex-direction:column;gap:40px}#create-invites>section{display:flex;flex-direction:column;gap:4px}#create-invites>section>.title{font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:500;color:#141c24}#create-invites>section>form{display:flex;flex-direction:column;gap:12px}#create-invites>section button,#create-invites>section .file-input-button{align-self:flex-start}#create-invites>section.foot{display:flex;flex-direction:row;align-items:center;justify-content:space-between}#create-invites>section.foot>.start>.warning{color:#f46c68}#create-invites>section.foot>.end>.actions{display:flex;align-items:center;gap:8px}#create-workspace-flow{min-height:100vh;display:flex;background-image:url(/images/background.svg);background-repeat:no-repeat;background-position:center;background-size:cover;justify-content:center;align-items:center;position:relative}#create-workspace-flow>.logo{position:absolute;top:48px;left:56px}#create-workspace-flow>section,#create-workspace-flow>form{display:flex;flex-direction:column;gap:32px}#create-workspace-flow>section>.title,#create-workspace-flow>form>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#create-workspace-flow>section>.actions,#create-workspace-flow>form>.actions{display:flex;align-items:center;justify-content:center;gap:16px}#create-workspace-flow>section.creating-workspace,#create-workspace-flow>form.creating-workspace{max-width:600px}#create-workspace-flow>section.updating-subscription,#create-workspace-flow>form.updating-subscription{max-width:800px}#create-workspace-flow>section.updating-subscription>.billing-interval-switch,#create-workspace-flow>form.updating-subscription>.billing-interval-switch{display:flex;align-items:center;justify-content:center;gap:8px}#create-workspace-flow>section.updating-subscription>.grid,#create-workspace-flow>form.updating-subscription>.grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);column-gap:24px}#create-workspace-flow>section.adding-members .subtitle,#create-workspace-flow>form.adding-members .subtitle{font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:500}#create-workspace-flow>section.adding-members p,#create-workspace-flow>form.adding-members p{margin-bottom:32px}#create-workspace-flow>section.adding-members>.domain>*:not(:last-child),#create-workspace-flow>form.adding-members>.domain>*:not(:last-child){margin-bottom:8px}#create-workspace-flow>section.adding-members>.domain>.head,#create-workspace-flow>form.adding-members>.domain>.head{display:flex;align-items:center}#create-workspace-flow>section.adding-members>.domain>.head>*:not(:last-child),#create-workspace-flow>form.adding-members>.domain>.head>*:not(:last-child){margin-right:8px}#create-workspace-flow>section.adding-members>.domain .input-wrap,#create-workspace-flow>form.adding-members>.domain .input-wrap{margin-bottom:32px}#create-workspace-flow>section.adding-members>.invites>*:not(:last-child),#create-workspace-flow>form.adding-members>.invites>*:not(:last-child){margin-bottom:8px}#create-workspace-flow>section.adding-members>.foot,#create-workspace-flow>form.adding-members>.foot{margin-top:32px;margin-bottom:64px}#create-workspace-flow>section.adding-members>.foot button,#create-workspace-flow>form.adding-members>.foot button{width:100%;justify-content:center}#create-workspace-flow>section.adding-members>.foot button:first-of-type,#create-workspace-flow>form.adding-members>.foot button:first-of-type{margin-bottom:16px}#create-workspace-flow>section.adding-members>.foot>*:not(:last-child),#create-workspace-flow>form.adding-members>.foot>*:not(:last-child){margin-right:16px}#workspace-profile-flow{min-height:100vh;display:flex;background-image:url(/images/background.svg);background-repeat:no-repeat;background-position:center;background-size:cover;flex-direction:column;justify-content:center;align-items:center;position:relative}#workspace-profile-flow>.logo{position:absolute;top:48px;left:56px}#workspace-profile-flow>.wrap{width:60ch;display:flex;flex-direction:column;gap:32px}#workspace-profile-flow>.wrap>.nav{display:flex;align-items:center;align-self:center;gap:24px}#workspace-profile-flow>.wrap>.nav>a{display:block;width:12px;height:12px;border-radius:100px;background-color:#0c155a;opacity:.2;transition:opacity .24s}#workspace-profile-flow>.wrap>.nav>a.is-active{opacity:1}#workspace-profile-flow>.wrap>section,#workspace-profile-flow>.wrap>form{display:flex;flex-direction:column;align-items:center;gap:40px}#workspace-profile-flow>.wrap>section>.title,#workspace-profile-flow>.wrap>form>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#workspace-profile-flow>.wrap>section>.description,#workspace-profile-flow>.wrap>form>.description{display:flex;flex-direction:column;gap:16px}#workspace-profile-flow>.wrap>section>.actions,#workspace-profile-flow>.wrap>form>.actions{display:flex;align-items:center;justify-content:center;gap:16px}#workspace-profile-flow>.wrap>section>.actions .button,#workspace-profile-flow>.wrap>section>.actions button,#workspace-profile-flow>.wrap>form>.actions .button,#workspace-profile-flow>.wrap>form>.actions button{min-width:240px;justify-content:center}#workspace-profile-flow>.wrap>section textarea,#workspace-profile-flow>.wrap>form textarea{min-height:320px}#workspace-profile-flow>.wrap>section.intro .separator,#workspace-profile-flow>.wrap>form.intro .separator{display:flex;justify-content:center;align-items:center;gap:8px;text-transform:uppercase;width:40ch}#workspace-profile-flow>.wrap>section.intro .separator:before,#workspace-profile-flow>.wrap>form.intro .separator:before{content:"";display:block;flex:1;background-color:#e1e6ef;height:1px}#workspace-profile-flow>.wrap>section.intro .separator:after,#workspace-profile-flow>.wrap>form.intro .separator:after{content:"";display:block;flex:1;background-color:#e1e6ef;height:1px}#workspace-profile-flow>.wrap>section.company-size .checks,#workspace-profile-flow>.wrap>form.company-size .checks{display:flex;flex-direction:column;gap:24px}#workspace-profile-flow>.wrap>section.company-size .checks>.check,#workspace-profile-flow>.wrap>form.company-size .checks>.check{display:flex;align-items:center;gap:8px}#workspace-profile-flow>.wrap>section.company-size .checks>.check:hover,#workspace-profile-flow>.wrap>form.company-size .checks>.check:hover{cursor:pointer}#workspace-profile-flow>.wrap>section.company-size .checks>.check:hover>span,#workspace-profile-flow>.wrap>form.company-size .checks>.check:hover>span{color:#1e36e1}#workspace-profile-flow>.wrap>section.summary .summary-input>.input-row,#workspace-profile-flow>.wrap>form.summary .summary-input>.input-row{position:relative}#workspace-profile-flow>.wrap>section.summary .summary-input>.input-row>textarea,#workspace-profile-flow>.wrap>form.summary .summary-input>.input-row>textarea{padding-bottom:16px}#workspace-profile-flow>.wrap>section.summary .summary-input>.input-row>.floater,#workspace-profile-flow>.wrap>form.summary .summary-input>.input-row>.floater{position:absolute;bottom:8px;right:8px;z-index:2;padding:8px}#invalid-workspace-flow{min-height:100vh;display:flex;flex-direction:column;background-image:url(/images/background.svg);background-repeat:no-repeat;background-position:center;background-size:cover;justify-content:center;align-items:center;position:relative}#invalid-workspace-flow>.logo{position:absolute;top:48px;left:56px}#invalid-workspace-flow>.divider{height:1px;background-color:#e4e7eb;width:100%;max-width:600px;margin:60px 0}#invalid-workspace-flow>section{display:flex;flex-direction:column;align-items:center;max-width:600px}#invalid-workspace-flow>section.main-actions{gap:40px}#invalid-workspace-flow>section.main-actions>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500;font-weight:400}#invalid-workspace-flow>section.alt-actions{gap:16px}#invalid-workspace-flow>section.alt-actions>.workspace-select>button{display:flex;align-items:center;gap:8px;color:#0c155a}#invalid-workspace-flow>section.alt-actions>.workspace-select>button>.workspace-avatar{width:32px;height:32px;border-radius:4px;background-color:#e4e7eb;display:flex;justify-content:center;align-items:center}#invalid-workspace-flow>section.alt-actions>.workspace-select>button>.workspace-label{flex:1;min-width:0;text-align:left}#invalid-workspace-flow>section.alt-actions>.workspace-select>button>.workspace-label>.name{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-weight:600}#invalid-workspace-flow>section.alt-actions>.workspace-select>button>.workspace-label>.role{font-size:10px;line-height:15px;letter-spacing:.2px}#invalid-workspace-flow>section.alt-actions>.workspace-select .workspace-list{margin-top:8px;display:flex;flex-direction:column;gap:16px;max-height:200px;overflow-y:scroll}#invalid-workspace-flow>section.alt-actions>.workspace-select .workspace-list .workspace-item{display:flex;align-items:center}#invalid-workspace-flow>section.alt-actions>.workspace-select .workspace-list .workspace-item>.workspace-item-header{display:flex;align-items:center;gap:8px}#invalid-workspace-flow>section.alt-actions>.workspace-select .workspace-list .workspace-item>.workspace-item-header>.workspace-avatar{width:24px;height:24px;border-radius:4px;background-color:#e4e7eb;display:flex;justify-content:center;align-items:center}#invalid-workspace-flow>section.alt-actions>.workspace-select .workspace-list .workspace-item>.workspace-item-header>.workspace-avatar>.icon{font-size:12px}#invalid-workspace-flow>section.alt-actions>.workspace-select .workspace-list .workspace-item>.workspace-item-header>.label>.name{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#invalid-workspace-flow>section.alt-actions>.workspace-select .workspace-list .workspace-item>.workspace-item-header>.label>.role{font-size:10px;line-height:15px;letter-spacing:.2px}#invalid-workspace-flow>section.alt-actions>.workspace-select .workspace-list .workspace-item>.icon{margin-left:auto;font-size:12px}#invalid-workspace-flow>section.alt-actions>.workspace-select .menu-divider{margin:0 -16px;background-color:#e4e7eb;height:1px}#invalid-workspace-flow>section.alt-actions>.workspace-select .user-email{font-size:12px;line-height:16px;letter-spacing:.2px;padding-left:16px}#expired-trial-flow{min-height:100vh;display:flex;flex-direction:column;background-image:url(/images/background.svg);background-repeat:no-repeat;background-position:center;background-size:cover;justify-content:center;align-items:center;position:relative}#expired-trial-flow>.logo{position:absolute;top:48px;left:56px}#expired-trial-flow>.divider{height:1px;background-color:#e4e7eb;width:100%;max-width:600px;margin:60px 0}#expired-trial-flow>section{display:flex;flex-direction:column;align-items:center;max-width:600px}#expired-trial-flow>section.main-actions{gap:40px}#expired-trial-flow>section.main-actions>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500;font-weight:400}#expired-trial-flow>section.alt-actions{gap:16px}#expired-trial-flow .select-payment-plan-modal>.body{width:90ch;display:flex;flex-direction:column;gap:24px}#expired-trial-flow .select-payment-plan-modal>.body>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#channel-viewer-flow{min-height:100vh;display:flex;flex-direction:column;background-image:url(/images/background.svg);background-repeat:no-repeat;background-position:center;background-size:cover;justify-content:center;align-items:center;position:relative}#channel-viewer-flow>.logo{position:absolute;top:48px;left:56px}#channel-viewer-flow>.divider{height:1px;background-color:#e4e7eb;width:100%;max-width:600px;margin:60px 0}#channel-viewer-flow>section{display:flex;flex-direction:column;align-items:center;max-width:600px}#channel-viewer-flow>section.main-actions{gap:40px}#channel-viewer-flow>section.main-actions>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500;font-weight:400;text-align:center}#channel-viewer-flow>section.main-actions>.description{text-align:center}#channel-viewer-flow>section.main-actions>.list{display:flex;flex-direction:column;gap:8px}#channel-viewer-flow>section.alt-actions{gap:16px}#profile-screen>.wrap{max-width:1240px;margin:0 auto;padding:28px 24px 24px;height:100%;display:flex;flex-direction:column;gap:24px}#profile-screen>.wrap>.loader{height:100%}#profile-screen>.wrap .profile-image .image-file-input .preview{width:max-content}#user-profile-flow{min-height:100vh;display:flex;background-image:url(/images/background.svg);background-repeat:no-repeat;background-position:center;background-size:cover;justify-content:center;align-items:center;position:relative}#user-profile-flow>.logo{position:absolute;top:48px;left:56px}#user-profile-flow>section{display:flex;flex-direction:column;gap:32px;max-width:600px}#user-profile-flow>section>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#user-profile-flow>section>.description{color:#52606d}#user-profile-flow>section>form{display:flex;flex-direction:column;gap:32px}#user-profile-flow>section>form>.actions{display:flex;align-items:center;justify-content:center;gap:8px}#generate-content-form{display:flex;flex-direction:column;gap:40px}#generate-content-form>header>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#generate-content-form>.body{display:flex;gap:24px}#generate-content-form>.body>.options{display:flex;flex-direction:column;gap:24px;width:360px}#generate-content-form>.body>.options>button{justify-content:center}#generate-content-form>.body>.options textarea{min-height:160px}#generate-content-form>.body>.options .context-ideas{display:flex;gap:8px;flex-wrap:wrap;line-height:1;margin-top:8px}#generate-content-form>.body>.output{flex:1;width:60ch;border:1px solid #e4e7eb}#generate-content-form>.body>.output>.loader{padding:40px}#generate-content-form>.body>.output>.title{font-weight:500;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:40ch;color:#141c24}#generate-content-form>.foot{display:flex;align-items:center;justify-content:flex-end;gap:16px}#generate-persona-form{display:flex;flex-direction:column;gap:40px}#generate-persona-form>header>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#generate-persona-form>.body{display:flex;gap:24px}#generate-persona-form>.body>.options{display:flex;flex-direction:column;gap:24px;width:360px}#generate-persona-form>.body>.options>button{justify-content:center}#generate-persona-form>.body>.options .custom-textarea{min-height:160px}#generate-persona-form>.body>.options>.custom-input{min-height:20px!important}#generate-persona-form>.body>.options .context-ideas{display:flex;gap:8px;flex-wrap:wrap;line-height:1;margin-top:8px}#generate-persona-form>.body>.output{flex:1;width:60ch;border:1px solid #e4e7eb}#generate-persona-form>.body>.output>.loader{padding:40px}#generate-persona-form>.body>.output .post-card{border:0}#generate-persona-form>.body>.output>.persona-preview{padding:10px}#generate-persona-form>.body>.output>.persona-preview>.actions{display:flex;justify-content:end;gap:8px}#generate-persona-form>.body>.output>.persona-preview>.content textarea{min-height:160px}#generate-persona-form>.foot{display:flex;align-items:center;justify-content:flex-end;gap:16px}#admin-dashboard{display:flex;flex-direction:column}#admin-dashboard>section{display:flex;flex-direction:column;gap:32px}#admin-dashboard>section:not(:last-child){padding-bottom:60px;border-bottom:1px solid #cbd2d9;margin-bottom:60px}#admin-dashboard>section>header{display:flex;align-items:center;justify-content:space-between}#admin-dashboard>section>header>.start>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#admin-dashboard>section>header>.end{display:flex;align-items:center;gap:8px}#admin-dashboard>section>header>.end .custom-range{width:auto}#admin-dashboard>section>header>.end .custom-range .is-active.icon{color:#0c155a}#admin-dashboard>section>.body{display:flex;flex-direction:column;gap:40px}#admin-dashboard>section>.body>section{display:flex;flex-direction:column;gap:16px}#admin-dashboard>section>.body>section>.title{font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:500}#admin-dashboard>section>.body .grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}#admin-dashboard>section>.body .grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}#admin-dashboard>section>.body .grid-2-1{display:grid;grid-template-columns:2fr 1fr;gap:16px}#admin-dashboard>section>.body .card-module{display:flex;flex-direction:column;gap:8px;padding:16px;background-color:#fff;border:1px solid #e4e7eb;border-radius:4px}#admin-dashboard>section>.body .card-module>.title{text-transform:uppercase;font-size:12px;line-height:20px;letter-spacing:.2px;color:#141c24;font-weight:600;display:flex;align-items:center;gap:8px}#admin-dashboard>section>.body .card-module>.value{font-size:14px;line-height:21px;letter-spacing:.1px}#admin-dashboard>section>.body .card-module>.value.large{font-size:28px;line-height:36px;letter-spacing:0px;font-weight:700}#admin-dashboard>section>.body .card-module>.meta{font-size:12px;line-height:16px;letter-spacing:.2px;margin-top:auto}#admin-dashboard>section>.body .timeline-module,#admin-dashboard>section>.body .bar-module{padding:16px;background-color:#fff;border:1px solid #e4e7eb;border-radius:4px}#admin-dashboard>section>.body .timeline-module>.title,#admin-dashboard>section>.body .bar-module>.title{text-transform:uppercase;font-size:12px;line-height:20px;letter-spacing:.2px;color:#141c24;font-weight:600;display:flex;align-items:center;margin-bottom:8px}#admin-dashboard>section>.body .timeline-module>.description,#admin-dashboard>section>.body .bar-module>.description{font-size:12px;line-height:16px;letter-spacing:.2px;margin-bottom:16px}#admin-dashboard>section>.body .timeline-module canvas,#admin-dashboard>section>.body .bar-module canvas{height:200px}#admin-workspaces{display:flex;flex-direction:column;gap:32px}#admin-workspaces>header{display:flex;align-items:center;justify-content:space-between}#admin-workspaces>header>.start>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#admin-workspaces>header>.end{display:flex;align-items:center;gap:8px}#admin-workspaces>.workspaces-table>table{font-size:14px;line-height:21px;letter-spacing:.1px}#admin-workspaces>.workspaces-table>table .chip.is-stripe{background-color:#635bff;color:#fff}#admin-workspaces>.workspaces-table>table .chip.is-appsumo{background-color:#ffbc00;color:#1b1b1b}#admin-workspaces>.admin-create-workspace-modal>.body{display:flex;flex-direction:column;gap:24px;width:60ch}#admin-workspaces>.admin-create-workspace-modal>.body>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#admin-workspaces>.admin-create-workspace-modal>.body>form{display:flex;flex-direction:column;gap:16px}#admin-workspaces>.admin-create-workspace-modal>.body>form>.actions{display:flex;justify-content:flex-end;align-items:center;gap:16px}#admin-users{display:flex;flex-direction:column;gap:32px}#admin-users>header{display:flex;align-items:center;justify-content:space-between}#admin-users>header>.start>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#admin-users>header>.end{display:flex;align-items:center;gap:8px}#admin-users>header>.end .actions{display:flex;align-items:center;gap:8px}#admin-users>header>.end .actions .searchbar{display:flex;border:1px solid #e4e7eb;padding:8px;border-radius:4px;height:42px}#admin-users>header>.end .actions .searchbar .icon-wrapper{display:flex;align-items:center;justify-content:center;padding-right:4px}#admin-users>.users-table>table{font-size:14px;line-height:21px;letter-spacing:.1px}#admin-layout{display:flex;flex-direction:column;min-height:100vh;background-color:#f7f7f7}#admin-layout .notice-box{padding:16px;border-radius:4px;font-size:14px;line-height:21px;letter-spacing:.1px;background-color:#cbd2d9}#admin-layout .notice-box.is-danger{background-color:#d64545;color:#780a0a}#admin-layout .notice-box.is-warning{background-color:#f7d070;color:#7c5e10}#admin-layout .notice-box.is-success{background-color:#57ae5b;color:#0e5814}#admin-layout .notice-box.is-info{background-color:#caf5ff;color:#005f7a}#admin-layout .wrap{max-width:1240px;margin:0 auto}#admin-layout>header{position:fixed;top:0;left:0;width:100%;height:56px;background-color:#fff;display:flex;align-items:center;justify-content:space-between;z-index:1;border-bottom:1px solid #e4e7eb}#admin-layout>header>.wrap{display:flex;align-items:center;justify-content:space-between;width:100%}#admin-layout>header>.wrap>.logo{display:flex;align-items:center;gap:8px}#admin-layout>header>.wrap>.logo>img{height:24px}#admin-layout>header>.wrap>nav{display:flex;align-items:center;gap:40px}#admin-layout>header>.wrap>nav>*{display:flex;align-items:center;gap:4px;text-transform:uppercase;font-size:12px;line-height:20px;letter-spacing:.2px}#admin-layout>main{margin-top:56px;padding:32px}#admin-workspace{display:flex;flex-direction:column;gap:40px}#admin-workspace>header{display:flex;flex-direction:column;gap:16px}#admin-workspace>header>.notice-box{padding:8px 16px}#admin-workspace>header>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#admin-workspace>nav{display:flex;align-items:center;gap:8px}#admin-workspace>.general{display:flex;flex-direction:column;gap:40px}#admin-workspace>.general>section{display:flex;flex-direction:column;gap:24px;flex:1}#admin-workspace>.general>section>.title{font-size:20px;line-height:28px;letter-spacing:0px;font-weight:500}#admin-workspace>.general .channels-table .add-channel{display:flex;align-items:center;gap:8px}#admin-workspace>.general .channels-table .add-channel>*{width:fit-content}#admin-workspace>.general .feature-flags-table .head{font-size:14px;line-height:21px;letter-spacing:.1px}#admin-workspace>.general .feature-flags-table .head>.title{font-weight:600;color:#141c24}#admin-workspace>.subscription{display:flex;gap:40px}#admin-workspace>.subscription>section{display:flex;flex-direction:column;gap:24px;flex:1}#admin-workspace>.subscription>section>.title{font-size:20px;line-height:28px;letter-spacing:0px;font-weight:500}#admin-workspace>.members{display:flex;flex-direction:column;gap:40px}#admin-workspace>.members>section{display:flex;flex-direction:column;gap:24px;flex:1}#admin-workspace>.members>section>.title{font-size:20px;line-height:28px;letter-spacing:0px;font-weight:500}#admin-workspace>.members .members-table>table{font-size:14px;line-height:21px;letter-spacing:.1px}#admin-workspace>.delete-workspace-modal>.body{width:60ch;display:flex;flex-direction:column;gap:24px;font-size:14px;line-height:21px;letter-spacing:.1px}#admin-workspace>.delete-workspace-modal>.body>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#admin-workspace>.delete-workspace-modal>.body>.description{display:flex;flex-direction:column;gap:8px}#admin-workspace>.delete-workspace-modal>.body>.checks{display:flex;flex-direction:column;gap:8px}#admin-workspace>.delete-workspace-modal>.body>.checks>div{display:flex;justify-content:space-between;align-items:flex-start}#admin-workspace>.delete-workspace-modal>.body>.checks>div:hover>.label{color:#d64545}#admin-workspace>.delete-workspace-modal>.body>.checks>div>.label{padding-right:24px}#admin-workspace>.delete-workspace-modal>.body>.actions{display:flex;justify-content:flex-end;align-items:center;gap:8px}#admin-workspace>.purge-workspace-modal>.body{width:60ch}#channel-layout>.wrap{max-width:1240px;margin:0 auto;padding:28px 24px 24px;height:100%;display:flex;flex-direction:column;gap:24px}#channel-layout>.wrap>.loader{height:100%}#channel-layout>.wrap>header{display:flex;justify-content:space-between;gap:24px}#channel-layout>.wrap>header>.start{display:flex;flex-direction:column;gap:16px;max-width:80ch}#channel-layout>.wrap>header>.start>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#channel-layout>.wrap>header>.start>.description{font-size:16px;line-height:24px;letter-spacing:.1px;color:#9aa5b1}#channel-layout>.wrap>header>.end>.actions{display:flex;align-items:center;gap:16px}#channel-layout>.wrap>.layout{display:flex;flex-direction:column;gap:40px}#channel-layout>.wrap>.layout>.menu{width:480px;align-self:center}#channel-layout>.wrap>.layout>.content{flex:1}:root{--external-channel-color: #7886ed}#external-channel-layout{height:100%;min-height:100vh;position:relative;display:flex;flex-direction:column}#external-channel-layout>.background-gradient{position:fixed;width:100%;height:100vh;pointer-events:none;z-index:1;background:radial-gradient(circle at 0% 20%,var(--external-channel-color) 0,transparent 40%),radial-gradient(circle at 100% 80%,var(--external-channel-color) 0,transparent 40%)}#external-channel-layout>.wrap{width:1120px;margin:0 auto;position:relative;z-index:2;display:flex;flex-direction:column;gap:32px}#external-channel-layout>.wrap>header{background-color:#fff;border-radius:4px;overflow:hidden;box-shadow:0 0 15px #00000014;margin-top:24px}#external-channel-layout>.wrap>header>section.branding{height:160px;background-image:url(/images/background.svg);background-repeat:no-repeat;background-position:center;background-size:cover;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}#external-channel-layout>.wrap>header>section.branding>.logo{position:relative;z-index:2}#external-channel-layout>.wrap>header>section.branding>.logo>img{height:80px;aspect-ratio:1/1;object-fit:contain;overflow:hidden}#external-channel-layout>.wrap>header>section.branding>.hero{position:absolute;z-index:1;pointer-events:none;top:0;left:0;right:0;bottom:0}#external-channel-layout>.wrap>header>section.branding>.hero>img{object-fit:cover;width:100%;max-width:none}#external-channel-layout>.wrap>header>section.head{display:flex;flex-direction:column;gap:8px;padding:16px}#external-channel-layout>.wrap>header>section.head>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500;color:#141c24}#external-channel-layout>.wrap>header>section.head>.title .icon{font-size:20px;line-height:28px;letter-spacing:0px;font-weight:500;margin-left:7px}#external-channel-layout>.wrap>header>section.head>.description{font-size:14px;line-height:21px;letter-spacing:.1px;max-width:80ch}#external-channel-layout>.wrap>header>section.nav{display:flex;justify-content:space-between}#external-channel-layout>.wrap>header>section.nav>nav{display:flex;align-items:center;gap:40px;padding:16px}#external-channel-layout>.wrap>header>section.nav>nav>*{color:#52606d;display:flex;align-items:center;gap:8px}#external-channel-layout>.wrap>header>section.nav>nav>:hover,#external-channel-layout>.wrap>header>section.nav>nav>:focus,#external-channel-layout>.wrap>header>section.nav>nav>.router-link-exact-active{color:#4b5ee7}#external-channel-layout>.wrap>header>section.nav>nav .feedback-cta{background:linear-gradient(92.56deg,#4ad1ed,#4b5ee7);background-clip:text;text-fill-color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:transparent}#external-channel-layout>.wrap>header>section.nav>.actions{display:flex;align-items:center;justify-content:flex-end;gap:16px;padding:16px}#external-channel-layout>.wrap>.body{display:flex;flex-direction:column;flex:1;padding-bottom:32px}#external-channel-layout>.password-gate{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:linear-gradient(92.56deg,rgba(121,221,242,.25) 6.82%,rgba(237,230,242,.25) 82.69%),#ffffff}#external-channel-layout>.password-gate>form{width:400px;background-color:#fff;border-radius:4px;border:1px solid #e4e7eb;padding:40px;display:flex;flex-direction:column;gap:16px}#external-channel-layout>.password-gate>form button{justify-content:center}#external-channel-layout>.password-gate>form>.title{font-size:20px;line-height:28px;letter-spacing:0px;font-weight:500}#external-channel-layout .channel-feedback-modal>.body{width:480px;display:flex;flex-direction:column;padding:40px;background:linear-gradient(92.56deg,rgba(121,221,242,.25) 6.82%,rgba(237,230,242,.25) 82.69%),#ffffff}#external-channel-layout .channel-feedback-modal>.body>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500;color:#141c24;margin-bottom:16px;text-align:center}#external-channel-layout .channel-feedback-modal>.body>.description{margin-bottom:40px;text-align:center}#external-channel-layout .channel-feedback-modal>.body form .foot{gap:16px;margin-top:24px}#external-channel-layout .channel-subscription-modal>.body{width:600px;display:flex;flex-direction:column;gap:24px}#external-channel-layout .channel-subscription-modal>.body>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500;color:#141c24}#external-channel-layout .channel-subscription-modal>.body>.data-table .switch-input{justify-content:flex-end}#external-channel-layout .channel-subscription-modal>.body>.foot{display:flex;justify-content:flex-end;align-items:center;gap:16px}@media (max-width: 768px){#external-channel-layout .wrap{width:100%}#external-channel-layout .wrap>header{margin-top:0;border-radius:0}#external-channel-layout .wrap>header>section.branding{height:80px}#external-channel-layout .wrap>header>section.branding>.logo{height:80%}#external-channel-layout .wrap>header>section.branding>.logo>img{height:100%}#external-channel-layout .wrap>header>section.head>.title>.name{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#external-channel-layout .wrap>header>section.head>.description{display:none}#external-channel-layout .wrap>header>section.nav{flex-direction:column;padding-bottom:0}#external-channel-layout .wrap>header>section.nav>nav{gap:24px;justify-content:flex-start;order:2}#external-channel-layout .wrap>header>section.nav>.actions{padding-top:0;padding-bottom:8px;justify-content:flex-start}#external-channel-layout .channel-feedback-modal>.body,#external-channel-layout .channel-subscription-modal>.body{width:100%;height:100%;max-height:none}}#channel-pulse-screen>.settings{display:flex;margin-bottom:24px}#channel-pulse-screen>.settings>.interval{display:flex;align-items:center;gap:8px}#channel-pulse-screen>.settings>.interval button{box-shadow:0 0 15px #00000014}#channel-pulse-screen>.settings>.interval .custom-range{width:auto;border-radius:200px;box-shadow:0 0 15px #00000014}#channel-pulse-screen>.settings>.interval .custom-range .is-active.icon{color:#4b5ee7}#channel-pulse-screen>.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}#channel-pulse-screen>.grid>section{background-color:#fff;border-radius:20px;border:1px solid #e1e6ef;box-shadow:0 0 15px #00000014}#channel-pulse-screen>.grid>section>header{display:flex;align-items:center;justify-content:space-between;padding:24px}#channel-pulse-screen>.grid>section>header>.title{font-size:24px;line-height:32px;letter-spacing:0px}#channel-pulse-screen>.grid>section>header>.actions>button,#channel-pulse-screen>.grid>section>header>.actions>.button{padding-top:.44px;padding-bottom:.44px}#channel-pulse-screen>.grid>.trends>.list>.row{display:flex;align-items:center;gap:24px;border-top:1px solid #e1e6ef;padding:24px}#channel-pulse-screen>.grid>.trends>.list>.row>.content{display:flex;flex-direction:column;gap:8px}#channel-pulse-screen>.grid>.trends>.list>.row>.content>.link{max-width:40ch;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#channel-pulse-screen>.grid>.trends>.list>.row>.chip{margin-left:auto}#channel-pulse-screen>.grid>.trends>.empty{border-top:1px solid #e1e6ef;display:flex;flex-direction:column;min-height:320px;padding:24px;gap:8px}#channel-pulse-screen>.grid>.trends>.empty .actions{display:flex;align-items:center;gap:8px}#channel-pulse-screen>.grid>.subscribers{display:flex;flex-direction:column}#channel-pulse-screen>.grid>.subscribers .value{display:flex;align-items:baseline;gap:8px}#channel-pulse-screen>.grid>.subscribers .value>.num{font-size:32px;line-height:40px}#channel-pulse-screen>.grid>.subscribers .value>.diff{display:flex;align-items:center;font-weight:500}#channel-pulse-screen>.grid>.subscribers .value>.diff>.icon{height:1em;width:1em}#channel-pulse-screen>.grid>.subscribers .value>.diff.is-success{color:#57ae5b}#channel-pulse-screen>.grid>.subscribers .value>.diff.is-danger{color:#d64545}#channel-pulse-screen>.grid>.subscribers>.total{justify-content:center;padding:24px}#channel-pulse-screen>.grid>.subscribers>.total>.num{font-size:56px;line-height:45px}#channel-pulse-screen>.grid>.subscribers>.components{padding:24px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}#channel-pulse-screen>.grid>.subscribers>.components>div{border:1px solid #e1e6ef;padding:16px 8px;border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center}#channel-pulse-screen>.grid>.subscribers>.components>div .label{font-size:12px;line-height:16px;letter-spacing:.2px}#channel-pulse-screen>.grid>.subscribers .add-subscribers-modal>.body{width:600px}#channel-pulse-screen>.grid>.subscribers .add-subscribers-modal>.body>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500;margin-bottom:24px}#channel-pulse-screen>.grid>.feedback>.feedback-table{font-size:12px;line-height:16px;letter-spacing:.2px}#channel-pulse-screen>.grid>.feedback>.feedback-table>table{border-radius:0;border:0}#channel-pulse-screen>.grid>.feedback>.feedback-table>table>tbody td{padding-top:28px;padding-bottom:28px}#channel-pulse-screen>.grid>.feedback>.feedback-table .head{display:flex;flex-direction:column;gap:8px;width:32ch}#channel-pulse-screen>.grid>.feedback>.feedback-table .head>.ref{display:flex;align-items:center;gap:4px}#channel-pulse-screen>.grid>.feedback>.feedback-table .head>.ref>span{max-width:80ch;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-weight:500}#channel-pulse-screen>.grid>.feedback>.feedback-table .head>.link{max-width:80ch;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#channel-pulse-screen>.grid>.feedback>.empty{border-top:1px solid #e1e6ef;display:flex;flex-direction:column;min-height:320px;padding:24px;gap:8px}#channel-pulse-screen>.grid>.feedback>.empty .actions{display:flex;align-items:center;gap:8px}#channel-pulse-screen>.grid>.views>.chart{margin:24px}#channel-pulse-screen>.grid>.views>.chart canvas{height:200px}#channel-pulse-screen>.onboarding{font-size:14px;line-height:21px;letter-spacing:.1px;background:linear-gradient(92.56deg,rgba(121,221,242,.25) 6.82%,rgba(237,230,242,.25) 82.69%),#ffffff;border:1px solid #e1e6ef;box-shadow:0 0 15px #00000014;border-radius:4px;padding:24px;display:flex;flex-direction:column;gap:24px}#channel-pulse-screen>.onboarding>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#channel-pulse-screen>.onboarding>.description{display:flex;flex-direction:column;gap:8px}#channel-pulse-screen>.onboarding>.actions{display:flex;flex-direction:column;gap:16px}#channel-pulse-screen>.onboarding>.actions>.title{font-weight:600}#channel-pulse-screen>.onboarding>.actions>.list{display:flex;flex-direction:column;gap:16px}#channel-pulse-screen>.onboarding>.actions>.list>*{display:flex;align-items:flex-start;gap:8px}#channel-pulse-screen>.onboarding>.actions>.list>*.is-complete>.icon{color:#57ae5b}#channel-pulse-screen>.onboarding>.actions>.list>*.is-complete>span{text-decoration:line-through}#channel-pulse-screen>.onboarding>.actions>.list>* .icon{width:16px;color:#f7d070}#channel-pulse-screen>.onboarding>.actions>.list>*>span{width:60ch}#channel-inbox-screen{display:flex;flex-direction:column;gap:40px}#channel-inbox-screen>.title{text-transform:uppercase;font-size:14px;line-height:20px;letter-spacing:.2px}#channel-inbox-screen>.feedback-inbox>.side>.list{max-height:70vh;overflow:hidden;overflow-y:auto}#channel-settings-screen>.preferences .head>.title{color:#141c24;font-weight:500}#channel-settings-screen>.preferences .icon-dropdown .dropdown-menu{max-height:160px;overflow-y:auto;padding:0}#channel-settings-screen>.preferences .icon-dropdown .icon-grid{padding:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);align-content:center}#channel-settings-screen>.preferences .icon-dropdown .icon-grid>*{line-height:1;transition:all .24s}#channel-settings-screen>.preferences .icon-dropdown .icon-grid>*:hover{transform:scale(1.2);color:#4b5ee7}#channel-settings-screen>.appearance .data-table .image-head{display:flex;flex-direction:column;gap:8px}#channel-settings-screen>.appearance .data-table .image-head>.title{color:#141c24;font-weight:500}#channel-settings-screen>.appearance .data-table .image-head>img{width:50%}#channel-settings-screen>.appearance .data-table .actions{display:flex;flex-direction:column;gap:8px}#channel-settings-screen>.appearance .data-table .actions .preview>.image-file{width:160px}#channel-settings-screen>.embeds{display:flex;flex-direction:column;gap:24px}#channel-settings-screen>.embeds>section{font-size:14px;line-height:21px;letter-spacing:.1px;display:flex;flex-direction:column;gap:8px}#channel-settings-screen>.embeds>section>.title{text-transform:uppercase;font-size:14px;line-height:20px;letter-spacing:.2px;color:#141c24;font-weight:600}.confirmation-text{display:flex;align-items:start}.confirmation-text p{padding-left:5px}.add-subscribers-form{display:flex;flex-direction:column;gap:24px}.add-subscribers-form>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}.add-subscribers-form>form{display:flex;flex-direction:column;gap:16px;align-items:flex-start}.add-subscribers-form>section{display:flex;flex-direction:column;gap:8px}.add-subscribers-form>section>.title{font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:500}.add-subscribers-form>section>.data-table{font-size:14px;line-height:21px;letter-spacing:.1px}.add-subscribers-form>section>.data-table table>tbody td{padding:16px}.add-subscribers-form>section>.data-table table>tbody td>.actions{display:flex;justify-content:flex-end}.add-subscribers-form>.actions{display:flex;align-items:center;gap:16px;justify-content:flex-end}.add-subscribers-form .csv-import .file-input-button{align-self:flex-start}#message-center-screen>.wrap{max-width:1240px;margin:0 auto;padding:28px 24px 24px;height:100%;display:flex;flex-direction:column;gap:24px}#message-center-screen>.wrap>.loader{height:100%}#message-center-screen>.wrap>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#message-center-screen>.wrap>.description{font-size:16px;line-height:24px;letter-spacing:.1px;color:#9aa5b1}#message-center-screen>.wrap>.feedback-inbox>.side>.list{max-height:60vh;overflow:hidden;overflow-y:auto}#feed-layout>.wrap{max-width:1240px;margin:0 auto;padding:28px 24px 24px;height:100%;display:flex;flex-direction:column;gap:24px}#feed-layout>.wrap>.loader{height:100%}#feed-layout>.wrap>header{display:flex;align-items:center;justify-content:space-between;gap:24px}#feed-layout>.wrap>header>.start{display:flex;flex-direction:column;gap:16px;max-width:80ch}#feed-layout>.wrap>header>.start>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#feed-layout>.wrap>header>.start>.description{font-size:16px;line-height:24px;letter-spacing:.1px;color:#9aa5b1}#feed-layout>.wrap>header>.end>.actions{display:flex;align-items:center;gap:16px}#feed-layout>.wrap>.layout{display:flex;flex-direction:column;gap:40px}#feed-layout>.wrap>.layout>.menu{width:480px;align-self:center}#feed-layout>.wrap>.layout>.content{flex:1}#feed-settings-screen>section>.title{display:flex;align-items:center;gap:8px}#feed-settings-screen>section.is-disabled{opacity:.5;pointer-events:none}#feed-subscribers-screen .list>.data-table>table{border-radius:8px;box-shadow:0 0 15px #00000014}#feed-subscribers-screen .add-subscribers-modal>.body{width:600px}#feed-subscribers-screen .add-subscribers-modal>.body>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500;margin-bottom:24px}#feed-integrations-screen .integrations-table .name{display:flex;align-items:center;gap:16px}#feed-integrations-screen .integrations-table .name>img{height:32px}#feed-integrations-screen .integrations-table .create-action-list>a{display:flex;align-items:center;gap:8px}#feed-integrations-screen .integrations-table .create-action-list>a>img{height:16px}#feed-integrations-screen>.edit-config-modal>.body{display:flex;flex-direction:column;gap:24px;min-width:600px}#feed-integrations-screen>.edit-config-modal>.body>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#feed-integrations-screen>.edit-config-modal>.body>.actions{display:flex;align-items:center;gap:16px;justify-content:flex-end}#feed-integrations-screen>.edit-config-modal>.body>.slack-config{display:flex;flex-direction:column;gap:16px}@media (max-width: 768px){#root{width:unset!important}}#external-feed-screen>.layout{display:flex;align-items:flex-start;gap:32px}#external-feed-screen>.layout>.sidebar-container>.sidebar{display:flex;flex-direction:column;gap:32px;width:320px;background-color:#fff;border-radius:4px;padding:16px;box-shadow:0 0 15px #00000014}#external-feed-screen>.layout>.sidebar-container>.sidebar>section{display:flex;flex-direction:column;gap:8px}#external-feed-screen>.layout>.sidebar-container>.sidebar>section>.head{display:flex;justify-content:space-between;align-items:center}#external-feed-screen>.layout>.sidebar-container>.sidebar>section>.name,#external-feed-screen>.layout>.sidebar-container>.sidebar>section>.head>.name{font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:500;color:#141c24}#external-feed-screen>.layout>.sidebar-container>.sidebar>section>.description{font-size:14px;line-height:21px;letter-spacing:.1px}#external-feed-screen>.layout>.sidebar-container>.sidebar>section.sort>.head>.pinned-filter{display:flex;align-items:center;gap:4px}#external-feed-screen>.layout>.sidebar-container>.sidebar>section.category-filter>.list{display:flex;flex-direction:column;gap:8px}#external-feed-screen>.layout>.sidebar-container>.sidebar>section.category-filter>.list>.row{display:flex;justify-content:space-between}#external-feed-screen>.layout>.sidebar-container>.sidebar>section.category-filter>.list>.row>.count{font-size:14px;line-height:21px;letter-spacing:.1px}#external-feed-screen>.layout>.sidebar-container>.sidebar>section.tag-filter>.list{display:flex;flex-wrap:wrap;gap:8px}#external-feed-screen>.layout>.sidebar-container>.sidebar>section.category-filter>.list.is-active .chip:not(.is-selected),#external-feed-screen>.layout>.sidebar-container>.sidebar>section.tag-filter>.list.is-active .chip:not(.is-selected){opacity:.5}#external-feed-screen>.layout>.sidebar-container>.sidebar>section.category-filter>.list>*,#external-feed-screen>.layout>.sidebar-container>.sidebar>section.tag-filter>.list>*{transition:transform .2s,opacity .2s}#external-feed-screen>.layout>.sidebar-container>.sidebar>section.category-filter>.list>*:hover,#external-feed-screen>.layout>.sidebar-container>.sidebar>section.tag-filter>.list>*:hover{cursor:pointer}#external-feed-screen>.layout>.sidebar-container>.sidebar>section.category-filter>.list>*:active,#external-feed-screen>.layout>.sidebar-container>.sidebar>section.tag-filter>.list>*:active{transform:scale(.98)}#external-feed-screen>.layout>.sidebar-container>.search-bar{margin-top:10px}#external-feed-screen>.layout>.list{flex:1;display:flex;flex-direction:column;gap:24px}#external-feed-screen>.layout>.list>*{box-shadow:0 0 15px #00000014;border:0}#external-feed-screen>.empty-placeholder>.body{display:flex;flex-direction:column;gap:24px;max-width:60ch}#external-feed-screen>.empty-placeholder>.body>.title{font-size:20px;line-height:28px;letter-spacing:0px;font-weight:500}@media (max-width: 768px){#external-feed-screen>.layout{gap:unset;padding:0 16px}#external-feed-screen>.layout>.sidebar-container>.sidebar,#external-feed-screen>.layout>.sidebar-container .search-bar{display:none!important}#external-feed-screen>.layout>.sidebar-container>.list .post-card{padding:16px}}.feed{display:flex;gap:32px}.feed>.sidebar{display:flex;flex-direction:column;gap:32px}.feed>.sidebar .sidebar-section .title{text-transform:uppercase;font-size:12px;line-height:20px;letter-spacing:.2px;margin-bottom:4px}.feed>.sidebar .sidebar-section .body{display:flex}.feed>.sidebar .sidebar-section .body .filter-list{display:flex;flex-direction:column;gap:8px}.feed>.sidebar .item{text-transform:uppercase;font-size:14px;line-height:20px;letter-spacing:.2px;text-transform:none;display:flex;align-items:center;gap:8px;padding:4px 12px;background-color:#fff;border:1px solid #e4e7eb;color:#3e4c59;border-radius:24px}.feed>.sidebar .item.active{background-color:#e4e7eb}.feed>.list{display:flex;flex-direction:column;gap:16px;flex:1}.feed>.list .post{padding:20px 32px;margin-bottom:32px;background-color:#fff;border-radius:4px}.feed>.list .post .video{display:flex;height:500px}.feed>.list .post .hero-image{display:flex;justify-content:center}.feed>.list .post .content{padding:24px 0;border-bottom:1px solid #f5f7fa;display:flex;flex-direction:column;gap:8px}.feed>.list .post .content .title{font-size:32px;line-height:40px;letter-spacing:0px;font-weight:600;margin-bottom:8px}.feed>.list .post .content .description p{min-height:24px}.feed>.list .post .content .description h1,.feed>.list .post .content .description h2,.feed>.list .post .content .description h3,.feed>.list .post .content .description h4,.feed>.list .post .content .description h5,.feed>.list .post .content .description h6{font-size:inherit}.feed>.list .post .content .description strong,.feed>.list .post .content .description b{font-weight:600}.feed>.list .post .content .description em,.feed>.list .post .content .description i{font-style:italic}.feed>.list .post .content .description ul{list-style-type:disc}.feed>.list .post .content .description ol{list-style-type:decimal}.feed>.list .post .content .description a{color:#182bb4;text-decoration:none}.feed>.list .post .actions{margin-top:20px;display:flex;align-items:center;gap:8px}.feed>.list .post .actions>p{margin-right:16px}.feed>.list .post .actions .reactions-wrapper{display:flex;align-items:center;gap:8px}.feed>.list .post .actions .reactions-wrapper .reaction-button{background-color:transparent;border:none;padding:0;display:flex;align-items:center;justify-content:center;border:2px solid transparent}.feed>.list .post .actions .reactions-wrapper .reaction-button:hover{animation:bounce 2s ease infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}.feed>.list .post .actions .reactions-wrapper .reaction-button.active{cursor:not-allowed}.feed>.list .post .actions .reactions-wrapper .reaction-button.active:hover{animation:none}.feed>.list .post .actions .reactions-wrapper .bounce .emoji-wrapper{height:40px;width:40px;display:flex;align-items:center;justify-content:center}.feed>.list .post .actions .is-pill{margin-left:16px;white-space:nowrap}.feed .empty-state{padding:32px 0;height:fit-content;width:100%;display:flex;flex-direction:column;align-items:center;gap:8px;border:1px solid #e4e7eb;border-radius:8px;background-color:#fff}.post-feedback-modal>.body{width:900px}.post-feedback-modal>.body .title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500;margin-bottom:16px}.post-feedback-modal>.body>form{display:flex;flex-direction:column;gap:24px}.post-feedback-modal>.body .reaction-chip{width:max-content;display:flex;align-items:center;gap:8px;padding:8px 12px;margin-bottom:12px;border-radius:40px;box-shadow:0 0 15px #00000014}.post-feedback-modal>.body .actions{gap:16px;display:flex;align-items:center;justify-content:flex-end}#share-post-form .share-search{padding-top:10px}#share-post-form .share-post-members{list-style:none;padding:10px 0 0}#share-post-form .share-post-members li{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:12px 0;border-bottom:1px solid #d0cdcd}#share-post-form .share-post-members li .role{width:150px}#share-post-form .share-post-members li .member-name{width:250px}#share-post-form .share-post-members li .action{width:80px;display:flex;justify-content:end}#share-post-form .share-post-members li p{margin:0;line-height:1.25em;white-space:nowrap}#share-post-form .share-post-members li:last-child{border-bottom:none}#share-post-form .share-footer{display:flex;justify-content:end}#publish-post-form{display:flex;flex-direction:column;gap:24px}#publish-post-form>.title{font-size:28px;line-height:36px;letter-spacing:0px;font-weight:700;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#publish-post-form>.editing>table{width:100%}#publish-post-form>.editing>table>tbody>tr:not(:last-child)>td{padding-bottom:16px;border-bottom:1px solid #e4e7eb}#publish-post-form>.editing>table>tbody>tr:last-child>td{padding-top:16px}#publish-post-form>.editing>table td>.name{display:flex;flex-direction:column;gap:4px}#publish-post-form>.editing>table td>.name>.channel-name{font-size:12px;line-height:16px;letter-spacing:.2px;display:flex;align-items:center;gap:8px}#publish-post-form>.editing>table td>.name>.component-name{font-weight:600}#publish-post-form>.editing>table td>.inputs{display:flex;align-items:center;gap:8px}#publish-post-form>.editing>table td>.actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}#posts-screen{flex:1}#posts-screen>.wrap{max-width:1240px;margin:0 auto;padding:28px 24px 24px;height:100%;display:flex;flex-direction:column;gap:24px}#posts-screen>.wrap>.loader{height:100%}#posts-screen>.wrap>header{display:flex;justify-content:space-between;align-items:center}#posts-screen>.wrap>header>.start>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500;display:flex;gap:8px}#posts-screen>.wrap>header>.end>.actions{display:flex;gap:8px;align-items:center}#posts-screen>.wrap>.empty-placeholder img{width:160px}#posts-screen>.wrap>.posts-table>header{margin-bottom:24px}#posts-screen>.wrap>.posts-table>header>.filters{display:flex;justify-content:flex-start;align-items:center;gap:16px;flex:1}#posts-screen>.wrap>.posts-table>header>.filters .dropdown>button{box-shadow:0 0 15px #00000014;font-size:14px;line-height:21px;letter-spacing:.1px}#posts-screen>.wrap>.posts-table>header>.filters .button-group{border-radius:200px;box-shadow:0 0 15px #00000014;border:.5px solid #e1e6ef}#posts-screen>.wrap>.posts-table>header>.filters .button-group>button{border:0;font-size:14px;line-height:21px;letter-spacing:.1px;white-space:nowrap}#posts-screen>.wrap>.posts-table>header>.filters .input-wrap{width:auto;font-size:14px;line-height:21px;letter-spacing:.1px}#posts-screen>.wrap>.posts-table>header>.filters .categories.has-selection>*{opacity:.4}#posts-screen>.wrap>.posts-table>header>.filters .categories.has-selection>.is-active{opacity:1}#posts-screen>.wrap>.posts-table>header>.filters .channels>a,#posts-screen>.wrap>.posts-table>header>.filters .projects>a{font-size:14px;line-height:21px;letter-spacing:.1px;display:flex;align-items:center;gap:4px}#posts-screen>.wrap>.posts-table>header>.filters .channels>a .check,#posts-screen>.wrap>.posts-table>header>.filters .projects>a .check{margin-left:auto;opacity:0}#posts-screen>.wrap>.posts-table>header>.filters .channels>a .check.is-seen,#posts-screen>.wrap>.posts-table>header>.filters .projects>a .check.is-seen{opacity:1}#posts-screen>.wrap>.posts-table>header>.filters .reset{font-size:14px;line-height:21px;letter-spacing:.1px;color:#d64545}#posts-screen>.wrap>.posts-table>table{box-shadow:0 0 15px #00000014;border-radius:8px}#posts-screen>.wrap>.posts-table>table>tbody>tr>td:not(:last-child){padding-right:16px}#posts-screen>.wrap>.posts-table>table>tbody>tr.is-gen-pending{background-color:#fffaeb}#posts-screen>.wrap>.posts-table>table>tbody>tr.is-gen-pending .post-head .description{font-size:14px;line-height:21px;letter-spacing:.1px;color:#7b8794}#posts-screen>.wrap>.posts-table>table>tbody>tr.is-gen-error{background-color:#fee}#posts-screen>.wrap>.posts-table>table>tbody>tr.is-gen-error .post-head .description{font-size:14px;line-height:21px;letter-spacing:.1px;color:#d64545;display:flex}#posts-screen>.wrap>.posts-table>table .count{display:flex;align-items:center;gap:8px}#posts-screen>.wrap>.posts-table>table a.count:hover{color:#4b5ee7}#posts-screen>.wrap>.posts-table>table .post-head{display:flex;gap:16px;align-items:center}#posts-screen>.wrap>.posts-table>table .post-head>.thumb>.image-file{height:48px;aspect-ratio:1/1;overflow:hidden;border-radius:4px}#posts-screen>.wrap>.posts-table>table .post-head>.thumb>.image-file>img{object-fit:cover}#posts-screen>.wrap>.posts-table>table .post-head>.thumb .loader .animation-wrap{width:48px;height:48px}#posts-screen>.wrap>.posts-table>table .post-head>.text{display:flex;flex-direction:column;font-size:16px;line-height:24px;letter-spacing:.1px}#posts-screen>.wrap>.posts-table>table .post-head>.text>.title{font-weight:500;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:30ch;color:#141c24}#posts-screen>.wrap>.posts-table>table .post-head>.text>.description{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:30ch;margin-bottom:8px}#posts-screen>.wrap>.posts-table>table .post-head>.text>.tags{display:flex;flex-wrap:wrap;gap:8px}#posts-screen>.wrap>.posts-table>table .post-head>.text>.tags>*{font-size:10px;line-height:15px;letter-spacing:.2px;line-height:12px}#posts-screen>.wrap>.posts-table>table .feeds{display:flex;flex-wrap:nowrap;gap:8px}#post-screen>.wrap{max-width:1240px;margin:0 auto;padding:28px 24px 24px;height:100%;display:flex;flex-direction:column;gap:24px}#post-screen>.wrap>.loader{height:100%}#post-screen>.wrap>header{display:flex;justify-content:space-between;align-items:center}#post-screen>.wrap>header>.start{display:flex;gap:8px;align-items:center}#post-screen>.wrap>header>.start .title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#post-screen>.wrap>header>.start>header{display:flex;flex-direction:column;gap:8px}#post-screen>.wrap>header>.start>header>.capture{display:flex;align-items:center;gap:8px}#post-screen>.wrap>header>.end>.actions{display:flex;gap:16px;align-items:center}#post-screen>.wrap>header>.end>.actions>.status{display:flex;align-items:center;gap:8px;padding:0 8px;font-size:14px;line-height:21px;letter-spacing:.1px}#post-screen>.wrap>header>.end>.actions .switch-input{gap:8px}#post-screen>.wrap>header>.end>.actions .publish-dropdown{width:60ch;padding:8px 16px 24px}#post-screen>.wrap>header>.end>.actions .publish-dropdown>.title{font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:500;margin-bottom:24px}#post-screen>.wrap>header>.end>.actions .save{box-shadow:0 0 #000;transform:scale(1)}#post-screen>.wrap>header>.end>.actions .save.is-pulsing{animation:pulse 2s infinite}#post-screen>.wrap>.body{display:flex;flex-direction:column;gap:24px}#post-screen>.wrap>.body>.preview{width:60ch;margin:0 auto}#post-screen>.wrap>.body>.edit-layout{display:flex;gap:24px;align-items:flex-start}#post-screen>.wrap>.body>.edit-layout>.main{display:flex;flex-direction:column;gap:24px;width:80ch;background-color:#fff;border-radius:8px;border:1px solid #e1e6ef;box-shadow:0 0 15px #00000014;padding:24px}#post-screen>.wrap>.body>.edit-layout>.main .description>.editor>.input .tiptap{min-height:320px}#post-screen>.wrap>.body>.edit-layout>.main>.flare-box{max-width:none}#post-screen>.wrap>.body>.edit-layout>.main>.AI-widget{display:flex;justify-content:space-between;align-items:center}#post-screen>.wrap>.body>.edit-layout>.main>.AI-widget .AI-title{flex:1}#post-screen>.wrap>.body>.edit-layout>.side{flex:1;display:flex;flex-direction:column;gap:24px}#post-screen>.wrap>.body>.edit-layout>.side>section{display:flex;flex-direction:column;gap:24px;flex:1;background-color:#fff;border-radius:8px;border:1px solid #e1e6ef;box-shadow:0 0 15px #00000014;padding:16px}#post-screen>.wrap>.body>.edit-layout>.side>section>.title{font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:500}#post-screen>.wrap>.body>.edit-layout>.side>section.options .media-type>*{flex:1;justify-content:center}#post-screen>.wrap>.body>.edit-layout>.side>section.options .image-file-input{min-height:160px}#post-screen>.wrap>.body>.edit-layout>.side>section.options .image-file-input>.preview>.image-file{justify-content:center}#post-screen>.wrap>.body>.edit-layout>.side>section.source-meta>.meta>.label{text-transform:uppercase;font-size:10px;line-height:15px;letter-spacing:.2px;color:#3e4c59}#post-screen .generate-post-modal>.body{width:1000px}.post-card{display:flex;flex-direction:column;gap:16px;background-color:#fff;border-radius:4px;border:1px solid #e4e7eb;padding:24px;position:relative}.post-card>.meta{display:flex;align-items:center;justify-content:space-between}.post-card>.meta>.start{display:flex;align-items:center;gap:8px}.post-card>.meta>.start>.date{font-size:14px;line-height:21px;letter-spacing:.1px}.post-card>.meta>.end{display:flex;align-items:center;gap:8px;margin-left:auto}.post-card>.meta>.end>.pin{color:#7886ed}.post-card>.video{display:flex;aspect-ratio:16/9}.post-card>.hero-image>.image-file{justify-content:center}.post-card>.hero-image>.image-file.has-link:hover{cursor:pointer}.post-card>.hero-image img{width:100%;border-radius:4px}.post-card>.content{display:flex;flex-direction:column;gap:20px}.post-card>.content>.title{font-size:20px;line-height:28px;letter-spacing:0px;font-weight:500}.post-card>.content>.description{position:relative}.post-card>.content>.description>.content p{min-height:24px}.post-card>.content>.description>.content h1,.post-card>.content>.description>.content h2,.post-card>.content>.description>.content h3,.post-card>.content>.description>.content h4,.post-card>.content>.description>.content h5,.post-card>.content>.description>.content h6{font-size:inherit}.post-card>.content>.description>.content strong,.post-card>.content>.description>.content b{font-weight:600}.post-card>.content>.description>.content em,.post-card>.content>.description>.content i{font-style:italic}.post-card>.content>.description>.content ul{list-style-type:disc}.post-card>.content>.description>.content ol{list-style-type:decimal}.post-card>.content>.description>.content a{color:#182bb4;text-decoration:none}.post-card>.content>.description.truncated>.content{max-height:72px;overflow:hidden;position:relative}.post-card>.content>.description.truncated>.content:after{content:"";display:block;position:absolute;z-index:1;pointer-events:none;bottom:0;left:0;right:0;height:24px;background:linear-gradient(to bottom,transparent 0,#ffffff)}.post-card>.content>.description.truncated>.read-more{position:absolute;display:block;z-index:2;bottom:0;right:0;line-height:24px;background:linear-gradient(to right,transparent 5%,#ffffff 16%);padding-left:32px}.post-card>.content>.actions{display:flex;align-items:center;justify-content:space-between;gap:40px}.post-card>.content>.actions>.readmore{display:flex;align-items:center;gap:8px}.post-card>.content>.actions>.feedback{flex:1;display:flex;align-items:center;gap:8px}.post-card>.content>.actions>.feedback>.button-upvote{height:32px;padding:8px;font-size:12px}.post-card>.content>.actions>.feedback .feedback-mini-form{flex:1}.post-card>.content>.actions>.feedback .feedback-mini-form .input-feedback-message input,.post-card>.content>.actions>.feedback .feedback-mini-form .input-search-box input{font-size:12px;height:32px;padding-left:8px;padding-right:32px}.post-card>.content>.actions>.feedback .feedback-mini-form .input-feedback-message .suffix,.post-card>.content>.actions>.feedback .feedback-mini-form .input-search-box .suffix{right:4px}.post-card>.content>.tags{display:flex;flex-wrap:wrap;gap:4px}#external-post-screen{display:flex;flex-direction:column;gap:24px}#external-post-screen>.layout{display:flex;align-items:flex-start;gap:32px}#external-post-screen>.layout>.sidebar{display:flex;flex-direction:column;gap:32px;width:320px;background-color:#fff;border-radius:4px;box-shadow:0 0 15px #00000014;border:1px solid #e4e7eb;padding:16px}#external-post-screen>.layout>.sidebar>.back{display:flex;align-items:center;gap:8px}#external-post-screen>.layout>.sidebar>section{display:flex;flex-direction:column;gap:8px}#external-post-screen>.layout>.sidebar>section>.title{font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:500}#external-post-screen>.layout>.sidebar>section .tags{display:flex;flex-wrap:wrap;gap:8px}#external-post-screen>.layout>.sidebar>section .copy-link{align-self:flex-start}#external-post-screen>.layout>.body{flex:1;display:flex;flex-direction:column;gap:24px}#external-post-screen>.layout>.body>*{box-shadow:0 0 15px #00000014}#external-post-screen .view-source-doc-modal>.body{width:80ch}#external-post-screen .view-source-doc-modal>.body>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500;margin-bottom:24px}@media (max-width: 768px){#external-post-screen>.layout{flex-direction:column;gap:24px}#external-post-screen>.layout>.sidebar{order:2;width:100%}#external-post-screen>.layout>.sidebar>section{flex-direction:row;justify-content:space-between}#external-post-screen>.layout>.body{order:1}#external-post-screen>.layout>.body .post-card{padding:16px}}#roadmap-layout>.wrap{max-width:1240px;margin:0 auto;padding:28px 24px 24px;height:100%;display:flex;flex-direction:column;gap:24px}#roadmap-layout>.wrap>.loader{height:100%}#roadmap-layout>.wrap>header{display:flex;align-items:center;justify-content:space-between;gap:24px}#roadmap-layout>.wrap>header>.start{display:flex;flex-direction:column;gap:16px;max-width:80ch}#roadmap-layout>.wrap>header>.start>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#roadmap-layout>.wrap>header>.start>.description{font-size:16px;line-height:24px;letter-spacing:.1px;color:#9aa5b1}#roadmap-layout>.wrap>header>.end>.actions{display:flex;align-items:center;gap:16px}#roadmap-layout>.wrap>.layout{display:flex;flex-direction:column;gap:40px}#roadmap-layout>.wrap>.layout>.menu{width:480px;align-self:center}#roadmap-layout>.wrap>.layout>.content{flex:1}#roadmap-settings-screen>section>.title{display:flex;align-items:center;gap:8px}#roadmap-settings-screen>section.is-disabled{opacity:.5;pointer-events:none}#roadmap-subscribers-screen .list>.data-table>table{border-radius:8px;box-shadow:0 0 15px #00000014}#roadmap-subscribers-screen .add-subscribers-modal>.body{width:600px;display:flex;flex-direction:column;gap:24px}#roadmap-subscribers-screen .add-subscribers-modal>.body>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#roadmap-subscribers-screen .add-subscribers-modal>.body>form{display:flex;flex-direction:column;gap:16px;align-items:flex-start}#roadmap-subscribers-screen .add-subscribers-modal>.body>section{display:flex;flex-direction:column;gap:8px}#roadmap-subscribers-screen .add-subscribers-modal>.body>section>.title{font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:500}#roadmap-subscribers-screen .add-subscribers-modal>.body>section>.data-table{font-size:14px;line-height:21px;letter-spacing:.1px;border:1px solid #e1e6ef;border-radius:8px}#roadmap-subscribers-screen .add-subscribers-modal>.body>.actions{display:flex;align-items:center;gap:16px;justify-content:flex-end}#external-roadmap-screen{display:flex;flex-direction:column;gap:64px;flex:1}#external-roadmap-screen>.columns{display:flex;flex:1;gap:24px}#external-roadmap-screen>.columns>.column{flex:1;display:flex;flex-direction:column;gap:16px}#external-roadmap-screen>.columns>.column:not(:last-child){border-right:1px solid #e4e7eb;padding-right:24px}#external-roadmap-screen>.columns>.column>.name{font-size:20px;line-height:28px;letter-spacing:0px;font-weight:500}#external-roadmap-screen>.columns>.column>.objectives{flex:1;display:flex;flex-direction:column;gap:24px}#external-roadmap-screen>.columns>.column>.objectives>*{padding:16px;box-shadow:0 0 15px #00000014}#external-roadmap-screen>.columns>.column>.objectives>.empty{display:flex;align-items:center;justify-content:center;border-style:dashed;border:1px dashed #e4e7eb;background-color:#fff;font-size:14px;line-height:21px;letter-spacing:.1px}#external-roadmap-screen>.completed{display:flex;flex-direction:column;gap:16px}#external-roadmap-screen>.completed>.name{display:flex;align-items:center;gap:8px;font-size:20px;line-height:28px;letter-spacing:0px;font-weight:500}#external-roadmap-screen>.completed>.objectives{display:grid;grid-template-columns:1fr 1fr 1fr;gap:48px}#external-roadmap-screen>.completed>.objectives>*{border:0;box-shadow:0 0 15px #00000014}#external-roadmap-screen>.empty-placeholder>.body{display:flex;flex-direction:column;gap:24px;max-width:60ch}#external-roadmap-screen>.empty-placeholder>.body>.title{font-size:20px;line-height:28px;letter-spacing:0px;font-weight:500}@media (max-width: 768px){#external-roadmap-screen{gap:24px}#external-roadmap-screen>.columns{flex-direction:column;gap:24px;padding:0 16px}#external-roadmap-screen>.columns>.column,#external-roadmap-screen>.columns>.column:not(:last-child){border:0;padding-right:0}#external-roadmap-screen>.completed{padding:0 16px}#external-roadmap-screen>.completed>.objectives{display:flex;flex-direction:column;gap:16px}}#objectives-screen>.wrap{max-width:1240px;margin:0 auto;padding:28px 24px 24px;height:100%;display:flex;flex-direction:column;gap:24px}#objectives-screen>.wrap>.loader{height:100%}#objectives-screen>.wrap>header{display:flex;justify-content:space-between;align-items:center}#objectives-screen>.wrap>header>.start>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#objectives-screen>.wrap>header>.end>.actions{display:flex;gap:8px;align-items:center}#objectives-screen>.wrap>.empty-placeholder img{width:160px}#objectives-screen>.wrap>.objectives-table>header{margin-bottom:24px}#objectives-screen>.wrap>.objectives-table>header>.filters{display:flex;justify-content:flex-start;align-items:center;gap:16px;flex:1}#objectives-screen>.wrap>.objectives-table>header>.filters .dropdown>button{box-shadow:0 0 15px #00000014;font-size:14px;line-height:21px;letter-spacing:.1px}#objectives-screen>.wrap>.objectives-table>header>.filters .button-group{border-radius:200px;box-shadow:0 0 15px #00000014;border:.5px solid #e1e6ef}#objectives-screen>.wrap>.objectives-table>header>.filters .button-group>button{border:0;font-size:14px;line-height:21px;letter-spacing:.1px;white-space:nowrap}#objectives-screen>.wrap>.objectives-table>header>.filters .input-wrap{width:auto;font-size:14px;line-height:21px;letter-spacing:.1px}#objectives-screen>.wrap>.objectives-table>header>.filters .channels>a,#objectives-screen>.wrap>.objectives-table>header>.filters .stages>a{font-size:14px;line-height:21px;letter-spacing:.1px;display:flex;justify-content:space-between;align-items:center}#objectives-screen>.wrap>.objectives-table>header>.filters .channels>a .check,#objectives-screen>.wrap>.objectives-table>header>.filters .stages>a .check{opacity:0}#objectives-screen>.wrap>.objectives-table>header>.filters .channels>a .check.is-seen,#objectives-screen>.wrap>.objectives-table>header>.filters .stages>a .check.is-seen{opacity:1}#objectives-screen>.wrap>.objectives-table>header>.filters .reset{font-size:14px;line-height:21px;letter-spacing:.1px;color:#d64545}#objectives-screen>.wrap>.objectives-table>table{box-shadow:0 0 15px #00000014;border-radius:8px}#objectives-screen>.wrap>.objectives-table>table>tbody>tr>td:not(:last-child){padding-right:16px}#objectives-screen>.wrap>.objectives-table>table .count{display:flex;align-items:center;gap:8px}#objectives-screen>.wrap>.objectives-table>table a.count:hover{color:#4b5ee7}#objectives-screen>.wrap>.objectives-table>table .objective-head{display:flex;gap:16px;align-items:center}#objectives-screen>.wrap>.objectives-table>table .objective-head>.text{display:flex;flex-direction:column;font-size:16px;line-height:24px;letter-spacing:.1px}#objectives-screen>.wrap>.objectives-table>table .objective-head>.text>.title{font-weight:500;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:40ch;color:#141c24}#objectives-screen>.wrap>.objectives-table>table .objective-head>.text>.description{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:40ch;margin-bottom:8px}#objectives-screen>.wrap>.objectives-table>table .objective-head>.text>.tags{display:flex;flex-wrap:wrap;gap:8px}#objectives-screen>.wrap>.objectives-table>table .objective-head>.text>.tags>*{font-size:10px;line-height:15px;letter-spacing:.2px;line-height:12px}#objectives-screen>.wrap>.objectives-table>table .feeds{display:flex;flex-wrap:nowrap;gap:8px}#objectives-screen>.wrap>.objectives-table .stage-actions{padding:8px 15px;display:flex;align-items:center;justify-content:start}#objectives-screen>.wrap>.objectives-table .stage-actions .channel-name{margin-right:10px;width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#objectives-screen>.wrap>.objectives-table .stage-actions .icon{margin-right:10px}#objectives-screen>.wrap>.objectives-table .stage-actions .channel-stage{width:96px}#objective-screen>.wrap{max-width:1240px;margin:0 auto;padding:28px 24px 24px;height:100%;display:flex;flex-direction:column;gap:24px}#objective-screen>.wrap>.loader{height:100%}#objective-screen>.wrap>header{display:flex;justify-content:space-between;align-items:center}#objective-screen>.wrap>header>.start{display:flex;gap:8px;align-items:center}#objective-screen>.wrap>header>.start .title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#objective-screen>.wrap>header>.start>header{display:flex;flex-direction:column;gap:8px}#objective-screen>.wrap>header>.start>header>.capture{display:flex;align-items:center;gap:8px}#objective-screen>.wrap>header>.end>.actions{display:flex;gap:8px;align-items:center}#objective-screen>.wrap>header>.end>.actions>.status{display:flex;align-items:center;gap:8px;padding:0 8px;font-size:14px;line-height:21px;letter-spacing:.1px}#objective-screen>.wrap>header>.end>.actions .publish-dropdown{width:60ch;padding:8px 16px 24px}#objective-screen>.wrap>header>.end>.actions .publish-dropdown>.title{font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:500;margin-bottom:24px}#objective-screen>.wrap>header>.end>.actions .save{box-shadow:0 0 #000;transform:scale(1)}#objective-screen>.wrap>header>.end>.actions .save.is-pulsing{animation:pulse 2s infinite}#objective-screen>.wrap>.body{display:flex;flex-direction:column;gap:24px}#objective-screen>.wrap>.body>.edit-layout{display:flex;gap:24px;align-items:flex-start}#objective-screen>.wrap>.body>.edit-layout>.main{display:flex;flex-direction:column;gap:24px;width:80ch;background-color:#fff;border-radius:8px;border:1px solid #e1e6ef;box-shadow:0 0 15px #00000014;padding:24px}#objective-screen>.wrap>.body>.edit-layout>.main .description>.editor>.input .tiptap{min-height:320px}#objective-screen>.wrap>.body>.edit-layout>.main>.flare-box{max-width:none}#objective-screen>.wrap>.body>.edit-layout>.main>.AI-widget{display:flex;justify-content:space-between;align-items:center}#objective-screen>.wrap>.body>.edit-layout>.main>.AI-widget .AI-title{flex:1}#objective-screen>.wrap>.body>.edit-layout>.side{display:flex;flex-direction:column;gap:24px;flex:1;background-color:#fff;border-radius:8px;border:1px solid #e1e6ef;box-shadow:0 0 15px #00000014;padding:16px}#objective-screen>.wrap>.body>.edit-layout>.side>.title{font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:500}#objective-screen>.wrap>.body>.edit-layout>.side .image-file-input{min-height:160px}#objective-screen>.wrap>.body>.edit-layout>.side .image-file-input>.preview>.image-file{justify-content:center}#objective-screen .generate-objective-modal>.body{width:800px}#publish-objective-form{display:flex;flex-direction:column;gap:24px}#publish-objective-form>.title{font-size:28px;line-height:36px;letter-spacing:0px;font-weight:700;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#publish-objective-form>.editing>table{width:100%}#publish-objective-form>.editing>table>tbody>tr:not(:last-child)>td{padding-bottom:16px;border-bottom:1px solid #e4e7eb}#publish-objective-form>.editing>table>tbody>tr:last-child>td{padding-top:16px}#publish-objective-form>.editing>table td>.name{display:flex;flex-direction:column;gap:4px}#publish-objective-form>.editing>table td>.name>.channel-name{font-size:12px;line-height:16px;letter-spacing:.2px;display:flex;align-items:center;gap:8px}#publish-objective-form>.editing>table td>.name>.component-name{font-weight:600}#publish-objective-form>.editing>table td>.inputs{display:flex;align-items:center;gap:8px}#publish-objective-form>.editing>table td>.actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.objective-card{display:flex;flex-direction:column;gap:8px;background-color:#fff;border-radius:4px;border:1px solid #e4e7eb;padding:16px;position:relative}.objective-card>.meta{display:flex;align-items:center;gap:8px}.objective-card>.meta>.date{font-size:14px;line-height:21px;letter-spacing:.1px}.objective-card>.content{display:flex;flex-direction:column;gap:20px}.objective-card>.content>.title{font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:500}.objective-card>.content>.description{position:relative;font-size:14px;line-height:21px;letter-spacing:.1px}.objective-card>.content>.description>.content p{min-height:24px}.objective-card>.content>.description>.content h1,.objective-card>.content>.description>.content h2,.objective-card>.content>.description>.content h3,.objective-card>.content>.description>.content h4,.objective-card>.content>.description>.content h5,.objective-card>.content>.description>.content h6{font-size:inherit}.objective-card>.content>.description>.content strong,.objective-card>.content>.description>.content b{font-weight:600}.objective-card>.content>.description>.content em,.objective-card>.content>.description>.content i{font-style:italic}.objective-card>.content>.description>.content ul{list-style-type:disc}.objective-card>.content>.description>.content ol{list-style-type:decimal}.objective-card>.content>.description>.content a{color:#182bb4;text-decoration:none}.objective-card>.content>.description.truncated>.content{max-height:63px;overflow:hidden;position:relative}.objective-card>.content>.description.truncated>.content:after{content:"";display:block;position:absolute;z-index:1;pointer-events:none;bottom:0;left:0;right:0;height:21px;background:linear-gradient(to bottom,transparent 0,#ffffff)}.objective-card>.content>.description.truncated>.read-more{position:absolute;display:block;z-index:2;bottom:0;right:0;line-height:21px;background:linear-gradient(to right,transparent 5%,#ffffff 16%);padding-left:32px}.objective-card>.content>.actions{display:flex;align-items:center;justify-content:space-between;gap:40px}.objective-card>.content>.actions>.readmore{display:flex;align-items:center;gap:8px}.objective-card>.content>.actions>.feedback{flex:1;display:flex;align-items:center;gap:8px}.objective-card>.content>.actions>.feedback>.button-upvote{height:32px;padding:8px;font-size:12px}.objective-card>.content>.actions>.feedback .feedback-mini-form{flex:1}.objective-card>.content>.actions>.feedback .feedback-mini-form .input-feedback-message input{font-size:12px;height:32px;padding-left:8px;padding-right:32px}.objective-card>.content>.actions>.feedback .feedback-mini-form .input-feedback-message .suffix{right:4px}.objective-card>.content>.tags{display:flex;flex-wrap:wrap;gap:4px}#external-objective-screen{display:flex;flex-direction:column;gap:24px}#external-objective-screen>.back{display:flex;align-items:center;gap:8px}#external-objective-screen>.layout{display:flex;align-items:flex-start;gap:32px}#external-objective-screen>.layout>.sidebar{display:flex;flex-direction:column;gap:40px;width:320px;background-color:#fff;border-radius:4px;box-shadow:0 0 15px #00000014;border:1px solid #e4e7eb;padding:16px}#external-objective-screen>.layout>.sidebar>.back{display:flex;align-items:center;gap:8px}#external-objective-screen>.layout>.sidebar>section{display:flex;flex-direction:column;gap:8px}#external-objective-screen>.layout>.sidebar>section>.title{font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:500}#external-objective-screen>.layout>.sidebar>section .tags{display:flex;flex-wrap:wrap;gap:8px}#external-objective-screen>.layout>.sidebar>section .copy-link{align-self:flex-start}#external-objective-screen>.layout>.body{flex:1;display:flex;flex-direction:column;gap:24px}#external-objective-screen>.layout>.body>.objective-card{box-shadow:0 0 15px #00000014}#external-objective-screen>.layout>.body>.objective-card>.content>.title{font-size:20px;line-height:28px;letter-spacing:0px;font-weight:500}@media (max-width: 768px){#external-objective-screen>.layout{flex-direction:column;gap:24px}#external-objective-screen>.layout>.sidebar{order:2;width:100%}#external-objective-screen>.layout>.sidebar>section{flex-direction:row;justify-content:space-between}#external-objective-screen>.layout>.body{order:1}#external-objective-screen>.layout>.body .objective-card{padding:16px}}#poll-layout>.wrap{max-width:1240px;margin:0 auto;padding:28px 24px 24px;height:100%;display:flex;flex-direction:column;gap:24px}#poll-layout>.wrap>.loader{height:100%}#poll-layout>.wrap>header{display:flex;align-items:center;justify-content:space-between;gap:24px}#poll-layout>.wrap>header>.start{display:flex;flex-direction:column;gap:16px;max-width:80ch}#poll-layout>.wrap>header>.start>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#poll-layout>.wrap>header>.start>.description{font-size:16px;line-height:24px;letter-spacing:.1px;color:#9aa5b1}#poll-layout>.wrap>header>.end>.actions{display:flex;align-items:center;gap:16px}#poll-layout>.wrap>.layout{display:flex;flex-direction:column;gap:40px}#poll-layout>.wrap>.layout>.menu{width:480px;align-self:center}#poll-layout>.wrap>.layout>.content{flex:1}#poll-settings-screen>section>.title{display:flex;align-items:center;gap:8px}#poll-settings-screen>section.is-disabled{opacity:.5;pointer-events:none}#poll-subscribers-screen .list>.data-table>table{border-radius:8px;box-shadow:0 0 15px #00000014}#poll-subscribers-screen .add-subscribers-modal>.body{width:600px;display:flex;flex-direction:column;gap:24px}#poll-subscribers-screen .add-subscribers-modal>.body>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#poll-subscribers-screen .add-subscribers-modal>.body>form{display:flex;flex-direction:column;gap:16px;align-items:flex-start}#poll-subscribers-screen .add-subscribers-modal>.body>section{display:flex;flex-direction:column;gap:8px}#poll-subscribers-screen .add-subscribers-modal>.body>section>.title{font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:500}#poll-subscribers-screen .add-subscribers-modal>.body>section>.data-table{font-size:14px;line-height:21px;letter-spacing:.1px;border:1px solid #e1e6ef;border-radius:8px}#poll-subscribers-screen .add-subscribers-modal>.body>.actions{display:flex;align-items:center;gap:16px;justify-content:flex-end}#external-poll-screen>.layout{display:flex;align-items:flex-start;gap:32px}#external-poll-screen>.layout>.sidebar{display:flex;flex-direction:column;gap:32px;width:320px;background-color:#fff;border-radius:4px;padding:16px;box-shadow:0 0 15px #00000014}#external-poll-screen>.layout>.sidebar>section{display:flex;flex-direction:column;gap:8px}#external-poll-screen>.layout>.sidebar>section>.name{font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:500;color:#141c24}#external-poll-screen>.layout>.sidebar>section>.description{font-size:14px;line-height:21px;letter-spacing:.1px}#external-poll-screen>.layout>.sidebar>section.idea-cta{align-items:flex-start}#external-poll-screen>.layout>.sidebar>section.tag-filter>.list{display:flex;flex-wrap:wrap;gap:8px}#external-poll-screen>.layout>.sidebar>section.sort .pinned-filter{display:flex;align-items:center;gap:4px}#external-poll-screen>.layout>.sidebar>section.category-filter>.list.is-active .chip:not(.is-selected),#external-poll-screen>.layout>.sidebar>section.tag-filter>.list.is-active .chip:not(.is-selected){opacity:.5}#external-poll-screen>.layout>.sidebar>section.category-filter>.list>*,#external-poll-screen>.layout>.sidebar>section.tag-filter>.list>*{transition:transform .2s,opacity .2s}#external-poll-screen>.layout>.sidebar>section.category-filter>.list>*:hover,#external-poll-screen>.layout>.sidebar>section.tag-filter>.list>*:hover{cursor:pointer}#external-poll-screen>.layout>.sidebar>section.category-filter>.list>*:active,#external-poll-screen>.layout>.sidebar>section.tag-filter>.list>*:active{transform:scale(.98)}#external-poll-screen>.layout>.list{flex:1;display:flex;flex-direction:column;gap:24px}#external-poll-screen>.layout>.list>*{box-shadow:0 0 15px #00000014;border:0}#external-poll-screen>.empty-placeholder>.body{display:flex;flex-direction:column;gap:24px;max-width:60ch}#external-poll-screen>.empty-placeholder>.body>.title{font-size:20px;line-height:28px;letter-spacing:0px;font-weight:500}@media (max-width: 768px){#external-poll-screen>.layout>.sidebar{display:none}#external-poll-screen>.layout>.list .idea-card{padding:16px}}#ideas-screen>.wrap{max-width:1240px;margin:0 auto;padding:28px 24px 24px;height:100%;display:flex;flex-direction:column;gap:24px}#ideas-screen>.wrap>.loader{height:100%}#ideas-screen>.wrap>header{display:flex;justify-content:space-between;align-items:center}#ideas-screen>.wrap>header>.start>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#ideas-screen>.wrap>header>.end>.actions{display:flex;gap:8px;align-items:center}#ideas-screen>.wrap>.empty-placeholder img{width:160px}#ideas-screen>.wrap>.ideas-table>header{margin-bottom:24px}#ideas-screen>.wrap>.ideas-table>header>.filters{display:flex;justify-content:flex-start;align-items:center;gap:16px;flex:1}#ideas-screen>.wrap>.ideas-table>header>.filters .dropdown>button{box-shadow:0 0 15px #00000014;font-size:14px;line-height:21px;letter-spacing:.1px}#ideas-screen>.wrap>.ideas-table>header>.filters .button-group{border-radius:200px;box-shadow:0 0 15px #00000014;border:.5px solid #e1e6ef}#ideas-screen>.wrap>.ideas-table>header>.filters .button-group>button{border:0;font-size:14px;line-height:21px;letter-spacing:.1px;white-space:nowrap}#ideas-screen>.wrap>.ideas-table>header>.filters .input-wrap{width:auto;font-size:14px;line-height:21px;letter-spacing:.1px}#ideas-screen>.wrap>.ideas-table>header>.filters .channels>a{font-size:14px;line-height:21px;letter-spacing:.1px;display:flex;justify-content:space-between;align-items:center}#ideas-screen>.wrap>.ideas-table>header>.filters .channels>a .check{opacity:0}#ideas-screen>.wrap>.ideas-table>header>.filters .channels>a .check.is-seen{opacity:1}#ideas-screen>.wrap>.ideas-table>header>.filters .reset{font-size:14px;line-height:21px;letter-spacing:.1px;color:#d64545}#ideas-screen>.wrap>.ideas-table>table{box-shadow:0 0 15px #00000014;border-radius:8px}#ideas-screen>.wrap>.ideas-table>table>tbody>tr>td:not(:last-child){padding-right:16px}#ideas-screen>.wrap>.ideas-table>table .count{display:flex;align-items:center;gap:8px}#ideas-screen>.wrap>.ideas-table>table a.count:hover{color:#4b5ee7}#ideas-screen>.wrap>.ideas-table>table .idea-head{display:flex;gap:16px;align-items:center}#ideas-screen>.wrap>.ideas-table>table .idea-head>.text{display:flex;flex-direction:column;font-size:16px;line-height:24px;letter-spacing:.1px}#ideas-screen>.wrap>.ideas-table>table .idea-head>.text>.title{font-weight:500;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:40ch;color:#141c24}#ideas-screen>.wrap>.ideas-table>table .idea-head>.text>.description{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:40ch;margin-bottom:8px}#ideas-screen>.wrap>.ideas-table>table .idea-head>.text>.tags{display:flex;flex-wrap:wrap;gap:8px}#ideas-screen>.wrap>.ideas-table>table .idea-head>.text>.tags>*{font-size:10px;line-height:15px;letter-spacing:.2px;line-height:12px}#ideas-screen>.wrap>.ideas-table>table .feeds{display:flex;flex-wrap:nowrap;gap:8px}#idea-screen{height:100%}#idea-screen>.wrap{max-width:1240px;margin:0 auto;padding:28px 24px 24px;height:100%;display:flex;flex-direction:column;gap:24px}#idea-screen>.wrap>.loader{height:100%}#idea-screen>.wrap>header{display:flex;justify-content:space-between;align-items:center}#idea-screen>.wrap>header>.start{display:flex;gap:8px;align-items:center}#idea-screen>.wrap>header>.start .title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#idea-screen>.wrap>header>.start>header{display:flex;flex-direction:column;gap:8px}#idea-screen>.wrap>header>.start>header>.capture{display:flex;align-items:center;gap:8px}#idea-screen>.wrap>header>.end>.actions{display:flex;gap:8px;align-items:center}#idea-screen>.wrap>header>.end>.actions>.status{display:flex;align-items:center;gap:8px;padding:0 8px;font-size:14px;line-height:21px;letter-spacing:.1px}#idea-screen>.wrap>header>.end>.actions .publish-dropdown{width:60ch;padding:8px 16px 24px}#idea-screen>.wrap>header>.end>.actions .publish-dropdown>.title{font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:500;margin-bottom:24px}#idea-screen>.wrap>header>.end>.actions .save{box-shadow:0 0 #000;transform:scale(1)}#idea-screen>.wrap>header>.end>.actions .save.is-pulsing{animation:pulse 2s infinite}#idea-screen>.wrap>.body{display:flex;flex-direction:column;gap:24px}#idea-screen>.wrap>.body>.edit-layout{display:flex;gap:24px;align-items:flex-start}#idea-screen>.wrap>.body>.edit-layout>.main{display:flex;flex-direction:column;gap:24px;width:80ch}#idea-screen>.wrap>.body>.edit-layout>.main .description>.editor>.input .tiptap{min-height:320px}#idea-screen>.wrap>.body>.edit-layout>.main>.flare-box{max-width:none}#idea-screen>.wrap>.body>.edit-layout>.main>.AI-widget{display:flex;justify-content:space-between;align-items:center}#idea-screen>.wrap>.body>.edit-layout>.main>.AI-widget .AI-title{flex:1}#idea-screen>.wrap>.body>.edit-layout>.side{display:flex;flex-direction:column;gap:24px;flex:1;background-color:#fff;border-radius:4px;padding:16px;border:1px solid #e4e7eb}#idea-screen>.wrap>.body>.edit-layout>.side>.title{font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:500}#idea-screen>.wrap>.body>.edit-layout>.side .image-file-input{min-height:160px}#idea-screen>.wrap>.body>.edit-layout>.side .image-file-input>.preview>.image-file{justify-content:center}#idea-screen .generate-idea-modal>.body{width:800px}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #00c800b3}70%{transform:scale(1);box-shadow:0 0 0 10px #00c80000}to{transform:scale(.95);box-shadow:0 0 #00c80000}}#publish-idea-form{display:flex;flex-direction:column;gap:24px}#publish-idea-form>.title{font-size:28px;line-height:36px;letter-spacing:0px;font-weight:700;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#publish-idea-form>.editing>table{width:100%}#publish-idea-form>.editing>table>tbody>tr:not(:last-child)>td{padding-bottom:16px;border-bottom:1px solid #e4e7eb}#publish-idea-form>.editing>table>tbody>tr:last-child>td{padding-top:16px}#publish-idea-form>.editing>table td>.name{display:flex;flex-direction:column;gap:4px}#publish-idea-form>.editing>table td>.name>.channel-name{font-size:12px;line-height:16px;letter-spacing:.2px;display:flex;align-items:center;gap:8px}#publish-idea-form>.editing>table td>.name>.component-name{font-weight:600}#publish-idea-form>.editing>table td>.inputs{display:flex;align-items:center;gap:8px}#publish-idea-form>.editing>table td>.actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.idea-card{background-color:#fff;border-radius:4px;display:flex;gap:16px;border:1px solid #e4e7eb;padding:16px;position:relative}.idea-card>.voting{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:16px;padding:0 16px}.idea-card>.voting>.sum{font-size:24px;color:#0c155a}.idea-card>.description>.meta{display:flex;align-items:center;gap:8px}.idea-card>.description>.meta>.date{font-size:14px;line-height:21px;letter-spacing:.1px}.idea-card>.description>.content{display:flex;flex-direction:column;gap:20px}.idea-card>.description>.content>.title{font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:500}.idea-card>.description>.content>.description{position:relative;font-size:14px;line-height:21px;letter-spacing:.1px}.idea-card>.description>.content>.description>.content p{min-height:24px}.idea-card>.description>.content>.description>.content h1,.idea-card>.description>.content>.description>.content h2,.idea-card>.description>.content>.description>.content h3,.idea-card>.description>.content>.description>.content h4,.idea-card>.description>.content>.description>.content h5,.idea-card>.description>.content>.description>.content h6{font-size:inherit}.idea-card>.description>.content>.description>.content strong,.idea-card>.description>.content>.description>.content b{font-weight:600}.idea-card>.description>.content>.description>.content em,.idea-card>.description>.content>.description>.content i{font-style:italic}.idea-card>.description>.content>.description>.content ul{list-style-type:disc}.idea-card>.description>.content>.description>.content ol{list-style-type:decimal}.idea-card>.description>.content>.description>.content a{color:#182bb4;text-decoration:none}.idea-card>.description>.content>.description.truncated>.content{max-height:63px;overflow:hidden;position:relative}.idea-card>.description>.content>.description.truncated>.content:after{content:"";display:block;position:absolute;z-index:1;pointer-events:none;bottom:0;left:0;right:0;height:21px;background:linear-gradient(to bottom,transparent 0,#ffffff)}.idea-card>.description>.content>.description.truncated>.read-more{position:absolute;display:block;z-index:2;bottom:0;right:0;line-height:21px;background:linear-gradient(to right,transparent 5%,#ffffff 16%);padding-left:32px}.idea-card>.description>.content>.actions{display:flex;align-items:center;justify-content:space-between;gap:40px}.idea-card>.description>.content>.actions>.readmore{display:flex;align-items:center;gap:8px}.idea-card>.description>.content>.actions>.feedback{flex:1;display:flex;align-items:center;gap:8px}.idea-card>.description>.content>.actions>.feedback>.button-upvote{height:32px;padding:8px;font-size:12px}.idea-card>.description>.content>.actions>.feedback .feedback-mini-form{flex:1}.idea-card>.description>.content>.actions>.feedback .feedback-mini-form .input-feedback-message input{font-size:12px;height:32px;padding-left:8px;padding-right:32px}.idea-card>.description>.content>.actions>.feedback .feedback-mini-form .input-feedback-message .suffix{right:4px}.idea-card>.description>.content>.tags{display:flex;flex-wrap:wrap;gap:4px}#external-idea-screen{display:flex;flex-direction:column;gap:24px}#external-idea-screen>.back{display:flex;align-items:center;gap:8px}#external-idea-screen>.layout{display:flex;align-items:flex-start;gap:32px}#external-idea-screen>.layout>.sidebar{display:flex;flex-direction:column;gap:40px;width:320px;background-color:#fff;border-radius:4px;box-shadow:0 0 15px #00000014;border:1px solid #e4e7eb;padding:16px}#external-idea-screen>.layout>.sidebar>.back{display:flex;align-items:center;gap:8px}#external-idea-screen>.layout>.sidebar>section{display:flex;flex-direction:column;gap:8px}#external-idea-screen>.layout>.sidebar>section>.title{font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:500}#external-idea-screen>.layout>.sidebar>section .tags{display:flex;flex-wrap:wrap;gap:8px}#external-idea-screen>.layout>.sidebar>section .copy-link{align-self:flex-start}#external-idea-screen>.layout>.body{flex:1;display:flex;flex-direction:column;gap:24px}#external-idea-screen>.layout>.body>.idea-card{box-shadow:0 0 15px #00000014}#external-idea-screen>.layout>.body>.idea-card>.content>.title{font-size:20px;line-height:28px;letter-spacing:0px;font-weight:500}@media (max-width: 768px){#external-idea-screen>.layout{flex-direction:column;gap:24px}#external-idea-screen>.layout>.sidebar{order:2;width:100%}#external-idea-screen>.layout>.sidebar>section{flex-direction:row;justify-content:space-between}#external-idea-screen>.layout>.body{order:1}#external-idea-screen>.layout>.body .idea-card{padding:16px}}#projects-screen{flex:1}#projects-screen>.wrap{max-width:1240px;margin:0 auto;padding:28px 24px 24px;height:100%;display:flex;flex-direction:column;gap:24px}#projects-screen>.wrap>.loader{height:100%}#projects-screen>.wrap>header{display:flex;justify-content:space-between;align-items:center}#projects-screen>.wrap>header>.start>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#projects-screen>.wrap>header>.end>.actions{display:flex;gap:8px;align-items:center}#projects-screen>.wrap>.empty-placeholder img{width:160px}#projects-screen>.wrap>.projects-grid>header{margin-bottom:24px}#projects-screen>.wrap>.projects-grid>header>.filters{display:flex;justify-content:flex-start;align-items:center;gap:16px;flex:1}#projects-screen>.wrap>.projects-grid>header>.filters .dropdown>button{box-shadow:0 0 15px #00000014;font-size:14px;line-height:21px;letter-spacing:.1px}#projects-screen>.wrap>.projects-grid>header>.filters .button-group{border-radius:200px;box-shadow:0 0 15px #00000014;border:.5px solid #e1e6ef}#projects-screen>.wrap>.projects-grid>header>.filters .button-group>button{border:0;font-size:14px;line-height:21px;letter-spacing:.1px;white-space:nowrap}#projects-screen>.wrap>.projects-grid>header>.filters .input-wrap{width:auto;font-size:14px;line-height:21px;letter-spacing:.1px}#projects-screen>.wrap>.projects-grid>header>.filters .reset{font-size:14px;line-height:21px;letter-spacing:.1px;color:#d64545}#projects-screen>.wrap .project-card{display:flex;flex-direction:column;gap:8px;position:relative;padding:24px;border-radius:8px;background-color:#fff;box-shadow:0 0 15px #00000014;border:2px solid transparent;transition:border-color .24s}#projects-screen>.wrap .project-card:hover{border-color:#4b5ee7}#projects-screen>.wrap .project-card:hover>.options{opacity:1}#projects-screen>.wrap .project-card>.head{display:flex;align-items:center;gap:8px;font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:500}#projects-screen>.wrap .project-card>.head .icon{color:#4b5ee7}#projects-screen>.wrap .project-card>.meta{display:flex;align-items:center;gap:16px}#projects-screen>.wrap .project-card>.meta>*{font-size:14px;line-height:21px;letter-spacing:.1px;color:#7b8794}#projects-screen>.wrap .project-card>.meta>*:hover{color:#4b5ee7}#projects-screen>.wrap .project-card>.options{position:absolute;top:8px;right:8px;opacity:0;transition:opacity .24s}#project-layout>.wrap{max-width:1240px;margin:0 auto;padding:28px 24px 24px;height:100%;display:flex;flex-direction:column;gap:24px}#project-layout>.wrap>.loader{height:100%}#project-layout>.wrap>header{display:flex;justify-content:space-between;gap:24px}#project-layout>.wrap>header>.start{display:flex;flex-direction:column;gap:16px;max-width:80ch}#project-layout>.wrap>header>.start>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500;display:flex;gap:8px}#project-layout>.wrap>header>.start>.description{font-size:16px;line-height:24px;letter-spacing:.1px;color:#9aa5b1}#project-layout>.wrap>header>.end>.actions{display:flex;align-items:center;gap:16px}#project-layout>.wrap>.layout{display:flex;flex-direction:column;gap:16px}#project-layout>.wrap>.layout>.menu{width:880px;align-self:center}#project-layout>.wrap>.layout>.content{flex:1}#project-layout>.wrap #posts-screen .wrap>header,#project-layout>.wrap #posts-screen .link.reset,#project-layout>.wrap #posts-screen .projects-dropdown{display:none}#project-layout>.wrap #posts-screen .wrap{padding:10px 0 0!important}#project-source-docs-screen>.loader{height:100%}#project-source-docs-screen>header{display:flex;justify-content:space-between;align-items:center}#project-source-docs-screen>header>.start>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#project-source-docs-screen>header>.end>.actions{display:flex;gap:8px;align-items:center}#project-source-docs-screen>.empty-placeholder img{width:160px}#project-source-docs-screen>.flare-box{margin-bottom:40px}#project-source-docs-screen>.document-grid>header{margin-bottom:24px}#project-source-docs-screen>.document-grid>header>.filters{display:flex;justify-content:flex-start;align-items:center;gap:16px;flex:1}#project-source-docs-screen>.document-grid>header>.filters .dropdown>button{box-shadow:0 0 15px #00000014;font-size:14px;line-height:21px;letter-spacing:.1px}#project-source-docs-screen>.document-grid>header>.filters .button-group{border-radius:200px;box-shadow:0 0 15px #00000014;border:.5px solid #e1e6ef}#project-source-docs-screen>.document-grid>header>.filters .button-group>button{border:0;font-size:14px;line-height:21px;letter-spacing:.1px;white-space:nowrap}#project-source-docs-screen>.document-grid>header>.filters .input-wrap{width:auto;font-size:14px;line-height:21px;letter-spacing:.1px}#project-source-docs-screen>.document-grid>header>.filters .reset{font-size:14px;line-height:21px;letter-spacing:.1px;color:#d64545}#project-source-docs-screen>.document-grid .document-preview.is-archived>.title,#project-source-docs-screen>.document-grid .document-preview.is-archived>.description{opacity:.5;color:#7b8794}#project-source-docs-screen .select-generated-docs-popout{display:flex;flex-direction:column;background-color:#fff;border-radius:8px;box-shadow:0 0 15px #00000014}#project-source-docs-screen .select-generated-docs-popout>.title{font-weight:600;display:flex;align-items:center;gap:12px;padding:12px 16px;background-color:#0c155a;color:#fff;border-radius:8px 8px 0 0}#project-source-docs-screen .select-generated-docs-popout>.select-generated-docs-form{padding:16px}#project-source-docs-screen .select-generated-docs-popout>.foot{display:flex;align-items:center;justify-content:space-between;padding:8px 16px 16px}#project-source-docs-screen .select-generated-docs-popout>.foot>.estimate{font-size:12px;line-height:16px;letter-spacing:.2px;color:#7b8794;display:flex;align-items:center;gap:4px;min-width:140px}#project-source-docs-screen .edit-source-doc-modal>.body{width:720px;display:flex;flex-direction:column;gap:24px}#project-source-docs-screen .edit-source-doc-modal>.body .title{font-weight:600}#project-source-docs-screen .edit-source-doc-modal>.body textarea{min-height:320px}#project-source-docs-screen .edit-source-doc-modal>.body>.actions{display:flex;align-items:center;justify-content:flex-end;gap:16px}#project-generated-docs-screen>.loader{height:100%}#project-generated-docs-screen>header{display:flex;justify-content:space-between;align-items:center}#project-generated-docs-screen>header>.start>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#project-generated-docs-screen>header>.end>.actions{display:flex;gap:8px;align-items:center}#project-generated-docs-screen>.empty-placeholder img{width:160px}#project-generated-docs-screen .preview-doc-modal>.body{width:80ch;display:flex;flex-direction:column;gap:24px}#project-generated-docs-screen .preview-doc-modal>.body>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#project-generated-docs-screen>.project-generated-docs-table>header{margin-bottom:24px}#project-generated-docs-screen>.project-generated-docs-table>header>.filters{display:flex;justify-content:flex-start;align-items:center;gap:16px;flex:1}#project-generated-docs-screen>.project-generated-docs-table>header>.filters .dropdown>button{box-shadow:0 0 15px #00000014;font-size:14px;line-height:21px;letter-spacing:.1px}#project-generated-docs-screen>.project-generated-docs-table>header>.filters .button-group{border-radius:200px;box-shadow:0 0 15px #00000014;border:.5px solid #e1e6ef}#project-generated-docs-screen>.project-generated-docs-table>header>.filters .button-group>button{border:0;font-size:14px;line-height:21px;letter-spacing:.1px;white-space:nowrap}#project-generated-docs-screen>.project-generated-docs-table>header>.filters .input-wrap{width:auto;font-size:14px;line-height:21px;letter-spacing:.1px}#project-generated-docs-screen>.project-generated-docs-table>header>.filters .categories.has-selection>*{opacity:.4}#project-generated-docs-screen>.project-generated-docs-table>header>.filters .categories.has-selection>.is-active{opacity:1}#project-generated-docs-screen>.project-generated-docs-table>header>.filters .channels>a{font-size:14px;line-height:21px;letter-spacing:.1px;display:flex;justify-content:space-between;align-items:center}#project-generated-docs-screen>.project-generated-docs-table>header>.filters .channels>a .check{opacity:0}#project-generated-docs-screen>.project-generated-docs-table>header>.filters .channels>a .check.is-seen{opacity:1}#project-generated-docs-screen>.project-generated-docs-table>header>.filters .reset{font-size:14px;line-height:21px;letter-spacing:.1px;color:#d64545}#project-generated-docs-screen>.project-generated-docs-table>table{box-shadow:0 0 15px #00000014;border-radius:8px}#project-generated-docs-screen>.project-generated-docs-table>table>tbody>tr>td:not(:last-child){padding-right:16px}#project-generated-docs-screen>.project-generated-docs-table>table>tbody>tr{background-color:transparent;transform:background-color .24s}#project-generated-docs-screen>.project-generated-docs-table>table>tbody>tr.is-pending{background-color:#fffaeb}#project-generated-docs-screen>.project-generated-docs-table>table>tbody>tr.is-error{background-color:#fee}#project-generated-docs-screen>.project-generated-docs-table>table .doc-head{display:flex;gap:16px;align-items:center}#project-generated-docs-screen>.project-generated-docs-table>table .doc-head>.thumb .loader .animation-wrap{width:48px;height:48px}#project-generated-docs-screen>.project-generated-docs-table>table .doc-head>.text{display:flex;flex-direction:column;font-size:16px;line-height:24px;letter-spacing:.1px}#project-generated-docs-screen>.project-generated-docs-table>table .doc-head>.text>.title{font-weight:500;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:40ch;color:#141c24}#project-generated-docs-screen>.project-generated-docs-table>table .doc-head>.text>.description{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:40ch;margin-bottom:8px}#project-generated-docs-screen>.project-generated-docs-table>table .doc-head>.text>.message{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:40ch;margin-bottom:8px;color:#7b8794;font-size:14px;line-height:21px;letter-spacing:.1px}#project-generated-docs-screen>.project-generated-docs-table>table .doc-head>.text>.message.danger{display:flex;color:#d64545}#project-generated-docs-screen>.project-generated-docs-table>table .doc-head>.text>.tags{display:flex;flex-wrap:wrap;gap:8px}#project-generated-docs-screen>.project-generated-docs-table>table .doc-head>.text>.tags>*{font-size:10px;line-height:15px;letter-spacing:.2px;line-height:12px}#project-generated-docs-screen>.project-generated-docs-table>table .count{display:flex;align-items:center;gap:8px}#project-generated-docs-screen>.project-generated-docs-table>table a.count:hover{color:#4b5ee7}#project-generated-docs-screen>.project-generated-docs-table>table .description{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:40ch}#project-generated-docs-screen .select-personas-modal>.body{width:560px;display:flex;flex-direction:column;gap:24px}#project-generated-docs-screen .select-personas-modal>.body>.title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500}#project-generated-docs-screen .select-personas-modal>.body>.actions{display:flex;align-items:center;justify-content:flex-end;gap:16px}#project-generated-doc-screen>.wrap{max-width:1240px;margin:0 auto;padding:28px 24px 24px;height:100%;display:flex;flex-direction:column;gap:24px}#project-generated-doc-screen>.wrap>.loader{height:100%}#project-generated-doc-screen>.wrap>header{display:flex;justify-content:space-between;align-items:center}#project-generated-doc-screen>.wrap>header>.start{display:flex;gap:8px;align-items:center}#project-generated-doc-screen>.wrap>header>.start .title{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500;display:flex;gap:8px}#project-generated-doc-screen>.wrap>header>.start>header{display:flex;flex-direction:column;gap:8px}#project-generated-doc-screen>.wrap>header>.start>header>.capture{display:flex;align-items:center;gap:8px}#project-generated-doc-screen>.wrap>header>.end>.actions{display:flex;gap:16px;align-items:center}#project-generated-doc-screen>.wrap>header>.end>.actions>.status{display:flex;align-items:center;gap:8px;padding:0 8px;font-size:14px;line-height:21px;letter-spacing:.1px}#project-generated-doc-screen>.wrap>header>.end>.actions .switch-input{gap:8px}#project-generated-doc-screen>.wrap>header>.end>.actions .save{box-shadow:0 0 #000;transform:scale(1)}#project-generated-doc-screen>.wrap>header>.end>.actions .save.is-pulsing{animation:pulse 2s infinite}#project-generated-doc-screen>.wrap>header>.end>.actions .create-posts-dropdown{width:60ch}#project-generated-doc-screen>.wrap>header>.end>.actions .create-posts-dropdown>section{padding:16px}#project-generated-doc-screen>.wrap>header>.end>.actions .create-posts-dropdown>section:not(:last-child){border-bottom:1px solid #e1e6ef}#project-generated-doc-screen>.wrap>header>.end>.actions .create-posts-dropdown>section .title{display:flex;gap:8px;font-size:14px;line-height:21px;letter-spacing:.1px;text-transform:uppercase;margin-bottom:8px}#project-generated-doc-screen>.wrap>header>.end>.actions .create-posts-dropdown>section .description{font-size:12px;line-height:16px;letter-spacing:.2px}#project-generated-doc-screen>.wrap>header>.end>.actions .create-posts-dropdown>section:nth-child(1){display:flex;justify-content:space-between;align-items:center}#project-generated-doc-screen>.wrap>header>.end>.actions .create-posts-dropdown>section:nth-child(2){display:flex;flex-direction:column}#project-generated-doc-screen>.wrap>header>.end>.actions .create-posts-dropdown>section .select-personas-form{margin:40px 0}#project-generated-doc-screen>.wrap>header>.end>.actions .create-posts-dropdown>section>.actions{display:flex;align-items:center;justify-content:flex-end;gap:16px}#project-generated-doc-screen>.wrap>.body{display:flex;flex-direction:column;gap:24px}#project-generated-doc-screen>.wrap>.body>.preview{width:60ch;margin:0 auto}#project-generated-doc-screen>.wrap>.body>.edit-layout{display:flex;gap:24px;align-items:flex-start}#project-generated-doc-screen>.wrap>.body>.edit-layout>.main{display:flex;flex-direction:column;gap:24px;width:80ch;background-color:#fff;border-radius:8px;border:1px solid #e1e6ef;box-shadow:0 0 15px #00000014;padding:24px}#project-generated-doc-screen>.wrap>.body>.edit-layout>.main .description>.editor>.input .tiptap{min-height:320px}#project-generated-doc-screen>.wrap>.body>.edit-layout>.main>.flare-box{max-width:none}#project-generated-doc-screen>.wrap>.body>.edit-layout>.main>.AI-widget{display:flex;justify-content:space-between;align-items:center}#project-generated-doc-screen>.wrap>.body>.edit-layout>.main>.AI-widget .AI-title{flex:1}#project-generated-doc-screen>.wrap>.body>.edit-layout>.side{flex:1;display:flex;flex-direction:column;gap:40px}#project-generated-doc-screen>.wrap>.body>.edit-layout>.side>section{display:flex;flex-direction:column;gap:24px;flex:1;background-color:#fff;border-radius:8px;border:1px solid #e1e6ef;box-shadow:0 0 15px #00000014;padding:16px}#project-generated-doc-screen>.wrap>.body>.edit-layout>.side>section.is-alt{border:0;border-radius:0;background-color:transparent;padding:0;box-shadow:none;gap:0px}#project-generated-doc-screen>.wrap>.body>.edit-layout>.side>section.is-alt>.title{margin-bottom:4px;justify-content:flex-start}#project-generated-doc-screen>.wrap>.body>.edit-layout>.side>section.is-alt>.title .link{margin-left:auto}#project-generated-doc-screen>.wrap>.body>.edit-layout>.side>section.is-alt>.description{color:#7b8794;margin-bottom:24px}#project-generated-doc-screen>.wrap>.body>.edit-layout>.side>section>.title{font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:500;display:flex;align-items:center;gap:8px}#project-generated-doc-screen>.wrap>.body>.edit-layout>.side>section>.description{font-size:14px;line-height:21px;letter-spacing:.1px}#project-generated-doc-screen>.wrap>.body>.edit-layout>.side>section>button,#project-generated-doc-screen>.wrap>.body>.edit-layout>.side>section .button{align-self:flex-start}#project-generated-doc-screen>.wrap>.body>.edit-layout>.side>section>.list{display:flex;flex-direction:column;gap:4px}#project-generated-doc-screen>.wrap>.body>.edit-layout>.side>section.posts .list{display:flex;flex-direction:column;gap:16px}#project-generated-doc-screen>.wrap>.body>.edit-layout>.side>section.posts .post-preview{display:flex;gap:16px;align-items:center;background-color:#fff;padding:16px;border-radius:4px;box-shadow:0 0 15px #00000014;border:2px solid transparent}#project-generated-doc-screen>.wrap>.body>.edit-layout>.side>section.posts .post-preview:hover{border-color:#4b5ee7}#project-generated-doc-screen>.wrap>.body>.edit-layout>.side>section.posts .post-preview>.thumb>.image-file{height:48px;aspect-ratio:1/1;overflow:hidden;border-radius:4px}#project-generated-doc-screen>.wrap>.body>.edit-layout>.side>section.posts .post-preview>.thumb>.image-file>img{object-fit:cover}#project-generated-doc-screen>.wrap>.body>.edit-layout>.side>section.posts .post-preview>.text{display:flex;flex-direction:column;font-size:14px;line-height:21px;letter-spacing:.1px}#project-generated-doc-screen>.wrap>.body>.edit-layout>.side>section.posts .post-preview>.text>.title{font-weight:500;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:40ch;color:#141c24}#project-generated-doc-screen>.wrap>.body>.edit-layout>.side>section.posts .post-preview>.text>.description{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:40ch;margin-bottom:8px}#project-generated-doc-screen>.wrap>.body>.edit-layout>.side>section.posts .post-preview>.text>.tags{display:flex;flex-wrap:wrap;gap:8px}#project-generated-doc-screen>.wrap>.body>.edit-layout>.side>section.posts .post-preview>.text>.tags>*{font-size:10px;line-height:15px;letter-spacing:.2px;line-height:12px}#project-generated-doc-screen>.wrap>.body>.edit-layout>.side>section.source-meta .document-preview{border:2px solid transparent}#project-generated-doc-screen>.wrap>.body>.edit-layout>.side>section.source-meta .document-preview:not(.is-previewing):hover{cursor:zoom-in;border-color:#4b5ee7}#project-generated-doc-screen>.wrap>.body>.edit-layout>.side>section.link_products .post-preview{justify-content:space-between}#project-generated-doc-screen>.wrap>.body>.edit-layout>.side>section.link_products .post-preview .price{font-weight:600}#project-layout .wrap.persona-posts{padding:0}.select-personas-form>.empty{display:flex;flex-direction:column;align-items:center;gap:24px}.select-personas-form>.empty>img{width:160px;height:160px}.select-personas-form>.form{display:flex;flex-direction:column;gap:24px}.select-personas-form>.form>*{display:flex;align-items:center;justify-content:space-between}.select-personas-form>.form>*:hover{cursor:pointer}.select-personas-form>.form>*:hover .name{color:#4b5ee7}.select-personas-form>.form>*>.head{max-width:80%}.select-personas-form>.form>*>.head>.name{font-weight:600}.select-personas-form>.form>*>.head>.description{font-size:12px;line-height:16px;letter-spacing:.2px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.select-personas-form>.form>*>.checkbox>.checkbox-square{height:20px;width:20px}.select-generated-docs-form.products{height:300px}.select-generated-docs-form>.form{display:flex;flex-direction:column;gap:8px;max-height:300px;overflow:auto}.select-generated-docs-form>.form>*{display:flex;align-items:center;justify-content:space-between}.select-generated-docs-form>.form>*:hover{cursor:pointer}.select-generated-docs-form>.form>*:hover .name{color:#4b5ee7}.select-generated-docs-form>.form>*>.description{font-size:12px;line-height:16px;letter-spacing:.2px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.select-generated-docs-form>.form>.checkbox>.checkbox-square{height:20px;width:20px}.regenerate-modal h2{font-size:24px;line-height:40px;letter-spacing:0px;font-weight:500;gap:8px;padding-bottom:16px}.regenerate-modal .regenerate-radio{display:inline-flex;padding-right:16px;padding-bottom:16px}.regenerate-modal .regenerate-radio label{font-weight:600}.regenerate-modal .regenerate-radio div{display:inline-flex;align-items:center}.regenerate-modal .regenerate-action{padding-top:16px;display:flex;justify-content:end}.regenerate-modal .regenerate-action button{margin-left:16px}#email-subscription-screen{min-height:100vh;background-image:url(/images/background.svg);background-repeat:no-repeat;background-position:center;background-size:cover;position:relative;padding:40px 0}#email-subscription-screen>.wrap{width:60ch;margin:0 auto;display:flex;flex-direction:column;gap:40px}#email-subscription-screen>.wrap>.title{font-size:32px;line-height:40px;letter-spacing:0px;font-weight:600;color:#141c24}#email-subscription-screen>.wrap>.channel-list{display:flex;flex-direction:column;gap:32px}#email-subscription-screen>.wrap>.channel-list>.channel{display:flex;flex-direction:column;gap:8px}#email-subscription-screen>.wrap>.channel-list>.channel>.name{font-size:20px;line-height:28px;letter-spacing:0px;font-weight:500}#email-subscription-screen>.wrap>.empty-list{font-weight:600}.feedback-form{display:flex;flex-direction:column;gap:16px}.feedback-form>.name{font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:500;display:flex;align-items:center;gap:4px}.feedback-form>form{display:flex;flex-direction:column;gap:16px}.feedback-form>form textarea{min-height:96px}.feedback-form>form>.foot{display:flex;align-items:center;justify-content:flex-end;gap:8px}.feedback-form>.success{position:relative}.feedback-form>.success>.message{font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:500;position:absolute;text-align:center;bottom:32px;left:16px;right:16px}.feedback-mini-form>form button.submit{padding:0}.feedback-mini-form>form button.submit>.icon{color:#0c155a!important}.feedback-mini-form>.email-prompt-modal>.body{width:480px;display:flex;flex-direction:column;gap:24px}.feedback-mini-form>.email-prompt-modal>.body>.title{font-size:20px;line-height:28px;letter-spacing:0px;font-weight:500;color:#141c24}.feedback-mini-form>.email-prompt-modal>.body>form{display:flex;flex-direction:column;gap:24px}.feedback-mini-form>.email-prompt-modal>.body>form>.foot{display:flex;align-items:center;justify-content:flex-end;gap:8px}.feedback-mini-form>.email-prompt-modal>.body>.success{position:relative}.feedback-mini-form>.email-prompt-modal>.body>.success>.animation{height:320px}.feedback-mini-form>.email-prompt-modal>.body>.success>.message{font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:500;position:absolute;text-align:center;bottom:32px;left:16px;right:16px}.feedback-inbox{display:flex;background-color:#fff;border:1px solid #e1e6ef;border-radius:8px;box-shadow:0 0 15px #00000014}.feedback-inbox>.side{width:520px;display:flex;flex-direction:column;border-right:1px solid #e1e6ef}.feedback-inbox>.side>.filters{border-bottom:1px solid #e1e6ef;padding:16px;display:flex;flex-direction:column;gap:16px}.feedback-inbox>.side>.filters>.header{display:flex;justify-content:space-between}.feedback-inbox>.side>.filters>.header>.title{display:flex;align-items:center;gap:8px;font-size:16px;line-height:24px;letter-spacing:.1px;font-weight:500}.feedback-inbox>.side>.filters>.inputs{display:flex;align-items:center;gap:8px}.feedback-inbox>.side>.filters>.inputs>.dropdown button,.feedback-inbox>.side>.filters>.inputs>.dropdown .button,.feedback-inbox>.side>.filters>.inputs>.button-group button,.feedback-inbox>.side>.filters>.inputs>.button-group .button{padding-left:12px;padding-right:12px}.feedback-inbox>.side>.filters>.inputs .content-filter-dropdown .dropdown-menu{width:400px;overflow:hidden}.feedback-inbox>.side>.filters>.inputs .content-filter-dropdown .dropdown-menu>.filter{padding:8px 16px}.feedback-inbox>.side>.filters>.inputs .content-filter-dropdown .dropdown-menu>.empty{padding:8px 16px}.feedback-inbox>.side>.filters>.inputs .content-filter-dropdown .dropdown-menu>.list{display:flex;flex-direction:column;max-height:400px;overflow:auto}.feedback-inbox>.side>.filters>.inputs .content-filter-dropdown .dropdown-menu>.list>*{font-size:14px;line-height:21px;letter-spacing:.1px;padding:8px 16px;display:flex;align-items:center;gap:8px}.feedback-inbox>.side>.filters>.inputs .content-filter-dropdown .dropdown-menu>.list>*>span{max-width:32ch;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.feedback-inbox>.side>.filters>.inputs .content-filter-dropdown .dropdown-menu>.list>*>.check-icon{opacity:0;margin-left:auto}.feedback-inbox>.side>.filters>.inputs .content-filter-dropdown .dropdown-menu>.list>*:hover{background-color:#e9ebfc}.feedback-inbox>.side>.filters>.inputs .content-filter-dropdown .dropdown-menu>.list>*.is-active>.check-icon{opacity:1}.feedback-inbox>.side>.filters>.inputs .channel-filter-dropdown .dropdown-menu{width:400px;overflow:hidden}.feedback-inbox>.side>.filters>.inputs .channel-filter-dropdown .dropdown-menu>.list{display:flex;flex-direction:column;max-height:400px;overflow:auto}.feedback-inbox>.side>.filters>.inputs .channel-filter-dropdown .dropdown-menu>.list>*{font-size:14px;line-height:21px;letter-spacing:.1px;padding:8px 16px;display:flex;align-items:center;gap:8px}.feedback-inbox>.side>.filters>.inputs .channel-filter-dropdown .dropdown-menu>.list>*>span{max-width:32ch;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.feedback-inbox>.side>.filters>.inputs .channel-filter-dropdown .dropdown-menu>.list>*>.check-icon{opacity:0;margin-left:auto}.feedback-inbox>.side>.filters>.inputs .channel-filter-dropdown .dropdown-menu>.list>*:hover{background-color:#e9ebfc}.feedback-inbox>.side>.filters>.inputs .channel-filter-dropdown .dropdown-menu>.list>*.is-active>.check-icon{opacity:1}.feedback-inbox>.side>.filters>.inputs .component-filter-dropdown .dropdown-menu{width:400px;overflow:hidden}.feedback-inbox>.side>.filters>.inputs .component-filter-dropdown .dropdown-menu>.list{display:flex;flex-direction:column;max-height:400px;overflow:auto}.feedback-inbox>.side>.filters>.inputs .component-filter-dropdown .dropdown-menu>.list>*{font-size:14px;line-height:21px;letter-spacing:.1px;padding:8px 16px;display:flex;align-items:center;gap:8px}.feedback-inbox>.side>.filters>.inputs .component-filter-dropdown .dropdown-menu>.list>*>span{max-width:32ch;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.feedback-inbox>.side>.filters>.inputs .component-filter-dropdown .dropdown-menu>.list>*>.check-icon{opacity:0;margin-left:auto}.feedback-inbox>.side>.filters>.inputs .component-filter-dropdown .dropdown-menu>.list>*:hover{background-color:#e9ebfc}.feedback-inbox>.side>.filters>.inputs .component-filter-dropdown .dropdown-menu>.list>*.is-active>.check-icon{opacity:1}.feedback-inbox>.side>.list{flex:1;min-height:480px;background-color:#00000003}.feedback-inbox>.side>.list>*:not(:last-child){border-bottom:1px solid #e1e6ef}.feedback-inbox>.side>.list>.header-item{font-size:12px;line-height:16px;letter-spacing:.2px;padding:0 16px}.feedback-inbox>.side>.list>.item{font-size:12px;line-height:16px;letter-spacing:.2px;padding:16px 16px 16px 14px;border-left:2px solid transparent;background-color:#fff;display:flex;align-items:center;gap:16px;opacity:.6}.feedback-inbox>.side>.list>.item.is-active{border-left-color:#0e38b1}.feedback-inbox>.side>.list>.item.is-unread{opacity:1}.feedback-inbox>.side>.list>.item.is-unread>.date{color:#3e4c59;font-weight:600}.feedback-inbox>.side>.list>.item:hover{cursor:pointer;background-color:#00000003}.feedback-inbox>.side>.list>.item:active{background-color:#00000005}.feedback-inbox>.side>.list>.item>.content{display:flex;flex-direction:column;gap:8px;flex:1}.feedback-inbox>.side>.list>.item>.content>.top{display:flex;align-items:center;gap:16px}.feedback-inbox>.side>.list>.item>.content>.top>.name{max-width:30ch;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#141c24;font-weight:500;font-size:12px;line-height:16px;letter-spacing:.2px}.feedback-inbox>.side>.list>.item>.content>.top>.date{margin-left:auto}.feedback-inbox>.side>.list>.item>.content>.message{max-width:80ch;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.feedback-inbox>.side>.list>.empty{display:flex;align-items:center;justify-content:center;height:100%}.feedback-inbox>.body{flex:1;display:flex;flex-direction:column;gap:24px;padding:16px}.feedback-inbox>.body>.no-selection{display:flex;align-items:center;justify-content:center;height:100%}.feedback-inbox>.body>.actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.feedback-inbox>.body>.ref{display:flex;flex-direction:column;gap:8px;font-size:14px;line-height:21px;letter-spacing:.1px;padding-bottom:24px;border-bottom:1px solid #e1e6ef}.feedback-inbox>.body>.ref>.title{font-weight:600}.feedback-inbox>.body>.ref>.description{max-height:63px;overflow:hidden}.feedback-inbox>.body>.ref>.description p{min-height:24px}.feedback-inbox>.body>.ref>.description h1,.feedback-inbox>.body>.ref>.description h2,.feedback-inbox>.body>.ref>.description h3,.feedback-inbox>.body>.ref>.description h4,.feedback-inbox>.body>.ref>.description h5,.feedback-inbox>.body>.ref>.description h6{font-size:inherit}.feedback-inbox>.body>.ref>.description strong,.feedback-inbox>.body>.ref>.description b{font-weight:600}.feedback-inbox>.body>.ref>.description em,.feedback-inbox>.body>.ref>.description i{font-style:italic}.feedback-inbox>.body>.ref>.description ul{list-style-type:disc}.feedback-inbox>.body>.ref>.description ol{list-style-type:decimal}.feedback-inbox>.body>.ref>.description a{color:#182bb4;text-decoration:none}.feedback-inbox>.body>.ref>.meta{display:flex;align-items:center;gap:8px}.feedback-inbox>.body>.ref>.meta>.upvotes,.feedback-inbox>.body>.ref>.meta>.downvotes{font-size:12px;line-height:16px;letter-spacing:.2px;display:flex;align-items:center;gap:4px}.feedback-inbox>.body>.feedback{display:flex;flex-direction:column;gap:16px}.feedback-inbox>.body>.feedback>.meta{display:flex;align-items:center;gap:8px;font-size:14px;line-height:21px;letter-spacing:.1px}.feedback-inbox>.body>.reply{display:flex;flex-direction:column;gap:16px}.feedback-inbox>.body>.reply>form{display:flex;flex-direction:column;gap:16px}.feedback-inbox>.body>.reply>form .editor>.input .tiptap{min-height:160px}.feedback-inbox>.body>.reply>form>.foot{display:flex;align-items:center;justify-content:flex-end}.feedback-inbox>.body>.reply>.meta{display:flex;align-items:center;gap:8px;font-size:14px;line-height:21px;letter-spacing:.1px}.feedback-inbox>.body>.reply>.message p{min-height:24px}.feedback-inbox>.body>.reply>.message h1,.feedback-inbox>.body>.reply>.message h2,.feedback-inbox>.body>.reply>.message h3,.feedback-inbox>.body>.reply>.message h4,.feedback-inbox>.body>.reply>.message h5,.feedback-inbox>.body>.reply>.message h6{font-size:inherit}.feedback-inbox>.body>.reply>.message strong,.feedback-inbox>.body>.reply>.message b{font-weight:600}.feedback-inbox>.body>.reply>.message em,.feedback-inbox>.body>.reply>.message i{font-style:italic}.feedback-inbox>.body>.reply>.message ul{list-style-type:disc}.feedback-inbox>.body>.reply>.message ol{list-style-type:decimal}.feedback-inbox>.body>.reply>.message a{color:#182bb4;text-decoration:none}.feedback-inbox>.body>.reply>.success>.animation{height:160px;margin-bottom:16px}body{font-family:Inter,sans-serif}#root{min-height:100vh;width:100vw;font-size:14px;line-height:24px;letter-spacing:.1px;color:#2e3338;background-color:#fcfcff}a,a:hover{color:#2e3338}.tracking-consent{background-color:#e4e7eb;padding:24px;position:fixed;bottom:24px;right:24px;width:480px;z-index:200;display:flex;flex-direction:column;gap:16px;border-radius:8px;box-shadow:0 0 15px #00000014}.tracking-consent .title{font-size:20px;line-height:28px;letter-spacing:0px;font-weight:500;color:#3e4c59}.tracking-consent .description{font-size:16px;line-height:24px;letter-spacing:.1px;color:#3e4c59}.tracking-consent .actions{display:flex;gap:16px;justify-content:flex-end}.spin[data-v-57234b2a]{animation:spin-57234b2a 2s linear infinite}@keyframes spin-57234b2a{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.small-alpha-slider{height:10px!important}.small-alpha-slider .small-bar{height:10px!important;width:10px!important}.small-alpha-slider .small-bar div{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.bee-alpha-slider{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.bee-alpha-slider.is-vertical{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.bee-alpha-slider.transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-alpha-slider__bar{position:relative;width:100%;height:100%;border-radius:15px}.bee-alpha-slider__bar-pointer{position:absolute;width:14px;height:14px}.bee-alpha-slider__bar-handle{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.bee-alpha-slider__bar-handle.vertical{transform:translateY(-7px);margin-top:0}.bee-compact{margin-bottom:15px;width:auto;box-shadow:3px 0 5px #00000014;display:inline-block}.bee-compact__row{position:relative;width:100%;margin:0}.bee-compact__row>*{display:inline-block;vertical-align:middle}.bee-compact__color_cube{width:100%;height:100%}.bee-compact__color_cube.transparent:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:white}.bee-compact__color_cube.transparent:after{content:"";position:absolute;top:100%;left:0;transform:rotate(-45deg);transform-origin:0 0;width:35px;height:1px;background:red}.bee-compact__color_cube.advance{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAdCAYAAAC9pNwMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABqVJREFUeNrEl11yHDUQx1ua2Zlde2M7jqESqnjg45kjcBwOwQG4BY+8cwWK17xBUUARICQhTmI7tte7Ozs7o+bXLTleuACpKNJqJP3789+doKoSPxfVGxFZioS1iK5Yd0nCJko9iLTVVvZSlCOp5FBF7vP5RFTelyDHvmYvMPPtiP19fu+HIHPetrllX2TLMJAOgEehti3ZY/Axap51ZB5ZDEnGMUoCNCmDbRv+2Q4CDJ5Mymj4OmE0CNj6b5WJlkel3xkiGXjOc0imDH/JDid1AXQEfKgccHg3lN+uhh+v2WkkOvCUnT3GjP2WOfrJzjUNPq/ugPUej1TiwME3+DfVUhWkEQF6LZraJxsp6xHLIzW/DNyAW75PGJVrOxbQFSeWzOsdjQ/tZHTxtSgdzAimMfOAdbas7crUvIWAqZg5+gg8FBzYTOygbo1tAb1xTYMs/q1xAFgnvBx5JrKO2X9pzJrJhr+b5BaY8vjG3O+w7HFnypkZ+zP3K8AWL7FHiRsJappe4knA9fo/pj7WrIrdshBs8cukcu0ljhK2lZt1Q8B1msMj5WCQKoibd8q8p1J8i6aWJnrJCcDljDX2Cm8Jn2WJC9PtIHpYeowza125Dc3c6CQ1MbEdooxoPQw54Ak9jigaKcAMk9ddgUi68ZxMmNbNG8hTXXjOZrPf+vg4C+RpRRJqO0ps8FxtzhoJLiSIHCWtLi9u5LiZyqKv0UvlHmaccukoVjJLFu2YUy946FRidS7beCXN9i3gKzd1Yo53ps7ppTnqEYD0mYNldpuxnvIo2nZb/L+ay9tulA/sJpE/Tfchj1H2kW2KpsFYSK4YgI1vZDJe57XmIAu642N5kCxUJfQ8bA48IKpWGNKi/T7rPWRMBMkp5lhz5mUlV0O+fGAGC5XMkTzoG349I/D+Qis0jpeZBt0CXaZGnwtwdcS7A/4ycOIi3bNI0pzfxoVHQYYDIu+A9djJ5bKX+c2BVKnHS5Xcw8QTecWlXxi/khgvYMFzHlp4/g74WREshg3zpuS9mfowShxyrnv6wFS2Dl12QUDwaO54xIWTKZem8up7M0ojn5BzdftEdPMzII9ljE8kVde8Z5y89PSJYcACAJhWTigFOO1rpqRbWs0pKjp4Nkl6OMiGQiFnKsOnLQNqJNe33yV5iFml/4YLfzB+wwpvuNoT+eq0F+JWYtp50MlXLBvUAkLlXXbdloHkUsREDsc6y9LDvs2pTNJD6eM5+x/KAslqWK/pOo/WEIvw3PC3q8rZz3IzWBqqp2CpTvjAACIVyFhLMQmlwXPU9gYrC+lCZs0VtPkc0Jfc+Va+XK/lK3Pr10XhF8ToAjf1VKktAH0hd3srqesSMmCJaiNwJB/IzNviF9Uor8NnndSkyRBfExbPpdHfKRg/yqH8JCPxdvbZVE6+6GTzmCD9Af45RfhzLGZZtEaIVQVdDpLwVByAHeIu8DXWGTySUil8wSNw6fMoliZnfHsqfXiC2M+gjJXX7wuEOvm4gWUBa9h4xrAAtwy6hHyWo1QQGc9gDkD7sAt8VjqETSnUHaArd0Gupc8ZBv4n4ymUfiEPxEu4/A3eyayX+x+ZZjjoIEl6D+2zrJJgyOoKf68RCKJXOpt4B3xZQNclwVeSbXVd2hXzKXlpqsC3c0ttyR3La6rTW2yyP1dpSbdowUtBji1+aAioxTZXD+ORZcrs+A5YF9kWnnfWeJUSZgnswKeZ7FNHkaeXgjTmowVhkhuQ1pQxCE1aik2A16OVVwtvayxmW6fdeDNKKcs79Zhy5eaFwIOXsxu3grolVsUVS0y0pAKN3tpMStdlheJajZ1V5rxWHxoJjR6crr51frlg59K73AFWf7h3gs8BlWtpsHpqwrioa6nJj5lphgim1C3XdPGuuZm2hYIB90QCrKqxDnPkm81hN6pvAyqElRdvN3exjdXeYGQS8oXGmjgoICQjhUh6jdSYmvQdpakSFArIfg6bqiqZW6t3N6HaNbUX7M4Lt4NK8bX3SblJM9Mas+65xuodpVFRj58HfLyAdPZjftCittnLXaHWKQdczNE4trkfK8GFiT3RVqU523gaBbeC04/3zW3pp0yJWFqfofjZejBfw3bGE3WNO8jrmLtDt5ahVyHt+DiUDv/WtFpAQ+4MrDFvC3Bb+uXiI2f1TXGURfesNPc11mjacki1dK/JKTnsUmYGLnnM/2MycWRt7dCtedrSyhqPe39tPBecjV3rrTWDweqzSl2hsfVwM3lX+UL+f0CuTv/Hn38EGAAvCnNy1JKVIQAAAABJRU5ErkJggg==)}.bee-compact__color_cube .alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-compact__color-cube--wrap{position:relative;width:25px;height:25px;cursor:pointer;overflow:hidden}.bee-compact__color-cube--wrap:hover{transform:scale(1.2);z-index:299;transition:transform .2s}.bee-colorPicker__record{display:flex;align-items:center;margin-top:20px}.bee-colorPicker__record .text{width:48px;margin-right:10px;text-align:right;font-size:12px;color:#666}.bee-colorPicker__record .color-list{width:auto;display:flex;position:relative;margin:0}.bee-colorPicker__record .color-list .color-item{position:relative;width:25px;height:25px;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle;margin-right:1px;box-shadow:3px 0 5px #00000014}.bee-colorPicker__record .color-list .color-item__round{border-radius:50%}.bee-colorPicker__record .color-list .color-item.transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-colorPicker__record .color-list .color-item:hover{transform:scale(1.2);z-index:299;transition:transform .2s}.bee-colorPicker__record .color-list .color-item__display{width:100%;height:100%}.small-hue-slider{height:10px!important}.small-hue-slider .small-bar{height:10px!important;width:10px!important}.small-hue-slider .small-bar div{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.bee-hue-colorPicker{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.bee-hue-colorPicker.is-vertical{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.bee-hue-colorPicker.transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-hue-colorPicker__inner{position:relative;width:100%;height:100%;border-radius:15px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMkAAAAdCAYAAAAAaUg8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKtJREFUeNrs09EKgjAUgOGzEFfv/7CVBceiLiJiLnf7fSAbDoUj/iWnyKgRcXxf9Wtt7Vvntf8854jLY3uN19qzf67nH/e2nmmdZ8xjg2x+sI533qf9g4wM/3GvLPumOHVMWf/4SiWWsUG6/6bG+/NWDgE0iQREAiIBkYBIQCQgEhAJiAQQCYgERAIiAZGASEAkIBJAJCASEAmIBEQCIgGRgEgAkYBIYNAqwAD5oWo3bpsiKwAAAABJRU5ErkJggg==);background-size:100%}.bee-hue-colorPicker__inner-pointer{position:absolute;width:14px;height:14px}.bee-hue-colorPicker__inner-handle{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.bee-hue-colorPicker__inner-handle.vertical{transform:translate(-1px,-7px);margin-top:0}.small-light-slider{height:10px!important}.small-light-slider .small-bar{height:10px!important;width:10px!important}.small-light-slider .small-bar div{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.bee-light-colorPicker{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.bee-light-colorPicker.is-vertical{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.bee-light-colorPicker.transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-light-colorPicker__inner{position:relative;width:100%;height:100%;border-radius:15px}.bee-light-colorPicker__inner-pointer{position:absolute;width:14px;height:14px}.bee-light-colorPicker__inner-handle{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.bee-light-colorPicker__inner-handle.vertical{transform:translateY(-7px);margin-top:0}.bee-saturation{position:relative;margin-bottom:15px;width:100%;height:125px}.bee-saturation__chrome{border-top-left-radius:5px;border-top-right-radius:5px;border-color:transparent}.bee-saturation__hidden{overflow:hidden}.bee-saturation__white,.bee-saturation__black{position:absolute;top:0;left:0;right:0;bottom:0}.bee-saturation__black{background:linear-gradient(0deg,#000,transparent)}.bee-saturation__white{background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.bee-saturation__cursor{position:absolute}.bee-saturation__cursor div{transform:translate(-5px,-5px);box-shadow:0 1px 4px #0000005e;width:10px;height:10px;border:1px solid white;border-radius:50%;cursor:pointer}.inputs-controls{display:flex;font-size:16px;margin-bottom:5px}.inputs-controls .formatBtn{position:relative;display:inline-flex;justify-content:center;align-items:center;padding:1px;border:0;text-align:center;cursor:pointer;background-color:transparent;font-weight:700;outline:none;margin-right:5px}.inputs-controls .formatBtn:hover{color:#1a3aff}.inputs-controls .format-group{display:flex;flex-grow:1}.inputs-controls .format-group input{padding:5px;margin:0 3px;min-width:0;text-align:center;border-width:0 0 1px 0;-webkit-appearance:none;appearance:none;-moz-appearance:textfield;outline:none;flex:1}.inputs-controls .format-group input::-webkit-outer-spin-button,.inputs-controls .format-group input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0}.bee-fk-colorPicker{position:relative;box-sizing:border-box;border-radius:3px;box-shadow:0 0 10px #00000026;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;width:249px;padding-bottom:10px}.bee-fk-colorPicker__inner{padding:12px}.bee-fk-colorPicker__header{margin-bottom:12px;z-index:999;text-align:left}.bee-fk-colorPicker__header .back{border:solid black;border-width:0 1px 1px 0;display:inline-block;padding:4px;margin-left:2px;transform:rotate(135deg);-webkit-transform:rotate(135deg)}.bee-fk-colorPicker__display{position:relative;width:100%;margin:0;text-align:left}.bee-fk-colorPicker__display .transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-fk-colorPicker__display .current-color{margin-right:10px;width:50px;height:24px;box-shadow:3px 0 5px #00000014;position:relative;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle}.bee-fk-colorPicker__display .current-color .color-cube{width:100%;height:100%}.bee-fk-colorPicker__display .hexColor-prefix{position:relative;padding:0 4px;font-size:14px;display:inline-block;vertical-align:middle}.bee-fk-colorPicker__display input{width:25px;text-align:center;outline:0;border-top:0;border-right:0;border-left:none;display:inline-block;vertical-align:middle;padding-bottom:3px;border-bottom:1px solid #e3e2e8}.bee-fk-colorPicker__display .hexColor-input{width:64px}.bee-fk-colorPicker__display .action{float:right;vertical-align:middle}.bee-fk-colorPicker__display .action .clear-btn{border-color:transparent;color:#409eff;background:transparent;padding-left:0;padding-right:0;display:inline-block;vertical-align:middle;cursor:pointer}.bee-fk-colorPicker__display .action .copy-btn{border-color:transparent;color:#13ce66cc;background:transparent;padding-left:0;padding-right:0;display:inline-block;margin-left:10px;vertical-align:middle;cursor:pointer}.bee-ele-colorPicker{position:relative;box-sizing:border-box;border-radius:3px;box-shadow:0 0 10px #00000026;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;padding:10px;width:300px}.bee-ele-colorPicker .bee-ele-row{display:flex}.bee-ele-colorPicker .bee-ele-row .bee-ele-saturation{width:280px;height:180px}.bee-ele-colorPicker .bee-ele-row .bee-ele-hue{margin-left:10px;height:180px}.bee-chrome-colorPicker{position:relative;box-sizing:border-box;border-radius:3px;box-shadow:0 0 10px #00000026;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;width:250px;padding-bottom:20px}.bee-chrome-colorPicker-body{padding:0 12px;background-color:#fff}.bee-chrome-colorPicker-body .chrome-controls{display:flex}.bee-chrome-colorPicker-body .chrome-controls .chrome-color-wrap{position:relative;width:36px;height:36px;border-radius:50%;overflow:hidden;z-index:1}.bee-chrome-colorPicker-body .chrome-controls .chrome-color-wrap .current-color{width:100%;height:100%}.bee-chrome-colorPicker-body .chrome-controls .chrome-sliders{flex:1;margin-left:10px}.bee-color-wrap{margin-right:10px;width:50px;height:24px;box-shadow:3px 0 5px #00000014;position:relative;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle}.bee-color-wrap.transparent{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.bee-color-wrap.round{width:22px;height:22px;border-radius:50%;border:1px solid #d8d8d8}.bee-color-wrap .current-color{width:100%;height:100%}.vc-alpha-slider[data-v-18925ba6]{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.vc-alpha-slider.is-vertical[data-v-18925ba6]{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.vc-alpha-slider.transparent[data-v-18925ba6]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-alpha-slider__bar[data-v-18925ba6]{position:relative;width:100%;height:100%;border-radius:15px}.vc-alpha-slider__bar-pointer[data-v-18925ba6]{position:absolute;width:14px;height:14px}.vc-alpha-slider__bar-handle[data-v-18925ba6]{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.vc-alpha-slider__bar-handle.vertical[data-v-18925ba6]{transform:translateY(-7px);margin-top:0}.vc-alpha-slider.small-slider[data-v-18925ba6]{height:10px!important}.vc-alpha-slider.small-slider .small-bar[data-v-18925ba6]{height:10px!important;width:10px!important}.vc-alpha-slider.small-slider .small-bar div[data-v-18925ba6]{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.vc-compact[data-v-b969fd48]{margin-bottom:15px;width:auto;box-shadow:3px 0 5px #00000014;display:inline-block}.vc-compact__row[data-v-b969fd48]{position:relative;width:100%;margin:0;height:27px}.vc-compact__row>*[data-v-b969fd48]{display:inline-block;vertical-align:middle}.vc-compact__color_cube[data-v-b969fd48]{width:100%;height:100%}.vc-compact__color_cube.transparent[data-v-b969fd48]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:white}.vc-compact__color_cube.transparent[data-v-b969fd48]:after{content:"";position:absolute;top:100%;left:0;transform:rotate(-45deg);transform-origin:0 0;width:35px;height:1px;background:red}.vc-compact__color_cube.advance[data-v-b969fd48]{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAdCAYAAAC9pNwMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABqVJREFUeNrEl11yHDUQx1ua2Zlde2M7jqESqnjg45kjcBwOwQG4BY+8cwWK17xBUUARICQhTmI7tte7Ozs7o+bXLTleuACpKNJqJP3789+doKoSPxfVGxFZioS1iK5Yd0nCJko9iLTVVvZSlCOp5FBF7vP5RFTelyDHvmYvMPPtiP19fu+HIHPetrllX2TLMJAOgEehti3ZY/Axap51ZB5ZDEnGMUoCNCmDbRv+2Q4CDJ5Mymj4OmE0CNj6b5WJlkel3xkiGXjOc0imDH/JDid1AXQEfKgccHg3lN+uhh+v2WkkOvCUnT3GjP2WOfrJzjUNPq/ugPUej1TiwME3+DfVUhWkEQF6LZraJxsp6xHLIzW/DNyAW75PGJVrOxbQFSeWzOsdjQ/tZHTxtSgdzAimMfOAdbas7crUvIWAqZg5+gg8FBzYTOygbo1tAb1xTYMs/q1xAFgnvBx5JrKO2X9pzJrJhr+b5BaY8vjG3O+w7HFnypkZ+zP3K8AWL7FHiRsJappe4knA9fo/pj7WrIrdshBs8cukcu0ljhK2lZt1Q8B1msMj5WCQKoibd8q8p1J8i6aWJnrJCcDljDX2Cm8Jn2WJC9PtIHpYeowza125Dc3c6CQ1MbEdooxoPQw54Ak9jigaKcAMk9ddgUi68ZxMmNbNG8hTXXjOZrPf+vg4C+RpRRJqO0ps8FxtzhoJLiSIHCWtLi9u5LiZyqKv0UvlHmaccukoVjJLFu2YUy946FRidS7beCXN9i3gKzd1Yo53ps7ppTnqEYD0mYNldpuxnvIo2nZb/L+ay9tulA/sJpE/Tfchj1H2kW2KpsFYSK4YgI1vZDJe57XmIAu642N5kCxUJfQ8bA48IKpWGNKi/T7rPWRMBMkp5lhz5mUlV0O+fGAGC5XMkTzoG349I/D+Qis0jpeZBt0CXaZGnwtwdcS7A/4ycOIi3bNI0pzfxoVHQYYDIu+A9djJ5bKX+c2BVKnHS5Xcw8QTecWlXxi/khgvYMFzHlp4/g74WREshg3zpuS9mfowShxyrnv6wFS2Dl12QUDwaO54xIWTKZem8up7M0ojn5BzdftEdPMzII9ljE8kVde8Z5y89PSJYcACAJhWTigFOO1rpqRbWs0pKjp4Nkl6OMiGQiFnKsOnLQNqJNe33yV5iFml/4YLfzB+wwpvuNoT+eq0F+JWYtp50MlXLBvUAkLlXXbdloHkUsREDsc6y9LDvs2pTNJD6eM5+x/KAslqWK/pOo/WEIvw3PC3q8rZz3IzWBqqp2CpTvjAACIVyFhLMQmlwXPU9gYrC+lCZs0VtPkc0Jfc+Va+XK/lK3Pr10XhF8ToAjf1VKktAH0hd3srqesSMmCJaiNwJB/IzNviF9Uor8NnndSkyRBfExbPpdHfKRg/yqH8JCPxdvbZVE6+6GTzmCD9Af45RfhzLGZZtEaIVQVdDpLwVByAHeIu8DXWGTySUil8wSNw6fMoliZnfHsqfXiC2M+gjJXX7wuEOvm4gWUBa9h4xrAAtwy6hHyWo1QQGc9gDkD7sAt8VjqETSnUHaArd0Gupc8ZBv4n4ymUfiEPxEu4/A3eyayX+x+ZZjjoIEl6D+2zrJJgyOoKf68RCKJXOpt4B3xZQNclwVeSbXVd2hXzKXlpqsC3c0ttyR3La6rTW2yyP1dpSbdowUtBji1+aAioxTZXD+ORZcrs+A5YF9kWnnfWeJUSZgnswKeZ7FNHkaeXgjTmowVhkhuQ1pQxCE1aik2A16OVVwtvayxmW6fdeDNKKcs79Zhy5eaFwIOXsxu3grolVsUVS0y0pAKN3tpMStdlheJajZ1V5rxWHxoJjR6crr51frlg59K73AFWf7h3gs8BlWtpsHpqwrioa6nJj5lphgim1C3XdPGuuZm2hYIB90QCrKqxDnPkm81hN6pvAyqElRdvN3exjdXeYGQS8oXGmjgoICQjhUh6jdSYmvQdpakSFArIfg6bqiqZW6t3N6HaNbUX7M4Lt4NK8bX3SblJM9Mas+65xuodpVFRj58HfLyAdPZjftCittnLXaHWKQdczNE4trkfK8GFiT3RVqU523gaBbeC04/3zW3pp0yJWFqfofjZejBfw3bGE3WNO8jrmLtDt5ahVyHt+DiUDv/WtFpAQ+4MrDFvC3Bb+uXiI2f1TXGURfesNPc11mjacki1dK/JKTnsUmYGLnnM/2MycWRt7dCtedrSyhqPe39tPBecjV3rrTWDweqzSl2hsfVwM3lX+UL+f0CuTv/Hn38EGAAvCnNy1JKVIQAAAABJRU5ErkJggg==)}.vc-compact__color_cube .alpha[data-v-b969fd48]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-compact__color-cube--wrap[data-v-b969fd48]{position:relative;width:27px;height:27px;cursor:pointer;overflow:hidden}.vc-compact__color-cube--wrap[data-v-b969fd48]:hover{transform:scale(1.2);z-index:299;transition:transform .2s}.vc-saturation[data-v-7f0cdcdf]{position:relative;margin-bottom:15px;width:100%;height:125px}.vc-saturation__chrome[data-v-7f0cdcdf]{border-top-left-radius:5px;border-top-right-radius:5px;border-color:transparent}.vc-saturation__hidden[data-v-7f0cdcdf]{overflow:hidden}.vc-saturation__white[data-v-7f0cdcdf],.vc-saturation__black[data-v-7f0cdcdf]{position:absolute;top:0;left:0;right:0;bottom:0}.vc-saturation__black[data-v-7f0cdcdf]{background:linear-gradient(0deg,#000,transparent)}.vc-saturation__white[data-v-7f0cdcdf]{background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.vc-saturation__cursor[data-v-7f0cdcdf]{position:absolute}.vc-saturation__cursor div[data-v-7f0cdcdf]{transform:translate(-5px,-5px);box-shadow:0 1px 4px #0000005e;width:10px;height:10px;border:1px solid white;border-radius:50%;cursor:pointer}.vc-hue-slider[data-v-e1a08576]{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.vc-hue-slider.is-vertical[data-v-e1a08576]{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.vc-hue-slider.transparent[data-v-e1a08576]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-hue-slider__bar[data-v-e1a08576]{position:relative;width:100%;height:100%;border-radius:15px;background:linear-gradient(to right,rgb(255,0,0) 0%,rgb(255,255,0) 16.66%,rgb(0,255,0) 33.33%,rgb(0,255,255) 50%,rgb(0,0,255) 66.66%,rgb(255,0,255) 83.33%,rgb(255,0,0) 100%);background:-webkit-linear-gradient(left,rgb(255,0,0) 0%,rgb(255,255,0) 16.66%,rgb(0,255,0) 33.33%,rgb(0,255,255) 50%,rgb(0,0,255) 66.66%,rgb(255,0,255) 83.33%,rgb(255,0,0) 100%);background:-moz-linear-gradient(left,rgb(255,0,0) 0%,rgb(255,255,0) 16.66%,rgb(0,255,0) 33.33%,rgb(0,255,255) 50%,rgb(0,0,255) 66.66%,rgb(255,0,255) 83.33%,rgb(255,0,0) 100%);background:-ms-linear-gradient(left,rgb(255,0,0) 0%,rgb(255,255,0) 16.66%,rgb(0,255,0) 33.33%,rgb(0,255,255) 50%,rgb(0,0,255) 66.66%,rgb(255,0,255) 83.33%,rgb(255,0,0) 100%)}.vc-hue-slider__bar-pointer[data-v-e1a08576]{position:absolute;width:14px;height:14px}.vc-hue-slider__bar-handle[data-v-e1a08576]{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.vc-hue-slider__bar-handle.vertical[data-v-e1a08576]{transform:translateY(-7px);margin-top:0}.vc-hue-slider.small-slider[data-v-e1a08576]{height:10px!important}.vc-hue-slider.small-slider .small-bar[data-v-e1a08576]{height:10px!important;width:10px!important}.vc-hue-slider.small-slider .small-bar div[data-v-e1a08576]{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.vc-lightness-slider[data-v-94a50a9e]{position:relative;margin-bottom:15px;width:100%;height:14px;box-shadow:2px 0 8px #00000014;border-radius:15px}.vc-lightness-slider.is-vertical[data-v-94a50a9e]{width:14px;height:100%;display:inline-block;transform:rotate(180deg)}.vc-lightness-slider.transparent[data-v-94a50a9e]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-lightness-slider__bar[data-v-94a50a9e]{position:relative;width:100%;height:100%;border-radius:15px}.vc-lightness-slider__bar-pointer[data-v-94a50a9e]{position:absolute;width:14px;height:14px}.vc-lightness-slider__bar-handle[data-v-94a50a9e]{width:14px;height:14px;border-radius:6px;transform:translate(-7px,-2px);background-color:#f8f8f8;margin-top:2px;box-shadow:0 1px 4px #0000005e;cursor:pointer}.vc-lightness-slider__bar-handle.vertical[data-v-94a50a9e]{transform:translateY(-7px);margin-top:0}.vc-lightness-slider.small-slider[data-v-94a50a9e]{height:10px!important}.vc-lightness-slider.small-slider .small-bar[data-v-94a50a9e]{height:10px!important;width:10px!important}.vc-lightness-slider.small-slider .small-bar div[data-v-94a50a9e]{width:12px!important;height:12px!important;border-radius:5px!important;transform:translate(-6px,-2px);margin-top:1px!important}.vc-colorPicker__record[data-v-0f657238]{display:flex;align-items:center;margin-top:15px}.vc-colorPicker__record .text[data-v-0f657238]{width:48px;margin-right:10px;text-align:right;font-size:12px;color:#666}.vc-colorPicker__record .color-list[data-v-0f657238]{width:100%;display:flex;position:relative;margin:0;gap:2px}.vc-colorPicker__record .color-list .color-item[data-v-0f657238]{position:relative;flex:1;max-width:26px;height:26px;border-radius:2px;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle;box-shadow:3px 0 5px #0000001a}.vc-colorPicker__record .color-list .color-item__round[data-v-0f657238]{border-radius:50%}.vc-colorPicker__record .color-list .color-item.transparent[data-v-0f657238]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-colorPicker__record .color-list .color-item[data-v-0f657238]:hover{transform:scale(1.2);z-index:299;transition:transform .2s}.vc-colorPicker__record .color-list .color-item__display[data-v-0f657238]{width:100%;height:100%}.vc-display[data-v-7334ac20]{height:28px;display:flex;align-items:center;gap:8px}.vc-display .vc-current-color[data-v-7334ac20]{width:50px;height:100%;box-shadow:3px 0 5px #00000014;border-radius:2px;position:relative;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle}.vc-display .vc-current-color.vc-transparent[data-v-7334ac20]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-display .vc-current-color .color-cube[data-v-7334ac20]{width:100%;height:100%;text-align:center}.vc-display .vc-color-input[data-v-7334ac20]{height:100%;flex:1;flex-shrink:0;box-sizing:border-box;position:relative}.vc-display .vc-color-input input[data-v-7334ac20]{padding:0;border:0;outline:none;cursor:pointer;font-size:14px;text-align:center;box-sizing:border-box;background-color:#c8c8c840;color:#666;border-radius:2px;height:100%;width:100%}.vc-display .vc-rgb-input[data-v-7334ac20]{flex:1;font-size:12px;color:#666;text-align:center}.vc-display .vc-rgb-input input[data-v-7334ac20]{padding:4px 0;margin-bottom:2px;border:0;outline:none;cursor:pointer;font-size:14px;text-align:center;background-color:#c8c8c840;color:#666;border-radius:2px;width:100%}.vc-display .vc-alpha-input[data-v-7334ac20]{width:48px;height:100%;border:none;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;border-radius:2px;font-size:14px;background-color:#c8c8c840;padding:0 2px}.vc-display .vc-alpha-input>input[data-v-7334ac20]{width:100%;height:100%;padding:0;text-align:center;background-color:transparent;font-size:inherit}.vc-display .vc-alpha-input__inner[data-v-7334ac20]{padding:10px 12px;border-radius:4px;color:#000;font-size:14px;line-height:20px;outline:none;border:none;display:block;box-sizing:border-box;cursor:pointer}.vc-display .vc-input-toggle[data-v-7334ac20]{cursor:pointer;font-size:12px;line-height:12px;width:24px;border-radius:4px;padding:2px}.vc-display .vc-input-toggle[data-v-7334ac20]:hover{background-color:#efefef}.vc-display .vc-input-toggle[data-v-7334ac20]:before{height:0;width:0;margin:auto auto 2px;content:"";display:block;border-bottom:4px solid #888;border-left:4px solid transparent;border-right:4px solid transparent}.vc-display .vc-input-toggle[data-v-7334ac20]:after{height:0;width:0;margin:2px auto auto;content:"";display:block;border-top:4px solid #888;border-left:4px solid transparent;border-right:4px solid transparent}.vc-display .copy-text[data-v-7334ac20]{font-size:12px;line-height:28px;text-align:center;transform:scale(.8);display:inline-block}.vc-fk-colorPicker[data-v-48e3c224]{position:relative;box-sizing:border-box;border-radius:3px;-webkit-user-select:none;user-select:none;background-color:initial}.vc-fk-colorPicker__inner[data-v-48e3c224]{position:relative}.vc-fk-colorPicker__header[data-v-48e3c224]{z-index:999;text-align:left}.vc-fk-colorPicker__header .back[data-v-48e3c224]{border:2px solid rgba(150,150,150,.6);border-width:0 2px 2px 0;display:inline-block;padding:4px;margin-left:2px;margin-bottom:12px;transform:rotate(135deg)}.vc-fk-colorPicker__display[data-v-48e3c224]{position:relative;width:100%;margin:0;text-align:left}.vc-fk-colorPicker__display .transparent[data-v-48e3c224]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-fk-colorPicker__display .current-color[data-v-48e3c224]{margin-right:10px;width:50px;height:24px;box-shadow:3px 0 5px #00000014;position:relative;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle}.vc-fk-colorPicker__display .current-color .color-cube[data-v-48e3c224]{width:100%;height:100%}.vc-fk-colorPicker__display .hexColor-prefix[data-v-48e3c224]{position:relative;padding:0 4px;font-size:14px;display:inline-block;vertical-align:middle}.vc-fk-colorPicker__display input[data-v-48e3c224]{width:25px;text-align:center;outline:0;border-top:0;border-right:0;border-left:none;display:inline-block;vertical-align:middle;padding-bottom:3px;border-bottom:1px solid #e3e2e8}.vc-fk-colorPicker__display .hexColor-input[data-v-48e3c224]{width:64px}.vc-fk-colorPicker__display .action[data-v-48e3c224]{float:right;vertical-align:middle}.vc-fk-colorPicker__display .action .clear-btn[data-v-48e3c224]{border-color:transparent;color:#409eff;background:transparent;padding-left:0;padding-right:0;display:inline-block;vertical-align:middle;cursor:pointer}.vc-fk-colorPicker__display .action .copy-btn[data-v-48e3c224]{border-color:transparent;color:#13ce66cc;background:transparent;padding-left:0;padding-right:0;display:inline-block;margin-left:10px;vertical-align:middle;cursor:pointer}.vc-chrome-colorPicker[data-v-2611d66c]{position:relative;box-sizing:border-box;border-radius:3px;-webkit-user-select:none;user-select:none;background-color:initial}.vc-chrome-colorPicker-body[data-v-2611d66c]{position:relative}.vc-chrome-colorPicker-body .chrome-controls[data-v-2611d66c]{display:flex}.vc-chrome-colorPicker-body .chrome-controls .chrome-color-wrap[data-v-2611d66c]{position:relative;width:36px;height:36px;border-radius:50%;overflow:hidden;z-index:1}.vc-chrome-colorPicker-body .chrome-controls .chrome-color-wrap.transparent[data-v-2611d66c]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-chrome-colorPicker-body .chrome-controls .chrome-color-wrap .current-color[data-v-2611d66c]{width:100%;height:100%}.vc-chrome-colorPicker-body .chrome-controls .chrome-sliders[data-v-2611d66c]{flex:1;margin-left:10px}.bee-angle{transform:rotate(90deg)}.bee-angle>*{display:inline-block;vertical-align:middle}.bee-angle.zero-right{transform:rotate(180deg)}.bee-angle.zero-bottom{transform:rotate(270deg)}.bee-angle__round{position:relative;width:16px;height:16px;border:1px solid #666;border-radius:50%;cursor:pointer;display:inline-block;vertical-align:middle}.bee-angle__round:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:50%;height:1px;background-color:#666}.vc-gradient-picker[data-v-c4d6d6ea]{position:relative}.vc-gradient-picker__header[data-v-c4d6d6ea]{margin-bottom:12px;z-index:999;text-align:left;display:flex;justify-content:space-between;align-items:center}.vc-gradient-picker__header .back[data-v-c4d6d6ea]{border:2px solid rgba(150,150,150,.65);border-width:0 2px 2px 0;display:inline-block;padding:4px;margin-left:2px;transform:rotate(135deg);margin-right:8px}.vc-gradient-picker .vc-gradient__types[data-v-c4d6d6ea]{display:flex;width:100%;justify-content:space-between}.vc-gradient-picker .vc-gradient__types .vc-gradient-wrap__types[data-v-c4d6d6ea]{display:flex;background-color:#c8c8c840;border-radius:4px;overflow:hidden;align-items:center}.vc-gradient-picker .vc-gradient__types .vc-gradient__type[data-v-c4d6d6ea]{padding:4px 8px;color:#666;cursor:pointer;font-size:12px}.vc-gradient-picker .vc-gradient__types .vc-gradient__type.active[data-v-c4d6d6ea]{color:#000;background-color:#c8c8c8cc}.vc-gradient-picker__body[data-v-c4d6d6ea]{margin-bottom:12px;display:-ms-flexbox;display:flex;align-items:center}.vc-gradient-picker__body .vc-color-range[data-v-c4d6d6ea]{flex:1}.vc-gradient-picker__body .vc-color-range__container[data-v-c4d6d6ea]{position:relative;height:16px;border-radius:5px}.vc-gradient-picker__body .vc-color-range__container .vc-background[data-v-c4d6d6ea]{height:100%;border-radius:4px;box-shadow:inset 0 0 0 1px #0000000f}.vc-gradient-picker__body .vc-color-range__container .vc-gradient__stop__container[data-v-c4d6d6ea]{position:absolute;width:100%;top:0;height:100%;left:0}.vc-gradient-picker__body .vc-color-range__container .vc-gradient__stop__container .vc-gradient__stop[data-v-c4d6d6ea]{position:absolute;top:-2px;width:14px;height:16px;overflow:hidden;border:2px solid #fff;border-radius:2px;cursor:pointer;box-shadow:0 0 2px 1px #00000059;box-sizing:content-box;transform:translate(-9px)}.vc-gradient-picker__body .vc-color-range__container .vc-gradient__stop__container .vc-gradient__stop--inner[data-v-c4d6d6ea]{display:inline-block;height:100%}.vc-gradient-picker__body .vc-color-range__container .vc-gradient__stop__container .vc-gradient__stop--current[data-v-c4d6d6ea]{position:relative;z-index:1;box-shadow:0 0 2px 2px #2253f4,0 0 1px 1px #2253f480}.vc-gradient-picker .vc-degree-input[data-v-c4d6d6ea]{position:relative;z-index:2;font-size:12px;border-radius:4px;display:flex}.vc-gradient-picker .vc-degree-input:hover .vc-degree-input__panel[data-v-c4d6d6ea]{display:block}.vc-gradient-picker .vc-degree-input__control[data-v-c4d6d6ea]{width:100%;height:100%;display:flex;justify-content:center;align-items:center;border-radius:4px;background-color:#c8c8c840;color:#666;padding:0 6px 0 0}.vc-gradient-picker .vc-degree-input__control input[data-v-c4d6d6ea]{max-width:28px;text-align:center;border:none;outline:none;background-color:transparent;color:#666;font-size:inherit;overflow:visible}.vc-gradient-picker .vc-degree-input__panel[data-v-c4d6d6ea]{display:none;z-index:10;position:absolute;top:20px;left:0}.vc-gradient-picker .vc-degree-input__panel .vc-degree-input__disk[data-v-c4d6d6ea]{padding:4px;background-color:#f1f1f1;box-shadow:0 0 2px #00000029,0 1px 8px #0000000f,0 4px 12px #00000014;border-radius:4px;display:flex;justify-content:center;align-items:center;position:relative;transform:translate(0)}.vc-gradient-picker .vc-picker-degree-input[data-v-c4d6d6ea]{margin-left:8px}.vc-colorpicker[data-v-0492277d]{position:relative;box-sizing:border-box;border-radius:3px;box-shadow:0 0 10px #00000026;-webkit-user-select:none;user-select:none;width:276px;z-index:10000}.vc-colorpicker *[data-v-0492277d]{outline:none;line-height:1}.vc-colorpicker--container[data-v-0492277d]{padding:16px}.vc-colorpicker--tabs[data-v-0492277d]{padding:2px;background:#f6f7f9;border-radius:6px;position:relative;margin-bottom:12px}.vc-colorpicker--tabs__inner[data-v-0492277d]{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:0;background:#f6f7f9;border-bottom:none;position:relative;box-sizing:border-box}.vc-colorpicker--tabs__btn[data-v-0492277d]{-ms-flex:1;flex:1;z-index:2;color:#636c78;font-size:14px;border-radius:4px;cursor:pointer}.vc-colorpicker--tabs__btn.vc-btn-active[data-v-0492277d]{color:#33383e;font-weight:600}.vc-colorpicker--tabs__btn button[data-v-0492277d]{width:100%;background-color:initial;padding:6px 0;font-size:14px;line-height:20px;color:#636c78;border:0;border-radius:0;outline:0;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;font-weight:inherit}.vc-colorpicker--tabs__btn button .vc-btn__content[data-v-0492277d]{position:relative;white-space:nowrap}.vc-colorpicker--tabs__bg[data-v-0492277d]{position:absolute;top:0;bottom:0;background:#fff;box-shadow:0 1px 4px #0000001f;border-radius:4px;z-index:1;transition:left .2s ease-in-out}.vc-colorpicker.black[data-v-0492277d]{background-color:#000;color:#fff}.vc-colorpicker.white[data-v-0492277d]{background-color:#fff;color:#333}.vc-color-wrap[data-v-354ca836]{margin-right:10px;width:50px;height:24px;box-shadow:3px 0 5px #00000014;position:relative;cursor:pointer;overflow:hidden;display:inline-block;vertical-align:middle}.vc-color-wrap.transparent[data-v-354ca836]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-repeat:repeat}.vc-color-wrap.round[data-v-354ca836]{width:22px;height:22px;border-radius:50%;border:1px solid #d8d8d8}.vc-color-wrap .current-color[data-v-354ca836]{width:100%;height:100%}.vc-color-extra[data-v-354ca836]{margin-top:10px}.vc-color-wrap{width:150px!important;height:150px!important;margin:0 auto!important}.bg-save-btn{margin-top:10px;width:100%;text-align:center;justify-content:center}.vc-colorpicker--tabs__btn button{justify-content:center}
