@charset "UTF-8";.import-content-cancel-prompt__title{padding:calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 3) var(--spacing-unit);color:var(--font-color);font-size:var(--typography-h4);font-weight:700}.import-content-cancel-prompt__content{color:var(--font-color);min-width:300px}.import-content-cancel-prompt__actions{padding:calc(var(--spacing-unit) * 3) calc(var(--spacing-unit) * 3)}.import-content-cancel-prompt__icon.MuiButtonBase-root{position:absolute;right:8px;top:8px}.import-content-cancel-prompt__icon.MuiButtonBase-root .MuiSvgIcon-root{color:var(--grey-3)}.import-content-buttons{display:flex;justify-content:end;padding-top:15px}.import-content-buttons .button{padding-left:30px;padding-right:30px;margin-left:15px}.import-content-buttons .alert .button{background-color:var(--primary-background)}/*!
* Cropper.js v1.6.2
* https://fengyuanchen.github.io/cropperjs
*
* Copyright 2015-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2024-04-21T07:43:02.731Z
*/.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-wrap-box,.cropper-canvas{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:calc(100% / 3);left:0;top:calc(100% / 3);width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:calc(100% / 3);top:0;width:calc(100% / 3)}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:before,.cropper-center:after{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width: 768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width: 992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width: 1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.import-content__content-editor__label-validation{width:100%;margin-top:20px}.import-content__content-editor__label-validation__label{margin-bottom:10px}.import-content__content-editor__label-validation__label__info-label{font-size:var(--typography-tiny);display:flex;align-items:center}.import-content__content-editor__label-validation__label__info-label svg{margin-left:5px}.import-content__content-editor__image-uploader__image{height:100%;width:100%;object-fit:contain;object-position:center}.import-content__content-editor__text-field .textfield-container__mui-control textarea{padding:15px}.import-content__content-editor__date-picker__modal .MuiMultiSectionDigitalClockSection-root,.import-content__content-editor__date-picker__modal .MuiDateCalendar-root,.import-content__content-editor__date-picker__modal .MuiPickersDay-root{color:var(--font-color)}.import-content__content-editor__date-picker__modal .Mui-selected{color:var(--white)}.import-content__content-editor .image-upload-cropper__container{background:var(--app-background-inset)}.import-content__content-editor .image-upload-cropper .image-upload--image-empty{background:var(--app-background-inset);justify-content:center;display:flex;align-items:center;height:100%}.import-content__content-editor .select--is-disabled .select__control--is-disabled .select__input-container .select__input,.import-content__content-editor .select--is-disabled .select__input,.import-content__content-editor .select__single-value--is-disabled,.import-content__content-editor .select__single-value--is-disabled .typography{color:var(--font-disabled)!important}.import-content__content-editor .chip-textfield__container,.import-content__content-editor .geography-select{background:var(--app-background-inset)}.import-content__content-editor .chip-textfield__container__placeholder,.import-content__content-editor .geography-select__placeholder{font-size:var(--typography-small)}.import-content__content-editor__date-picker{background-color:var(--app-background-inset);color:var(--font-color);border:1px solid var(--border-foreground);border-radius:4px}.import-content__content-editor__date-picker .MuiInputBase-root{font-size:var(--typography-body)}.import-content__content-editor__date-picker .MuiInputBase-root input{padding:8.5px 14px}.import-content__content-editor__date-picker .MuiInputAdornment-root{margin-right:15px}.import-content__content-editor__date-picker .MuiFormControl-root{width:100%}.import-content__content-editor .MuiOutlinedInput-notchedOutline,.import-content__content-editor .chip-textfield__container{border-color:--border-foreground}.import-content__content-editor .flex{align-items:baseline}.import-content__content-editor .flex>div{width:50%;align-items:baseline}.import-content__content-editor .flex>div:first-child{margin-right:20px}.import-content__content-editor .flex>div .no-margin-top{margin-top:0}.import-content-stepper__progress-loader{padding:20px 0 0}.import-content-stepper{--import-content-stepper-number-hover: hsl(var(--primary-color-h), var(--primary-color-s), calc(var(--primary-color-l) - 7%));--import-content-stepper-number-disabled: hsl(var(--grey-1-h), var(--grey-1-s), calc(var(--grey-1-l) - 8%));display:flex;flex-direction:column}.import-content-stepper__numbers{display:flex}.import-content-stepper__numbers__number{border-radius:100px;background-color:var(--grey-9);border:1px solid var(--grey-9);color:var(--white);padding:6px 10px;margin-right:10px;transition:.5s all ease-in-out;cursor:pointer;height:22px;width:15px;display:flex;align-items:center;justify-content:center}.import-content-stepper__numbers__number:hover{border:1px solid var(--import-content-stepper-number-hover)}.import-content-stepper__numbers__number--active{background-color:var(--primary-color);border:1px solid var(--primary-color);cursor:default}.import-content-stepper__numbers__number--disabled{background-color:var(--import-content-stepper-number-disabled);border:1px solid var(--import-content-stepper-number-disabled);cursor:default;display:flex;align-items:center}.import-content-stepper__numbers__number--disabled svg{width:18px}.import-content-stepper__numbers__number--disabled:hover{border-color:transparent}.theme--light .import-content-stepper{--import-content-stepper-number-hover: hsl(var(--primary-color-h), var(--primary-color-s), calc(var(--primary-color-l) + 4%))}.url-text-field textarea{padding:10px}.url-field-wrapper .bottom{margin-top:20px}@media only screen and (min-width: 577px){.url-field-wrapper .bottom{display:flex;justify-content:space-between}}.url-field-wrapper .bottom .button{padding-left:30px;padding-right:30px}.import-content{padding-bottom:150px}@media (min-width: 577px){.import-content{padding-right:60px;padding-left:60px}}@media (min-width: 1200px){.import-content{padding-right:unset;padding-left:unset}}.import-content__section-body{padding-top:calc(var(--spacing-unit) * 2.5);padding-left:10px;padding-right:10px}.import-content__section-body__label{margin-bottom:var(--spacing-unit);font-size:var(--typography-body)}.import-content__section-body__textfield .MuiInputBase-input{font-size:var(--typography-body)}.import-content__section-body .MuiOutlinedInput-root:not(.Mui-focused):hover .MuiOutlinedInput-notchedOutline{border-color:var(--border-hover)}.import-content__section-body .MuiOutlinedInput-notchedOutline{border:1px solid var(--border-foreground)}.import-content__section-body .MuiFormControl-marginDense{margin:unset}.import-content__section-body .select__control{background-color:var(--app-background)}.import-content__section-body .select__control--is-focused{box-shadow:0 0 var(--border-hover)}.import-content__section-body .select__menu{background-color:var(--app-background)}.import-content__section-body .select__dropdown-indicator{color:var(--font-light)}.import-content--error .empty-state{height:95vh;margin:auto}.import-content .intro .typography{margin-bottom:5px}.import-content .intro .title{font-size:var(--typography-large)}.activities-table-select{display:flex;box-sizing:border-box;background-color:var(--app-background-inset);width:100%}.activities-table-select .select__control{background-color:var(--app-background)!important}.activities-table-select .select__value-container{line-height:1rem}.column-benchmark{display:flex;flex-direction:column;align-items:flex-end}.column-benchmark__current{font-weight:var(--weight-bold);color:var(--font-color);font-size:var(--typography-extra-large)}.column-benchmark__previous{display:flex;justify-content:flex-end;font-size:var(--typography-small);color:var(--font-light)}.column-benchmark__previous__arrow{color:var(--font-light)}.column-benchmark__previous__arrow--green{color:var(--green-1)}.column-benchmark__previous__arrow--red{color:var(--red-1)}.column-benchmark__previous__amount{margin-left:4px}.column-benchmark__previous-label{color:var(--font-light);font-size:var(--typography-small)}.benchmark-column-header--align-right{text-align:right}.full-data-grid-loader{display:flex;align-items:center;justify-content:stretch;padding:calc(var(--spacing-unit) * 2);box-sizing:border-box;width:100%}.full-data-grid-loader .MuiLinearProgress-root{width:100%}.partial-data-grid-loader{display:flex;justify-content:stretch;padding:0;box-sizing:border-box;width:100%;height:100%;align-items:flex-end}.partial-data-grid-loader .MuiLinearProgress-root{width:100%}.recipients-activities-table{display:flex}.recipients-activities-table .MuiDataGrid-root{--DataGrid-containerBackground: transparent;--DataGrid-pinnedBackground: transparent}.recipients-activities-table .select__control{background-color:var(--app-background-inset);border-color:var(--border-foreground);color:var(--font-color);flex-wrap:nowrap}.recipients-activities-table .select__control .select__multi-value{background-color:var(--primary-color);color:var(--white);padding:1px 2px 2px 4px}.recipients-activities-table .select__control .select__multi-value__label{color:var(--white);font-weight:var(--weight-regular)}.recipients-activities-table .select__control .select__multi-value__remove:hover{background-color:transparent}.recipients-activities-table .select__control .select__multi-value__remove svg{color:var(--white)}.recipients-activities-table .select__value-container .css-b8ldur-Input{color:var(--font-color)}.recipients-activities-table .select__menu{background-color:var(--app-background-inset);border-color:var(--border-foreground);color:var(--font-color);z-index:2}.recipients-activities-table .select__menu .select__option--is-focused:not(.select__option--is-selected){background-color:hsl(var(--app-background-inset-h),var(--app-background-inset-s),calc(var(--app-background-inset-l) - 2%));color:var(--font-color)}.recipients-activities-table .select__menu .select__menu-list{background-color:var(--app-background);color:var(--font-color);border-color:var(--font-color)}.resend-report-modal{display:flex;justify-content:center;align-items:center}.resend-report-modal__content{padding:calc(var(--spacing-unit) * 4);background-color:var(--app-background);border-radius:var(--border-radius);max-width:800px}.report-activities-table{display:flex}.report-activities-table .MuiDataGrid-root{--DataGrid-containerBackground: transparent;--DataGrid-pinnedBackground: transparent}.report-activities-table .select__control{background-color:var(--app-background-inset);border-color:var(--border-foreground);color:var(--font-color);flex-wrap:nowrap}.report-activities-table .select__control .select__multi-value{background-color:var(--primary-color);color:var(--white);padding:1px 2px 2px 4px}.report-activities-table .select__control .select__multi-value__label{color:var(--white);font-weight:var(--weight-regular)}.report-activities-table .select__control .select__multi-value__remove:hover{background-color:transparent}.report-activities-table .select__control .select__multi-value__remove svg{color:var(--white)}.report-activities-table .select__value-container .css-b8ldur-Input{color:var(--font-color)}.report-activities-table .select__menu{background-color:var(--app-background-inset);border-color:var(--border-foreground);color:var(--font-color);z-index:2}.report-activities-table .select__menu .select__option--is-focused:not(.select__option--is-selected){background-color:hsl(var(--app-background-inset-h),var(--app-background-inset-s),calc(var(--app-background-inset-l) - 2%));color:var(--font-color)}.report-activities-table .select__menu .select__menu-list{background-color:var(--app-background);color:var(--font-color);border-color:var(--font-color)}.reports-activity-chart{display:flex;flex-direction:column}.reports-activity-chart__header{font-size:var(--typography-extra-large);font-weight:var(--weight-bold)}.reports-activity-chart__content{height:350px}.reports-activity-chart__metric-options{display:flex;align-items:center;justify-content:center;width:100%;margin-top:calc(var(--spacing-unit) * 2);flex-wrap:wrap}.reports-activity-chart__metric-options .select-container{width:140px;min-width:unset}.reports-activity-chart__metric-options .select-container .select__control{background-color:var(--app-background)}.reports-activity-chart__metric-options .select-container div[class*=css-]{z-index:2}.reports-activity-chart__metric-options .select__menu{background-color:var(--app-background)}.reports-activity-chart__metric-options__left-option__start-adornment,.reports-activity-chart__metric-options__right-option__start-adornment{width:15px;height:15px;margin-left:var(--spacing-unit);border-radius:50%}.reports-activity-chart__metric-options__left-option__start-adornment{background-color:var(--chart-blue)}.reports-activity-chart__metric-options__right-option__start-adornment{background-color:var(--chart-orange)}.reports-activity-chart__metric-options__label{display:flex;justify-content:center;align-items:center;margin:0 var(--spacing-unit)}.activity-stream{display:flex;flex-direction:column;height:100%}.activity-stream__header{display:flex;justify-content:space-between;align-items:center;padding:calc(var(--spacing-unit) * .8);border-bottom:1px solid var(--border-foreground);box-sizing:border-box}.activity-stream__header__toggle-visibility-button .MuiTouchRipple-root{color:var(--icon-foreground)}.activity-stream__header__toggle-visibility-button .icon-button{border-radius:3px}.activity-stream__header__toggle-visibility-button .icon-button svg{height:22px;width:22px}.activity-stream__header__label{padding:var(--spacing-unit) 0 var(--spacing-unit) var(--spacing-unit);white-space:nowrap;font-size:1rem}.activity-stream__body{flex-grow:1;display:flex}.activity-stream .icon-button svg{color:var(--icon-foreground)}.activity-stream-search-panel{width:100vw;height:100%;display:flex;flex-direction:column}@media (min-width: 577px){.activity-stream-search-panel{width:300px}}.activity-stream-search{padding:calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 2)}.activity-stream-search .MuiInputBase-root{background-color:var(--app-background-inset)}.activity-stream-list{display:flex;flex-grow:1;flex-direction:column}.activity-stream-list__no-items-found{position:relative;height:500px;padding:calc(var(--spacing-unit) * 2)}.activity-stream-list__no-items-found__content{position:absolute;top:50%;left:50%;transform:translate(-50%) translateY(-50%);text-align:center}.activity-stream-list__no-items-found__content img{width:100%}.activity-stream-list-item{border-bottom:1px solid var(--border-foreground);padding:calc(var(--spacing-unit) * 2);box-sizing:border-box}.activity-stream-list-item__header{display:flex;align-items:center}.activity-stream-list-item__header>:first-child{flex-grow:1;margin-right:var(--spacing-unit)}.activity-stream-list-item__header .icon-button svg{height:16px;width:16px}.activity-stream-list-item__body{display:flex;flex-direction:column}.activity-stream-list-item__body__row{display:flex;align-items:center;margin-top:calc(var(--spacing-unit) * .5)}.activity-stream-list-item__body__row>:first-child{width:65px;flex-shrink:0}.activity-stream-list-item__body__row__link{display:flex;align-items:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.activity-stream-list-item__body__row__link>a{color:var(--primary-color);text-overflow:ellipsis;overflow:hidden}.activity-data-grid{border:unset;color:var(--font-color)}.activity-data-grid .MuiDataGrid-columnHeader:focus,.activity-data-grid .MuiDataGrid-columnHeader:focus-within,.activity-data-grid .MuiDataGrid-cell:focus,.activity-data-grid .MuiDataGrid-cell:focus-within{outline:none!important}.activity-data-grid .MuiIconButton-root{height:30px;width:30px}.activity-data-grid svg{color:var(--icon-foreground)}.activity-data-grid .MuiDataGrid-columnHeaderTitleContainerContent *{line-height:1.25rem!important}.activity-data-grid .MuiTablePagination-root{color:var(--font-color)}.activity-data-grid .MuiDataGrid-pinnedColumnHeaders,.activity-data-grid .MuiDataGrid-pinnedColumns{background-color:var(--app-background)}.activity-data-grid .MuiDataGrid-detailPanel{background-color:var(--app-background);box-sizing:border-box;padding:0 0 0 calc(var(--spacing-unit) * 8)}.activity-data-grid .MuiDataGrid-detailPanel .nested-table,.activity-data-grid .MuiDataGrid-detailPanel .nested-table .MuiDataGrid-pinnedColumnHeaders,.activity-data-grid .MuiDataGrid-detailPanel .nested-table .MuiDataGrid-pinnedColumns,.activity-data-grid .MuiDataGrid-row:hover{background-color:var(--app-background-inset-2)}.activity-data-grid .MuiDataGrid-row:hover .MuiDataGrid-cell--pinnedLeft{background-color:var(--app-background-inset-2)!important}.activity-data-grid .MuiDataGrid-iconSeparator{visibility:hidden;display:none}.activity-data-grid .MuiDataGrid-withBorderColor{border-color:var(--border-foreground)}.activity-data-grid .MuiDataGrid-columnHeader{border-bottom:1px solid var(--border-foreground);border-right:1px solid var(--border-foreground)}.activity-data-grid .MuiDataGrid-columnHeaderTitleContainer{border:unset!important}.activity-data-grid .MuiDataGrid-cell{border-bottom:1px solid var(--border-foreground);border-right:1px solid var(--border-foreground)}.activity-data-grid .MuiDataGrid-virtualScroller::-webkit-scrollbar{width:6px;height:0px;scrollbar-width:thin}.activity-data-grid .MuiDataGrid-pinnedColumnHeaders,.activity-data-grid .MuiDataGrid-pinnedColumns{box-shadow:none}.report-activity-table,.recipient-activity-table{margin-left:calc(var(--spacing-unit) * -1.9)}.reports-activity{box-sizing:border-box;display:flex;flex-direction:column;height:100%}.reports-activity__header{background-color:var(--app-background);border-bottom:1px solid var(--border-foreground);padding:calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 1) calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 2)}@media (min-width: 577px){.reports-activity__header{padding:calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 4)}}.reports-activity__body{position:relative;display:flex;flex-grow:1;background-color:var(--app-background-inset)}.reports-activity__body .empty-state{background-color:var(--app-background);position:absolute;top:0;left:0;width:100%;height:100%;z-index:5}.reports-activity__body__content{box-sizing:border-box;padding:calc(var(--spacing-unit) * 2)}.reports-activity__body__content__overview-panel{border-radius:4px 4px 0 0;border-width:1px 1px 0px 1px;border-style:solid;border-color:var(--border-foreground);background-color:var(--app-background);padding:calc(var(--spacing-unit) * 2.5)}.reports-activity__body__content__activity-table-panel{border-radius:0 0 4px 4px;border:1px solid var(--border-foreground);background-color:var(--app-background)}.reports-activity__body__activity-stream-panel{background-color:var(--app-background);border-left:1px solid var(--border-foreground)}body{--font-family: Roboto, "IBM Plex Sans", sans-serif;--typography-h1: 1.75rem;--typography-h2: 1.5rem;--typography-h3: 1.25rem;--typography-h4: 1.25rem;--typography-h5: 1.125rem;--typography-h6: .875rem;--typography-large: 1rem;--typography-body: .8125rem;--typography-small: .75rem;--typography-tiny: .55rem;--typography-extra-tiny: .625rem;--typography-icon-lg: 1.75rem;--typography-icon-md: 1.25rem;--typography-icon-sm: .875rem;--typography-icon-xs: .5rem;--weight-bolder: 800;--weight-bold: 700;--weight-semi: 500;--weight-regular: 400;--weight-light: 300}h1{font-size:var(--typography-h1);font-weight:var(--weight-bold);color:var(--font-color)}h2{font-size:var(--typography-h2)}h3{font-size:var(--typography-h3)}h1,h2,h3{color:var(--font-heading-color);margin:10px 0}h4{font-size:var(--typography-h4)}h5{font-size:var(--typography-h5)}h6{font-size:var(--typography-h6)}body{font-size:var(--typography-body)}.typography--h1{font-size:var(--typography-h1)}.typography--h2{font-size:var(--typography-h2)}.typography--h3{font-size:var(--typography-h3)}.typography--h4{font-size:var(--typography-h4);font-weight:var(--weight-bold)}.typography--h6{font-size:var(--typography-body)}.typography--subtitle{font-size:var(--typography-body);font-weight:var(--weight-regular);color:var(--font-light)}.typography--row-group{font-size:var(--typography-body);color:var(--font-color);font-weight:var(--weight-regular)}.typography--row-group>a{color:var(--font-color)}.typography--row-link{line-height:1}.typography--row-link>a{font-size:var(--typography-body);color:var(--font-color);font-weight:var(--weight-regular);cursor:pointer;line-height:1}.typography--v{height:100%;display:flex}.typography--v-top{align-content:flex-start;align-items:flex-start}.typography--v-bottom{align-content:flex-end;align-items:flex-end}.typography--v-center{align-content:center;align-items:center}.typography--disabled{color:var(--grey-5)}.typography--bold{font-weight:var(--weight-bold)}.typography--italic{font-style:italic}.typography--ellipse{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.typography--uppercase{text-transform:uppercase}b{font-weight:var(--weight-bold)}.heading-colour{color:var(--font-heading-color)}.heading-colour__highlight{background-color:var(--keyword-highlight-color);color:inherit}body,:root{--spacing-unit: 8px;--drawer-width: 240px;--drawer-width-collapsed: 56px;--overlay-transparency: .55;--border-radius: 3px;--black: #000000;--white: #ffffff;--grey-0: #f8f9fa;--grey-0-h: 210;--grey-0-s: 16.666667%;--grey-0-l: 97.647059%;--grey-1: #f2f5f7;--grey-1-h: 204;--grey-1-s: 23.8095238095%;--grey-1-l: 95.8823529412%;--grey-2: hsl(var(--grey-1-h), var(--grey-1-s), calc(var(--grey-1-l) - 1.5%));--grey-2-h: 205.71;--grey-2-s: 24.14%;--grey-2-l: 94.31%;--grey-3: hsl(var(--grey-1-h), var(--grey-1-s), calc(var(--grey-1-l) - 33%));--grey-4: #8493a6;--grey-5: #838395;--grey-5-h: 240;--grey-5-s: 7.8260869565%;--grey-5-l: 54.9019607843%;--grey-9: #2b4265;--red-1: #f44336;--red-1-h: 4.1052631579;--red-1-s: 89.6226415094%;--red-1-l: 58.431372549%;--red-2: #d43a45;--green-1: #4caf50;--green-1-h: 122.4242424242;--green-1-s: 39.4422310757%;--green-1-l: 49.2156862745%;--green-2: #3f9654;--yellow-1: #ff9800;--yellow-1-h: 35.764706;--yellow-1-s: 100%;--yellow-1-l: 50%;--yellow-2: #cc8000;--purple-1: #b270db;--purple-1-h: 277.009346;--purple-1-s: 59.776536%;--purple-1-l: 64.901961%;--purple-2: #7775e2;--purple-2-h: 241.100917;--purple-2-s: 65.269461%;--purple-2-l: 67.254902%;--chart-blue: #1786d1;--chart-yellow: #ffc119;--chart-orange: #ff8745;--chart-teal: #14b1c3;--chart-pink: #f55aa2;--chart-purple-light: var(--purple-1);--chart-purple-heavy: var(--purple-2);--chart-red-pink: #ff6158;--chart-aqua: #06b4e8;--positive: #2e9992;--neutral: #aaafb5;--negative: #da3763;--mixed: #bbdbfc;--font-color: #2b4265;--font-light: #8493a6;--font-disabled: #b9c3d0;--font-heading-color: #2b4265;--primary-color: #005cdd;--primary-color-h: 215.022624;--primary-color-s: 100%;--primary-color-l: 43.333333%;--primary-background: var(--primary-color);--primary-foreground: var(--white);--primary-background-hover: hsl(var(--primary-color-h), var(--primary-color-s), calc(var(--primary-color-l) - 7%));--primary-foreground-hover: var(--white);--primary-foreground-disabled: rgba(255, 255, 255, .65);--primary-background-disabled: var(--grey-5);--secondary-background: var(--grey-5);--secondary-foreground: var(--white);--secondary-background-hover: hsl(var(--grey-5-h), var(--grey-5-s), calc(var(--grey-5-l) - 7%));--secondary-foreground-hover: var(--white);--secondary-foreground-disabled: rgba(255, 255, 255, .65);--secondary-background-disabled: hsl(var(--grey-5-h), var(--grey-5-s), calc(var(--grey-5-l) - 20%));--error-background: var(--red-1);--error-foreground: var(--white);--error-background-hover: hsl(var(--red-1-h), var(--red-1-s), calc(var(--red-1-l) - 7%));--error-foreground-hover: var(--white);--error-foreground-disabled: rgba(255, 255, 255, .65);--error-background-disabled: hsl(var(--red-1-h), var(--red-1-s), calc(var(--red-1-l) - 20%));--default-background: var(--grey-0);--default-foreground: hsl(var(--grey-5-h), var(--grey-5-s), calc(var(--grey-5-l) - 15%));--default-background-hover: rgba(0, 0, 0, .2);--default-foreground-hover: var(--white);--default-foreground-disabled: hsl(var(--grey-1-h), var(--grey-1-s), calc(var(--grey-1-l) + 1.5%));--default-background-disabled: hsl(var(--grey-5-h), var(--grey-5-s), calc(var(--grey-5-l) + 3%));--confirm-background: var(--green-1);--confirm-foreground: var(--white);--confirm-background-hover: hsl(var(--green-1-h), var(--green-1-s), calc(var(--green-1-l) - 7%));--confirm-foreground-hover: var(--white);--confirm-foreground-disabled: rgba(255, 255, 255, .65);--confirm-background-disabled: hsl(var(--green-1-h), var(--green-1-s), calc(var(--green-1-l) - 20%));--warning-background: var(--yellow-1);--warning-foreground: var(--white);--warning-background-hover: hsl(var(--yellow-1-h), var(--yellow-1-s), calc(var(--yellow-1-l) - 7%));--warning-foreground-hover: var(--white);--warning-foreground-disabled: rgba(255, 255, 255, .65);--warning-background-disabled: hsl(var(--yellow-1-h), var(--yellow-1-s), calc(var(--yellow-1-l) - 20%));--disabled-background: var(--grey-5);--disabled-foreground: var(--white);--disabled-background-hover: hsl(var(--grey-5-h), var(--grey-5-s), calc(var(--grey-5-l) - 7%));--disabled-foreground-hover: var(--white);--disabled-foreground-disabled: rgba(255, 255, 255, .65);--disabled-background-disabled: hsl(var(--grey-5-h), var(--grey-5-s), calc(var(--grey-5-l) - 20%));--table-toolbar-background: var(--white);--table-toolbar-background-active: rgb(250, 224, 233);--table-toolbar-foreground-active: rgb(220, 0, 78);--textarea-background: var(--white);--textarea-color: var(--black);--code-mirror-keyword: var(--purple-2);--overlay: rgba(0, 0, 0, .75);--icon-foreground: var(--font-light);--border-foreground: #e2e5e7;--border-foreground-h: 204;--border-foreground-s: 9.43%;--border-foreground-l: 89.61%;--border-hover: rgba(0, 0, 0, .2);--border-focus: #1976d2;--drawer-background: var(--white);--field-background: var(--grey-2);--form-background: var(--white);--app-background: var(--white);--app-background-inset: var(--grey-1);--app-background-inset-hover: hsl(var(--grey-1-h), var(--grey-1-s), calc(var(--grey-1-l) - 3%));--form-label: var(--grey-5);--media-item-selected: var(--grey-0);--media-item-selected-h: 210;--media-item-selected-s: 16.67%;--media-item-selected-l: 97.4%;--media-item-hover: hsl(var(--media-item-selected-h), var(--media-item-selected-s), calc(var(--media-item-selected-l) - 1%));--border-foreground-light: hsl(var(--border-foreground-h), var(--border-foreground-s), calc(var(--border-foreground-l) + 3%));--container-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--keyword-highlight-color: #e1ebf9;--tooltip-background-color: var(--font-light);--tooltip-text-color: var(--app-background);--twitter-embed-background: var(--white);--twitter-embed-background-hover: #f7f9f9;--twitter-font-color-blue: rgb(0, 111, 214);--twitter-font-color-grey: rgb(83, 100, 113);--twitter-icon-pink: rgb(249, 24, 128);--twitter-icon-background-pink: rgb(249, 24, 128, .1);--twitter-icon-blue: rgb(29, 155, 240);--twitter-icon-background-blue: rgb(29, 155, 240, .1);--twitter-icon-green: rgb(0, 186, 124);--twitter-icon-background-green: rgb(0, 186, 124, .1)}.form-control-label{white-space:nowrap}.clickable{cursor:pointer}.full-width{width:100%}pre,code{font-family:Courier New,Courier,monospace}.hidden{display:none}hr,.MuiDivider-root{border-color:var(--border-foreground)}.ellipse-parent{overflow:hidden}.MuiTooltip-tooltipArrow{background-color:var(--tooltip-background-color);color:var(--tooltip-text-color)}.MuiTooltip-arrow{color:var(--font-light)}.MuiPaper-root{background-color:var(--app-background)}.disable-selection{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.MuiInputBase-input{color:var(--font-color)}.MuiInputBase-input::placeholder{color:var(--font-light);opacity:1}.MuiInputBase-input.Mui-disabled{-webkit-text-fill-color:var(--font-disabled);color:var(--font-disabled)}.MuiOutlinedInput-root:not(.Mui-focused):hover .MuiOutlinedInput-notchedOutline{border-color:var(--border-foreground)}.flex{display:flex}.flex--wrap{flex-wrap:wrap}.flex-layout{display:flex;flex-direction:column;height:100%;width:100%;box-sizing:border-box}.flex-layout .pad-container{padding-left:calc(var(--spacing-unit) * 5);padding-right:calc(var(--spacing-unit) * 5)}.flex-layout .pad-container:first-child{padding-top:calc(var(--spacing-unit) * 3);box-sizing:border-box}.flex-layout .pad-container:last-child{padding-bottom:calc(var(--spacing-unit) * 3);box-sizing:border-box}.flex-layout .pad-container--toolbar{padding:15px 30px 30px 0}.flex-layout--row{flex-direction:row}.flex-layout--pad-content>.flex-layout__header,.flex-layout--pad-content>.flex-layout__content{padding-left:calc(var(--spacing-unit) * 5);padding-right:calc(var(--spacing-unit) * 5)}.flex-layout--pad-content>.flex-layout__header:first-child,.flex-layout--pad-content>.flex-layout__content:first-child{padding-top:calc(var(--spacing-unit) * 3);box-sizing:border-box}.flex-layout--pad-content>.flex-layout__header:last-child,.flex-layout--pad-content>.flex-layout__content:last-child{padding-bottom:calc(var(--spacing-unit) * 3);box-sizing:border-box}.flex-layout>.divider{margin:calc(var(--spacing-unit) * 2) 0}.flex-layout__header{margin-bottom:calc(var(--spacing-unit) * 4)}.flex-layout__content:not(:last-child){margin-bottom:calc(var(--spacing-unit) * 2)}.flex-layout__content--fill{flex-grow:1;height:100%}.flex-layout__content--border-bottom{border-style:solid;border-width:0 0 1px 0;border-color:var(--border-foreground)}.flex-layout__content--border-top{border-style:solid;border-width:1px 0 0 0;border-color:var(--border-foreground)}.flex-layout__content--center{display:flex;justify-content:center;align-items:center}.flex-layout__footer{margin-top:calc(var(--spacing-unit) * 3)}.fade{transition-timing-function:cubic-bezier(.25,.1,.25,1)}.fade-enter{animation:fade-in .225s forwards}.fade-exit{animation:fade-out .225s forwards}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.slide-right{transition-timing-function:cubic-bezier(.25,.1,.25,1);transform-origin:100% 50%}.slide-right-enter{animation:slide-in-from-right .255s forwards}.slide-right-exit{animation:slide-out-from-right .255s forwards}@keyframes slide-in-from-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slide-out-from-right{0%{transform:translate(0)}to{transform:translate(100%)}}.slide-left{transition-timing-function:cubic-bezier(.25,.1,.25,1);transform-origin:100% 50%}.slide-left-enter{animation:slide-in-from-left .255s forwards}.slide-left-exit{animation:slide-out-from-left .255s forwards}@keyframes slide-in-from-left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slide-out-from-left{0%{transform:translate(0)}to{transform:translate(-100%)}}.grow{transition-timing-function:cubic-bezier(.25,.1,.25,1);transform-origin:50% 100%}.grow-enter{animation:grow-in .255s forwards}.grow-exit{animation:grow-out .255s forwards}@keyframes grow-in{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes grow-out{0%{transform:scaleY(1)}to{transform:scaleY(0)}}.supplier-badge{display:inline-flex}.supplier-badge__img{height:16px;width:auto}.social-engagement__engagement__content,.social-engagement__audience__content{align-items:center;display:flex;cursor:pointer;color:var(--font-light)}.social-engagement__engagement__content svg,.social-engagement__audience__content svg{width:16px;height:auto;margin-right:5px}.social-engagement__engagement__tooltip,.social-engagement__audience__tooltip{padding:11px 6px;font-size:var(--typography-body)}.social-engagement__engagement__tooltip__entry,.social-engagement__audience__tooltip__entry{font-size:var(--typography-body)}.social-engagement__engagement__tooltip__entry:not(:last-child),.social-engagement__audience__tooltip__entry:not(:last-child){margin-bottom:8px}.social-engagement__engagement__tooltip__source,.social-engagement__audience__tooltip__source{color:hsl(var(--font-light-h),var(--font-light-s),calc(var(--font-light-l) + 20%));font-size:var(--typography-tiny);margin-top:8px}.media-item-list{display:flex;flex-direction:column;flex-shrink:0;width:100%;height:100%;flex:1}.media-item-list--small .checkable-selection-toolbar__tools--collapsed{display:block}.media-item-list--small .checkable-selection-toolbar__tools--expanded{display:none}.media-item-list--small .checkable-selection-toolbar__tools--expanded .MuiButtonBase-root{padding:8px;height:36px;width:36px}@media only screen and (min-width: 577px){.media-item-list{border-width:0px 1px 0px 0px;border-color:var(--border-foreground);border-style:solid}}.media-item-list__list-container,.media-item-list__item-container{flex-direction:column;border-width:0}.media-item-list__empty{padding:calc(var(--spacing-unit) * 2)}.media-item-list__load-more-container{display:flex;justify-content:center;padding:calc(var(--spacing-unit) * 1.5) 0;border-style:solid;border-color:var(--border-foreground);border-width:0 0 1px 0}.media-item-list__load-more-container__button__content{display:flex;align-items:center;color:var(--primary-color)}.media-item-list__load-more-container__button__content__circular-progress{color:var(--primary-color);margin-right:var(--spacing-unit)}.media-item-list__list-footer{display:flex;flex-direction:column;align-items:center;text-align:center;margin:calc(var(--spacing-unit) * 3) 0}.media-item-list__list-footer>svg{font-size:30px;color:var(--primary-color)}.media-item-list__list-footer__message{margin-top:var(--spacing-unit)}.media-item-list-item{display:flex;border-color:var(--border-foreground);border-style:solid;border-width:0px 0px 1px 0px;outline:none;padding:calc(var(--spacing-unit) * 3) calc(var(--spacing-unit) * 3) calc(var(--spacing-unit) * 3) calc(var(--spacing-unit) * 2)}.media-item-list-item>:not(:first-child){margin-left:10px}.media-item-list-item__headlineWrapper{display:flex;justify-content:space-between}.media-item-list-item__headlineWrapper__info_card_hover{align-items:center}.media-item-list-item__without_controls__wrapper__headlineWrapper{overflow:hidden;display:flex;align-items:center;justify-content:space-between}.media-item-list-item__with_controls{height:20px;position:relative}.media-item-list-item__with_controls .media-toolbar__tools--expanded{visibility:hidden;position:absolute;top:-9px;right:-10px}.media-item-list-item__with_controls__wrapper__headlineWrapper{overflow:hidden;display:flex;align-items:center;justify-content:space-between}.media-item-list-item__with_controls__wrapper__headlineWrapper__info-card-hover{display:block;max-width:90%}.media-item-list-item__with_controls__wrapper__headlineWrapper__info-card-hover.channel-info-card-hover{min-width:0}.media-item-list-item__with_controls__wrapper__headlineWrapper__date{flex:0 0 auto;margin-left:10px}.media-item-list-item .sentiment__color__single{width:13px;height:13px}.media-item-list-item .sentiment__color__right,.media-item-list-item .sentiment__color__left{width:6.5px;height:13px}.media-item-list-item .sentiment__color{margin-left:10px;margin-bottom:1px}.media-item-list-item__content{display:flex;flex:1;flex-direction:column;min-width:0}.media-item-list-item__content__title>:not(:first-child){margin-left:3px}.media-item-list-item__content__title--without-summary,.media-item-list-item__content__summary{white-space:unset;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.media-item-list-item__content__sentiment__tooltip{font-size:var(--typography-body);padding:11px 6px}.media-item-list-item__content .media-item-list-item__content__bottom-row{display:flex;align-items:center;flex-wrap:wrap}.media-item-list-item__content .media-item-list-item__content__bottom-row__social-engagement{margin-top:5px;display:flex;flex-wrap:wrap}.media-item-list-item__content .media-item-list-item__content__bottom-row__social-engagement__audience,.media-item-list-item__content .media-item-list-item__content__bottom-row__social-engagement__engagement{margin-right:10px;color:var(--font-light)}.media-item-list-item__content .media-item-list-item__content__bottom-row__social-engagement__audience svg,.media-item-list-item__content .media-item-list-item__content__bottom-row__social-engagement__engagement svg{margin-top:-2px}.media-item-list-item__content .media-item-list-item__content__bottom-row__sentiment{margin-top:5px;margin-right:10px}.media-item-list-item__content .media-item-list-item__content__bottom-row__sentiment .sentiment{padding:0;cursor:pointer}.media-item-list-item__content .media-item-list-item__content__bottom-row__sentiment .sentiment__color{margin-bottom:1px;margin-left:0}.media-item-list-item__content .media-item-list-item__content__bottom-row__sentiment .sentiment__text p{color:var(--font-light)}.media-item-list-item__content .media-item-list-item__content__bottom-row__source-count{margin-right:var(--spacing-unit);margin-top:calc(var(--spacing-unit) * .5);background-color:var(--app-background-inset-hover);color:var(--font-color);height:20px}.media-item-list-item__content__syndicated-items{display:flex;align-items:center;margin-right:10px;margin-top:5px}.media-item-list-item__content__syndicated-items>:not(:first-child):not(.media-item-list-item__content__syndicated-items__hidden){margin-left:calc(var(--spacing-unit) / 2)}.media-item-list-item__content__syndicated-items--count-only{color:var(--font-light)}.media-item-list-item__content__syndicated-items__hidden{margin-left:var(--spacing-unit);border-radius:16px;color:var(--form-label);background-color:var(--field-background);border:1px solid var(--border-foreground);padding:calc(var(--spacing-unit) / 2) var(--spacing-unit);box-sizing:border-box}.media-item-list-item__content__syndicated-items__syndication-avatar{height:20px;width:20px}.media-item-list-item__content__syndicated-items__syndication-avatar__text{font-size:9px}.media-item-list-item__image-container{overflow:hidden;border-radius:3px;flex:0 95px;max-height:95px}.media-item-list-item__image-container__image{height:100%;width:100%;object-fit:cover}.media-item-list-item__source{margin-left:4px!important}.media-item-list-item:hover{background-color:var(--media-item-hover)}.media-item-list-item--selected{background-color:var(--media-item-selected);outline:none;position:relative}.media-item-list-item--selected:before{content:"";position:absolute;background-color:var(--primary-color);width:calc(var(--spacing-unit) * .5);height:100%;bottom:0;left:0}.media-item-list-item--selected .media-item-list-item__content__bottom-row__source-count{background-color:var(--primary-background);color:#fff}.media-ave{display:flex;align-items:center;text-wrap:nowrap;-webkit-user-select:none;user-select:none}.debug-json-wrapper{white-space:pre-wrap}.date-picker-button{display:flex;border:1px solid var(--border-foreground)}.date-picker-button:not(:hover){background-color:var(--app-background)}.date-picker-button__content{display:flex;flex-grow:1;align-items:center}.date-picker-button__content__calendar-icon{height:16px;width:16px;color:var(--icon-foreground)}.date-picker-button__content__label{flex-grow:1;text-align:left;margin-left:var(--spacing-unit);color:var(--font-color);font-weight:var(--weight-regular);font-size:var(--typography-body);white-space:nowrap}.date-picker-button__content__chevron-icon{margin-left:var(--spacing-unit);height:20px;width:20px;color:var(--icon-foreground)}.date-picker-control-popover{width:380px;right:20px;height:auto}.date-picker-control-popover__content__body{box-sizing:border-box;padding:calc(var(--spacing-unit) * 3)}.date-picker-control-popover__content__body__chart-interval-group{height:38px}.date-picker-control-popover__content__body__chart-interval-group .button--regular:not(.button--primary){background-color:var(--app-background-inset);color:var(--font-color)}.date-picker-control-popover__content__toolbar{border-top:1px solid var(--border-foreground);box-sizing:border-box;padding:calc(var(--spacing-unit) * 3)}.date-options-group:not(:last-child){border-bottom:1px solid var(--border-foreground)}.checkable-selection-toolbar{border-color:var(--border-foreground);border-style:solid;border-width:0px 0px 1px 0px;padding:var(--spacing-unit) var(--spacing-unit) var(--spacing-unit) calc(var(--spacing-unit) * 2)}.checkable-selection-toolbar .filter-summary__container__filter-container__filter__value-container__value{border-bottom:none}.checkable-selection-toolbar__info-button .icon-button--xxs>svg>path{stroke:var(--font-light)}.checkable-selection-toolbar__export-modal{max-width:360px}.checkable-selection-toolbar__export-modal svg{flex-shrink:0}.checkable-selection-toolbar__export-modal__illustration{display:block;width:270px;max-width:100%;margin:calc(var(--spacing-unit) * 4) auto 0}.checkable-selection-toolbar__selection{height:44px;display:flex;align-items:center}.checkable-selection-toolbar .inline--no-wrap>:not(:first-child){margin-left:var(--spacing-unit)}.checkable-selection-toolbar__sort__inline-toolbar__label:hover{cursor:pointer;text-decoration:underline}.checkable-selection-toolbar__sort__inline-toolbar__label__sort-type{text-transform:lowercase}.checkable-selection-toolbar__sort__inline-toolbar span:nth-child(2){margin-left:0}.menu .MuiMenuItem-root{font-size:var(--typography-body)}.media-control-menu .header{padding:calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 2) 0 calc(var(--spacing-unit) * 2);font-size:var(--typography-tiny)}.sort-options-menu{font-size:var(--typography-body)}.sort-options-menu__group-label{cursor:default;font-weight:500;color:var(--font-light)}.action-buttons-group{display:flex;flex-direction:row}.action-buttons-group>*{margin-left:var(--spacing-unit)}.action-buttons-group__secondary-button{display:flex;flex-direction:row-reverse!important;margin-left:var(--spacing-unit)}.action-buttons-group--left-aligned{flex-direction:row-reverse!important}.action-buttons-group--left-aligned>*{margin-right:var(--spacing-unit);margin-left:unset}.action-buttons-group--left-aligned .action-buttons-group__secondary-button{display:flex;flex-direction:row-reverse!important}.action-buttons-group--left-aligned .action-buttons-group__secondary-button>*{margin-right:var(--spacing-unit);margin-left:unset}.youtube-embed{width:100%;height:350px;overflow:hidden}.virtualized-list-box{height:100%}.virtualized-list-box .virtualized-list{-ms-overflow-style:none;scrollbar-width:none;overflow:hidden!important}.virtualized-list-box .virtualized-list::-webkit-scrollbar{display:none}.view{width:100%;height:100vh}.view--scrollable{overflow-y:auto}.textfield-container{display:flex;flex-direction:column}.textfield-container--full-width{width:100%}.textfield-container__mui-control{margin-top:0;margin-bottom:0;font-size:var(--typography-body)}.textfield-container__mui-control .MuiInputBase-root{background:var(--field-background);font-size:var(--typography-body);color:var(--font-color)}.textfield-container__mui-control>.MuiFormHelperText-root{margin-left:0}.textfield-container__label-above{margin:0 0 var(--spacing-unit) 0;font-size:var(--typography-body);font-weight:var(--weight-regular);color:var(--font-light)}.textfield-container .adornment--multiline{align-self:flex-start;margin-top:var(--spacing-unit);margin-right:calc(var(--spacing-unit) / 2);margin-left:calc(var(--spacing-unit) / 2)}.tags{display:flex;flex-wrap:wrap;margin:-2px}.tags__tag{border-style:solid;border-width:1px;border-radius:4px;padding:2px var(--spacing-unit);margin:2px}.tags__tag--ellipse{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tabs{display:flex;flex-direction:column-reverse;border-width:0;border-style:solid;border-color:var(--border-foreground);border-radius:var(--border-radius)}.tabs__labels{border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius);border-bottom:1px solid var(--border-foreground);background-color:transparent;font-weight:var(--weight-regular)}.MuiTab-textColorPrimary{color:var(--font-light);color:var(--font-color);font-weight:var(--weight-bold)}.table>tbody>tr:last-child>td{border-bottom:0}.xp th{color:var(--font-color);font-weight:var(--weight-regular);font-size:var(--typography-body);border-bottom:1px solid rgba(var(--border-foreground),.075)}.xp td{font-weight:var(--weight-light);color:var(--font-light);font-size:var(--typography-body);border-bottom:1px solid rgba(var(--border-foreground),.075)}.context-menu{position:fixed;background:#fff;box-shadow:0 2px 10px #999;z-index:1000}.context-menu--option{padding:6px 50px 5px 10px;min-width:160px;cursor:default;font-size:12px}.context-menu--option:hover{background:linear-gradient(to top,#555,#333);color:#fff}.context-menu--option:active{color:#e9e9e9;background:linear-gradient(to top,#555,#444)}.context-menu--option__disabled{color:#999;pointer-events:none}.context-menu--separator{width:100%;height:1px;background:#ccc;margin:0}.table-chart{position:relative;display:flex;flex-direction:column;width:100%;height:100%}.table-chart__title-container{margin-bottom:calc(var(--spacing-unit) * 3)}.table-chart__table{overflow:hidden}.table-chart__table__column{text-transform:capitalize;font-size:var(--typography-small)}.table-chart__table th{color:var(--font-light);font-weight:var(--weight-regular);border-color:var(--border-foreground);padding-left:var(--spacing-unit)}.table-chart__table th:last-child{text-align:right}.table-chart__table td{color:var(--font-color);border-color:var(--border-foreground-light);padding:7px 16px 7px 8px}.table-chart__table td .typography--body{font-size:var(--typography-small);word-break:break-word}.table-chart__table td:last-child{text-align:right}.table-chart__table__body__row:last-child .table-chart__table__body__row__cell{border:none}.table-chart__table__body__row td:last-child{color:var(--font-light)}.table-chart__table__body__row:hover{cursor:pointer}.table-chart__table__body__row__cell>.flex{align-items:center}.table-chart__table__body__row__cell>.flex>:not(:first-child){margin-left:calc(var(--spacing-unit) / 2)}.table-chart__table__body__row__cell__icon{height:20px;width:20px;margin-right:var(--spacing-unit)}.table-chart__table__body__row__cell__link{color:var(--font-color);cursor:pointer}.export-root__html-export__page .table-chart{margin-top:40px}.export-root__html-export__page .table-chart__table td .typography--body,.export-root__html-export__page .table-chart__table th{font-size:1.25rem}.table-chart-menu__menu{opacity:0;display:block;list-style:none;margin:0;padding:0;transition:all .1s ease-in-out 0s,opacity .5s ease .5s}.table-chart-menu__menu *{box-sizing:border-box}.table-chart-menu__menu--open{opacity:1}.table-chart-menu__menu-root{position:absolute;right:4px;bottom:4px}.table-chart-menu__menu-root>li{cursor:pointer;padding:0;width:30px;min-width:30px;min-height:30px;opacity:1;display:block}.table-chart-menu__menu:hover .table-chart-menu__menu-item{opacity:1;display:block}.table-chart-menu__menu-item{cursor:pointer;position:relative;display:block;opacity:0;z-index:1;border-radius:3px;padding:0 15px;margin:1px 1px 0 0;background-color:var(--app-background-inset);color:var(--font-color);min-height:30px;min-width:60px;text-align:center;line-height:30px;transition:all .1s ease-in-out 0s,opacity .5s ease .5s}.table-chart-menu__menu-item a{text-decoration:none;color:var(--font-color)}.table-chart-menu__menu-item>.table-chart-menu__menu{position:absolute;display:none;top:auto;bottom:0;left:auto;right:0;margin-left:auto;margin-right:100%}.table-chart-menu__menu-item:hover{background-color:hsl(var(--app-background-inset-h),var(--app-background-inset-s),calc(var(--app-background-inset-l) - 2%));color:var(--font-color)}.table-chart-menu__menu-item:hover>.table-chart-menu__menu{display:block}.rounded-bar-chart__label{fill:var(--font-color)}.media-item-list-chart{flex-grow:1;display:flex}.media-item-list-chart .media-item-list{height:unset}.export-root__html-export__page .media-item-list-chart__media-item-content-component{all:unset;display:flex}.export-root__html-export__page .media-item-list-chart .media-item-list{border:none;display:grid;grid-template-rows:repeat(10,1fr);grid-template-columns:repeat(2,minmax(100px,1fr));grid-gap:calc(var(--spacing-unit) * 2)}.export-root__html-export__page .media-item-list-chart .media-item-list .media-item-list-item{box-sizing:border-box;border:1px solid var(--border-foreground);border-radius:5px;width:100%;padding:calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 2) var(--spacing-unit);cursor:pointer}.distribution-chart{position:relative;display:flex;flex-direction:column;width:100%;height:100%}.distribution-chart__title-container{margin-bottom:calc(var(--spacing-unit) * 3)}.distribution-chart__table{overflow:hidden}.distribution-chart__table__column{text-transform:capitalize;font-size:var(--typography-small)}.distribution-chart__table th{color:var(--font-light);font-weight:var(--weight-regular);border-color:var(--border-foreground);padding-left:var(--spacing-unit)}.distribution-chart__table th:last-child{text-align:right}.distribution-chart__table td{color:var(--font-color);border-color:var(--border-foreground-light);padding:7px 16px 7px 8px}.distribution-chart__table td .typography--body{font-size:var(--typography-small);word-break:break-word}.distribution-chart__table td:last-child{text-align:right}.distribution-chart__table__body__row:last-child .table-chart__table__body__row__cell{border:none}.distribution-chart__table__body__row td:last-child{color:var(--font-light)}.distribution-chart__table__body__row:hover{cursor:pointer}.distribution-chart__table__body__row__cell>.flex{align-items:center}.distribution-chart__table__body__row__cell>.flex>:not(:first-child){margin-left:calc(var(--spacing-unit) / 2)}.distribution-chart__table__body__row__cell__icon{height:20px;width:20px;margin-right:var(--spacing-unit)}.distribution-chart__table__body__row__cell__link{color:var(--font-color);cursor:pointer}.distribution-chart__table th{padding-left:calc(var(--spacing-unit) / 2);padding-bottom:var(--spacing-unit);white-space:nowrap}.distribution-chart__table th:last-child{text-align:unset}.distribution-chart__table td{padding:calc(var(--spacing-unit) * 1.2) calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 1.2) calcvar(--spacing-unit);border:none}.distribution-chart__table td.distribution-chart__table__body__row__cell--value{padding:calc(var(--spacing-unit) * 1.2) 0 calc(var(--spacing-unit) * 1.2) calc(var(--spacing-unit) * 1);text-align:right;width:.001%}.distribution-chart__table td.distribution-chart__table__body__row__cell--rounded-bar{padding:calc(var(--spacing-unit) * 1.2) calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 1.2) 0}.distribution-chart__table tr:first-child td{padding-top:12px}.distribution-chart__table .rounded-bar-chart{margin-right:var(--spacing-unit)}.distribution-chart__table__column{text-transform:none}.distribution-chart .bar rect{fill:var(--chart-blue)}.export-root__html-export__page .distribution-chart{margin-top:40px}.export-root__html-export__page .distribution-chart__table td .typography--body,.export-root__html-export__page .distribution-chart__table th{font-size:1.25rem}.chart-print-header{display:none;width:100%}.chart-print-header__content{display:flex;justify-content:space-between}.chart-print-header__content__left{justify-content:center;display:flex;flex-direction:column}.chart-print-header__content__left__wrapper{flex-direction:column;display:flex}.chart-print-header__content__left__title{display:flex;align-items:center}.chart-print-header__content__left__title__order{display:inline-block;color:var(--white);background-color:var(--theme-color, var(--primary-color));width:28px;height:28px;font-size:var(--typography-body);border-radius:50%;position:relative;text-align:center;line-height:28px;vertical-align:middle;margin-right:var(--spacing-unit);flex-shrink:0}.chart-print-header__content__left__subtitle{color:var(--font-light);font-weight:var(--weight-regular);padding-left:36px}.chart-print-header__content__right{display:flex;flex-direction:column}.chart-print-header__content__right__logo{width:140px}.chart__custom-container .chart-print-header__content__left__title__title{font-size:var(--typography-h3);font-weight:var(--weight-regular)}.export-root__html-export__page .chart-print-header{display:block}.chart-loader-container{display:flex;justify-content:center;align-items:center;width:100%;height:100%;box-sizing:border-box}.chart-loader-container--table-chart{justify-content:stretch;align-items:flex-start;flex-direction:column;background-color:var(--app-background)}.chart-loader-container--table-chart__table{margin-top:calc(var(--spacing-unit) * 2);flex-grow:1;display:flex;flex-direction:column;justify-content:stretch;width:100%}.chart-loader-container--table-chart__table>:not(:first-child){margin-top:var(--spacing-unit)}.chart-loader-container--table-chart__table__row{display:flex;width:100%;justify-content:space-between}.chart-loader-container--media-item-list-chart{padding:0;background-color:var(--app-background);display:flex;flex-direction:column;align-items:flex-start}.chart-loader-container--media-item-list-chart>:not(:first-child){margin-top:calc(var(--spacing-unit) * 2)}.chart-loader-container--am-chart{flex-direction:column;align-items:flex-start;min-height:200px;background-color:var(--app-background)}.chart-loader-container--am-chart>:not(:first-child){margin-top:calc(var(--spacing-unit) * 2)}.chart-loader-container--nested-charts{padding:0}.chart-loader-container--nested-charts__item{flex-direction:column;justify-content:flex-start;align-items:flex-start;background-color:var(--app-background)}.chart-loader-container--nested-charts__item .MuiSkeleton-root{max-width:100%;flex-shrink:0}.chart-loader-container--nested-charts__item .MuiSkeleton-root:not(:first-child){margin-top:calc(var(--spacing-unit) * 2)}.chart-container--am-chart{display:flex;justify-content:stretch;height:100%}.no-chart-data-message{display:flex;justify-content:center;align-items:center;width:100%;height:100%;flex-direction:column}.no-chart-data-message svg{margin-bottom:10px}.chart-calendar-control-popover{width:380px;height:445px}.chart-calendar-control-popover__content>.flex-layout__content{padding:calc(var(--spacing-unit) * 3) calc(var(--spacing-unit) * 3)}.card-chart{max-width:100%}.card-chart__content__title{font-size:1rem;font-weight:var(--weight-bold);color:var(--font-color)}.card-chart__content__value-container{display:flex}.card-chart__content__value-container__value{font-size:34px;font-weight:var(--weight-bold);margin:auto}@media (min-width: 1200px){.card-chart__content__value-container__value{font-size:42px}}.card-chart__content__value-container__benchmark{font-size:var(--typography-body);font-weight:var(--weight-regular);color:var(--font-light);margin-top:auto;margin-bottom:5px;margin-left:10px;line-height:18px;overflow:hidden;text-overflow:ellipsis}@media (min-width: 1200px){.card-chart__content__value-container__benchmark{margin-left:20px}}.card-chart__content__value-container__benchmark .inline--no-wrap>:not(:first-child){margin-left:unset}.card-chart__content__value-container__benchmark__info-button .icon-button--xxs>svg>path{stroke:var(--font-light)}.card-chart__content__value-container__benchmark__subtitle{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-chart--compact{cursor:default;display:flex;align-items:center}.card-chart--compact__label{flex-grow:1}.card-chart--compact__value:not(:last-child){margin-right:var(--spacing-unit)}.card-chart--compact .typography--body{font-size:var(--typography-small)}.export-root__html-export__page .card-chart__content__value-container__benchmark__info-button{display:none}body .amcharts-Series:not(.amcharts-WordCloudSeries):not(.amcharts-PieSeries) .amcharts-Label-group,body .amcharts-Legend .amcharts-Label-group,.am-chart-v4 .amcharts-Series:not(.amcharts-WordCloudSeries):not(.amcharts-PieSeries) .amcharts-Label-group,.am-chart-v4 .amcharts-Legend .amcharts-Label-group{fill:var(--font-color)}body .amcharts-Tooltip-group .amcharts-Label-group,.am-chart-v4 .amcharts-Tooltip-group .amcharts-Label-group{fill:var(--white)}body .amcharts-Axis.amcharts-ValueAxis .amcharts-Label-group,body .heat-map .amcharts-MapChart .amcharts-Label-group,body .bubble-map .amcharts-MapChart .amcharts-Label-group,.am-chart-v4 .amcharts-Axis.amcharts-ValueAxis .amcharts-Label-group,.am-chart-v4 .heat-map .amcharts-MapChart .amcharts-Label-group,.am-chart-v4 .bubble-map .amcharts-MapChart .amcharts-Label-group{fill:var(--font-light)}body .amcharts-Tooltip-group .amcharts-PointedRectangle-group[stroke="#000000"],.am-chart-v4 .amcharts-Tooltip-group .amcharts-PointedRectangle-group[stroke="#000000"]{fill:hsl(var(--app-background-inset-hover-h),var(--app-background-inset-hover-s),calc(var(--app-background-inset-hover-l) - 20%))!important;stroke:var(--border-foreground)!important}body .amcharts-ZoomOutButton-group .amcharts-RoundedRectangle-group,.am-chart-v4 .amcharts-ZoomOutButton-group .amcharts-RoundedRectangle-group{fill:var(--border-foreground)}body .chart__am-chart-container.people-mentioned:not(.sentiment-colors) .amcharts-Label-group,body .chart__am-chart-container.hashtags .amcharts-Label-group,body .chart__am-chart-container.organizations-mentioned:not(.sentiment-colors) .amcharts-Label-group,body .chart__am-chart-container.locations-mentioned:not(.sentiment-colors) .amcharts-Label-group,body .chart__am-chart-container.key-phrases:not(.sentiment-colors) .amcharts-Label-group,body .chart__am-chart-container.emoji .amcharts-Label-group,body .am-chart-v4.people-mentioned:not(.sentiment-colors) .amcharts-Label-group,body .am-chart-v4.hashtags .amcharts-Label-group,body .am-chart-v4.organizations-mentioned:not(.sentiment-colors) .amcharts-Label-group,body .am-chart-v4.locations-mentioned:not(.sentiment-colors) .amcharts-Label-group,body .am-chart-v4.key-phrases:not(.sentiment-colors) .amcharts-Label-group,body .am-chart-v4.emoji .amcharts-Label-group,.am-chart-v4 .chart__am-chart-container.people-mentioned:not(.sentiment-colors) .amcharts-Label-group,.am-chart-v4 .chart__am-chart-container.hashtags .amcharts-Label-group,.am-chart-v4 .chart__am-chart-container.organizations-mentioned:not(.sentiment-colors) .amcharts-Label-group,.am-chart-v4 .chart__am-chart-container.locations-mentioned:not(.sentiment-colors) .amcharts-Label-group,.am-chart-v4 .chart__am-chart-container.key-phrases:not(.sentiment-colors) .amcharts-Label-group,.am-chart-v4 .chart__am-chart-container.emoji .amcharts-Label-group,.am-chart-v4 .am-chart-v4.people-mentioned:not(.sentiment-colors) .amcharts-Label-group,.am-chart-v4 .am-chart-v4.hashtags .amcharts-Label-group,.am-chart-v4 .am-chart-v4.organizations-mentioned:not(.sentiment-colors) .amcharts-Label-group,.am-chart-v4 .am-chart-v4.locations-mentioned:not(.sentiment-colors) .amcharts-Label-group,.am-chart-v4 .am-chart-v4.key-phrases:not(.sentiment-colors) .amcharts-Label-group,.am-chart-v4 .am-chart-v4.emoji .amcharts-Label-group{fill:#1786d1}body .chart__am-chart-container.people-mentioned:not(.sentiment-colors) .amcharts-Tooltip-group .amcharts-PointedRectangle-group,body .chart__am-chart-container.hashtags .amcharts-Tooltip-group .amcharts-PointedRectangle-group,body .chart__am-chart-container.organizations-mentioned:not(.sentiment-colors) .amcharts-Tooltip-group .amcharts-PointedRectangle-group,body .chart__am-chart-container.locations-mentioned:not(.sentiment-colors) .amcharts-Tooltip-group .amcharts-PointedRectangle-group,body .chart__am-chart-container.key-phrases:not(.sentiment-colors) .amcharts-Tooltip-group .amcharts-PointedRectangle-group,body .chart__am-chart-container.emoji .amcharts-Tooltip-group .amcharts-PointedRectangle-group,body .am-chart-v4.people-mentioned:not(.sentiment-colors) .amcharts-Tooltip-group .amcharts-PointedRectangle-group,body .am-chart-v4.hashtags .amcharts-Tooltip-group .amcharts-PointedRectangle-group,body .am-chart-v4.organizations-mentioned:not(.sentiment-colors) .amcharts-Tooltip-group .amcharts-PointedRectangle-group,body .am-chart-v4.locations-mentioned:not(.sentiment-colors) .amcharts-Tooltip-group .amcharts-PointedRectangle-group,body .am-chart-v4.key-phrases:not(.sentiment-colors) .amcharts-Tooltip-group .amcharts-PointedRectangle-group,body .am-chart-v4.emoji .amcharts-Tooltip-group .amcharts-PointedRectangle-group,.am-chart-v4 .chart__am-chart-container.people-mentioned:not(.sentiment-colors) .amcharts-Tooltip-group .amcharts-PointedRectangle-group,.am-chart-v4 .chart__am-chart-container.hashtags .amcharts-Tooltip-group .amcharts-PointedRectangle-group,.am-chart-v4 .chart__am-chart-container.organizations-mentioned:not(.sentiment-colors) .amcharts-Tooltip-group .amcharts-PointedRectangle-group,.am-chart-v4 .chart__am-chart-container.locations-mentioned:not(.sentiment-colors) .amcharts-Tooltip-group .amcharts-PointedRectangle-group,.am-chart-v4 .chart__am-chart-container.key-phrases:not(.sentiment-colors) .amcharts-Tooltip-group .amcharts-PointedRectangle-group,.am-chart-v4 .chart__am-chart-container.emoji .amcharts-Tooltip-group .amcharts-PointedRectangle-group,.am-chart-v4 .am-chart-v4.people-mentioned:not(.sentiment-colors) .amcharts-Tooltip-group .amcharts-PointedRectangle-group,.am-chart-v4 .am-chart-v4.hashtags .amcharts-Tooltip-group .amcharts-PointedRectangle-group,.am-chart-v4 .am-chart-v4.organizations-mentioned:not(.sentiment-colors) .amcharts-Tooltip-group .amcharts-PointedRectangle-group,.am-chart-v4 .am-chart-v4.locations-mentioned:not(.sentiment-colors) .amcharts-Tooltip-group .amcharts-PointedRectangle-group,.am-chart-v4 .am-chart-v4.key-phrases:not(.sentiment-colors) .amcharts-Tooltip-group .amcharts-PointedRectangle-group,.am-chart-v4 .am-chart-v4.emoji .amcharts-Tooltip-group .amcharts-PointedRectangle-group{fill:var(--app-background-inset);stroke:var(--app-background)}body .amcharts-WordCloudSeries .amcharts-Label-group,.am-chart-v4 .amcharts-WordCloudSeries .amcharts-Label-group,body .amcharts-Circle-group,body .amcharts-Slice,body .amcharts-XYSeries .amcharts-RoundedRectangle-group,.am-chart-v4 .amcharts-Circle-group,.am-chart-v4 .amcharts-Slice,.am-chart-v4 .amcharts-XYSeries .amcharts-RoundedRectangle-group{cursor:pointer}body .amcharts-amexport-item,.am-chart-v4 .amcharts-amexport-item{background-color:var(--app-background-inset);color:var(--font-color)}body .amcharts-amexport-item:hover,body .amcharts-amexport-item.active,.am-chart-v4 .amcharts-amexport-item:hover,.am-chart-v4 .amcharts-amexport-item.active{background-color:hsl(var(--app-background-inset-h),var(--app-background-inset-s),calc(var(--app-background-inset-l) - 2%));color:var(--font-color)}body .amcharts-PieTick,.am-chart-v4 .amcharts-PieTick{stroke:var(--font-light);stroke-width:1.2}.media-player-embed{border:1px solid var(--border-foreground);border-radius:10px;width:100%;overflow:hidden;height:511px}@media only screen and (min-width: 577px){.media-player-embed{height:660px}}.tooltip-with-link__link{cursor:pointer;color:var(--tooltip-text-color);text-decoration:underline}.tooltip-with-link__link--disabled{cursor:not-allowed;color:var(--font-disabled)}.tiktok-container{display:flex;justify-content:center}.tiktok-container .tiktok-embed{margin:unset;border-radius:8px}.source-logo{display:flex;align-items:center}.source-logo>:not(:first-child){margin-left:calc(var(--spacing-unit) * 2)}.sentiment-label{margin-bottom:var(--spacing-unit)}.sentiment{background-color:unset;color:unset;border:unset;padding:2px 5px;border-radius:4px;display:flex;align-items:center}.sentiment__fullwidth{width:100%;padding:0}.sentiment__fullwidth .sentiment__text{width:100%;flex:1}.sentiment__color{display:flex}.sentiment__color__single{display:block;width:20px;height:20px;border-radius:50%}.sentiment__color__left{display:inline-block;width:10px;height:20px;border-radius:20px 0 0 20px}.sentiment__color__right{display:inline-block;width:10px;height:20px;border-radius:0 20px 20px 0}.sentiment__color--mixed{background-color:#fff}.sentiment__color--positive{background-color:var(--positive)}.sentiment__color--negative{background-color:var(--negative)}.sentiment__color--neutral{background-color:var(--neutral)}.sentiment__clickableToEdit:hover{background-color:var(--secondary-background-hover);border-radius:4px;cursor:pointer}.sentiment__text{margin-left:var(--spacing-unit)}.reddit-container{display:flex;justify-content:center}.reddit-container .reddit-embed{display:flex;border-radius:10px;border:1px solid var(--border-foreground);max-width:550px;width:100%;height:400px}.linkedin-embed{width:100%;border-radius:10px;border:1px solid var(--border-foreground);height:850px}.instagram-post{min-height:1300px;width:100%;text-align:center;border-radius:10px}.image-badge{position:relative}.image-badge__image{width:20px;height:20px;position:absolute;bottom:-8px;right:0}.icon-select-loading{display:flex;flex-grow:1;min-width:0;height:38px;align-items:center}.icon-select-loading>:not(:first-child){margin-left:-3px}.icon-select-loading .MuiSkeleton-root{border:2px solid #ffffff}.avatar-group--root.icon-select__popover{max-height:80vh}.avatar-group--root.icon-select .avatar{padding:2px;margin-left:-7px;background-color:var(--app-background);height:28px;width:28px}.avatar-group--root.icon-select .avatar:hover{z-index:20!important;border:2px solid var(--app-background)}.avatar-group--root.icon-select .avatar--active:hover{border:2px solid var(--primary-color)}.avatar-group--root.icon-select--disabled .MuiAvatar-root{filter:grayscale(.8)}.icon-popover .MuiList-root .MuiListItemIcon-root{min-width:35px}.icon-popover .MuiList-root .MuiListItemText-root{margin-right:calc(var(--spacing-unit) * 2)}.fb-post{width:100%;text-align:center}.fb-post>span{border-radius:10px;border:1px solid #dddfe2}.fb-post>span>iframe{border-radius:10px;background-color:#fff}.download-broadcast-popover{width:380px}.download-broadcast-popover__content{box-sizing:border-box;padding:16px}.download-broadcast-popover__content input[type=time]::-webkit-calendar-picker-indicator{color-scheme:var(--color-scheme)}.download-broadcast-popover--authenticated{width:180px}.avatar-group--root{display:flex;position:relative;z-index:1}.avatar-group--root .avatar{border:2px solid var(--app-background-inset);margin-left:-6px;cursor:pointer}.avatar-group--root .avatar:hover{transition:border .1s ease-in-out;border:2px solid var(--grey-2)}.avatar-group--root .avatar:first-child{margin-left:0}.avatar-group--root .avatar--fallback{text-align:center;white-space:normal;background-color:var(--grey-2);color:var(--font-color)}.avatar-group--root .avatar--xs,.avatar-group--root .avatar--sm{font-size:.75rem}.avatar-group--root .avatar--md{font-size:1rem}.avatar-group--root .avatar--lg{font-size:1.25rem}.avatar-group--root .avatar--active{border:2px solid var(--primary-color)}.avatar-group--root .avatar--active:hover{border:2px solid hsl(var(--primary-color-h),var(--primary-color-s),calc(var(--primary-color-l) + .5%))}.avatar{overflow:hidden;border-radius:50%;flex-shrink:0}.avatar--fallback{text-align:center;white-space:normal;background-color:var(--font-color);font-size:.75rem}.avatar--xs{height:25px;width:25px}.avatar--sm{height:35px;width:35px}.avatar--md{height:45px;width:45px}.avatar--lg{height:55px;width:55px}.avatar>img{height:100%;width:100%}.tweet-container{width:100%}.tweet-container--invisible{height:0}.twitter-embed{border:1px solid var(--border-foreground);border-radius:10px;max-width:520px;width:100%;margin-top:10px;margin-bottom:10px;background-color:var(--twitter-embed-background);padding:calc(var(--spacing-unit) * 2);position:relative}.twitter-embed:hover{background-color:var(--twitter-embed-background-hover)}.twitter-embed__logo{position:absolute;right:calc(var(--spacing-unit) * 2)}.twitter-embed__header{display:flex}.twitter-embed__header__logo{border-radius:50%}.twitter-embed__header__logo:hover{cursor:pointer}.twitter-embed__header__author-info{margin-left:calc(var(--spacing-unit) * .5)}.twitter-embed__header__author-info__display-name{font-weight:700}.twitter-embed__header__author-info__source{display:flex}.twitter-embed__header__author-info__source__separator{margin:0 calc(var(--spacing-unit) * .5)}.twitter-embed__header__author-info__source__source-name{color:var(--twitter-font-color-grey)!important}.twitter-embed__body{margin:var(--spacing-unit) 0}.twitter-embed__body__content{font-size:20px;margin:calc(var(--spacing-unit) * 2) 0 var(--spacing-unit)}.twitter-embed__body__footer{display:flex;justify-content:space-between;align-items:center;margin-top:var(--spacing-unit);color:var(--twitter-font-color-grey)}.twitter-embed__body__footer__info{width:32px;height:32px;justify-content:center;align-items:center;display:flex}.twitter-embed__body__footer__info svg{width:18px;height:18px}.twitter-embed__body__footer__info svg path{stroke:var(--twitter-font-color-grey)}.twitter-embed__body__footer__info:hover{background-color:var(--twitter-icon-background-blue);border-radius:50%;cursor:pointer}.twitter-embed__body__footer__info:hover svg path{stroke:var(--twitter-icon-blue)!important}.twitter-embed__footer{border-top:1px solid var(--border-foreground)}.twitter-embed__footer__social-engagement{margin:calc(var(--spacing-unit) * .5) 0;display:flex}.twitter-embed__footer__social-engagement__button{display:flex;align-items:center;margin-right:calc(var(--spacing-unit) * 2.5)}.twitter-embed__footer__social-engagement__button__label{margin-left:calc(var(--spacing-unit) * .3);font-weight:500;color:var(--twitter-font-color-grey)!important}.twitter-embed__footer__social-engagement__button__container{width:32px;height:32px;justify-content:center;align-items:center;display:flex}.twitter-embed__footer__social-engagement .twitter-favorite svg{fill:var(--twitter-icon-pink);width:20px;height:20px}.twitter-embed__footer__social-engagement .twitter-favorite:hover .twitter-embed__footer__social-engagement__button__container{background-color:var(--twitter-icon-background-pink);border-radius:50%}.twitter-embed__footer__social-engagement .twitter-favorite:hover .twitter-embed__footer__social-engagement__button__label{color:var(--twitter-icon-pink)!important;text-decoration:underline}.twitter-embed__footer__social-engagement .twitter-reply svg{fill:var(--twitter-icon-blue);width:20px;height:20px}.twitter-embed__footer__social-engagement .twitter-reply:hover .twitter-embed__footer__social-engagement__button__container{background-color:var(--twitter-icon-background-blue);border-radius:50%}.twitter-embed__footer__social-engagement .twitter-reply:hover .twitter-embed__footer__social-engagement__button__label{color:var(--twitter-icon-blue)!important;text-decoration:underline}.twitter-embed__footer__social-engagement .twitter-share svg{color:#536471;width:20px;height:20px}.twitter-embed__footer__social-engagement .twitter-share:hover svg{color:var(--twitter-icon-green)}.twitter-embed__footer__social-engagement .twitter-share:hover .twitter-embed__footer__social-engagement__button__container{background-color:var(--twitter-icon-background-green);border-radius:50%}.twitter-embed__footer__social-engagement .twitter-share:hover .twitter-embed__footer__social-engagement__button__label{color:var(--twitter-icon-green)!important;text-decoration:underline}.twitter-embed__footer__button{border:1px solid var(--border-foreground);border-radius:20px;padding:var(--spacing-unit);text-align:center;color:var(--twitter-font-color-blue);font-weight:700}.twitter-embed__footer__button:hover{background-color:#006fd61a;cursor:pointer}.twitter-logo{width:25px;height:25px}.css-transition{display:none}.css-transition-visible{display:block}.syndicated-item{justify-content:space-between}.syndicated-item__avatar{height:30px;width:30px}.syndicated-item__source{flex:1 0 auto;margin-right:20px}.syndicated-item__values{flex-wrap:nowrap;display:flex;justify-self:flex-end;flex:0 auto;white-space:nowrap}.syndicated-item__values *{margin-right:10px}.syndicated-item__values *:last-child{margin-right:0}.syndicated-item__values--hidden{visibility:hidden}.syndicated-item__values__wrapped{margin-left:5px;flex-wrap:wrap;white-space:normal;display:flex;flex-direction:row;margin-top:5px;justify-self:flex-start}.syndication-list__label{background-color:var(--app-background-inset);color:var(--font-color);font-weight:var(--weight-bold);padding:9px 10px;border-radius:var(--border-radius);margin-top:var(--spacing-unit)}.syndication-list__content{box-sizing:border-box;padding:0 8px}.info-card{position:absolute;z-index:1310;left:-1000px;top:-1000px}.info-card--delayed{visibility:hidden}.info-card--open{visibility:visible}.info-card--open .info-card__container:after,.info-card--open .info-card__container:before{content:"";display:block;position:absolute;left:var(--arrow-left);width:0;height:0;border-style:solid;pointer-events:none}.info-card--open .info-card__container:after{top:-18px;border-color:transparent transparent var(--app-background) transparent;border-width:9.95px}.info-card--open .info-card__container:before{top:-19px;border-color:transparent transparent var(--border-foreground) transparent;border-width:9.95px}.info-card__container{position:relative;background-color:var(--app-background);border-radius:8px;border:1px solid var(--border-foreground);box-shadow:var(--container-box-shadow)}.snackbar .icon{font-size:20px}.snackbar .icon--variant{opacity:.9;margin-right:var(--spacing-unit)}.snackbar .message{display:flex;align-items:center}.snackbar__close-button:hover{background-color:transparent!important}.alert__title{padding:calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 3) var(--spacing-unit);color:var(--font-color);font-size:var(--typography-h4)}.alert__content{color:var(--font-color);min-width:300px}.alert__actions{padding:calc(var(--spacing-unit) * 3) calc(var(--spacing-unit) * 3)}.sheet-container{top:0;left:0;position:fixed;display:flex;height:0%;width:0%;overflow-x:hidden;transition:height 255ms step-end,width 255ms step-end;z-index:1200}.sheet-container--open{height:100%;width:100%;transition:height 0ms step-start,width 0ms step-start}.sheet-container__overlay{background-color:var(--overlay);height:100%;width:100%;position:absolute}.sheet-container__paper{position:absolute;width:100%;height:100%;right:0;top:0;background-color:var(--app-background);overflow-x:hidden;overflow-y:auto;display:flex}@media (min-width: 992px){.sheet-container__paper--sm{width:440px}.sheet-container__paper--md{width:640px}.sheet-container__paper--lg{width:840px}.sheet-container__paper--xl{width:1040px}}.sheet-container__paper__content{width:100%}.sheet-container__paper--multi>.sheet-container__paper__labels{display:flex}.sheet-container__paper--multi>.sheet-container__paper__content{width:100%}.sheet-container__paper__labels{width:50px;position:relative;height:100%;display:none;align-items:flex-end;background-color:var(--app-background-inset)}.sheet-container__paper__labels__tf-anchor{height:55px;width:55px;transform:rotate(-90deg);transform-origin:50% 50%}.sheet-container__paper__labels__tf-anchor__tf-container{width:100vh;display:flex;padding:var(--spacing-unit)}.sheet-container__paper__labels__tf-anchor__tf-container>div:not(:first-child){margin-left:var(--spacing-unit)}.sheet-container__paper__labels__tf-anchor__tf-container>div{white-space:nowrap}.sheet{height:100%;width:100%}.sheet__header{position:absolute;right:var(--spacing-unit);top:var(--spacing-unit);z-index:9999}.sheet__header svg{color:var(--icon-foreground)}.sheet__content{width:100%;height:100%;box-sizing:border-box}.sheet__content--padded{padding:calc(var(--spacing-unit) * 4)}.sheet-v2{height:100vh;width:100vw;background-color:var(--app-background);overflow-x:hidden;overflow-y:auto}@media (min-width: 992px){.sheet-v2{width:640px}}.sheet-v2__header{position:relative}.sheet-v2__header__close-button{position:absolute;top:var(--spacing-unit);right:var(--spacing-unit);z-index:1201}.sheet-v2__content{height:100%}.sheet-transition-container{position:fixed;right:0;top:0;z-index:1200}.sheet-v2-overlay-transition-container{position:fixed;height:100vh;width:100vw;top:0;left:0;z-index:1199}.sheet-v2-overlay{height:100%;width:100%;background-color:var(--overlay)}.app-loader{display:flex;width:100vw;height:100vh;justify-content:center;align-items:center}.loading-indicator{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.spacer{display:flex;justify-content:center}.spacer--fab{width:40px;height:40px}.spacer--icon-button{height:48px;width:48px}.scroll-view{width:100%}.scroll-view--fill{flex-grow:1}.scroll-view--max{height:100vh!important}.mui-paper{padding:calc(var(--spacing-unit) * 2);box-shadow:var(--container-box-shadow);border-radius:calc(var(--spacing-unit) / 2);transition:box-shadow .3s cubic-bezier(.4,0,.2,1) 0ms;background-color:var(--form-background)}.notification{display:inline-block;border-style:solid;border-width:0px;border-radius:3px;padding:calc(var(--spacing-unit) / 2) var(--spacing-unit);align-items:center;align-content:center;text-transform:capitalize;font-size:var(--typography-small)}.notification--center{justify-content:center}.notification--success{border-color:var(--confirm-background-hover);background-color:var(--confirm-background);color:var(--confirm-foreground)}.notification--info{border-color:var(--primary-background-hover);background-color:var(--primary-background);color:var(--primary-foreground)}.notification--warning{border-color:var(--warning-background-hover);background-color:var(--warning-background);color:var(--warning-foreground)}.notification--error{border-color:var(--error-background-hover);background-color:var(--error-background);color:var(--error-foreground)}.notification--disabled{border-color:var(--disabled-background-hover);background-color:var(--disabled-background);color:var(--disabled-foreground)}.notification__content{margin-left:0}.notification__icon{display:flex}.inline{display:flex;width:100%}.inline--horizontal--left{justify-items:flex-start;justify-content:flex-start}.inline--horizontal--right{justify-items:flex-end;justify-content:flex-end}.inline--horizontal--right-align-siblings>:first-child{flex-grow:1;min-width:0}.inline--horizontal--right-align-siblings>:not(:first-child){justify-self:flex-end}.inline--horizontal--center{justify-items:center;justify-content:center}@media (max-width: 576px){.inline--responsive-wrap{flex-direction:column}.inline--responsive-wrap>:not(:first-child){margin-top:calc(var(--spacing-unit) * 2)}}@media (min-width: 577px){.inline--responsive-wrap{flex-direction:row;align-items:center;align-content:center}.inline--responsive-wrap>:not(:first-child){margin-left:calc(var(--spacing-unit) * 2)}}.inline--no-wrap{flex-direction:row;align-items:center;align-content:center}.inline--no-wrap>:not(:first-child){margin-left:calc(var(--spacing-unit) * 2)}.form-panel{display:flex;background-color:transparent;margin-top:calc(var(--spacing-unit) * 3);padding:0;overflow:visible;border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.form-panel[hidden]{display:none}.form-group{border:1px solid var(--border-foreground);border-radius:var(--border-radius);padding:calc(var(--spacing-unit) * 2);margin:var(--spacing-unit) 0;background-color:hsl(var(--app-background-h),var(--app-background-s),calc(var(--app-background-l) - 2%));position:relative}.form-group>.label{border-radius:var(--border-radius) var(--border-radius) 0 0;font-weight:var(--weight-bold);font-size:var(--typography-tiny);color:var(--font-light);text-transform:uppercase;background-color:hsl(var(--app-background-h),var(--app-background-s),calc(var(--app-background-l) - 2%));position:absolute;left:0;top:-7px;left:calc(var(--spacing-unit) * 2);padding:0 var(--spacing-unit)}.content-container{width:100%;box-sizing:border-box;margin-left:auto;margin-right:auto}.content-container--sm{max-width:800px}.content-container--md{max-width:992px}.content-container--lg{max-width:1200px}.content-container__content{margin:calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 8) calc(var(--spacing-unit) * 2)}@media (min-width: 577px){.content-container__content{margin:calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 8)}}.article-panel{position:relative;display:flex;flex-direction:column;overflow:hidden;border-radius:var(--border-radius)}.article-panel__control{display:flex;justify-content:flex-start;z-index:2;margin-top:8px}.article-panel__control>a{cursor:pointer}.article-panel__content{overflow:hidden;color:var(--font-light);font-size:var(--typography-large);font-weight:var(--weight-regular);line-height:1.5rem}.article-panel__content>.preview>p:first-of-type{display:inline}.article-panel__content>.body{margin-top:var(--spacing-unit);display:none}.article-panel__content>.body>p:first-of-type{display:inline}.article-panel__content--expanded>.body{display:block;border-top:1px solid var(--border-foreground);margin-top:calc(var(--spacing-unit) * 3);padding-top:calc(var(--spacing-unit) * 2)}.article-panel__content--full>.body{display:block}.article-panel .article-text-highlight{background-color:var(--keyword-highlight-color);color:inherit}.xp{border:1px solid var(--border-foreground);box-shadow:none;overflow:hidden}.xp__summary{background:hsl(var(--app-background-h),var(--app-background-s),calc(var(--app-background-l) - 2%));padding:0 calc(var(--spacing-unit) * 2)}.xp__summary.Mui-expanded{min-height:48px;background:hsl(var(--app-background-h),var(--app-background-s),calc(var(--app-background-l) - 6%))}.xp__summary.Mui-expanded>div{margin:0}.xp__summary:hover:not(.Mui-expanded){background:hsl(var(--app-background-h),var(--app-background-s),calc(var(--app-background-l) - 4%))}.xp__details{background:var(--app-background);padding:calc(var(--spacing-unit) * 3) calc(var(--spacing-unit) * 5);overflow-y:hidden;overflow-x:auto}.xp__details--disable-padding{padding:0}.xp:not(:last-child){border-bottom:0}.xp:before{display:none}.xp.Mui-expanded{margin:auto}.switch-container{display:flex;flex-direction:row;align-items:center}.switch-container .label{white-space:nowrap}.switch-container>:not(:first-child){margin-left:calc(var(--spacing-unit) / 2)}.switch-container .MuiSwitch-thumb{background-color:var(--primary-color)}.switch-container .MuiSwitch-track{background-color:var(--icon-foreground)}.select-container{display:flex;flex-direction:column;min-width:200px}.select-container--full-width{width:100%}.select-container__label-above{margin:0 0 var(--spacing-unit) 0;font-size:var(--typography-body);font-weight:var(--weight-regular);color:var(--font-light)}.select-container .select__control{background-color:var(--field-background);border-color:var(--border-foreground)}.select-container .select__control:hover{border-color:var(--border-hover)}.select-container .select__control:hover .MuiButtonBase-root .MuiSvgIcon-root{color:var(--font-color)}.select-container .select__menu{background-color:var(--field-background);border:1px solid var(--border-foreground)}.select-container .select__placeholder{color:var(--font-light)}.select-container .select__indicator{color:var(--font-light);cursor:pointer}.select-container .select__indicator .MuiButtonBase-root{padding:2px;margin-right:-2px}.select-container .select__indicator .MuiButtonBase-root .MuiSvgIcon-root{color:var(--font-light)}.select-container .select__indicator--open .MuiButtonBase-root .MuiSvgIcon-root{transform:rotate(180deg)}.select-container .select__dropdown-indicator{padding:4px 6px 4px 4px}.select-container .select__indicator-separator{background:transparent}.select-container .select__single-value{color:var(--font-color)}.select-container .select__option-disabled{color:var(--font-light)}.select-container>.MuiFormHelperText-root{margin-top:var(--spacing-unit)}.radio-group-form-control--full-width{width:100%}.radio-group-form-control__label{margin-bottom:var(--spacing-unit);font-size:var(--typography-body)}.radio-group-form-control__radio-group__radio-label>.MuiFormControlLabel-label{font-size:var(--typography-body)}.radio-group-form-control__radio-group__radio-label__radio{margin-right:var(--spacing-unit)}.radio-group-form-control__radio-group__radio-label__radio .MuiSvgIcon-root:nth-child(1){color:var(--icon-foreground)}.radio-group-form-control__radio-group__radio-label__radio .MuiSvgIcon-root:nth-child(2){color:var(--primary-color)}.radio-group-form-control__radio-group__nested-content{margin-left:calc(var(--spacing-unit) * 4)}.radio-group-form-control__radio-group:not(.MuiFormGroup-row) .radio-group-form-control__radio-group__radio-label:not(:first-child){margin-top:calc(var(--spacing-unit) / 2)}.radio-group-form-control .MuiIconButton-colorSecondary:hover{background-color:hsl(var(--primary-color-h),var(--primary-color-s),calc(var(--primary-color-l) + 50%))}.radio-group-form-control .MuiRadio-colorSecondary.Mui-checked{color:var(--primary-color)}.image-upload{position:relative}.image-upload__image-container{position:relative;height:100%;width:100%;overflow:hidden}.image-upload__image-container--round-hover-border{border:2px solid var(--border-foreground);border-radius:50%;box-sizing:border-box}.image-upload__image-container--round-hover-border:hover{border-color:var(--primary-background)}.image-upload__image-container__image{height:100%;width:100%;object-fit:contain;object-position:center}.image-upload__avatar-tools{position:absolute;right:10px;bottom:10px}.image-upload__avatar-tools>:not(:first-child){margin-left:8px}.image-upload__avatar-tools .toolbar-button button{background-color:var(--primary-background)}.image-upload__avatar-tools .toolbar-button button svg{color:var(--white)}.image-upload__avatar-tools .toolbar-button button:hover{background-color:var(--primary-background-hover)}.image-upload-cropper__error{display:flex;justify-content:center;justify-items:center;align-items:center;align-content:center;height:100%;width:100%}.image-upload-cropper__container{position:relative;width:100%;justify-content:center;align-items:center;display:flex;background-color:var(--app-background);height:300px;transition:border-color .4s ease;border-radius:5px}.image-upload-cropper__container--rounded .cropper-view-box,.image-upload-cropper__container--rounded .cropper-face{border-radius:50%}.image-upload-cropper__container--border{border:1px solid var(--border-foreground)}.image-upload-cropper__container--border:hover{border:1px solid var(--border-hover)}.image-upload-cropper__controls{display:flex;margin-top:10px;flex-direction:row-reverse}.icon-button>svg{color:var(--font-light)}.icon-button--active>svg{color:var(--font-color)}.icon-button--loading{padding:6px}.icon-button--lg{height:52px;width:52px}.icon-button--lg>svg{height:32px;width:32px}.icon-button--sm{height:44px;width:44px}.icon-button--sm>svg{height:18px;width:18px}.icon-button--xs{padding:4px;height:30px;width:30px}.icon-button--xs>svg{height:20px;width:20px}.icon-button--xxs{padding:2px;height:26px;width:26px}.icon-button--xxs>svg{height:14px;width:14px}.file-upload{display:flex;position:relative;width:100%;border:1px solid var(--border-foreground);background-color:var(--app-background-inset);height:250px}.file-upload.disabled{cursor:not-allowed}.file-upload.disabled .file-upload__controls__controls{display:none}.file-upload__file-error{display:flex;justify-content:center;justify-items:center;align-items:center;align-content:center;height:100%;width:100%}.file-upload__controls{display:flex;position:absolute;bottom:10px;right:10px;background:var(--form-background)}.file-upload__controls :hover{display:flex}.file-upload__file-container{height:100%;width:100%}.file-upload__file-container__filename{display:flex;justify-content:center;justify-items:center;align-items:center;align-content:center;height:100%;width:100%}.disabled-input-icon{color:var(--font-disabled);height:20px;width:20px;margin-right:8px}.color-picker__container{position:relative}.color-picker__swatch-button{display:flex;align-items:center;cursor:pointer;background-color:var(--white);border:1px solid var(--border-foreground);border-radius:4px;padding:var(--spacing-unit);padding-right:calc(var(--spacing-unit) / 2)}.color-picker__swatch-button:hover{border-color:var(--border-hover)}.color-picker__swatch{width:20px;height:20px;margin-right:calc(var(--spacing-unit) / 2)}.color-picker__popover-cover{position:fixed;top:0;bottom:0;left:0;right:0;z-index:99}.color-picker__popover{position:fixed;z-index:100}.click-to-edit-field{border-radius:var(--border-radius);box-sizing:border-box;border-width:1px;border-color:transparent;border-style:solid}.click-to-edit-field--edit-mode{border-color:var(--border-foreground)}.click-to-edit-field .MuiInputBase-input{padding:4px 6px 4px 0}.click-to-edit-field .MuiOutlinedInput-notchedOutline{border-color:var(--border-foreground);border-width:0px}.click-to-edit-field .MuiOutlinedInput-adornedEnd{padding-right:0}.click-to-edit-field__editable{border-color:var(--border-foreground)}.click-to-edit-field__input{margin:0}.click-to-edit-field__input .MuiOutlinedInput-notchedOutline{border:unset!important}.click-to-edit-field .button-group .button{padding:4px}.click-to-edit-field .button-group .button svg{font-size:var(--typography-icon-sm)}.click-to-edit-field__edit-icon{display:block;visibility:hidden}.click-to-edit-field--hover-border:not(.editable):hover{border-color:var(--border-foreground);cursor:pointer}.click-to-edit-field:not(.editable){padding:4px 6px}.click-to-edit-field:not(.editable):hover .click-to-edit-field__edit-icon{visibility:visible}.click-to-edit-field__readonly-container__tooltip{width:100%}.chip-textfield{display:flex;flex-direction:column;position:relative;flex-grow:1;min-width:0}.chip-textfield__container{color:var(--font-light);border-radius:var(--border-radius);border:1px solid var(--border-foreground);background-color:var(--textarea-background);box-sizing:border-box;display:flex;flex-grow:1}.chip-textfield__container__placeholder{font-size:var(--typography-tiny);color:var(--font-light);cursor:pointer;margin-left:var(--spacing-unit);flex-grow:1}.chip-textfield__container__adornment{display:flex;align-items:center;flex-grow:0;flex-shrink:0}.chip-textfield__container--multiline .chip-textfield__container__adornment{align-items:flex-start}.chip-textfield__container>*{padding-top:4px;padding-bottom:4px}.chip-textfield__container>.chip-textfield__container__adornment{padding-left:4px;padding-right:4px}.chip-textfield__container>:not(.chip-textfield__container__adornment):first-child{padding-left:var(--spacing-unit)}.chip-textfield__container>:not(.chip-textfield__container__adornment):last-child{padding-right:var(--spacing-unit)}.chip-textfield__container__input-container{display:flex;flex-grow:1;flex-wrap:nowrap;align-items:center;overflow:hidden}.chip-textfield__container__input-container__inline-chips{overflow:hidden;height:24px}.chip-textfield__container__input-container__inline-chips__scrollable{display:flex;padding-bottom:8px;margin-right:4px;overflow-y:hidden;overflow-x:scroll}.chip-textfield__container__input-container__inline-chips__scrollable>:not(:first-child){margin-left:4px}.chip-textfield__container__input-container--multiline{align-content:flex-start;align-items:flex-start;flex-wrap:wrap}.chip-textfield__container__input-container--multiline .chip,.chip-textfield__container__input-container--multiline .edit-chip{margin:2px}.chip-textfield__container__input-container__input{min-width:20%;flex:1;align-items:flex-start}.chip-textfield--focused .chip-textfield__container{border-color:var(--primary-color)}.chip-textfield--focused .chip-textfield__label-above,.chip-textfield--focused .chip-textfield__label-shrinky{color:var(--primary-color)}.chip-textfield__label-above{-webkit-user-select:none;user-select:none;font-size:var(--typography-body);color:var(--font-light);margin-bottom:var(--spacing-unit)}.chip-textfield__label-shrinky{-webkit-user-select:none;user-select:none;position:absolute;color:var(--font-light);font-size:var(--typography-body);box-sizing:border-box;top:0;left:0;padding:12px 0 0 8px;border-radius:8px;transition:transform .1s ease-in-out 0s,padding .1s ease-in-out 0s;transform-origin:top left}.chip-textfield__label-shrinky--shrunk{z-index:2;padding:2px 4px;transform:translate(4px,-8px) scale(.75);background-color:var(--app-background);border-radius:0}.chip-textfield__label-notch{position:absolute;top:0;left:0;z-index:1}.chip-textfield__label-notch--cutout{height:2px;background-color:var(--textarea-background);transform:scale(.8);transform-origin:25px -1px}.chip-textfield__label-notch--label{visibility:hidden;transform:scale(.8);transform-origin:25px;height:0}.chip-textfield .edit-chip input{box-sizing:border-box;height:24px}.chip-textfield-popover__list{cursor:pointer}.chip-textfield-popover__list *:hover{background-color:hsl(var(--app-background-h),var(--app-background-s),calc(var(--app-background-l) - 4%))}.chip-textfield-popover__paper{max-width:unset!important}.checkbox{display:inline-block}.checkbox__control{position:relative;z-index:0}.checkbox__control--disabled{color:var(--font-disabled)}.checkbox__control--disabled svg{opacity:.7}.MuiCheckbox-indeterminate{color:var(--primary-color)}.MuiCheckbox-indeterminate.checkbox__control:not(.checkbox__control--disabled).checkbox__control--small:after,.Mui-checked.checkbox__control:not(.checkbox__control--disabled).checkbox__control--small:after{content:"";position:absolute;background-color:var(--white);z-index:-1;height:13px;width:13px}.MuiCheckbox-indeterminate.checkbox__control:not(.checkbox__control--disabled).checkbox__control--regular:after,.Mui-checked.checkbox__control:not(.checkbox__control--disabled).checkbox__control--regular:after{content:"";position:absolute;background-color:var(--white);z-index:-1;height:14px;width:14px}.checkable-select{border:1px solid var(--border-foreground);border-radius:var(--border-radius);box-sizing:border-box}.checkable-select__value-label{width:100%;padding-right:12px;box-sizing:border-box}.checkable-select__value-label:hover{text-decoration:underline}.checkable-select__menu-anchor{height:0px;width:0px;position:relative}.checkable-select__select>.MuiSelect-select{padding:8px;margin:0}.checkable-select__select__menu>.MuiMenu-paper{max-height:200px;max-width:160px;box-sizing:border-box}.checkable-select__select__menu>.MuiMenu-paper>.MuiMenu-list{padding:0;margin:0;box-sizing:border-box}.checkable-select__select__menu>.MuiMenu-paper>.MuiMenu-list .options-filter{padding:4px 8px 4px 16px;display:flex;flex-direction:column}.checkable-select__select__menu>.MuiMenu-paper>.MuiMenu-list .options-filter__helper-text{color:var(--font-light);font-size:var(--typography-tiny);padding:8px 0}.checkable-select__select__menu>.MuiMenu-paper>.MuiMenu-list .options-filter__input{font-size:var(--typography-small)}.checkable-select__select__menu>.MuiMenu-paper>.MuiMenu-list .checkable-option{padding:0 4px}.checkable-select__select__menu>.MuiMenu-paper>.MuiMenu-list .checkable-option .checkbox__control{background-color:transparent!important}.checkable-select__select__menu>.MuiMenu-paper>.MuiMenu-list .checkable-option .MuiListItemIcon-root{min-width:0;margin-right:4px}.checkable-autocomplete__group{height:100%;width:100%;display:flex;align-items:center;padding:var(--spacing-unit) calc(var(--spacing-unit) * 1.5);line-height:inherit;overflow:hidden;word-break:break-word;background-color:transparent}.checkable-autocomplete__popper{max-width:70vw;z-index:1300}.checkable-autocomplete__chips{display:flex;position:relative;align-items:center;flex-grow:1;margin-left:var(--spacing-unit)}.checkable-autocomplete__text-field{background-color:var(--app-background)}.checkable-autocomplete__text-field .MuiAutocomplete-inputRoot{display:flex;flex-wrap:nowrap;padding:6px!important}.checkable-autocomplete__text-field input{font-size:var(--typography-small);color:var(--font-color)}.checkable-autocomplete__text-field__end-adornment-container{display:flex;flex:0 0 auto;align-items:center;flex-direction:row-reverse;min-width:0}.checkable-autocomplete__text-field__end-adornment-container__open-chevron-container{margin-left:4px}.checkable-autocomplete__text-field__end-adornment-container__open-chevron-container .MuiAutocomplete-endAdornment{display:flex;position:relative;top:13px;right:unset!important}.checkable-autocomplete__text-field__end-adornment-container .MuiCircularProgress-root{position:absolute;top:6px;right:4px;color:var(--icon-foreground)}.checkable-autocomplete__selected-values{flex:0 1 auto;margin-left:var(--spacing-unit);white-space:nowrap;min-width:0;max-width:unset!important}.checkable-autocomplete__listbox,.checkable-autocomplete__listbox ul,.checkable-autocomplete__listbox .MuiAutocomplete-option{box-sizing:border-box;padding:0;margin:0}.checkable-autocomplete__listbox .MuiAutocomplete-option:not(:hover){background-color:transparent!important}.checkable-autocomplete__count-container{background:var(--primary-color);color:var(--white);order:99;line-height:0;border-radius:50%;width:22px;height:22px;justify-content:center;display:flex;font-size:var(--typography-extra-tiny)}.checkable-autocomplete__count-container__count{padding-top:50%;padding-bottom:50%}.checkable-autocomplete.MuiAutocomplete-hasClearIcon .MuiAutocomplete-clearIndicator{visibility:visible}.checkable-autocomplete.MuiAutocomplete-hasClearIcon .MuiAutocomplete-inputRoot{padding:6px}.checkable-autocomplete .MuiOutlinedInput-input{flex:1 0 auto;min-width:25%}.checkable-group__button{padding:calc(var(--spacing-unit) / 2) var(--spacing-unit);box-sizing:border-box;color:var(--font-color);cursor:pointer}.checkable-group__button:hover{background-color:var(--app-background-inset-hover)}.checkable-group__button .MuiListItemIcon-root{min-width:unset}.checkable-group__button .MuiListItemText-primary{font-size:var(--typography-large)}button.button{box-shadow:none;border:0px;padding:9px 8px;font-weight:var(--weight-semi);text-transform:none}button.button--xxs,button.button--xs{padding:6px}button.button--regular{border-radius:var(--border-radius);border-width:1px;border-style:solid;border-color:var(--border-foreground)}button.button--loading .MuiLinearProgress-root{width:100%;position:absolute;bottom:0;border-radius:4px}button.button .adornment{display:flex;align-content:center}button.button .adornment--start{margin-right:calc(var(--spacing-unit) / 2)}button.button .adornment--end{margin-left:calc(var(--spacing-unit) / 2)}button.button.MuiButtonGroup-grouped{min-width:8px}button.button--sm{font-size:var(--typography-small)}button.button--sm svg{font-size:calc(var(--typography-icon-sm) * 1.4)}button.button--md{font-size:var(--typography-body)}button.button--md svg{font-size:calc(var(--typography-icon-md) * 1.4)}button.button--lg{font-size:var(--typography-large)}button.button--lg svg{font-size:calc(var(--typography-icon-lg) * 1.4)}button.button--primary{background:var(--primary-background);color:var(--primary-foreground)}button.button--primary:hover{background:var(--primary-background-hover);color:var(--primary-foreground-hover)}button.button--primary[disabled]{color:var(--primary-foreground-disabled);background:var(--primary-background-disabled)}button.button--secondary{background:var(--secondary-background);color:var(--secondary-foreground)}button.button--secondary:hover{background:var(--secondary-background-hover);color:var(--secondary-foreground-hover)}button.button--secondary[disabled]{color:var(--secondary-foreground-disabled);background:var(--secondary-background-disabled)}button.button--default{border:1px solid var(--default-background-hover !important);background:var(--default-background);color:var(--default-foreground)}button.button--default:hover{background:var(--default-background-hover !important);color:var(--default-foreground-hover)}button.button--default[disabled]{color:var(--default-foreground-disabled);background:var(--default-background-disabled !important)}button.button--error{background:var(--error-background);color:var(--error-foreground)}button.button--error:hover{background:var(--error-background-hover);color:var(--error-foreground-hover)}button.button--error[disabled]{color:var(--error-foreground-disabled);background:var(--error-background-disabled)}button.button--warning{background:var(--warning-background);color:var(--warning-foreground)}button.button--warning:hover{background:var(--warning-background-hover);color:var(--warning-foreground-hover)}button.button--warning[disabled]{color:var(--warning-foreground-disabled);background:var(--warning-background-disabled)}button.button--confirm{background:var(--confirm-background);color:var(--confirm-foreground)}button.button--confirm:hover{background:var(--confirm-background-hover);color:var(--confirm-foreground-hover)}button.button--confirm[disabled]{color:var(--confirm-foreground-disabled);background:var(--confirm-background-disabled)}button.button--fab{min-height:unset;line-height:0}button.button.label-above-padding{margin-top:28px}.button-group{height:100%;background-color:hsl(var(--app-background-h),var(--app-background-s),calc(var(--app-background-l) - 2%))}body{--typography-extra-large: 1rem;--typography-large: .875rem;--typography-body: .85rem;--typography-small: .8125rem;--typography-tiny: .75rem;--typography-extra-tiny: .625rem}.typography--article-title{font-size:var(--typography-large);color:var(--font-color)}.typography--h1,.typography--h2,.typography--h3,.typography--h4,.typography--h5{font-weight:var(--weight-bold)}.typography--body{font-size:var(--typography-body);color:var(--font-color)}.typography--h1,.typography--h2,.typography--h3,.typography--h4,.typography--h5,.typography--h6{color:var(--font-color)}.typography--h5{font-size:var(--typography-h5)}.typography--widget_tooltip{color:var(--app-background);font-size:var(--typography-body);padding:4px}.typography a.uncolored-link{color:var(--font-color)}.typography a.uncolored-link:hover{text-decoration:none}.typography--disabled{color:var(--font-disabled)}.typography--chart-label{font-weight:var(--weight-bold)}.typography--subtitle{font-size:var(--typography-small)}.MuiTypography-colorTextPrimary{color:var(--font-color)}.MuiFormControlLabel-label{font-size:var(--typography-body);color:var(--font-color)}.MuiFormControlLabel-label.Mui-disabled{color:var(--font-disabled)}.MuiAlert-root.MuiAlert-standard.MuiAlert-colorWarning{background-color:var(--alert-background-warning)}.MuiAlert-root.MuiAlert-standard.MuiAlert-colorWarning .MuiAlert-message,.MuiAlert-root.MuiAlert-standard.MuiAlert-colorWarning .MuiTypography-root,.MuiAlert-root.MuiAlert-standard.MuiAlert-colorWarning .MuiAlert-icon{color:var(--warning-background)}.MuiAlert-root.MuiAlert-standard.MuiAlert-colorError{background-color:var(--alert-background-error)}.MuiAlert-root.MuiAlert-standard.MuiAlert-colorError .MuiAlert-message,.MuiAlert-root.MuiAlert-standard.MuiAlert-colorError .MuiTypography-root,.MuiAlert-root.MuiAlert-standard.MuiAlert-colorError .MuiAlert-icon{color:var(--error-background)}.MuiAlert-root.MuiAlert-standard.MuiAlert-colorSuccess{background-color:var(--alert-background-confirm)}.MuiAlert-root.MuiAlert-standard.MuiAlert-colorSuccess .MuiAlert-message,.MuiAlert-root.MuiAlert-standard.MuiAlert-colorSuccess .MuiTypography-root,.MuiAlert-root.MuiAlert-standard.MuiAlert-colorSuccess .MuiAlert-icon{color:var(--confirm-background)}.MuiAlert-root.MuiAlert-standard.MuiAlert-colorInfo{background-color:var(--alert-background-primary)}.MuiAlert-root.MuiAlert-standard.MuiAlert-colorInfo .MuiAlert-message,.MuiAlert-root.MuiAlert-standard.MuiAlert-colorInfo .MuiTypography-root,.MuiAlert-root.MuiAlert-standard.MuiAlert-colorInfo .MuiAlert-icon{color:var(--primary-background)}.view{flex:1 1 auto;min-width:0;height:100%}.backfill-prompt__container{display:flex;position:absolute;width:100%;height:100%;padding:24px;box-sizing:border-box;justify-content:center;align-items:center}.backfill-prompt__container__content{position:relative;background:var(--app-background);border:1px solid var(--border-foreground);border-radius:var(--border-radius);display:flex;flex-direction:column;padding:24px;text-align:left}@media (min-width: 992px){.backfill-prompt__container__content{max-width:420px}}.backfill-prompt__container__content__check-area{display:flex;align-items:center}.backfill-prompt__container__content__date-picker-area{margin-left:42px;margin-bottom:8px}.backfill-prompt__container__content__date-picker-area__error{color:var(--error-background)}.backfill-prompt__container__content__date-picker-area__date-picker{display:flex;align-items:center}.backfill-prompt__container__content__date-picker-area__date-picker .select-container{width:100%}.backfill-prompt__container__content__date-picker-area .more-info{margin-left:var(--spacing-unit)}.backfill-prompt__container__content__title{margin-bottom:8px}.backfill-prompt__container__content .select__control{background-color:var(--app-background-inset);border-color:var(--border-foreground);color:var(--font-color);flex-wrap:nowrap}.backfill-prompt__container__content .select__control .select__multi-value{background-color:var(--primary-color);color:var(--white);padding:1px 2px 2px 4px}.backfill-prompt__container__content .select__control .select__multi-value__label{color:var(--white);font-weight:var(--weight-regular)}.backfill-prompt__container__content .select__control .select__multi-value__remove:hover{background-color:transparent}.backfill-prompt__container__content .select__control .select__multi-value__remove svg{color:var(--white)}.backfill-prompt__container__content .select__value-container .css-b8ldur-Input{color:var(--font-color)}.backfill-prompt__container__content .select__menu{background-color:var(--app-background-inset);border-color:var(--border-foreground);color:var(--font-color);z-index:2}.backfill-prompt__container__content .select__menu .select__option--is-focused:not(.select__option--is-selected){background-color:hsl(var(--app-background-inset-h),var(--app-background-inset-s),calc(var(--app-background-inset-l) - 2%));color:var(--font-color)}.backfill-prompt__container__content .select__menu .select__menu-list{font-family:var(--font-family);font-size:var(--typography-body)}.boolean-filter{display:flex;min-width:0;justify-content:stretch;align-items:center;flex-grow:1;background-color:var(--app-background);border:1px solid var(--border-foreground);border-radius:var(--border-radius);height:37px;padding-left:var(--spacing-unit);cursor:pointer}.boolean-filter__label{border-radius:var(--border-radius);padding:calc(var(--spacing-unit) / 2);background-color:var(--warning-background)}button.button.MuiButton-root{border-width:0}button.button--pill{border-radius:20px!important;padding:calc(var(--spacing-unit) / 2) calc(var(--spacing-unit) * 2)!important}button.button--outlined{border:1px solid var(--primary-color)!important;color:var(--primary-color)}button.button--outlined>span{font-weight:var(--weight-bold)}button.button--secondary{background-color:var(--app-background-inset);color:var(--font-color)}button.button--secondary:hover{background-color:hsl(var(--app-background-inset-h),var(--app-background-inset-s),calc(var(--app-background-inset-l) - 3%));color:var(--font-color)}button.button--secondary[disabled]{background-color:var(--app-background-inset);color:var(--font-light)}button.button.button--xs{width:26px;height:26px}button.button.button--xs .MuiFab-label{height:15px;width:15px}.link{color:var(--font-light);cursor:pointer}.link--body{color:var(--font-color)}.link--primary{color:var(--primary-color)}.link:hover{text-decoration:underline}.button-group .button--default{background-color:var(--app-background-inset);color:var(--font-color)}.button-group .button--default:hover{background-color:hsl(var(--primary-color-h),var(--primary-color-s),calc(var(--primary-color-l) - 6%))}.button-group .button--primary{background-color:var(--primary-color)}.button-group .button{border-radius:0}.button-group .button:first-child{border-top-left-radius:var(--border-radius);border-bottom-left-radius:var(--border-radius)}.button-group .button:last-child{border-top-right-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.clickable{outline:none!important}.callout__container{padding:calc(var(--spacing-unit) * 2);border:2px dashed var(--border-foreground);border-radius:var(--border-radius);background-color:transparent;color:var(--font-color)}.callout__container .MuiTypography-paragraph{margin-bottom:unset}.chart-builder{height:100%}.chart-builder .select-container .select__menu{z-index:2}.chart-builder .simple-chart{min-height:400px;height:unset}.chart-builder .simple-chart .am-chart-v4,.chart-builder .simple-chart .chart-loader-container,.chart-builder .simple-chart .no-chart-data-message{height:400px}.chart-builder .simple-chart .chart-loader-container.chart-loader-container--nested-charts,.chart-builder .simple-chart .no-chart-data-message.chart-loader-container--nested-charts,.chart-builder .simple-chart .chart-loader-container.chart-loader-container--nested-charts .chart-loader-container,.chart-builder .simple-chart .no-chart-data-message.chart-loader-container--nested-charts .chart-loader-container{height:unset}.display-selector__chart-icon-container{display:flex}.benchmark{white-space:nowrap}.benchmark.red{color:var(--red-1)}.benchmark.green{color:var(--green-1)}.benchmark.grey{color:var(--font-light)}.benchmark__indicator{margin-right:calc(var(--spacing-unit) / 2)}.chart-header .date-picker-button{border:unset}.chart-container--am-chart .amcharts-Scrollbar-group{display:none}.chart-container--am-chart:hover .amcharts-Scrollbar-group{display:unset}.export-root__html-export__page .dashboard-chart .chart-header .filter-summary,.export-root__html-export__page .dashboard-chart .chart-header .chart-drag-handle,.export-root__html-export__page .dashboard-chart .chart-header .chart-label-container,.export-root__html-export__page .dashboard-chart .chart-header .chart-end-adornment{display:none}.export-root__html-export__page .dashboard-chart .chart-print-header{display:block}.export-root__html-export__page .dashboard-chart .chart-print-header__content__left__subtitle.MuiTypography-root{color:var(--font-light);font-weight:var(--weight-regular)}.export-root__html-export__page .dashboard-chart .amcharts-amexport-menu{display:none}.export-root__html-export__page .dashboard-chart .am-chart-v4{border:none}.export-root__html-export__page .dashboard-chart .am-chart-v4--padded{padding:0}.export-root__html-export__page .dashboard-chart .am-chart-v4 .chart-container--am-chart{margin-top:40px}.export-root__html-export__page .dashboard-chart .custom-chart{border:none}.export-root__html-export__page .dashboard-chart .custom-chart__content-container{padding-left:0}.export-root__html-export__page .dashboard-chart .custom-chart__content-container .card-chart__content{margin-left:0}.export-root__html-export__page .dashboard-chart .custom-chart__media-list-chart{padding:0 20px}.export-root__html-export__page .dashboard-chart .custom-chart__media-list-chart .chart-header{padding:0 0 20px}.export-root__html-export__page .dashboard-chart .multi-chart{box-sizing:border-box;flex-direction:column}.export-root__html-export__page .dashboard-chart .multi-chart .custom-chart__custom-container{padding:0;height:140px}.export-root__html-export__page .dashboard-chart .multi-chart .chart-print-header__content__left{padding-right:var(--spacing-unit)}.export-root__html-export__page .dashboard-chart .multi-chart>.MuiGrid-container{margin:40px auto 0;width:80%}.export-root__html-export__page .dashboard-chart .multi-chart--count-4>.MuiGrid-container{flex-direction:row;flex-wrap:wrap}.export-root__html-export__page .dashboard-chart .multi-chart--count-4>.MuiGrid-container>.MuiGrid-item{padding:calc(var(--spacing-unit) * 4);flex:1 0 50%;max-width:350px}.export-root__html-export__page .dashboard-chart .media-item-list-item__without_controls__wrapper__headlineWrapper__info-card-hover{overflow:hidden;max-width:250px}.export-root__html-export__page .benchmark__indicator{display:none}.simple-chart{height:400px;width:100%;display:flex;flex-direction:column}.simple-chart--no-click-event .table-chart__table__body__row:hover,.simple-chart--no-click-event .amcharts-Circle-group,.simple-chart--no-click-event .amcharts-Slice,.simple-chart--no-click-event .amcharts-XYSeries .amcharts-RoundedRectangle-group{cursor:default}.simple-chart--border .am-chart-v4,.simple-chart--border .custom-chart{box-sizing:border-box;border:1px solid var(--border-foreground)}.simple-chart--border .am-chart-v4 .chart-header,.simple-chart--border .custom-chart .chart-header{box-sizing:border-box}.simple-chart--border .am-chart-v4--padded,.simple-chart--border .custom-chart--padded{padding:calc(var(--spacing-unit) * 3);box-sizing:border-box}.simple-chart--border .am-chart-v4__media-list-chart .chart-header,.simple-chart--border .custom-chart__media-list-chart .chart-header{padding:calc(var(--spacing-unit) * 3) calc(var(--spacing-unit) * 2) 0 calc(var(--spacing-unit) * 2)}.simple-chart .filter-summary{margin-left:var(--spacing-unit)}.simple-chart .card-chart__content__value-container__value{margin:0}.chart-label-container{flex-grow:1;white-space:nowrap;overflow:hidden;align-self:center}.chart-label-container .chart-label{font-size:var(--typography-extra-large);overflow:hidden;text-overflow:ellipsis;margin-right:calc(var(--spacing-unit) * 2)}.chart-label-container .click-to-edit-field .typography{font-size:var(--typography-extra-large)}.multi-chart{flex-grow:1}.custom-chart,.am-chart-v4{flex-grow:1;display:flex;flex-direction:column}.custom-chart .table-chart,.custom-chart .distribution-chart,.custom-chart .card-chart,.custom-chart .chart-container--am-chart,.am-chart-v4 .table-chart,.am-chart-v4 .distribution-chart,.am-chart-v4 .card-chart,.am-chart-v4 .chart-container--am-chart{flex-grow:1}.custom-chart .distribution-chart__table__body__row__cell .rounded-bar-chart p,.am-chart-v4 .distribution-chart__table__body__row__cell .rounded-bar-chart p{word-wrap:normal;word-break:normal}.spike-alert-chart{height:300px;padding-bottom:calc(var(--spacing-unit) * 2)}.report-chart{height:unset}.report-chart .card-chart,.report-chart .distribution-chart,.report-chart .table-chart{padding:0 calc(var(--spacing-unit) / 2)}.report-chart .card-chart__content__value-container{display:flex;align-items:center;justify-content:flex-start}.report-chart .card-chart__content__value-container__value{margin:unset}.report-chart .no-chart-data-message{min-height:200px}.report-chart .amcharts-Tooltip,.report-chart .amcharts-AxisLabel,.report-chart .amcharts-Legend,.report-chart .distribution-chart__table__column,.report-chart .distribution-chart__table td .typography--body,.report-chart .table-chart__table__column,.report-chart .table-chart__table td .typography--body{font-size:15px}.report-chart .table-chart-menu__menu{display:none}.report-chart .chart-container--am-chart{padding:0;height:325px}.report-chart .am-chart-v4 .chart-header__top-row,.report-chart .custom-chart .chart-header__top-row{display:flex;justify-content:space-between}.multi-chart .no-chart-data-message{height:51px!important;min-height:unset}.multi-chart .no-chart-data-message svg{margin-bottom:1px}.insights-chart{height:unset}.insights-chart .chart-container--am-chart{margin-top:calc(var(--spacing-unit) * -2);height:150px}.insights-chart .custom-chart{height:100%}.insights-chart .chart-label-container{background-color:var(--app-background-inset);padding:var(--spacing-unit) calc(var(--spacing-unit) * 1.5);border-radius:var(--border-radius);margin-bottom:calc(var(--spacing-unit) * 2)}.insights-chart .distribution-chart,.insights-chart .table-chart{padding:0 var(--spacing-unit);box-sizing:border-box}.insights-chart .distribution-chart__table td,.insights-chart .table-chart__table td{padding:var(--spacing-unit) 0px 4px;border-bottom:0px}.insights-chart .distribution-chart__table__body tr td:first-child,.insights-chart .table-chart__table__body tr td:first-child{padding-right:calc(var(--spacing-unit) * 2);max-width:170px}.dashboard-chart{height:100%}.dashboard-chart .chart__custom-multi-container .chart__custom-container--filter-summary-empty{padding:20px calc(var(--spacing-unit) * 2)}.dashboard-chart .am-chart-v4,.dashboard-chart .custom-chart{border-radius:var(--border-radius);background-color:var(--app-background);height:100%}.dashboard-chart .am-chart-v4 .chart-header,.dashboard-chart .custom-chart .chart-header{box-sizing:border-box}.dashboard-chart .am-chart-v4 .chart-header__top-row,.dashboard-chart .custom-chart .chart-header__top-row{display:flex;justify-content:space-between}.dashboard-chart .am-chart-v4--padded,.dashboard-chart .custom-chart--padded{padding:var(--spacing-unit) calc(var(--spacing-unit) * 2)}.dashboard-chart .am-chart-v4--padded .chart-header,.dashboard-chart .custom-chart--padded .chart-header{padding:0}.dashboard-chart .am-chart-v4__media-list-chart .chart-header,.dashboard-chart .custom-chart__media-list-chart .chart-header{padding:var(--spacing-unit) calc(var(--spacing-unit) * 2) 0 calc(var(--spacing-unit) * 2)}.dashboard-chart .card-chart{margin-left:var(--spacing-unit)}.dashboard-chart .distribution-chart{margin-left:4px}.dashboard-chart .chart-loader-container{padding:calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 2);border-radius:var(--border-radius);border:1px solid var(--border-foreground)}.dashboard-chart .chart-loader-container--nested-charts{padding:unset;border-radius:unset;border:unset}.dashboard-chart .chart-drag-handle{cursor:grab;display:flex;align-items:center;margin-right:calc(var(--spacing-unit) / 2)}.dashboard-chart .chart-drag-handle svg path{fill:var(--font-color);stroke:var(--font-color)}.dashboard-chart--draggable:hover{background-color:var(--media-item-selected)}.dashboard-chart .add-to-report-anchor-element{position:absolute;top:0;right:0}.dashboard-chart:hover .table-chart-menu__menu{opacity:1}.dashboard-chart .media-item-list-item__without_controls__wrapper__headlineWrapper{flex-wrap:wrap;white-space:pre-line}.dashboard-chart .media-item-list-item .channel-info-card-hover{min-width:0}.color-sample{cursor:pointer}.color-sample--showBorder{border-radius:3px;border:2px solid var(--grey-4);padding:2px}.color-sample--showBorder .color-sample__swatch{height:12px;width:12px}.color-sample--showBorder:hover{border-color:var(--border-hover)}.color-sample__swatch{height:28px;width:28px;border-radius:3px;box-sizing:border-box}.hex-swatch-editor{border:1px solid var(--border-foreground);box-sizing:border-box;height:28px;width:136px;border-radius:3px;display:flex}.hex-swatch-editor__hash{padding:8px 12px;-webkit-user-select:none;user-select:none;display:flex;align-items:center}.hex-swatch-editor__hex{flex-grow:1;background-color:var(--white);margin-left:8px}.hex-swatch-editor__hex input{font-size:var(--typography-body)}.hex-swatch-editor--invalid{border-color:var(--error-background)}.color-popover__content{border:1px solid var(--border-foreground);background-color:#fff;border-radius:4px;box-sizing:border-box;padding:8px}.color-popover__content__grid{display:grid;grid-template-columns:repeat(5,auto [col-start]);row-gap:8px;column-gap:8px}.color-popover__content>:not(:first-child){margin-top:8px}.checkable-select-filter{width:100%}.checkable-select-filter__content{display:flex;flex-direction:column}.MuiAutocomplete-popperDisablePortal>div{border:1px solid var(--border-foreground)}.checkable-option{width:100%;display:flex;align-items:center;padding:0;margin:0}.checkable-option__icon{height:20px;width:20px;margin-right:8px}.checkable-option__label{padding-top:5px;padding-bottom:5px}.checkable-option:hover{cursor:pointer;background-color:var(--app-background-inset-hover)}.checkable-option .checkbox__control__control{margin-right:0!important;background-color:transparent!important}.column-layout{display:flex;flex-wrap:wrap;width:100%;height:auto}.column-layout>.column{height:100%;width:100%}.column-layout>.column:not(:first-child){margin-top:calc(var(--spacing-unit) * 2);margin-left:0}@media (min-width: 577px){.column-layout{flex-wrap:nowrap;height:100%}.column-layout>.column:not(:first-child){margin-top:0;margin-left:calc(var(--spacing-unit) * 3)}.column-layout>.column--1{width:100%}.column-layout>.column--2{width:50%}.column-layout>.column--3{width:33.334%}.column-layout>.column--4{width:25%}.column-layout>.column--5{width:20%}.column-layout>.column--6{width:16.667%}}.confirmation-prompt__container{display:flex;position:absolute;width:100%;height:100%;box-sizing:border-box;justify-content:center;align-items:center}.confirmation-prompt__container__main{background:var(--app-background);border:1px solid var(--border-foreground);border-radius:var(--border-radius);padding:calc(var(--spacing-unit) * 2.5) var(--spacing-unit) calc(var(--spacing-unit) * 3) calc(var(--spacing-unit) * 3);max-width:350px}.confirmation-prompt__container__main__header{display:flex}.confirmation-prompt__container__main__header__title{flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.confirmation-prompt__container__main__header__close-button{align-self:flex-start}.confirmation-prompt__container__main__content{display:flex;flex-direction:column;padding:var(--spacing-unit) calc(var(--spacing-unit) * 3) 0 0}@media (min-width: 992px){.confirmation-prompt__container__main__content{max-width:400px}}.container{margin-top:calc(var(--spacing-unit) * 4)}.create-query-prompt{display:flex;justify-content:center;align-items:center;width:100%}.create-query-prompt__content{padding:calc(var(--spacing-unit) * 4);background-color:var(--app-background);border-radius:var(--border-radius);max-width:350px}.MuiDataGrid-root{--scrollbarSize: 7px;scrollbar-width:thin;scrollbar-color:hsl(var(--app-background-inset-h),var(--app-background-inset-s),calc(var(--app-background-inset-l) - 8%)) transparent}.MuiDataGrid-root ::-webkit-scrollbar{width:var(--scrollbarSize)}.MuiDataGrid-root ::-webkit-scrollbar-track{display:none}.MuiDataGrid-root ::-webkit-scrollbar-corner{display:none}.MuiDataGrid-root ::-webkit-scrollbar-thumb{background-color:hsl(var(--app-background-inset-h),var(--app-background-inset-s),calc(var(--app-background-inset-l) - 8%));border-radius:10px}.MuiDataGrid-root ::-webkit-scrollbar-track{background:transparent}_:not(a,b) ::-webkit-scrollbar-thumb,.MuiDataGrid-root ::-webkit-scrollbar-thumb{background-color:#666666bf;border-radius:10px}.MuiPickersToolbar-toolbar h2{color:var(--primary-foreground)}input[type=date],input[type=time]{cursor:pointer;color-scheme:var(--color-scheme)}.theme--light input[type=date],.theme--light input[type=time]{-webkit-text-fill-color:var(--font-color)}.theme--light input[type=date]::-webkit-datetime-edit-day-field:focus,.theme--light input[type=date]::-webkit-datetime-edit-month-field:focus,.theme--light input[type=date]::-webkit-datetime-edit-year-field:focus,.theme--light input[type=time]::-webkit-datetime-edit-day-field:focus,.theme--light input[type=time]::-webkit-datetime-edit-month-field:focus,.theme--light input[type=time]::-webkit-datetime-edit-year-field:focus{background-color:#90caf9}.divider{border-color:var(--border-foreground)}.divider--pad-bottom{margin:0px 0px calc(var(--spacing-unit) * 3) 0px}.dynamic-width-helper{visibility:hidden;position:absolute}#appcues-launchpad{position:absolute;bottom:60px;display:none;font-family:Roboto,IBM Plex Sans,sans-serif}#appcues-launchpad.appcues-widget{display:unset}#appcues-launchpad.appcues-widget .appcues-icon-bell.appcues-widget-icon.appcues-icon.appcues-icon-visible:before{color:var(--font-color);font-size:26px;content:"f"}#appcues-launchpad.appcues-widget .appcues-icon-bell.appcues-widget-icon.appcues-icon.appcues-icon-visible:after{background:var(--primary-color)}.appcues-widget-container.appcues-active{display:none}.appcues-widget-container.appcues-active .appcues-widget-dropdown{background-color:var(--app-background);font-family:Roboto,IBM Plex Sans,sans-serif;padding:5px 15px;border-radius:4px;color:var(--font-color);box-shadow:var(--container-box-shadow);border-color:var(--border-foreground)}.appcues-widget-container.appcues-active .appcues-widget-dropdown:after,.appcues-widget-container.appcues-active .appcues-widget-dropdown:before{display:none}.appcues-widget-container.appcues-active .appcues-widget-dropdown .appcues-widget-header{border:none}.appcues-widget-container.appcues-active .appcues-widget-dropdown .appcues-widget-content{margin-bottom:10px}.appcues-widget-container.appcues-active .appcues-widget-dropdown .appcues-widget-content .appcues-widget-list{border:none}.appcues-widget-container.appcues-active .appcues-widget-dropdown .appcues-widget-content .appcues-widget-list li{border-color:var(--border-foreground)}.appcues-widget-container.appcues-active .appcues-widget-dropdown .appcues-widget-content .appcues-widget-list .appcues-nothing-new,.appcues-widget-container.appcues-active .appcues-widget-dropdown .appcues-widget-content .appcues-widget-list .appcues-unread a{color:var(--font-color)}.appcues-widget-container.appcues-active .appcues-widget-dropdown .appcues-widget-content .appcues-widget-list .appcues-read a{color:var(--font-light)}.appcues-widget-container.appcues-active .appcues-widget-dropdown .appcues-widget-content .appcues-widget-list a{font-size:.9rem}.appcues-widget-container.appcues-active .appcues-widget-dropdown .appcues-widget-content .appcues-widget-list a:hover{color:var(--primary-color);background:transparent}.appcues-widget-container.appcues-active .appcues-widget-dropdown .appcues-widget-content .appcues-widget-list a time{font-size:.9rem}.appcues-widget-container.appcues-active .appcues-widget-dropdown .appcues-widget-header h1{color:var(--font-color);font-size:1.25rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.empty-state__center{display:flex;flex-direction:column;align-items:center;text-align:center;width:85%;max-width:350px}.empty-state__image-box--with-shadow{background-color:var(--app-background-inset);border-radius:50%;width:100%;max-width:360px;margin-bottom:calc(var(--spacing-unit) * 3)}.empty-state__image-box img{max-height:100%;max-width:100%}.empty-state__main-message{font-size:var(--typography-h3)}.empty-state__sub-message{font-size:var(--typography-body);color:var(--font-light)}.empty-state__help-text-link{color:var(--font-light);background:none;border:none;padding:0;text-decoration:underline;cursor:pointer}.facebook-button button{padding:6px 10px}.facebook-button button.button--primary{background:#1877f2;color:#fff}.facebook-button button>span{display:flex}.facebook-button--disabled{background:var(--disabled-background);color:#f2f2f2;cursor:none}.facebook-button--loading{width:100%;height:100%;background:#0006;position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center}.facebook-button__icon{line-height:0}.facebook-button__icon svg{vertical-align:middle;padding-right:5px}.facebook-button__label{vertical-align:middle;text-transform:uppercase}.facebook-connect-panel{width:auto;margin:0 50px;padding:20px;background:var(--app-background-inset);border-style:dashed;border-color:var(--border-foreground);border-width:2px}.facebook-connect-panel .typography--h2{padding-bottom:10px}.facebook-connect-panel ul{padding:0}.facebook-connect-panel ul li{padding-left:15px;position:relative;margin-left:5px;list-style-type:none;padding-bottom:5px}.facebook-connect-panel ul li:before{content:"·";font-size:60px;line-height:20px;position:absolute;left:-10px;top:0}.facebook-connect-panel__controls__skip{color:var(--font-light);font-size:var(--typography-extra-tiny);padding-top:calc(var(--spacing-unit) * 2)}@media (min-width: 992px){.facebook-connect-panel__controls__skip{text-align:right}}.filter-widget{font-family:Roboto;display:inline-flex;flex-wrap:nowrap;min-width:0;padding:var(--spacing-unit) calc(var(--spacing-unit) * 2);border-radius:var(--input-border-radius);border:1px solid var(--border-foreground);background-color:var(--app-background-inset);align-items:center}.filter-widget .quick-search-filter{min-width:0}.filter-widget .quick-search-filter__number-filter input{padding-left:0!important}.filter-widget--error,.filter-widget--error:hover{border-color:red}.filter-widget__name{text-transform:uppercase;font-size:11px;color:var(--font-color);margin-right:calc(var(--spacing-unit) * 1.8);font-weight:var(--weight-bold)}.filter-widget__value{color:var(--font-color);font-size:13px}.filter-widget-hints{background:var(--textarea-background);z-index:1}.filter-widget-hints>li{color:var(--font-color)}.filter-widget--edit{padding:0;border:0}.filter-widget--edit .quick-search-filter{border:0;z-index:9999}.filter-widget--edit .quick-search-filter .adornment-label__label{font-size:11px}.filter-widget--edit .quick-search-filter .adornment-label__value{font-size:13px}.filter-widget--edit .quick-search-filter .select-container .select{font-family:Roboto}.filter-widget--edit .quick-search-filter .select-container .select__control{padding:0 14px!important;font-size:var(--typography-small)}.filter-widget--edit .quick-search-filter .select-container .select__dropdown-indicator svg{fill:var(--font-color);width:16px;height:16px}.filter-input{transition:max-width .2s cubic-bezier(.25,.1,.25,1),border-width .2s linear,margin .2s cubic-bezier(.25,.1,.25,1),border-width .2s linear;max-width:0;display:flex;height:40px}.filter-input__input-wrapper{display:flex;align-items:center;justify-content:flex-start;overflow:hidden;max-width:0;transition:max-width .2s cubic-bezier(.25,.1,.25,1),border-width .2s linear,margin .2s cubic-bezier(.25,.1,.25,1),border-width .2s linear}.filter-input__input-wrapper__input{min-width:200px;width:100%;font-size:var(--typography-small)}.filter-input__input-wrapper__input .MuiInputBase-input::placeholder{color:var(--font-light)!important}.filter-input--in{max-width:100%}.filter-input--in .filter-input__input-wrapper{max-width:100%;margin:0 0 0 4px}.add-filter-button{color:var(--primary-color);background-color:var(--app-background-inset);padding-right:var(--spacing-unit);padding-left:var(--spacing-unit)}.add-filter-button:hover{background-color:var(--app-background-inset-hover)}.add-filter-button--focus{background-color:var(--app-background-inset)}.filters-popover{min-width:230px;height:var(--popover-select-height)}.filters-popover__content__scroll-view{height:var(--popover-select-height)!important}.filters-popover__content__scroll-view__list__item{padding:0;padding-left:var(--spacing-unit)}.filters-popover__content__scroll-view__list__item .MuiListItemIcon-root{min-width:unset}.filters-popover__content__scroll-view__list__item .MuiListItemText-primary{font-size:var(--typography-body)}.filters-popover__content__scroll-view__list__item .checkbox__control--disabled{color:var(--default-background-disabled)}.filters-container .full-width{min-width:0}.filters-container__filter{margin:var(--spacing-unit) calc(var(--spacing-unit) * 2) var(--spacing-unit) 0px}.filters-container__filter .MuiFormControl-marginDense{margin:0}.filters-container__filter .simple-filter{width:100%}.filters-container__filter .simple-filter .chip-textfield__label--shrinky__background{display:none}.filters-container__filter .simple-filter .MuiInputLabel-shrink .chip-textfield__label--shrinky__background{display:flex}.filters-container__filter .range-filter{width:100%}.filters-container__filter .range-filter__popover{margin-top:6px}.filters-container__filter .select__placeholder{color:var(--font-light)}.filters-container--inline{display:grid;width:100%;grid-template-columns:repeat(auto-fit,100%)}@media (min-width: 992px){.filters-container--inline{grid-template-columns:repeat(auto-fit,minmax(200px,320px))}}.filters-container--inline .filters-container__filter{display:flex;flex-direction:column;justify-content:center}.filters-container--inline .checkable-autocomplete__selected-values{max-width:50%}.selected-filters__container{display:flex;align-items:center}.selected-filters__container .checkable-autocomplete{min-width:0}.selected-filters__container .MuiInputBase-root{height:38px}.selected-filters__container .MuiInputBase-input{padding-top:0;padding-bottom:2px}.selected-filters__container .chip-textfield__container{height:38px;background-color:var(--app-background)}.selected-filters__container .chip-textfield__container .MuiInputBase-input{font-size:var(--typography-small);display:flex;justify-content:center;height:100%}.selected-filters__container .chip-textfield__container__input-container__scroll{padding-top:0}.selected-filters__container .chip-textfield__container__input-container__input{height:100%}.selected-filters__container .chip-textfield__label-shrinky{color:var(--shrinky-label-color);background-color:unset}.selected-filters__container .chip-textfield__label-shrinky:after{background-color:var(--app-background);position:absolute;content:"";width:50px;height:5px;top:9px;left:2px;z-index:-1;border-radius:20px}.selected-filters__container .MuiInputLabel-root.Mui-disabled{color:var(--shrinky-label-color)}.filters-strip{margin:calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 2) 0;display:flex;flex-direction:column}@media (min-width: 992px){.filters-strip{flex-direction:row}}.filters-strip__filters{flex-grow:1;margin-left:var(--spacing-unit);display:flex;flex-direction:column;align-items:flex-start}@media (min-width: 992px){.filters-strip__filters{flex-direction:row}}.filters-strip__filters .add-filter-button{margin-top:calc(var(--spacing-unit) * .5)}.filters-strip__filters__date-filter{display:flex;padding-left:calc(var(--spacing-unit) * 2);flex-shrink:0}.filters-strip__date-filter{flex-shrink:0;padding:var(--spacing-unit);padding-right:0;padding-left:0}.filters-strip__date-filter .icon-button svg{color:var(--icon-foreground)}.filters-strip__date-filter .icon-button:hover svg{color:var(--font-color)}.filter-summary{display:flex;align-items:center}.filter-summary__container{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-summary__container__filter-container{color:var(--font-light);line-height:1.5}.filter-summary__container__filter-container__filter__value-container__value{cursor:default;text-decoration:none}.filter-summary__container__filter-container__filter__value-container__value--underline{border-bottom:1px dotted var(--border-foreground);cursor:pointer}.filter-summary__container__filter-container__filter__value-container__value--underline:hover{border-color:var(--font-light)}.filter-summary__container__filter-container:first-child .filter-summary__container__filter-container__filter__connector:first-child{text-transform:capitalize}.tooltip-link{cursor:pointer;text-decoration:underline}.filter-summary-tooltip .filter-summary__container__filter-container{color:var(--app-background)}.filter-summary-tooltip .filter-summary__container__filter-container__filter__value-container__value--underline{border-color:var(--app-background)}.MuiImageList-root{width:100%}.MuiImageList-root .MuiImageListItem-item{border:1px solid var(--border-foreground)}.export-root{display:block}.export-root__html-export__page{height:100%;width:100%;page-break-after:always;overflow:hidden;position:relative}.export-root__html-export__page__watermark{position:absolute;top:0;right:0}.export-root__html-export__page__watermark__logo{height:50px;width:200px}.export-root .table-chart__table{max-width:260mm}@media screen{.app.export-root{background-color:var(--grey-5)}.export-root{display:flex;justify-content:center;height:100vh;width:100vw;overflow-x:hidden;overflow-y:auto}.export-root__html-export{width:297mm}.export-root__html-export__page{margin-bottom:10px;background-color:#fff;border:1px solid black}.export-root__html-export__page:last-child{margin-bottom:100px}}button.MuiIconButton-root .MuiSvgIcon-root{color:var(--icon-foreground)}.icon{color:var(--icon-foreground);height:20px;width:20px}.icon--md{height:42px;width:42px}.icon--lg{height:70px;width:70px}.MuiIconButton-colorInherit svg{color:var(--icon-foreground)}svg.icon--sm{height:20px;width:20px}svg.icon--xs{height:16px;width:16px}.insert-marker{width:1px;box-sizing:border-box}.insert-marker__marker{display:none;position:relative;border-left:1px dashed var(--icon-foreground);height:20px;box-sizing:border-box}.insert-marker__marker>svg{top:-15px;z-index:500;left:-7px;position:absolute;color:var(--icon-foreground)}.insert-marker--active .insert-marker__marker{display:block}.limit-prompt{margin-left:0!important}@media (min-width: 992px){.limit-prompt .modal__container__content__body{max-width:700px}}.quick-share-modal.modal{z-index:1500}.quick-share-modal.modal .select__menu{background-color:var(--app-background-inset)}.quick-share-modal.modal .modal__container__content__header{padding-left:40px}@media (min-width: 992px){.quick-share-modal.modal .modal__container__content__body--scroll{height:600px;width:700px}}.quick-share{cursor:default}.quick-share .select-theme__label,.quick-share__label{margin-bottom:calc(var(--spacing-unit) * 1.5)}.quick-share__input{background-color:var(--app-background-inset)}.quick-share__input .chip-textfield__container{height:46px}.quick-share__input .chip-textfield__container__input-container__scroll{padding-top:var(--spacing-unit)}.quick-share__input .MuiInputBase-input{font-size:var(--typography-body)}.quick-share__comments{margin-bottom:calc(var(--spacing-unit) * 1.5)}.quick-share .textfield-container .MuiInputBase-root:not(.MuiInputBase-multiline){height:46px}.quick-share .MuiInputBase-inputMultiline{padding:calc(var(--spacing-unit) * 2)}.chip-textfield__container__input-container__inline-chips__scrollable{overflow:hidden!important}.media-assistant-modal .modal__container__content__body__content{background-color:var(--app-background-inset)}.media-assistant-modal__container__content .tox-tinymce{border-radius:0 0 20px 20px;border-top:none;border-bottom:1px solid #e2e5e7;border-left:1px solid #e2e5e7;border-right:1px solid #e2e5e7;padding:1px;transition:border-color .2s ease-in-out}.media-assistant-modal__container__content .tox-tinymce .tox-edit-area:before{display:none}.media-assistant-modal__container__content .tox-tinymce .tox-editor-header{box-shadow:none}.media-assistant-modal__container__content__plain-text{display:flex;flex-direction:row;padding:.5px 0;border-radius:20px;background-color:var(--textarea-background);border:1px solid var(--border-foreground);transition:border-color .2s ease-in-out}.media-assistant-modal__container__content__plain-text:focus-within{border-color:var(--border-focus)}.media-assistant-modal__container__content__plain-text--has-response{border-radius:20px 20px 0 0;border-bottom:none;border-top:1px solid #e2e5e7;border-left:1px solid #e2e5e7;border-right:1px solid #e2e5e7}.media-assistant-modal__container__content__plain-text__input{flex-grow:1;margin:2px var(--spacing-unit) 0 calc(var(--spacing-unit) * 3)}.media-assistant-modal__container__content__plain-text__input input::placeholder,.media-assistant-modal__container__content__plain-text__input input.Mui-disabled{-webkit-text-fill-color:var(--font-light);color:var(--font-light);text-overflow:ellipsis}.media-assistant-modal__container__content__plain-text__end-adornment{display:flex;align-items:center;padding:var(--spacing-unit) calc(var(--spacing-unit) * 1.5) var(--spacing-unit) 0}.media-assistant-modal__container__content__plain-text__end-adornment>:not(:last-child){margin-right:var(--spacing-unit)}.media-assistant-modal__container__content__plain-text__end-adornment__cancel-button .MuiCircularProgress-root{margin-left:10px}.media-assistant-modal__container__content__plain-text__end-adornment__button button{background-color:var(--primary-background);height:38px;width:38px;transition:background-color .3s ease-in-out}.media-assistant-modal__container__content__plain-text__end-adornment__button button .MuiSvgIcon-root{color:var(--primary-foreground);transition:color .3s ease-in-out}.media-assistant-modal__container__content__plain-text__end-adornment__button button.Mui-disabled{background-color:hsla(var(--primary-color-h),var(--primary-color-s),var(--primary-color-l),.5);color:hsla(var(--white-h),var(--white-s),var(--white-l),.5)}.media-assistant-modal__container__content__plain-text__end-adornment__button button.Mui-disabled .MuiSvgIcon-root{color:unset}.media-assistant-modal__container__content--focus .media-assistant-modal__container__content__plain-text,.media-assistant-modal__container__content--focus .tox-tinymce{border-color:var(--border-focus)}.notifications_badge span{background-color:var(--primary-color)}.notification--read{font-weight:var(--weight-regular)!important}.popover,.MuiPopover-paper{background:var(--app-background);color:var(--font-color);font-family:var(--font-family);font-size:var(--typography-body);font-weight:var(--weight-regular);max-width:var(--popovers-width)}.popover li,.MuiPopover-paper li{font-size:var(--typography-body)}.popover-select-paper{margin-top:calc(var(--spacing-unit) / 2)}.popover-select{width:100vw;position:fixed;top:186px;left:0;background-color:var(--app-background);display:flex;flex-direction:column;overflow:hidden}@media (min-width: 577px){.popover-select{width:400px;height:auto;position:relative;top:unset;left:unset}}.popover-select__filter-container{padding:calc(var(--spacing-unit) * 1.5);box-sizing:border-box}.popover-select__option-picker-container{flex-grow:1;border-style:solid;border-color:var(--border-foreground);border-width:1px 0}.popover-select__option-picker-container__empty-state{padding:calc(var(--spacing-unit) * 2)}.popover-select__toolbar-container{padding:calc(var(--spacing-unit) * 1.5);box-sizing:border-box;display:flex;justify-content:flex-end}.popover-select__toolbar-container>:not(:first-child){margin-left:var(--spacing-unit)}.popover-select .MuiListItemIcon-root{color:var(--icon-foreground)}.popover-select .option-picker{display:flex;justify-content:stretch}.popover-select .option-picker>div{width:110%}.popover-select .option-picker__no-results{padding:calc(var(--spacing-unit) * 1.5);box-sizing:border-box}.popover-select .option-picker .MuiList-root .MuiListItemIcon-root{min-width:30px}.popover-select .option-picker .MuiList-root .MuiListItemText-secondary{font-size:var(--typography-tiny)}.popover-select .option-group{align-items:stretch}.popover-select .option-group__check-button{flex-grow:0;flex-shrink:0;padding-right:0}.popover-select .option-group__check-button .MuiListItemIcon-root{min-width:30px}.popover-select .option-group__expand-button{padding-left:var(--spacing-unit)}.popover-select .option-group__expand-button--extra-padding{padding-left:calc(var(--spacing-unit) * 2);padding-top:var(--spacing-unit);padding-bottom:var(--spacing-unit)}.popover-select .option-group__expand-button__group-name__count{color:var(--font-light);font-size:var(--typography-tiny)}.popover-select .option-group__checkable-option .checkable-option__button{padding-left:calc(var(--spacing-unit) * 3)}.popover-select .checkable-option__button__text{padding-left:var(--spacing-unit)}.popover-select .loading-indicator{height:200px;display:flex;align-items:center;justify-content:center}.query-grid{width:100%}.query-grid .MuiImageList-root{font-size:0;overflow-x:hidden;justify-content:flex-start}.query-grid .MuiImageList-root .MuiImageListItem-root{font-size:var(--typography-body);line-height:unset}.query-grid-card{height:200px;display:flex;border:1px solid var(--border-foreground);flex-direction:column}.query-grid-card__content{display:flex;flex-direction:column;flex-grow:1}.query-grid-card__content__title{padding:calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 2) 0 calc(var(--spacing-unit) * 2);box-sizing:border-box}.query-grid-card__content__title p{display:grid}.query-grid-card__content__title .link{color:var(--font-color);text-decoration:none;overflow:hidden;text-overflow:ellipsis}.query-grid-card__content__title .link:hover{opacity:.9}.query-grid-card__content .activity-chart{flex-grow:1;display:flex}.query-grid-card__content .activity-chart__content{flex:1;box-sizing:border-box;display:flex;flex-direction:column-reverse;align-items:flex-start}.query-grid-card__content .activity-chart__content .chart-container--am-chart{height:41px;width:100%;z-index:1}.query-grid-card__content .activity-chart__content__numbers{display:flex}.query-grid-card__content .activity-chart__content__numbers__sum{font-size:2.2rem;font-weight:var(--weight-bold);margin-left:calc(var(--spacing-unit) * 2)}.query-grid-card__content .activity-chart__content__numbers__benchmark__indicator,.query-grid-card__content .activity-chart__content__numbers__benchmark__previous{margin-top:4px}.query-grid-card__content .activity-chart__error{padding:var(--spacing-unit) calc(var(--spacing-unit) * 2)}.query-grid-card__toolbar{padding:10px 0;display:flex;border-top:1px solid var(--border-foreground);justify-content:space-around}.query-table>table>thead>tr>th:first-child{width:auto}.query-table>table>thead>tr>th:not(:first-child){width:50px}.query-list-table .MuiTableCell-root{border:unset;padding:var(--spacing-unit)}.query-list-table .MuiTableCell-root .loading-indicator-container{height:1px;width:100%;position:relative}.query-list-table .MuiTableCell-root .loading-indicator-container>.linear-progress{bottom:-3px}.query-list-table .MuiTableCell-head .typography,.query-list-table .MuiTableCell-head .link{color:var(--font-color);font-weight:var(--weight-bold)}.query-list-table .MuiTableCell-body .link{color:var(--font-color)}.query-list-table .activity-chart__content .chart-container--am-chart{height:28px}.query-list-table .activity-chart__content__numbers__sum{margin-left:8px}.quick-search-filter{flex:1 0 auto}.quick-search-filter--no-min-width{min-width:0}.quick-search-filter .select-container{min-width:unset}.quick-search-filter .select-container .select__menu{max-width:70vw}.quick-search-filter .select-container .select__control{background-color:var(--app-background);border-radius:var(--input-border-radius);border:1px solid var(--border-foreground);transition:all .1s}.quick-search-filter .select-container .select__control:hover{border:1px solid var(--border-hover)}.quick-search-filter .select-container .select__control:focus,.quick-search-filter .select-container .select__control--is-focused,.quick-search-filter .select-container .select__control--is-focused:hover{box-shadow:none;border-color:var(--primary-color)}.quick-search-filter .select-container .select__placeholder{font-size:var(--typography-tiny)}.quick-search-filter .chip-textfield__container__end-adornment span[title=Clear]{display:none}.quick-search-filter__custom-filter{min-width:0;padding-right:calc(var(--spacing-unit) * 2);border-radius:var(--input-border-radius);border:1px solid var(--border-foreground);background-color:var(--app-background);display:flex;height:38px;margin-top:0!important}.quick-search-filter__custom-filter__adornment{display:flex;align-items:center}.quick-search-filter__custom-filter__adornment__label{margin-left:var(--spacing-unit);font-size:var(--typography-small);color:var(--font-light);height:100%}.quick-search-filter>.textfield-container .MuiOutlinedInput-adornedStart{padding-left:0}.quick-search-filter__custom-query-filter{margin-top:0!important;min-width:0;padding-right:calc(var(--spacing-unit) * 2);background-color:var(--field-background);border-radius:var(--input-border-radius);border:1px solid var(--border-foreground);display:flex;height:36px}.quick-search-filter__custom-query-filter>:not(:first-child){margin-left:var(--spacing-unit)}.quick-search-filter__custom-query-filter__input-wrapper{display:flex;align-items:center}.quick-search-filter__custom-query-filter__input-wrapper__input{font-size:var(--typography-small)}.quick-search-filter .MuiFormControl-root{margin:0}.quick-search-filter__custom-query-filter,.quick-search-filter__text-filter,.quick-search-filter__number-filter,.quick-search-filter__custom-filter{background-color:var(--app-background);border-radius:var(--input-border-radius)}.quick-search-filter__custom-query-filter .MuiOutlinedInput-notchedOutline,.quick-search-filter__text-filter .MuiOutlinedInput-notchedOutline,.quick-search-filter__number-filter .MuiOutlinedInput-notchedOutline,.quick-search-filter__custom-filter .MuiOutlinedInput-notchedOutline{border-radius:var(--input-border-radius);border-color:var(--border-foreground);border-width:0px}.quick-search-filter__custom-query-filter .Mui-focused .MuiOutlinedInput-notchedOutline,.quick-search-filter__text-filter .Mui-focused .MuiOutlinedInput-notchedOutline,.quick-search-filter__number-filter .Mui-focused .MuiOutlinedInput-notchedOutline,.quick-search-filter__custom-filter .Mui-focused .MuiOutlinedInput-notchedOutline{border-width:1px}.quick-search-filter__custom-query-filter .MuiInput-underline:before,.quick-search-filter__custom-query-filter .MuiInput-underline:after,.quick-search-filter__text-filter .MuiInput-underline:before,.quick-search-filter__text-filter .MuiInput-underline:after,.quick-search-filter__number-filter .MuiInput-underline:before,.quick-search-filter__number-filter .MuiInput-underline:after,.quick-search-filter__custom-filter .MuiInput-underline:before,.quick-search-filter__custom-filter .MuiInput-underline:after{display:none}.quick-search-filter__custom-query-filter .MuiInput-underline.Mui-focused .MuiInput-input,.quick-search-filter__text-filter .MuiInput-underline.Mui-focused .MuiInput-input,.quick-search-filter__number-filter .MuiInput-underline.Mui-focused .MuiInput-input,.quick-search-filter__custom-filter .MuiInput-underline.Mui-focused .MuiInput-input{background-color:transparent}.quick-search-filter__custom-query-filter .MuiInput-underline .MuiSelect-icon,.quick-search-filter__text-filter .MuiInput-underline .MuiSelect-icon,.quick-search-filter__number-filter .MuiInput-underline .MuiSelect-icon,.quick-search-filter__custom-filter .MuiInput-underline .MuiSelect-icon{color:var(--font-light)}.quick-search-filter>.select-container .select__value-container{padding-left:0;padding-right:0;display:flex;flex-wrap:nowrap}.quick-search-filter>.select-container .select__value-container .select__multi-value{margin-left:4px;min-width:unset!important}.quick-search-filter>.select-container .select__value-container .select__placeholder{margin-left:6px;position:initial;transform:none}.quick-search-filter>.select-container .select__value-container .select__input>input{margin-left:4px;font-size:var(--typography-small)!important}.quick-search-filter>.select-container .select__value-container .css-b8ldur-Input{margin:0 0 2px 2px}.quick-search-filter>.select-container .select__indicators .select__clear-indicator{display:none}.quick-search-filter input.input-element{font-size:var(--typography-small);font-weight:var(--weight-semi);background-color:transparent}.quick-search-filter__number-filter__adornment{display:flex;align-items:center}.quick-search-filter__number-filter__adornment__label{font-family:monospace;font-size:var(--typography-small);color:var(--font-light);height:100%}.quick-search-filter__number-filter .input-element{font-weight:var(--weight-semi)}.quick-search-filter .css-1pahdxg-control{box-shadow:0 0 0 1px var(--border-foreground)}.quick-search-filter .checkable-autocomplete,.quick-search-filter .checkable-autocomplete__text-field{border-radius:var(--input-border-radius)}.quick-search-filter .checkable-autocomplete .MuiAutocomplete-inputRoot{background-color:var(--app-background);border-radius:var(--input-border-radius);height:36px}.quick-search-filter .checkable-autocomplete .MuiAutocomplete-inputRoot .MuiAutocomplete-input{min-width:100px}.quick-search-filter .checkable-autocomplete .MuiAutocomplete-inputRoot .MuiAutocomplete-input::placeholder{font-size:var(--typography-tiny)}.quick-search-filter .checkable-autocomplete--has-chips .MuiAutocomplete-inputRoot .MuiAutocomplete-input{min-width:2px}.quick-search-filter .checkable-autocomplete .MuiAutocomplete-tag{background-color:var(--primary-color);color:var(--white);margin-left:8px}.quick-search-filter .checkable-autocomplete .MuiAutocomplete-tag svg{color:var(--white)}.quick-search-filter .chip-textfield__container{border-radius:var(--input-border-radius);background-color:var(--app-background)}.quick-search-filter .chip-textfield__container__input-container{margin-left:var(--spacing-unit)}.quick-search-filter svg{height:16px;width:16px}.custom-query-popover__content{padding:calc(var(--spacing-unit) * 2);box-sizing:border-box;min-width:400px}.custom-query-popover__content__text-wrapper{display:flex;width:100%}.quick-search{display:flex;flex-grow:1;align-items:center;padding:calc(var(--spacing-unit) * 1.25) calc(var(--spacing-unit) * 1.5)}.quick-search__end-adornment{flex-shrink:0;margin-left:var(--spacing-unit)}.quick-search__input-container{flex-grow:1;min-width:0;background-color:var(--quick-search-background);border-radius:25px;display:flex;align-items:center;padding:calc(var(--spacing-unit) * .25) var(--spacing-unit);position:relative}.quick-search__input-container:hover{background-color:var(--quick-search-background-hover)}.quick-search__input-container div[class*=quick-search-filters][class*=" "]:after{content:"";width:30px;height:46px;position:absolute;background-image:linear-gradient(to right,rgba(255,0,0,0),var(--quick-search-background));right:90px}@media (min-width: 577px){.quick-search__input-container div[class*=quick-search-filters][class*=" "]:after{right:240px}}.quick-search__input-container div[class*=quick-search-filters][class*=quick-search-filters--scroll-left-max]:after{display:none}.quick-search__input-container .quick-search-filters{display:flex;align-items:center;overflow-y:hidden;overflow-x:scroll;scroll-behavior:smooth;scrollbar-width:none;padding:3px 0}.quick-search__input-container .quick-search-filters::-webkit-scrollbar{display:none}.quick-search__input-container .quick-search-filters>:not(:first-child){margin-left:var(--spacing-unit)}.quick-search__input-container .filter-input{flex-grow:1}.quick-search__input-container .filter-input__input-wrapper{display:flex;flex-grow:1}.quick-search__input-container .filter-input__input-wrapper>.MuiInputBase-root{min-width:50px}@media (min-width: 577px){.quick-search__input-container .filter-input__input-wrapper>.MuiInputBase-root{min-width:200px}}.quick-search .date-picker-button{border:unset;border-radius:25px}.quota-prompt__container{display:flex;position:absolute;width:100%;height:100%;padding:24px;box-sizing:border-box;justify-content:center;align-items:center}.quota-prompt__container__content{position:relative;background:var(--app-background);border:1px solid var(--border-foreground);border-radius:var(--border-radius);display:flex;flex-direction:column;padding:24px}@media (min-width: 992px){.quota-prompt__container__content{max-width:420px}}.quota-prompt__container__content__check-area{display:flex;align-items:center}.quota-prompt__container__content__date-picker-area{margin-left:42px;margin-bottom:8px}.quota-prompt__container__content__title{margin-bottom:8px}.radio-group-form-control .MuiIconButton-colorSecondary:hover{background-color:var(--app-background-inset)!important}.responsive-modal__container{display:flex;position:absolute;width:100%;height:100%;padding:24px;box-sizing:border-box;justify-content:center;align-items:center}.responsive-modal__container__content{background:var(--app-background);border:1px solid var(--border-foreground);border-radius:var(--border-radius)}.section-header{border-radius:5px;padding:calc(var(--spacing-unit) * 2) var(--spacing-unit);background-color:var(--app-background-inset)}.select__input{color:var(--font-color)!important}.select__control .select__multi-value{border-radius:20px;background-color:hsl(var(--field-background-h),var(--field-background-s),calc(var(--field-background-l) - 8%));padding:0 0 0 2px}.select__control .select__multi-value .workspace-user-option p{color:var(--white)}.select__control .select__multi-value__label{font-size:var(--typography-small);font-weight:var(--weight-light);color:var(--font-color)}.select__control .select__multi-value__remove{border-radius:0 20px 20px 0;cursor:pointer}.select__control .select__multi-value__remove:hover{background-color:hsl(var(--field-background-h),var(--field-background-s),calc(var(--field-background-l) - 5%));color:var(--border-hover)}.select__control .select__multi-value:hover{border-color:var(--border-hover)}.select-container__control,.select-container .select__control{background-color:var(--app-background-inset);border-color:var(--border-foreground);color:var(--font-color);flex-wrap:nowrap}.select-container__control .select__multi-value,.select-container .select__control .select__multi-value{background-color:var(--primary-color);color:var(--white);padding:1px 2px 2px 4px}.select-container__control .select__multi-value__label,.select-container .select__control .select__multi-value__label{color:var(--white);font-weight:var(--weight-regular)}.select-container__control .select__multi-value__remove:hover,.select-container .select__control .select__multi-value__remove:hover{background-color:transparent}.select-container__control .select__multi-value__remove svg,.select-container .select__control .select__multi-value__remove svg{color:var(--white)}.select-container__value-container .css-b8ldur-Input,.select-container .select__value-container .css-b8ldur-Input{color:var(--font-color)}.select-container__menu,.select-container .select__menu{background-color:var(--app-background-inset);border-color:var(--border-foreground);color:var(--font-color);z-index:2}.select-container__menu .select__option--is-focused:not(.select__option--is-selected),.select-container .select__menu .select__option--is-focused:not(.select__option--is-selected){background-color:hsl(var(--app-background-inset-h),var(--app-background-inset-s),calc(var(--app-background-inset-l) - 2%));color:var(--font-color)}.adorned-content{display:flex;position:relative;align-items:center;flex-grow:1;margin-left:4px}.sentiment__text .typography--subtitle{color:var(--font-color)}.sentiment__clickableToEdit:hover{background-color:var(--app-background-inset)!important}.sentiment__color{transform:rotate(-38.2deg)}.sheet-layout{height:100%;display:flex;flex-direction:column}.sheet-layout__header{padding:calc(var(--spacing-unit) * 3) calc(var(--spacing-unit) * 5);flex-shrink:0}.sheet-layout__body{flex-grow:1}.sheet-layout__body__content{padding:calc(var(--spacing-unit) * 3) calc(var(--spacing-unit) * 5)}.sheet-layout__footer{padding:calc(var(--spacing-unit) * 3) calc(var(--spacing-unit) * 5);border-top:1px solid var(--border-foreground-light);flex-shrink:0}.snackbar svg{fill:var(--white);color:var(--white)}.snackbar .icon{font-size:20px;color:var(--white)}.snackbar .icon--variant{margin-right:var(--spacing-unit)}.snackbar .message{display:flex;align-items:center;color:var(--white)}.snackbar--success{background-color:var(--confirm-background)}.snackbar--warning{background-color:var(--warning-background)}.snackbar--info{background-color:var(--primary-background)}.snackbar--error{background-color:var(--error-background)}.stepper{padding:0}.stepper .MuiStepLabel-label{color:inherit;font-weight:var(--weight-regular)}.stepper .MuiStepLabel-label.Mui-active{font-weight:var(--weight-bold);color:var(--font-color)}.stepper__horizontal__first-child--no-padding-left{padding-left:0}.nested-menu-option-popover{max-height:200px;overflow-x:hidden;overflow-y:auto;width:250px}.nested-menu-option-popover__list-item{font-size:var(--typography-body)}.nested-menu-option-popover__list-item__text{padding-left:30px}.switch-container .MuiSwitch-thumb{background-color:hsl(var(--app-background-inset-h),var(--app-background-inset-s),calc(var(--app-background-inset-l) + 7%))}.switch-container .Mui-checked .MuiSwitch-thumb{background-color:var(--primary-color)}.split-view{width:100%;height:100%;display:flex}.split-view__left-pane,.split-view__right-pane{flex:1 0 0%;height:100%;overflow:hidden;min-width:0}.split-view__resize_wrapper{position:relative;cursor:col-resize;align-self:stretch;display:flex;align-items:center;width:1px;background:var(--border-foreground)}.split-view__resize_wrapper__resize-handler{background-color:var(--app-background-inset);border-radius:4px;border:2px solid var(--border-foreground);width:40px;height:10px;right:-22.5px;position:absolute;display:flex;align-items:center;justify-content:center;transition-duration:.22s;transform:rotate(90deg);z-index:99}.split-view__resize_wrapper__resize-handler__icon{background-color:var(--neutral);height:2px;width:20px;transition-duration:.22s}.table-container th{height:50px;font-size:var(--typography-body);color:var(--font-light);font-weight:var(--weight-regular);border-color:var(--border-foreground)}.table-container td{font-size:var(--typography-body);border-color:var(--border-foreground-light);color:var(--font-color)}.table-container--bordered{border:1px solid var(--border-foreground)}.tab-table{border:1px solid var(--border-foreground);background-color:var(--app-background-inset);height:100%}.tab-table>.form-panel{background-color:var(--app-background);margin-top:0;height:100%}.table-dense .sentiment{padding:2px 8px 2px 0}.table-dense td{border-bottom-color:transparent;padding:4px 8px 4px 0}.table-dense .sentiment__color__single{width:20px;height:20px}.table-dense .sentiment__color__right,.table-dense .sentiment__color__left{width:10px;height:20px}.table-dense .sentiment__text .typography--subtitle{color:var(--font-light)}.tox-tinymce,.tox-statusbar{border-color:var(--border-foreground)}.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type){border-right:0px}.tox-toolbar__primary{background:none;border-bottom:1px solid var(--border-foreground)}.tox-tbtn{color:var(--font-color)}.tox-tbtn svg{fill:var(--font-color)}.tox-tbtn.tox-tbtn--disabled svg{fill:var(--font-light)!important}.tox .tox-toolbar-overlord,.tox.tox-tinymce-aux .tox-toolbar__overflow{background-color:var(--white)}.tox.tox-tinymce-aux .tox-toolbar__overflow{border-color:var(--tinymce-border-color)}.textfield-container .MuiInputLabel-root{font-size:var(--typography-body)}.textfield-container .MuiInputLabel-shrink.Mui-focused{color:var(--primary-color)}.textfield-container .MuiFormLabel-root.MuiInputLabel-root.Mui-disabled{color:var(--font-disabled)}.textfield-container .MuiInputBase-root:hover .MuiOutlinedInput-notchedOutline{border:1px solid var(--border-hover)}.textfield-container .MuiInputBase-root.Mui-focused .MuiOutlinedInput-notchedOutline{border:1px solid var(--primary-color)}.textfield-container .MuiInputBase-root .MuiOutlinedInput-notchedOutline{transition:border-color .2s cubic-bezier(0,0,.2,1) 0ms,transform .2s cubic-bezier(0,0,.2,1) 0ms;border:1px solid var(--border-foreground)}.textfield-container button.MuiButtonBase-root .MuiSvgIcon-root{color:var(--font-light)}.textfield-container button.MuiButtonBase-root:hover .MuiSvgIcon-root{color:var(--font-color)}.textfield-container__mui-control .MuiInputBase-root{background-color:var(--app-background-inset)}.textfield-container__mui-control .MuiOutlinedInput-notchedOutline{border-color:var(--border-foreground)}.textfield-container__mui-control .MuiOutlinedInput-notchedOutline:hover{border:1px solid var(--border-hover)}.tree-select .popper-anchor{position:relative;width:100%}.tree-select .popper-anchor__popper{position:absolute;top:6px;left:0;z-index:1201;width:100%}.tree-select__popover__field-container{display:flex;flex-direction:column;box-sizing:border-box;height:var(--popover-select-height);width:var(--popover-select-width)}.tree-select__popover__field-container:hover{border-color:var(--border-hover)}.tree-select__popover__field-container__close{justify-content:right;display:flex;padding:4px;border-style:solid;border-color:var(--border-foreground);border-width:0 0 1px 0}.tree-select__popover__field-container__list{padding:8px!important;overflow-x:hidden;overflow-y:auto;box-sizing:border-box}.tree-select__popover__field-container__list__item--nested>:first-child{margin-left:16px}.validation-indicator{position:absolute;right:var(--spacing-unit);bottom:var(--spacing-unit);display:flex;align-items:center;justify-content:center;z-index:999}.validation-indicator svg{height:20px;width:20px}.validation-indicator>div{height:20px;width:20px}.validation-indicator__valid{color:var(--confirm-background)}.validation-indicator__checking svg{height:unset;width:unset}.validation-indicator__invalid{color:var(--error-background)}.view{flex-direction:column;display:flex}.view__header{border-bottom:1px solid var(--border-foreground);background-color:var(--app-background);width:100%;padding:calc(var(--spacing-unit) * 2.5) calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 2.5) calc(var(--spacing-unit) * 4);box-sizing:border-box;z-index:1}.view__content{flex-grow:1}.visibility-aware-component{height:100%;width:100%}.linear-progress{width:100%;height:3px;position:absolute;left:0}.linear-progress--bottom{bottom:1px}.linear-progress--top{top:0}.plugin-loading-overlay{position:relative;z-index:10}.plugin-loading-overlay__overlay{padding-top:50px;box-sizing:border-box;position:absolute;top:0;left:0;width:100%;height:400px;display:flex;border-radius:12px;background-color:#fffc;flex-direction:column;align-items:center;justify-content:center}.plugin-loading-overlay__overlay>:not(:first-child){margin-top:calc(var(--spacing-unit) * 2)}.widget-tooltip{background-color:var(--app-background);color:var(--font-color)}.widget-selector__widget-container{display:flex;flex-wrap:wrap;margin:calc(var(--spacing-unit) * -2)}.widget-selector__widget-container__widget{margin:calc(var(--spacing-unit) * 2) 2%;padding-bottom:calc(var(--spacing-unit) * 1.5);padding-top:var(--spacing-unit);background-color:var(--app-background-inset);border:2px solid var(--app-background-inset);border-radius:var(--border-radius);width:28%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--font-light)}@media (max-width: 576px){.widget-selector__widget-container__widget{width:100%}}.widget-selector__widget-container__widget__icon{margin-bottom:calc(var(--spacing-unit) * 1.5)}.widget-selector__widget-container__widget__info{margin-top:4px}.widget-selector__widget-container__widget__info svg path{stroke:var(--font-light)}.widget-selector__widget-container__widget__label{text-align:center;font-size:var(--typography-large)}.widget-selector__widget-container__widget:hover{background-color:var(--app-background-inset-hover);color:var(--font-color)!important;cursor:pointer}.widget-selector__widget-container__widget:hover>*{color:var(--font-color)!important}.widget-selector__widget-container__widget:hover p{color:var(--font-color)!important}.widget-selector__widget-container__widget:hover svg path{stroke:var(--font-color)}.widget-selector__widget-container__widget--selected{border-color:var(--primary-color)}.widget-selector__widget-container__widget--selected>*{color:var(--font-color)}.top-navigation{position:relative;width:100%}.top-navigation__nav-bar{border-bottom:1px solid var(--border-foreground);display:flex;justify-content:space-between;padding:0 var(--spacing-unit);z-index:1000;height:var(--top-nav-height);background-color:var(--app-background)}.top-navigation__drawer-container{top:var(--top-nav-height);left:0;position:absolute;padding-top:calc(var(--spacing-unit) * 2);height:calc(100vh - var(--top-nav-height));width:100vw;z-index:1099;box-sizing:border-box;background-color:var(--app-background-inset)}.top-navigation__drawer-container__drawer{height:100%}.top-navigation-item svg{height:14px;width:14px;color:var(--grey-4)}.top-navigation-item a{text-decoration:none}.top-navigation-item a:visited,.top-navigation-item a:link{color:var(--font-color)}.top-navigation-item__button{width:100%;display:flex}.top-navigation-item__button__expander{margin-right:calc(var(--spacing-unit) * 3)}.top-navigation-item__button__label{flex-grow:1;text-align:left;padding:calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 4);font-size:var(--typography-h3);font-weight:var(--weight-bold);color:var(--font-color)}.top-navigation-item__content{box-sizing:border-box;padding-left:calc(var(--spacing-unit) * 4)}@media (max-width: 991px){.view .inbox{height:calc(100% - var(--top-nav-height))}}.resizable-panel{max-height:80vh;min-height:8px;border-bottom:1px solid var(--border-foreground);height:180px}.resizable-panel--hidden .resizable-panel__container__resize-bar{display:none}.resizable-panel__container{position:relative;height:100%}.resizable-panel__container__resize-bar{position:absolute;cursor:ns-resize;width:100%;z-index:2;bottom:0;display:flex;align-items:center;justify-content:center;transition-duration:.22s}.resizable-panel__container__resize-bar__resize-handler{background-color:var(--app-background-inset);border-radius:4px;border:2px solid var(--border-foreground);width:40px;height:10px;position:absolute;display:flex;align-items:center;justify-content:center;transition-duration:.22s}.resizable-panel__container__resize-bar__resize-handler__resize-handler-icon{background-color:var(--neutral);height:2px;width:20px;transition-duration:.22s}.resizable-panel__container__resize-bar--focused{box-shadow:0 1px 2px 1px hsl(var(--border-focus-h),var(--border-focus-s),calc(var(--border-focus-l) + 20%))}.resizable-panel__container__resize-bar--focused .resizable-panel__container__resize-bar__resize-handler{border:2px solid hsl(var(--border-focus-h),var(--border-focus-s),calc(var(--border-focus-l) + 40%))!important;box-shadow:0 0 2px hsl(var(--border-focus-h),var(--border-focus-s),calc(var(--border-focus-l) + 10%))}.resizable-panel__container__resize-bar--focused .resizable-panel__container__resize-bar__resize-handler__resize-handler-icon{background-color:hsl(var(--border-focus-h),var(--border-focus-s),calc(var(--border-focus-l) + 20%))!important}.resizable-panel__container__content{height:100%;overflow:hidden}.select-theme{font-family:var(--font-family)}.select-theme__label{margin-bottom:calc(var(--spacing-unit) * 2);font-size:var(--typography-small)}.select-theme__link{color:var(--primary-color);white-space:nowrap;cursor:pointer;font-size:var(--typography-body)}.modal{z-index:1001}.modal__container{outline:0}@media (min-width: 992px){.modal__container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}.modal__container__content{position:relative;background:var(--app-background);display:flex;flex-direction:column;max-height:100vh;height:100vh;width:100vw}@media (min-width: 992px){.modal__container__content{height:auto;width:auto;border:1px solid var(--border-foreground);border-radius:var(--border-radius)}}.modal__container__content__header{flex-shrink:0;flex-grow:0;padding:calc(var(--spacing-unit) * 4) calc(var(--spacing-unit) * 4) 10px;box-sizing:border-box}.modal__container__content__body{flex-grow:1}.modal__container__content__body__content{padding:calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 5);box-sizing:border-box}.modal__container__content__body--scroll .scroll-view>div:first-child{overflow-x:hidden!important}.modal__container__content__footer{flex-shrink:0;flex-grow:0;padding:calc(var(--spacing-unit) * 3)}.more-options-menu__menu-option__content{display:flex;flex-wrap:nowrap;align-items:center}.more-options-menu__menu-option__content>:not(:first-child){margin-left:calc(var(--spacing-unit) / 2)}.channel-info-card{width:80vw;padding:calc(var(--spacing-unit) * 2.5)}@media only screen and (min-width: 576px){.channel-info-card{width:300px}}.channel-info-card-hover{display:inline-block}.channel-info-card__header{display:flex;align-items:center}.channel-info-card__header__source{margin-right:calc(var(--spacing-unit) * 2)}.channel-info-card__header__info{flex:1}.channel-info-card__header__info__name{cursor:default}.channel-info-card__header__info__link{cursor:pointer;text-overflow:ellipsis;display:block;width:200px;overflow:hidden;white-space:nowrap}.channel-info-card__header__exclude-source{align-self:flex-start}.channel-info-card__social{display:flex;flex-wrap:wrap;margin:calc(var(--spacing-unit) * 2) 0}.channel-info-card__social__icon img{margin:0 calc(var(--spacing-unit) * 1.25) 0 0;max-width:25px}.channel-info-card__description{margin-top:calc(var(--spacing-unit) * 2)}.channel-info-card .channel-card-info-averages{display:flex;align-items:center;margin-top:calc(var(--spacing-unit) * 2)}.channel-info-card .channel-card-info-averages:not(:first-child){margin-top:var(--spacing-unit)}.channel-info-card .channel-card-info-averages__icon{font-size:22px;color:var(--font-light);line-height:0;align-self:baseline;margin-right:var(--spacing-unit)}.channel-info-card .channel-card-info-averages__content{display:flex}.channel-info-card .channel-card-info-averages__content__title{text-transform:lowercase}.channel-info-card .channel-card-info-averages__content p:first-child{margin-right:calc(var(--spacing-unit) / 2)}.channel-info-card__empty-state{display:flex;flex-direction:column;align-items:center}.channel-info-card__empty-state :first-child{margin-bottom:calc(var(--spacing-unit) * 2)}.error-state{background:var(--app-background-inset);display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.error-state__center{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:380px;background:var(--app-background);border-radius:5px;padding:40px}.error-state__center__logo{height:auto;width:185px;margin-bottom:40px}.error-state__center__details{font-size:16px}.error-state__center__image-box{background-color:var(--app-background-inset);border-radius:50%;width:100%;max-width:290px;margin-bottom:calc(var(--spacing-unit) * 3)}.error-state__center__image-box img{max-height:100%;max-width:100%}.error-state__center a{color:var(--primary-color);cursor:pointer}.error-state__center .select-container{text-align:left}.dashboard__export-prompt__modal__container{max-width:600px}.dashboard__export-prompt__modal__container__content__buttons-container{margin-top:calc(var(--spacing-unit) * 2)}.dashboard__export-prompt__modal__container__content .select-theme__label,.dashboard__export-prompt__modal__container__content__label{font-size:var(--typography-large);margin-bottom:calc(var(--spacing-unit) * 2);color:var(--font-color)}.dashboard__export-prompt__modal__container__content__text-input .Mui-error{color:var(--yellow-1)}.dashboard__export-prompt__modal__container__content__text-input .input-element{padding:calc(var(--spacing-unit) * 1.7)}.dashboard-print-summary{display:none;position:relative;height:100%}.dashboard-print-summary__left{padding:50px;flex-basis:50%;box-sizing:border-box;background-color:var(--white);display:flex;align-items:center;justify-content:center}.dashboard-print-summary__left__content{padding:40px 20px}.dashboard-print-summary__left__content__logo{position:absolute;top:50px;left:50px;max-height:150px;max-width:400px}.dashboard-print-summary__left__content__subtitle{color:var(--font-light);font-weight:var(--weight-regular)}.dashboard-print-summary__right{padding:50px;flex-basis:50%;box-sizing:border-box;background-color:var(--grey-2);display:flex;align-items:center;justify-content:center}.dashboard-print-summary__right__content{border-radius:20px;padding:30px;background-color:var(--white)}.dashboard-print-summary__right__content__chart-list{font-size:var(--typography-body);color:var(--font-light);font-weight:var(--weight-regular);margin-top:calc(var(--spacing-unit) * 2)}.dashboard-print-summary__right__content__chart-list__list-item{margin:4px 0;display:flex;align-items:center}.dashboard-print-summary__right__content__chart-list__list-item__bullet{display:inline-block;border-radius:50%;height:28px;width:28px;line-height:28px;font-weight:700;text-align:center;margin-right:calc(var(--spacing-unit) * 1.5);color:#fff;background-color:var(--theme-color, var(--primary-color));flex-shrink:0}.dashboard-print-summary__right__content__chart-list__list-item__chart-name{display:inline-block}.dashboard-print-summary__right__content__chart-list__list-item__chart-name a{font-size:var(--typography-body);color:var(--font-color);font-weight:var(--weight-regular);text-decoration:none}.export-root__html-export__page__container{display:flex;flex-direction:column;height:100%;box-sizing:border-box;padding:50px}.export-root__html-export__page .dashboard-print-summary{display:flex}.export-root__html-export__page .dashboard-chart{flex:1 1 auto;align-items:normal}.export-root__html-export__page .dashboard-chart .filter-summary{padding:var(--spacing-unit)}.export-root__html-export__page .dashboard-chart .filter-summary__container{overflow:unset;text-overflow:unset;white-space:unset}.export-root__html-export__page .dashboard-chart__am-chart-container,.export-root__html-export__page .dashboard-chart__custom-container,.export-root__html-export__page .dashboard-chart__custom-multi-container{padding:0}.export-root__html-export__page .dashboard-chart__custom-multi-container>.MuiGrid-container{height:unset}.export-root__html-export__page .dashboard-chart__custom-container .chart-print-header__content__left__title__title{font-weight:700}.export-root__html-export__page .dashboard-chart .chart-print-header__content__right__logo{display:none;max-height:100px;max-width:250px;width:auto}.export-root__html-export__page .dashboard-print-page-footer{flex:0 auto;display:flex;align-items:center;justify-content:space-between}.export-root__html-export__page .dashboard-print-page-footer__left__content__page-count{color:var(--font-light)}.export-root__html-export__page .dashboard-print-page-footer__right__content__logo{max-width:150px;height:auto}.dashboard{display:flex;flex-direction:column;height:100%;width:100%}.dashboard__header{height:70px;display:flex;position:relative}.dashboard__header__toolbar{border-bottom:1px solid var(--border-foreground);background-color:var(--app-background);width:100%;padding:calc(var(--spacing-unit) * 1.5) calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 1.5) calc(var(--spacing-unit) * 4);box-sizing:border-box;z-index:2}.dashboard__header__toolbar__left,.dashboard__header__toolbar__left__tools{display:flex;align-items:center}.dashboard__header__toolbar__left .click-to-edit-field{max-width:100%}.dashboard__header__toolbar__right__tools{display:flex;margin:auto;margin-right:unset}.dashboard__header__toolbar__right__tools__tool{display:flex;align-items:center}@media (min-width: 992px){.dashboard__header__toolbar__right__tools__tool{white-space:nowrap}.dashboard__header__toolbar__right__tools__tool:not(:last-child){height:var(--rectangular-button-height);padding-left:calc(var(--spacing-unit) * 2);padding-right:calc(var(--spacing-unit) * 2);margin:auto var(--spacing-unit)}}.dashboard__content{display:flex;flex-direction:column}.dashboard__header__toolbar__left .click-to-edit-field .MuiInputBase-formControl{font-size:var(--typography-h3);font-weight:var(--weight-bold)}.dashboard__scroll-view{background-color:var(--app-background-inset)}.dashboard__error{padding:24px 40px}.dashboard__header__toolbar__right__tools{justify-content:flex-end}.dashboard__header__toolbar__right__tools__tool__lock{cursor:pointer}.dashboard__content{padding-bottom:70px}.dashboard__content__linear-progress{height:3px;padding-bottom:13px}.dashboard__content .filters-strip{margin-left:11px;margin-right:11px}.dashboard__content .filters-strip__date-filter{margin-right:var(--spacing-unit);margin-top:3px}.dashboard__content .filters-container{z-index:1}.dashboard__content .react-draggable-dragging{z-index:1;margin-top:-60px}.dashboard__content .react-grid-placeholder{background-color:var(--app-background)!important;border:1px dashed var(--border-foreground)!important;z-index:0}.dashboard__content .tooltip{font-size:12px;line-height:"18px";border-radius:3px;background-color:var(--app-background-inset)!important;border-color:var(--border-foreground)!important;color:var(--font-color)!important;padding:12px 16px}.dashboard__content .treemap #nivo{background-color:var(--app-background)!important}.dashboard__content .treemap span{text-align:center;font-size:9px;color:var(--font-color)}.dashboard__content .grid-item{border:0px}.dashboard__content .grid-item--squashed .media-item-list-item__image-container{display:none}.dashboard .react-grid-layout{position:relative;transition:height .2s ease}.dashboard .react-grid-item{z-index:0;transition:all .2s ease;transition-property:left,top}.dashboard .react-grid-item.cssTransforms{transition-property:transform}.dashboard .react-grid-item.resizing{z-index:1;will-change:width,height}.dashboard .react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.dashboard .react-grid-item.dropping{visibility:hidden}.dashboard .react-grid-item.react-grid-placeholder{background:var(--primary-color)!important;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.dashboard .react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px;bottom:0;right:0;cursor:se-resize}.dashboard .react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid var(--font-light);border-bottom:2px solid var(--font-light)}.dashboard .react-resizable-hide>.react-resizable-handle{display:none}.dashboard .react-grid-item{box-sizing:border-box}.dashboard .react-grid-item.resizing{opacity:.9}.dashboard .react-grid-item .add{cursor:pointer}.dashboard .react-grid-dragHandleExample{cursor:move;cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.dashboard--export .dashboard-chart{height:160mm;width:290mm}.dashboard--export .dashboard-chart .chart-header{display:none}.dashboard--export .dashboard-chart .chart-container--am-chart,.dashboard--export .dashboard-chart .table-chart,.dashboard--export .dashboard-chart .distribution-chart,.dashboard--export .dashboard-chart .card-chart{padding:100px 50px}.dashboard--export .export-loading-indicator{display:block}.dashboard--export .export-loading-indicator__content{height:calc(100vh - 70px)}.dashboard--export .dashboard__content{visibility:hidden}.grid-item{border-color:var(--border-foreground);border-style:solid;border-width:0 1px 1px 0;height:100%;width:100%;box-sizing:border-box}.grid-item.react-draggable-dragging{cursor:grabbing}.share-dashboard{margin-top:calc(var(--spacing-unit) * 2)}.dashboard-builder{height:100%}.sheet-v2 .dashboard-chart-viewer-sheet{width:100%}.sheet-v2 .dashboard-chart-viewer-sheet .media-item-viewer{padding:calc(var(--spacing-unit) * 4)}.mobile-interval-progress{position:absolute;height:4px;width:100%;bottom:0;z-index:2}.interval-button{position:relative;height:var(--rectangular-button-height);margin:auto var(--spacing-unit);border-radius:0}.interval-button .MuiLinearProgress-root{position:absolute;height:2px;width:100%;bottom:0}.interval-button button{min-width:40px}.interval-button>:first-child{border-radius:var(--border-radius) 0 0 var(--border-radius)}.interval-button>:last-child{border-radius:0 var(--border-radius) var(--border-radius) 0}.export-loading-indicator{height:100%;width:100%;display:none}.export-loading-indicator__content{display:flex;justify-content:center;align-items:center;height:90vh}.join-form__left-panel{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--white)}.join-form__left-panel__header{display:flex;justify-content:center;margin-bottom:16px}.join-form__left-panel__header .logo-img{width:250px}.join-form__left-panel__content__header__returning-user{font-size:1.05em;margin-top:30px}.join-form__left-panel__content__header__new-user{line-height:1.8;margin-bottom:30px;font-size:1.15em}.join-form__left-panel__content__text-field{position:relative}.join-form__left-panel__content__text-field--disabled{position:absolute;right:12px;top:8px;height:18px;width:18px;color:var(--grey-5)}.join-form__left-panel__content__label{height:100%;display:flex;justify-content:center}.join-form__left-panel__content .textfield-container__mui-control .MuiInputBase-root{background-color:var(--app-background)}.join-form__left-panel__content .textfield-container__mui-control .MuiInputBase-input.Mui-disabled{background-color:var(--app-background-inset)}.join-form__left-panel__content .select__control{background-color:var(--app-background)}.join-form__left-panel__footer{margin:15px 0;width:100%;padding-top:calc(var(--spacing-unit) * 3)}.join-form__left-panel__footer__join-button{padding:20px 0;font-size:1em;border-radius:0;width:100%}@media (min-width: 992px){.join-form__left-panel__header{padding:100px 0 30px}}.manage-subscriptions{height:100%;width:100%}.manage-subscriptions__loading{margin-left:calc(var(--spacing-unit) / 2);margin-right:calc(var(--spacing-unit) / 2)}.manage-subscriptions__header{display:flex;flex-direction:column;justify-content:center;border-width:0px 0px 1px 0px;border-color:var(--border-foreground);border-style:solid;box-sizing:border-box;height:60px}.manage-subscriptions__header__image-box{text-align:center;max-height:73%}.manage-subscriptions__header__image-box img{max-height:100%}.manage-subscriptions__alert-box-success{color:var(--confirm-foreground);background-color:var(--confirm-background);margin-bottom:30px}.manage-subscriptions__alert-box-success>.MuiAlert-icon{color:var(--confirm-foreground)}.manage-subscriptions__alert-box-error{color:var(--error-foreground);background-color:var(--error-background);margin-bottom:30px}.manage-subscriptions__alert-box-error>.MuiAlert-icon{color:var(--error-foreground)}.manage-subscriptions__main-content{margin:70px 0 30px}.manage-subscriptions__description{margin-bottom:30px}.manage-subscriptions__switch-label{min-width:35%}.manage-subscriptions__schedule-info{margin:0 0 15px}.manage-subscriptions__alerts{margin-top:calc(var(--spacing-unit) * 6)}.manage-subscriptions__subscription{padding:0 10px;margin-top:calc(var(--spacing-unit) * 2)}.manage-subscriptions__loading-container{width:39px;padding:7px}.report-template-editor{display:flex;flex-direction:column;height:100%;width:100%}.report-template-editor__header{height:70px;display:flex;position:relative}.report-template-editor__header__toolbar{border-bottom:1px solid var(--border-foreground);background-color:var(--app-background);width:100%;padding:calc(var(--spacing-unit) * 1.5) calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 1.5) calc(var(--spacing-unit) * 4);box-sizing:border-box;z-index:2}.report-template-editor__header__toolbar__left,.report-template-editor__header__toolbar__left__tools{display:flex;align-items:center}.report-template-editor__header__toolbar__left .click-to-edit-field{max-width:100%}.report-template-editor__header__toolbar__right__tools{display:flex;margin:auto;margin-right:unset}.report-template-editor__header__toolbar__right__tools__tool{display:flex;align-items:center}@media (min-width: 992px){.report-template-editor__header__toolbar__right__tools__tool{white-space:nowrap}.report-template-editor__header__toolbar__right__tools__tool:not(:last-child){height:var(--rectangular-button-height);padding-left:calc(var(--spacing-unit) * 2);padding-right:calc(var(--spacing-unit) * 2);margin:auto var(--spacing-unit)}}.report-template-editor__content{display:flex;flex-direction:column}.report-template-editor .inline-wrapped{display:flex;flex-wrap:wrap}.report-template-editor__header__toolbar__left .click-to-edit-field .MuiInputBase-formControl{font-size:var(--typography-h3);font-weight:var(--weight-bold)}.report-template-editor__content{width:100%;position:relative;height:100%;flex-direction:row}.report-template-editor__content__bottom{display:inline-block}.report-template-editor__content__loader{width:100%;position:absolute;z-index:1}.report-template-editor__content .report-template-settings{width:60%;border-left:1px solid var(--border-foreground)}.report-template-editor__error{padding:24px 40px}.report-template-editor .tox-tinymce,.report-template-editor .tox-statusbar{border-color:var(--tinymce-border-color)}.report-template-editor .tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type){border-right:1px solid #ffffff}.report-template-editor .tox-toolbar__primary{background:none;border-bottom:1px solid var(--tinymce-border-color)}.report-template-editor .tox-tbtn{color:#404040}.report-template-editor .tox-tbtn svg{fill:#404040}.report-template-editor .tox-tbtn.tox-tbtn--disabled svg{fill:#999!important}.report-template-editor .tox .tox-toolbar-overlord,.report-template-editor .tox.tox-tinymce-aux .tox-toolbar__overflow{background-color:#fff}.report-template-editor .tox.tox-tinymce-aux .tox-toolbar__overflow{border-color:var(--tinymce-border-color)}@media (min-width: 577px){.report-template-editor .flex-layout__content .select-container{max-width:66.67%}}.report-template{--template-font: var(--font-family);--template-link-color: var(--primary-color);background-color:var(--white);color:#404040;font-size:17px;line-height:150%;width:100%;display:flex;flex-grow:1}.report-template .input-element:focus{color:#404040}.report-template .icon-button svg{fill:var(--grey-9)}.report-template .icon-button:hover{background-color:var(--grey-2)}.report-template h1,.report-template h2,.report-template h3,.report-template h4,.report-template h5,.report-template h6{color:#404040}.report-template .link{color:var(--template-link-color)}.report-template .avatar--fallback{color:#fff;background-color:#303030}.report-template__content__outer{max-width:100%;margin-left:auto;margin-right:auto}@media (min-width: 577px){.report-template__content__outer{width:600px}}.report-template__content__outer .media-image__full img{max-width:100%;max-height:310px}.report-template__content__outer .media-image__left{float:left;margin:0 20px 10px 0}.report-template__content__outer .media-image__right{float:right;margin:0 0 10px 20px}.report-template__content__outer .media-image__left,.report-template__content__outer .media-image__right{max-height:150px!important;max-width:150px!important}.report-template__content__outer .media-image__left img,.report-template__content__outer .media-image__right img{min-width:150px;height:150px}.report-template__content__outer--wide{width:800px}.report-template__content__outer--wide .media-image__full img{max-width:100%;max-height:360px}.report-template__content__outer .content-container__content{margin-left:0;margin-right:0}.report-template__content .section-title-editor.editable .textfield-container__mui-control .MuiInputBase-root{background-color:#fff}.report-template__content .section-title-editor.editable .textfield-container__mui-control .MuiInputBase-root input{color:#404040!important}.report-template__content .section-title-editor.editable .textfield-container__mui-control .MuiOutlinedInput-notchedOutline{border-color:var(--tinymce-border-color)}.report-template__content .section-title-editor.editable .textfield-container__mui-control .MuiOutlinedInput-notchedOutline:hover{border:3px solid var(--primary-color)}.report-template__content .section-title-editor.editable button{background-color:#fff}.report-template__content .section-title-editor:not(.editable):hover{background-color:#f8f8f8}.report-template__content__header{border-width:0px 0px 1px 0px}.report-template__content__header a{color:#aaa;font-size:15px}.report-template__content__header a.link{color:var(--template-link-color)}.report-template__content__header__report-title{border-style:solid;border-color:var(--tinymce-border-color);border-width:1px 0px 0px 0px;padding:16px 0;display:flex;flex-direction:column;align-items:center}.report-template__content__header__report-title__title{color:#000!important;font-size:30px;max-width:80%;text-align:center;line-height:100%;padding:var(--spacing-unit) 0px;word-wrap:break-word}.report-template__content__header__report-title__subtitle{margin-top:2px;margin-bottom:calc(var(--spacing-unit) * 2);color:#797979!important;max-width:80%;font-size:17px}.report-template__content__header__report-title__badge{max-width:100px;max-height:100px;margin-top:10px;margin-bottom:calc(var(--spacing-unit) * 2)}.report-template__content__header__report-title__logo{max-width:250px;max-height:200px;margin-top:10px;margin-bottom:calc(var(--spacing-unit) * 2)}.report-template__content__header__report-title__banner{max-width:100%;height:auto;margin-top:10px;margin-bottom:20px;border-radius:20px}.report-template__content__header__links{padding:0 0 16px}.report-template__content__header .report-download-links-container{margin-bottom:calc(var(--spacing-unit) * 4)}.report-template__content__header .report-download-links-container .report-download-links{display:flex;justify-content:center}.report-template__content__body{display:flex;align-items:center;justify-content:center;flex-direction:column;background:#f7f7f7;padding:0 calc(var(--spacing-unit) * 4);border-radius:calc(var(--spacing-unit) * 2);font-family:var(--template-font)}.report-template__content__body__report-section-divider-container{padding:calc(var(--spacing-unit) * 2);cursor:pointer;width:658px}.report-template__content__body__report-section-divider-container hr{border-color:#e2e5e7;width:535px}.report-template__content__body__report-section-divider-container--wide{width:858px}.report-template__content__body__report-section-divider-container--wide hr{width:735px}.report-template__content__body__report-section-divider-container__content{display:flex;align-items:center;justify-content:center;position:relative}.report-template__content__body__report-section-divider-container__content__floating-add-button{position:absolute;top:0;left:0;transform:translate(-50%,-50%)}.report-template__content__body__report-section-divider-container__content__floating-add-button__icon-button{padding:4px}.report-template__content__body__report-section-divider-container__content__floating-add-button__icon-button:hover{background-color:#0000000a}.report-template__content__body__report-section-divider-container__content__floating-add-button__icon-button>svg{color:#2b4265}.report-template__content__footer{font-family:var(--template-font);border-width:1px 0px 0px 0px;padding:calc(var(--spacing-unit) * 4) calc(var(--spacing-unit) * 2);text-align:center}.report-template__content__footer__logo{width:54px;padding-bottom:calc(var(--spacing-unit) * 3)}.report-template__content__footer .typography{color:#aaa!important}.report-template__content__footer a{color:var(--template-link-color)!important}.report-template__content__footer .typography,.report-template__content__footer a{font-family:var(--template-font);font-size:14px}.report-template__content__footer .typography .link,.report-template__content__footer a .link{text-decoration:underline}.report-template__publish-modal{max-width:360px}.report-template__publish-modal svg{flex-shrink:0}.report-template__publish-modal__illustration{display:block;width:270px;max-width:100%;margin:calc(var(--spacing-unit) * 4) auto 0}.report-template .typography{font-family:var(--template-font)}.reports-send-button-group-list{z-index:2}.reports-send-button-group{display:flex;flex-direction:column;align-items:center}.reports-send-button-group .button-group{margin:calc(var(--spacing-unit) / 2) var(--spacing-unit)}.reports-send-button-group .button-group button{height:var(--rectangular-button-height);font-size:var(--typography-small)}.reports-send-button-group .button-group button:first-child{border-radius:3px 0 0 3px;margin-right:1px;padding-right:calc(var(--spacing-unit) * 2);padding-left:calc(var(--spacing-unit) * 2)}.reports-send-button-group .button-group button:last-child{border-radius:0 3px 3px 0;width:30px}.reports-send-button-group .button-group button:last-child>span{line-height:0}.reports-send-button-group-list{font-size:var(--typography-small);color:var(--font-color);box-shadow:var(--container-box-shadow);border-bottom:1px solid var(--border-foreground);border-radius:2px;background:var(--app-background);padding:0}.reports-send-button-group-list li{font-size:inherit;border-bottom:1px solid var(--border-foreground);padding:15px 40px 15px 15px}.reports-send-button-group-list li:last-child{border-bottom:none}.create-report-template .MuiGrid-root{margin-bottom:calc(var(--spacing-unit) * 2)}.create-report-template .select-container{display:inline-flex}.report-template-settings-menu{padding:calc(var(--spacing-unit) * 4)}.report-template-settings-menu__link{padding:var(--spacing-unit);cursor:pointer;display:inline-block}.report-template-settings-menu__link:hover span{width:100%;-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out}.report-template-settings-menu__link span{display:block;border-bottom:solid 2px var(--font-color);width:0;-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out}.report-template-settings-menu__sub-menu{margin-top:10px}.report-template-settings-active-view{display:flex;flex-direction:column;height:100%;font-family:var(--font-family);font-size:var(--typography-body)}.report-template-settings-active-view.slide-right-exit-active{position:absolute}.report-template-settings-active-view__header{margin-left:calc(var(--spacing-unit) * 5)}.report-template-settings-active-view__header--no-breadcrumbs{margin-top:calc(var(--spacing-unit) * 5)}.report-template-settings-active-view__content{flex-grow:1;padding:calc(var(--spacing-unit) * 4) calc(var(--spacing-unit) * 5) calc(var(--spacing-unit) * 5) calc(var(--spacing-unit) * 5);box-sizing:border-box}.report-template-settings-active-view__content__section__header{display:flex;align-items:center}.report-template-settings-active-view__content__section__header .more-info{margin-left:var(--spacing-unit)}.report-template-settings-active-view__content__content-editor__syndication-list .scroll-view{border:1px solid var(--border-foreground);border-radius:10px;background-color:var(--app-background-inset)}.report-template-settings-active-view__content__content-editor__syndication-list__container{padding:10px}.report-template-settings-active-view__content__content-editor__syndication-list__source{display:flex;align-items:center;margin-bottom:10px}.report-template-settings-active-view__content__content-editor__syndication-list__source:hover{border-color:var(--primary-color);border-width:1px}.report-template-settings-active-view__content__content-editor__syndication-list__source__pin-icon{margin-right:10px;cursor:pointer}.report-template-settings-active-view__content__content-editor__syndication-list__source__pin-icon:hover{color:var(--primary-color)}.report-template-settings-active-view__content__content-editor__syndication-list__source__pin-icon--primary{cursor:default;color:var(--primary-color)}.report-template-settings-active-view__content__content-editor__syndication-list__source__delete-icon{margin-right:10px;cursor:pointer;transition:color ease-in-out .2s}.report-template-settings-active-view__content__content-editor__syndication-list__source__delete-icon:hover{color:var(--red-1)}.report-template-settings-active-view__content__content-editor__syndication-list__source__name{flex:1}.report-template-settings-active-view__content__content-editor__syndication-list__source__name--primary p{font-weight:600;font-weight:700}.report-template-settings-active-view__loading-indicator{position:relative}.report-template-settings-active-view__toolbar{padding:calc(var(--spacing-unit) * 3);border-top:1px solid var(--border-foreground)}.report-template-settings-active-view .input-element:focus{color:var(--font-color)}.report-template-settings-active-view .switch-container{margin-left:calc(var(--spacing-unit) * -1)}@media (min-width: 577px){.report-template-settings-active-view .switch-container~.switch-container{margin-left:unset}}.report-template-settings-active-view .boolean-filter .switch-container{margin-left:unset}.report-template-settings-active-view .image-upload__image-container{display:flex;align-items:center;justify-content:center}.report-template-settings-active-view .action-buttons-group__secondary-button button.button--secondary{background-color:hsl(var(--app-background-inset-h),var(--app-background-inset-s),calc(var(--app-background-inset-l) - 3%))}.report-template-settings-active-view .action-buttons-group__secondary-button button.button--secondary:hover{background-color:hsl(var(--app-background-inset-h),var(--app-background-inset-s),calc(var(--app-background-inset-l) - 5%))}.report-template-settings-menu-breadcrumbs.MuiBreadcrumbs-root{position:sticky;top:0;margin-top:0;margin-bottom:calc(var(--spacing-unit) * 3);padding:calc(var(--spacing-unit) * 3) 0 calc(var(--spacing-unit) * 2.5) calc(var(--spacing-unit) * 5);z-index:1;background-color:var(--app-background)}.report-template-settings-menu-breadcrumbs.MuiBreadcrumbs-root .typography--body{font-size:11px;line-height:initial}.report-template-settings-menu-breadcrumbs.MuiBreadcrumbs-root svg{font-size:21px;margin-left:-9px}.report-template-settings-menu-breadcrumbs.MuiBreadcrumbs-root .MuiBreadcrumbs-li{cursor:pointer;text-transform:uppercase}.report-template-settings-menu-breadcrumbs.MuiBreadcrumbs-root .inline--responsive-wrap>:not(:first-child){margin-left:3px}.report-template-settings{height:100%}.report-template-settings>.css-transition{height:100%}.content-rules-filters{border:1px solid var(--border-foreground-light);border-radius:2px;padding:calc(var(--spacing-unit) * 3);width:100%;box-sizing:border-box;background-color:var(--app-background)}.content-rules-filters .textfield-container .MuiOutlinedInput-root:not(.Mui-focused):hover .MuiOutlinedInput-notchedOutline{border-color:var(--border-hover)}.content-rules-filters .textfield-container .MuiInputBase-root .MuiInputBase-input{color:var(--font-color);padding:2px calc(var(--spacing-unit) * 1.25);height:24px}@media (min-width: 577px){.content-rules-filters .select-container{max-width:66.67%}}.report-section-more-menu .popover,.report-section-more-menu .MuiPopover-paper{background:var(--white);color:#2b4265}.report-section-more-menu .MuiMenuItem-root{font-size:var(--typography-body)}.draggable--dragging .section-settings__sections-list__item{background-color:var(--border-foreground-light)}.section-settings__sections-list__item{display:flex;align-items:center;padding:var(--spacing-unit);background-color:var(--app-background-inset);border-radius:7px;margin-bottom:20px;height:28px}.section-settings__sections-list__item__icon{margin-right:calc(var(--spacing-unit) * 1.5);height:18px;width:18px}.section-settings__sections-list__item__icon__action path,.section-settings__sections-list__item__icon__action .icon-button--active svg{color:var(--font-light)}.section-settings__sections-list__item__title{flex:1 0}.section-settings__add-section{padding:var(--spacing-unit);padding-bottom:calc(var(--spacing-unit) * 2)}.section-settings__add-section>a{display:flex;color:var(--font-color);align-items:center}.section-settings__add-section>a>svg{margin-right:var(--spacing-unit)}.section-settings__add-section__menu svg{margin-right:var(--spacing-unit)}.section-settings__add-section__menu .Mui-disabled{pointer-events:all;cursor:pointer;opacity:1;color:unset}.section-settings__add-section__menu .Mui-disabled svg{opacity:.38}.section-settings__add-section__menu .Mui-disabled .section-settings__add-section__menu__ai-summary-option__label span{opacity:.38}.section-settings__add-section__menu .Mui-disabled .tooltip-with-link{display:flex;align-items:center}.section-settings__add-section__menu__ai-summary-option__label{display:flex;flex-direction:row;align-items:center;font-size:var(--typography-body)}.report-section{position:relative;background:var(--white);border-radius:calc(var(--spacing-unit) * 2);box-sizing:border-box;padding:calc(var(--spacing-unit) * 4);display:flex;flex-direction:column;height:100%;width:100%}.report-section .draggable--dragging .report-section__item-container__media-item__toolbar,.report-section .draggable--dragging .report-section__item-divider{display:none}.report-section__header{height:70px;display:flex;position:relative}.report-section__header__toolbar{border-bottom:1px solid var(--border-foreground);background-color:var(--app-background);width:100%;padding:calc(var(--spacing-unit) * 1.5) calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 1.5) calc(var(--spacing-unit) * 4);box-sizing:border-box;z-index:2}.report-section__header__toolbar__left,.report-section__header__toolbar__left__tools{display:flex;align-items:center}.report-section__header__toolbar__left .click-to-edit-field{max-width:100%}.report-section__header__toolbar__right__tools{display:flex;margin:auto;margin-right:unset}.report-section__header__toolbar__right__tools__tool{display:flex;align-items:center}@media (min-width: 992px){.report-section__header__toolbar__right__tools__tool{white-space:nowrap}.report-section__header__toolbar__right__tools__tool:not(:last-child){height:var(--rectangular-button-height);padding-left:calc(var(--spacing-unit) * 2);padding-right:calc(var(--spacing-unit) * 2);margin:auto var(--spacing-unit)}}.report-section__content{display:flex;flex-direction:column}.report-section--headline .report-section__item-divider{padding:10px 0}.report-section__header{height:unset}.report-section__header__toolbar{border-bottom:unset;padding:unset;background-color:unset}.report-section__header__toolbar__right__tools{align-items:center}.report-section__header__toolbar__right__tools__item-count{align-items:center;display:flex;color:#797979;margin:0 calc(var(--spacing-unit) * 2)}.report-section__header .click-to-edit-field__readonly-container>p{word-break:break-word}.report-section__header .click-to-edit-field .MuiInputBase-input{color:#2b4265}.report-section__empty-section{padding:calc(var(--spacing-unit) * .5) var(--spacing-unit)}.report-section__empty-section__charts{display:flex;flex-direction:column;align-items:center}.report-section__empty-section__charts .button{padding:var(--spacing-unit) calc(var(--spacing-unit) * 2);font-weight:700}.report-section__empty-section__charts__content{font-family:var(--template-font);margin:calc(var(--spacing-unit) * 2) 0}.report-section__empty-section__charts__no-new-chart-image{margin:calc(var(--spacing-unit) * 4) 0 var(--spacing-unit) 0;width:160px}.report-section__html-editor-wrapper--read-only__more-menu-container{float:right;padding:var(--spacing-unit)}.report-section__html-editor-wrapper--read-only__editor{padding:calc(var(--spacing-unit) / 2) var(--spacing-unit);transition:background-color .4s ease;border-radius:calc(var(--spacing-unit) * 2)}.report-section__html-editor-wrapper--read-only__editor__info{box-sizing:border-box;background-color:#ffffdb;border-radius:calc(var(--spacing-unit) * 2);padding:calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 2);margin-top:calc(var(--spacing-unit) * 2)}.report-section__html-editor-wrapper--read-only__editor__empty{font-size:17px}.report-section__html-editor-wrapper--read-only__editor pre{white-space:pre-wrap;word-wrap:break-word}.report-section__html-editor-wrapper--read-only__editor:hover{background-color:#f8f8f8;cursor:pointer}.report-section__html-editor-wrapper--read-only__editor a{color:var(--template-link-color)}.report-section__report-section-divider{width:530px;min-height:1px}.report-section__report-section-divider--wide{width:730px;min-height:1px}.report-section__cutouts{padding:calc(var(--spacing-unit) * 4)}.report-section__cutouts .typography{color:#797979;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.report-section__pagination{font-family:var(--font-family);padding:0 0 calc(var(--spacing-unit) * 4) 0;justify-content:center}.report-section__pagination--button.button.MuiButton-root{--primary-background-hover: hsl(var(--primary-color-h), var(--primary-color-s), calc(var(--primary-color-l) - 7%));--primary-foreground-hover: #fff}.report-section__pagination--button.button.MuiButton-root:hover{background-color:var(--primary-background-hover);color:var(--primary-foreground-hover)}.report-section__item-divider{position:relative;cursor:pointer;padding:20px 0}.report-section__item-divider hr{border-color:#e2e5e7}.report-section__item-divider.report-section__item-divider--disabled.report-section__item-divider--show-on-hover:hover{opacity:0}.report-section__item-divider.report-section__item-divider--disabled:hover hr{background-color:var(--border-foreground)}.report-section__item-divider:hover .report-section__item-divider__button{z-index:2;opacity:1;transition:.5s opacity ease}.report-section__item-divider:hover hr{background-color:#0000004d}.report-section__item-divider hr{transition:background-color .3s ease}.report-section__item-divider--show-on-hover{opacity:0}.report-section__item-divider--show-on-hover:hover{opacity:1}.report-section__item-divider--disabled{cursor:default}.report-section__item-divider--hidden{display:none}.report-section__item-divider__button{display:block;position:absolute;left:-148px;top:5px;width:calc(100% + 118px);padding-left:30px;z-index:-9;opacity:0;transition:.5s opacity ease}.report-section__item-divider__button__icon-button{padding:4px}.report-section__item-divider__button__icon-button:hover{background-color:#0000000a}.report-section__item-divider__button__icon-button>svg{color:#2b4265}.report-section.in-this-report-section-container,.report-section.report-links-section-container{margin-top:calc(var(--spacing-unit) * 4)}.report-section .report-links-section,.report-section .in-this-report-section{border-radius:calc(var(--spacing-unit) * 2)}.report-section .report-links-section__title,.report-section .in-this-report-section__title{margin-bottom:calc(var(--spacing-unit) * 2)}.report-section .report-links-section__body,.report-section .in-this-report-section__body{padding:var(--spacing-unit) 0}.report-section .report-links-section__body__section-index,.report-section .in-this-report-section__body__section-index{min-width:calc(var(--spacing-unit) * 2);line-height:calc(var(--spacing-unit) * 2);padding:calc(var(--spacing-unit) * .5);border-radius:50%;text-align:center;border:2px solid var(--template-link-color);color:var(--white);background-color:var(--template-link-color)}.report-section .report-links-section__body__title,.report-section .in-this-report-section__body__title{color:#000;width:63%;word-break:break-word}.report-section .report-links-section__body__subtitle,.report-section .in-this-report-section__body__subtitle{color:#797979}.report-section .report-links-section__body:hover,.report-section .in-this-report-section__body:hover{cursor:pointer}.report-section .typography--h2,.report-section .typography--h3{font-size:calc(var(--spacing-unit) * 3)}.report-section .typography--h3{color:var(--template-link-color)}.report-section .typography--h5{color:var(--black);font-size:17px;text-overflow:ellipsis;overflow:hidden}.report-section .typography--h6{font-size:17px}.report-section__item-container__media-item{position:relative;padding:0 3px;flex-direction:row;background-color:var(--white)}.report-section__item-container__media-item:hover .report-section__item-container__media-item__toolbar{opacity:1;z-index:1;transition:opacity .7s,z-index 0s 0s,top .1s,bottom .1s ease}.report-section__item-container__media-item .media-item-metrics{display:flex;flex-wrap:wrap;margin-top:10px;font-size:15px}.report-section__item-container__media-item .media-item-metrics__metric{display:flex;flex-wrap:nowrap;align-items:baseline;margin-right:calc(var(--spacing-unit) * 2)}.report-section__item-container__media-item .media-item-metrics__metric__title{text-transform:capitalize;margin-right:var(--spacing-unit);color:#797979}.report-section__item-container__media-item .media-item-metrics__metric__data{color:#000}.report-section__item-container__media-item .media-item-metrics__metric__data .media-item-ave{font-size:15px;color:#000}.report-section__item-container__media-item .media-item-metrics__metric:last-child{margin-right:0}.report-section__item-container__media-item .article .header{margin-bottom:15px}.report-section__item-container__media-item .article__full .header{margin:15px 0}.report-section__item-container__media-item .article .footer .article-link{flex-grow:1;color:var(--template-link-color);font-size:15px}.report-section__item-container__media-item .article .footer .share-links-container .MuiLink-root{display:flex}.report-section__item-container__media-item .media-image{border-radius:15px;line-height:0;overflow:hidden;display:inline-block;max-width:100%}.report-section__item-container__media-item .sentiment__positive{color:#2e9992}.report-section__item-container__media-item .sentiment__neutral{color:#707070}.report-section__item-container__media-item .sentiment__negative{color:#da3763}.report-section__item-container__media-item .sentiment__mixed{color:#3c85cb}.report-section__item-container__media-item__content{max-width:100%;min-width:100%}.report-section__item-container__media-item__content .header-section__title{display:flex;align-items:flex-start;flex-direction:row}.report-section__item-container__media-item__content .header-section__title .typography{color:#555;font-size:15px}.report-section__item-container__media-item__content .header-section__title--no-wrap{white-space:nowrap}.report-section__item-container__media-item__content .header-section__icon{width:20px;margin-right:var(--spacing-unit)}.report-section__item-container__media-item__content .article-title{color:#000;font-weight:700;font-size:17px;margin-bottom:10px}.report-section__item-container__media-item__content .article-title .typography{color:#000;font-size:17px}.report-section__item-container__media-item__content .article-title a{text-decoration:none}.report-section__item-container__media-item__content .article-link{display:block;color:inherit}.report-section__item-container__media-item__content .source-logo img{width:50px;height:auto}.report-section__item-container__media-item__content .content{width:100%;word-wrap:break-word;font-size:17px;color:#797979}.report-section__item-container__media-item__content .content .article-summary{margin:0;white-space:pre-wrap}.report-section__item-container__media-item__content .content .article-text-highlight{font-weight:700;padding:0 2px}.report-section__item-container__media-item__content .content .article-text-link{color:inherit}.report-section__item-container__media-item__content .content__title{display:flex}.report-section__item-container__media-item__content .content__title .supplier-badge{margin-top:4px;margin-right:3px}.report-section__item-container__media-item__content .heading-colour__highlight{background-color:#e1ebf9}.report-section__item-container__media-item__content .footer{width:100%;margin-top:calc(var(--spacing-unit) * 2);display:flex;align-items:center}.report-section__item-container__media-item__content .footer:empty{margin-top:0}.report-section__item-container__media-item__content .keyword-list{margin-top:10px;font-size:17px;color:#797979;align-items:unset;align-content:unset;font-size:15px}.report-section__item-container__media-item__content .keyword-list__label{margin-right:6px}.report-section__item-container__media-item__content .keyword-list__list{margin-left:5px;color:#000;font-weight:400}.report-section__item-container__media-item__content .source-list{display:flex;margin-top:10px;color:#797979;font-size:15px}.report-section__item-container__media-item__content .source-list__label{color:#797979;margin-right:6px;flex:0 0 auto}.report-section__item-container__media-item__content .source-list__list{color:#000;font-weight:400;display:flex;flex-wrap:wrap}.report-section__item-container__media-item__content .source-list__list__item{color:#797979;display:flex}.report-section__item-container__media-item__content .source-list .article-link{color:var(--template-link-color);display:flex}.report-section__item-container__media-item__content__compact .inline--responsive-wrap{align-items:flex-start}.report-section__item-container__media-item__content__compact__content{width:100%}.report-section__item-container__media-item__content__compact__content .article-title .typography{font-size:15px}.report-section__item-container__media-item__content__compact__content__bottom{display:inline-block}.report-section__item-container__media-item__content__compact__content__metadata{margin-bottom:5px}.report-section__item-container__media-item__content__compact__content__metadata--icon{margin-top:1px}.report-section__item-container__media-item__content__compact__content__metadata--icon img{width:20px;height:auto}.report-section__item-container__media-item__content__compact__content__footer{width:100%;margin-top:var(--spacing-unit);display:flex;margin-top:12px}.report-section__item-container__media-item__toolbar{display:flex;opacity:0;z-index:-9999;box-sizing:border-box;padding-left:20px;position:absolute;left:-128px;width:138px;transition:opacity .7s,z-index 0s 1s ease;flex-direction:column}.report-section__item-container__media-item__toolbar>:not(:first-child){margin-top:4px}.report-section__item-container__media-item__toolbar__alignment-tools{position:relative;width:30px}.report-section__item-container__media-item__toolbar__alignment-tools:hover .sub-tools{transition:width .5s ease;width:88px;flex-wrap:nowrap;background-color:var(--white);border-radius:0 15px 15px 0}.report-section__item-container__media-item__toolbar__alignment-tools .sub-tools{transition:width .5s ease;z-index:-1;position:absolute;top:0;padding-right:2px;left:30px;overflow:hidden;display:flex;width:0}.report-section__item-container__media-item__toolbar__alignment-tools .sub-tools button>span{line-height:0}.report-section__item-container__media-item__toolbar__alignment-tools .sub-tools svg{fill:var(--grey-5)}.report-section__chart-container{position:relative}.report-section__chart-container:hover .report-section__item-container__media-item__toolbar{opacity:1;z-index:1;transition:opacity .7s,z-index 0s 0s,top .1s,bottom .1s ease}.report-section__chart-container .date-picker-button:hover{text-decoration:none;background-color:#0b5cce0a}.report-section--empty{padding:0;margin:calc(var(--spacing-unit) * 4) 0px calc(var(--spacing-unit) * 4);border:2px dashed var(--tinymce-border-color)}.report-section--empty ul li .link--disabled{text-decoration:none;color:#797979;cursor:pointer}.report-section .MuiSkeleton-pulse{background-color:#f2f5f7}.media-item-display-setting-button{margin-top:calc(var(--spacing-unit) * 2)}.html-section-options__title-wrapper__inline .MuiFormHelperText-contained{margin-left:unset}.collaborator-settings__table-spacer{width:48px;height:48px}.merge-field{display:flex;width:100%;flex-wrap:wrap}.merge-field__children{flex-grow:0}.merge-field__input{flex-grow:1}.merge-field__input .adornment--multiline{margin-top:2px}.merge-field__button{white-space:nowrap;flex-basis:100%}.merge-field__button .button--pill{background:var(--app-background);color:var(--primary-color);border-width:1px!important;border-color:var(--primary-color)}.merge-field>*:last-child{margin-top:12px}@media (min-width: 577px){.merge-field{flex-direction:row;align-items:center;flex-wrap:nowrap}.merge-field__children{flex-grow:0}.merge-field__input{margin-right:12px}.merge-field__button{flex-basis:unset}.merge-field>*:last-child{margin-top:unset}}.share-link-checkbox__label-container{display:flex;align-items:center}.share-link-checkbox__label-container__icon{height:20px;width:20px}.share-link-checkbox__label-container__label{margin-left:var(--spacing-unit)}.share-links-container{display:flex}.share-links-container__icon{margin-right:calc(var(--spacing-unit) * 2)}.share-links-container__icon img{height:24px;width:24px}.share-links-container__icon:last-child{margin-right:0}.media-items-section-options__override-defaults{border:1px solid var(--border-foreground);border-radius:var(--border-radius);background-color:var(--app-background);padding:calc(var(--spacing-unit) * 4);box-sizing:border-box}.media-items-section-options__override-defaults .select__control{background-color:var(--app-background)}.media-items-section-options__override-defaults--disabled .select--is-disabled .select__control,.media-items-section-options__override-defaults--disabled .select--is-disabled .select__control--is-disabled{background-color:var(--app-background-inset)}.media-items-section-options__override-defaults--disabled .MuiTypography-root,.media-items-section-options__override-defaults--disabled .MuiFormControlLabel-label,.media-items-section-options__override-defaults--disabled .select__placeholder{color:var(--font-light)}.media-items-section-options__override-switch .switch-container__display-settings-text{margin-left:6px}.media-items-section-options__title-switches{margin-top:var(--spacing-unit)}.report-section-divider-menu-ref{display:flex}.overridable-media-items-settings__metadata-inclusions{display:inline-flex;flex-direction:row;flex-wrap:wrap}.overridable-media-items-settings__metadata-inclusions__checkbox-group{display:inline-flex;align-items:center;margin-right:calc(var(--spacing-unit) * 2)}.overridable-media-items-settings__metadata-inclusions__checkbox-group .form-control-label{margin-right:var(--spacing-unit)}.media-item-view-title{font-weight:400;color:inherit}.media-item-view-title--bold{font-weight:700;color:#000}.media-item-highlighter__content-container p{margin:0}.media-item-highlighter__highlight-container{display:none}.theme--light .report-template-settings{background-color:var(--app-background-inset)}.theme--light .report-template-settings button.button--secondary{background-color:var(--border-foreground)}.theme--light .report-template-settings button.button--secondary:hover{background-color:hsl(var(--border-foreground-h),var(--border-foreground-s),calc(var(--border-foreground-l) + 3%))}.theme--light .report-template-settings .report-template-settings-menu-breadcrumbs{background-color:var(--app-background-inset)}.theme--light .report-template-settings .select__control,.theme--light .report-template-settings .MuiInputBase-root,.theme--light .report-template-settings .click-to-edit-field,.theme--light .report-template-settings .section-settings__sections-list__item{background-color:var(--app-background)}.theme--light .report-template-settings .click-to-edit-field{border-radius:4px;border-color:var(--border-foreground)}.report-chart .chart-header .filter-summary{font-size:15px;margin-bottom:calc(var(--spacing-unit) * 1.5)}.report-content-rules-settings .radio-group-form-control{flex-direction:row}.report-content-rules-settings .radio-group-form-control__radio-group{display:contents}.report-content-rules-settings .radio-group-form-control__radio-group__radio-label{margin-right:calc(var(--spacing-unit) * 3)}.report-content-rules-settings .radio-group-form-control__radio-group__radio-label .MuiFormControlLabel-label{margin-top:2px}.report-content-rules-settings .radio-group-form-control__radio-group__radio-label .more-info{display:inline-flex;vertical-align:text-top;margin-left:6px;margin-top:2px;justify-content:center}.header-settings__switch{display:flex;flex-direction:row;align-items:center;margin-bottom:var(--spacing-unit)}.header-settings__switch .switch-container{margin-right:6px}.textfield-subtitle{display:flex;align-items:center}.textfield-subtitle .more-info{margin-left:var(--spacing-unit)}.button-group-subtitle,.radio-group-subtitle,.textfield-subtitle,.select-subtitle{margin-bottom:calc(var(--spacing-unit) * 1.5)}.switch-subtitle,.checkbox-subtitle{margin-bottom:var(--spacing-unit)}.MuiCheckbox-root.Mui-disabled{color:var(--font-disabled)}.design-settings{margin-top:calc(var(--spacing-unit) * -2)}.design-settings .report-template-settings-menu__link{padding:0;font-weight:700;font-size:15px}.format-settings .report-type-options{display:flex;flex-direction:column}.format-settings .report-type-options .pdf-options{margin-left:calc(var(--spacing-unit) * 4)}.format-settings__email-type-options .radio-group-form-control__radio-group{margin-top:var(--spacing-unit)}.format-settings__email-type-options .radio-group-form-control__radio-group__radio-label{margin-top:calc(var(--spacing-unit) * 2);align-items:flex-start}.format-settings__email-type-options .radio-group-form-control__radio-group__radio-label__radio{margin:0 calc(var(--spacing-unit) * .5);padding:0 var(--spacing-unit)}.format-settings__email-type-options .radio-group-form-control__radio-group__radio-label>.MuiFormControlLabel-label{margin-top:2px}.report-download-links{display:flex;flex-wrap:wrap;gap:10px}.report-chart-date-picker{background:var(--white)}.report-chart-date-picker .date-picker-control-popover__content__toolbar{border-top:1px solid #e2e5e7}.report-chart-date-picker .date-picker-control-popover__content__body .select-container__label-above{color:#8493a6}.report-chart-date-picker .date-picker-control-popover__content__body .select-container .select__control{background-color:#f2f5f7;border-color:#e2e5e7;color:#2b4265}.report-chart-date-picker .date-picker-control-popover__content__body .select-container .select__control:hover{border-color:#0003}.report-chart-date-picker .date-picker-control-popover__content__body .select-container .select__single-value{color:#2b4265}.report-chart-date-picker .date-picker-control-popover__content__body .select-container .select__menu{background-color:#f2f5f7;border-color:#e2e5e7;color:#2b4265;z-index:2}.report-chart-date-picker .date-picker-control-popover__content__body .select-container .select__menu .select__option--is-focused:not(.select__option--is-selected){background-color:hsl(var(--grey-1-h),var(--grey-1-s),calc(var(--grey-1-l) - 2%));color:#2b4265}.report-chart-date-picker .date-picker-control-popover__content__body .select-container .select__menu .date-options-group{border-bottom:1px #e2e5e7 solid}.report-chart-date-picker .date-picker-control-popover__content__body__chart-interval-group .button--regular:not(.button--primary){background-color:var(--app-background-inset-light);color:var(--font-color-light)}.report-chart-date-picker .date-picker-control-popover__content__body .textfield-container__label-above{color:#8493a6}.report-chart-date-picker .date-picker-control-popover__content__body .textfield-container__mui-control .MuiInputBase-root{background-color:var(--app-background-inset-light)}.report-chart-date-picker .date-picker-control-popover__content__body .textfield-container__mui-control .MuiInputBase-input{color:var(--font-color-light)}.report-chart-date-picker .date-picker-control-popover__content__body .textfield-container__mui-control .MuiOutlinedInput-notchedOutline{border-color:#e2e5e7}.report-chart-date-picker .date-picker-control-popover__content__body .textfield-container__mui-control:hover .MuiOutlinedInput-notchedOutline{border-color:#0003}.report-chart-date-picker .date-picker-control-popover__content__body input[type=date]{color-scheme:light;-webkit-text-fill-color:var(--font-color-light)}.theme--light .report-chart-date-picker .date-picker-control-popover__content__body input[type=date]{-webkit-text-fill-color:var(--font-color)}.theme--light .report-chart-date-picker .date-picker-control-popover__content__body input[type=date]::-webkit-datetime-edit-day-field:focus,.theme--light .report-chart-date-picker .date-picker-control-popover__content__body input[type=date]::-webkit-datetime-edit-month-field:focus,.theme--light .report-chart-date-picker .date-picker-control-popover__content__body input[type=date]::-webkit-datetime-edit-year-field:focus{background-color:#90caf9}.report-chart-date-picker .date-picker-control-popover__content__toolbar button.button--secondary{background-color:var(--app-background-inset-light);color:var(--font-color-light)}.report-chart-date-picker .date-picker-control-popover__content__toolbar button.button--secondary:hover{background-color:#e9eef1;color:var(--font-color-light)}.no-recipients-message{display:flex;justify-content:center;align-items:center;padding:calc(var(--spacing-unit) * 2);background-color:#ffffd7;margin-bottom:calc(var(--spacing-unit) * 4)}.ai-summary-section-options .ai-summary-content-options .radio-group-form-control__radio-group__radio-label{margin-top:calc(var(--spacing-unit) * 1.5)}.ai-summary-section-options .ai-summary-content-options .radio-group-form-control__radio-group__radio-label__radio{margin-right:unset}@media (min-width: 577px){.ai-summary-section-options .ai-summary-content-options .radio-group-form-control__radio-group__radio-label{margin-top:unset}}.ai-summary-section-options .ai-summary-content-options .MuiFormControlLabel-root{margin-right:var(--spacing-unit)}.ai-summary-section-options .media-item-section-options{display:flex;flex-direction:column;margin-top:6px}@media (min-width: 577px){.ai-summary-section-options .media-item-section-options{margin-top:unset}}.ai-summary-section-builder__footer{display:flex;flex-direction:row;align-items:center}.ai-summary-section-builder__footer .inline{width:unset}.ai-summary-section-builder__footer__checkbox{margin-left:calc(var(--spacing-unit) * 3)}.report-workspace-content-options__label{display:flex;flex-direction:row;align-items:center}.report-workspace-content-options__label .more-info{margin-left:calc(var(--spacing-unit) * .5)}.report-media-assistant-content-options__question__label{display:flex;align-items:center;margin-bottom:12px}.report-media-assistant-content-options__question__label .more-info{margin-left:var(--spacing-unit)}.report-media-assistant-content-options__question .MuiInputBase-input{padding:var(--spacing-unit)}.report-move-menu .header{color:#8493a6!important}.report-move-menu .MuiPopover-paper,.report-move-menu .xp__summary,.report-move-menu .xp__details{background:#fff;color:#2b4265}.report-move-menu .MuiPopover-paper svg,.report-move-menu .xp__summary svg,.report-move-menu .xp__details svg{fill:#2b4265}.report-move-menu .Mui-disabled,.report-move-menu .MuiTypography-root{color:#2b4265}.report-move-menu .Mui-disabled{opacity:.4}.report-move-menu .xp__summary.Mui-expanded,.report-move-menu .xp__details .MuiListItemButton-root:hover,.report-move-menu .xp__summary:hover{background-color:#f2f5f7!important}.advanced-filter-builder{display:flex;position:relative;padding:var(--spacing-unit) var(--spacing-unit) calc(var(--spacing-unit) * 2) var(--spacing-unit);flex-grow:1;flex-direction:column;box-sizing:border-box;height:100%}.advanced-filter-builder__input{display:flex;background-color:var(--textarea-background);border:1px solid var(--border-foreground);transition:border .3s;padding:10px var(--spacing-unit) var(--spacing-unit) 5px;border-radius:10px;height:100%;position:relative;box-sizing:border-box}.advanced-filter-builder__input--focused{border:1px solid var(--border-focus);transition:border .3s}.advanced-filter-builder__input--loading>:not(:first-child){margin-top:8px}.advanced-filter-builder__input .CodeMirror{width:100%;max-height:unset}.advanced-filter-builder__input .CodeMirror-scroll{max-width:97%}.advanced-filter-builder__input__tools{display:flex;position:absolute;right:0;z-index:2;height:30px;margin:calc(var(--spacing-unit) * .5) var(--spacing-unit)}.advanced-filter-builder__input__tools .toolbar-button{margin:0 calc(var(--spacing-unit) * .5)}.advanced-filter-builder__input__tools__search-button .icon-button{background-color:var(--primary-color)}.advanced-filter-builder__input__tools__search-button .icon-button svg{color:var(--white)}.advanced-filter-builder__input__tools__search-button .icon-button:hover{background:var(--primary-background-hover)}.advanced-filter-builder__input__tools__search-button .icon-button--disabled{background:var(--font-disabled)}.advanced-filter-builder .validation-indicator{right:unset;left:27px;top:23px;bottom:unset;z-index:1}.advanced-filter-builder .filter-widget{padding:0 14px}.advanced-filter-builder .filter-widget--edit{padding:0}.advanced-filter-builder .filter-widget--edit .MuiInputBase-input{color:var(--font-color)}.advanced-filter-builder .filter-widget .textfield-container{height:33px}.advanced-filter-builder .filter-widget .textfield-container>.MuiInputBase-input{height:33px}.advanced-filter-builder .filter-widget .textfield-container input{height:33px;font-size:14px;padding:0 14px}.advanced-filter-builder .filter-widget .select__control{min-height:unset;height:33px}.advanced-filter-builder #filter-widget-portal{z-index:100000;position:absolute}.advanced-filter-builder #filter-widget-portal .select__menu{white-space:pre-wrap;margin-top:0;background-color:var(--app-background-inset)!important;border:1px solid var(--border-foreground)!important}.advanced-filter-builder #filter-widget-portal .select__value-container{padding:0}.advanced-filter-builder #filter-widget-portal .select__option--is-disabled{color:#999!important;padding:8px 12px;text-align:center;box-sizing:border-box}.advanced-filter-builder #filter-widget-portal .select__option--is-focused:not(.advanced-filter-builder #filter-widget-portal .select__option--is-selected){background-color:hsl(var(--app-background-inset-h),var(--app-background-inset-s),calc(var(--app-background-inset-l) - 2%));color:var(--font-color)!important}.boolean-fixer-prompt{z-index:1501}.boolean-fixer-prompt .confirmation-prompt__container__main{width:400px;max-width:unset}.boolean-fixer-prompt .confirmation-prompt__container__main__content{max-width:unset}.boolean-fixer-prompt .confirmation-prompt__container__main .MuiAlert-standardSuccess{background-color:var(--confirm-background-light);color:var(--confirm-font-color);margin:calc(var(--spacing-unit) * 2) 0 var(--spacing-unit)}.boolean-fixer-prompt .confirmation-prompt__container__main .boolean-fixer-loading{margin:calc(var(--spacing-unit) * 2.5) 0;text-align:center}.boolean-fixer-button.icon-button--loading{height:18px}.boolean-fixer-button .icon-button{background:var(--error-background)}.boolean-fixer-button .icon-button svg{color:var(--white)}.boolean-fixer-button .icon-button--disabled{background:var(--error-background-disabled)}.boolean-fixer-button .icon-button:hover{background:var(--error-background-hover)}.query-editor{box-sizing:border-box;display:flex;flex-direction:column;height:100%;width:100%}.query-editor__header{height:70px;display:flex;position:relative}.query-editor__header__toolbar{border-bottom:1px solid var(--border-foreground);background-color:var(--app-background);width:100%;padding:calc(var(--spacing-unit) * 1.5) calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 1.5) calc(var(--spacing-unit) * 4);box-sizing:border-box;z-index:2}.query-editor__header__toolbar__left,.query-editor__header__toolbar__left__tools{display:flex;align-items:center}.query-editor__header__toolbar__left .click-to-edit-field{max-width:100%}.query-editor__header__toolbar__right__tools{display:flex;margin:auto;margin-right:unset}.query-editor__header__toolbar__right__tools__tool{display:flex;align-items:center}@media (min-width: 992px){.query-editor__header__toolbar__right__tools__tool{white-space:nowrap}.query-editor__header__toolbar__right__tools__tool:not(:last-child){height:var(--rectangular-button-height);padding-left:calc(var(--spacing-unit) * 2);padding-right:calc(var(--spacing-unit) * 2);margin:auto var(--spacing-unit)}}.query-editor__content{display:flex;flex-direction:column}.query-editor .resizable-panel{z-index:2;border-bottom:unset;height:100%;min-height:60px}.query-editor .resizable-panel__container__content{position:relative;overflow:unset}.query-editor .resizable-panel .advanced-filter-builder{padding-bottom:0}.query-editor .resizable-panel .advanced-filter-builder__input{max-height:160px}.query-editor .resizable-panel .filters-strip{overflow:hidden}.query-editor .filters-strip{margin:calc(var(--spacing-unit) * 2)}.query-editor__empty{height:100%;flex:1 0 auto;margin:30px 0}.query-editor__error{height:100%}.query-editor__error__link{cursor:pointer;text-decoration:underline}.query-editor__header__toolbar{padding:calc(var(--spacing-unit) * 1.5) calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 1.5) calc(var(--spacing-unit) * 1.5)}.query-editor__header__toolbar__left__query-name{flex:0 1 auto;max-width:100%;min-width:0}.query-editor__header__toolbar__left__query-name--readonly{padding-left:7px}.query-editor__builder{flex:0 0 auto;background-color:var(--app-background-inset);border-bottom:1px solid var(--border-foreground);padding-bottom:calc(var(--spacing-unit) * .25);display:flex;flex-direction:column;align-items:stretch}.query-editor__results{flex:1 1 auto;display:flex;flex-direction:row}.query-editor__results__media{display:flex;flex-direction:column;flex-grow:1;min-width:0}.query-editor__results__media__tabs{flex-grow:1;display:flex;flex-direction:column}.query-editor__results__media__tabs__content{display:flex;flex-grow:1}.query-editor__results__media__tabs .media-items-viewer-tab{display:flex;align-items:center}.query-editor__results__media__tabs .media-items-viewer-tab .MuiCircularProgress-root{margin-right:var(--spacing-unit)}.query-editor__results__media__tabs .MuiTabs-root{border-bottom:1px solid var(--border-foreground);height:58px}.query-editor__results__media__tabs .MuiTabs-root .MuiButtonBase-root{height:58px}.query-editor__results__media__tabs .MuiTabs-flexContainer .MuiTab-root{min-width:160px;padding-top:calc(var(--spacing-unit) * 2.5);padding-bottom:calc(var(--spacing-unit) * 2);text-transform:unset;opacity:1}.query-editor__results__media__tabs .MuiTabs-flexContainer .MuiTab-root:hover{background-color:var(--app-background-inset)}.save-query-prompt .select .select__single-value--is-disabled p{color:var(--font-disabled)}.save-query-prompt .select-menu{font:var(--font-family)}.save-query-prompt label.Mui-disabled{color:var(--font-light)}.query-content-explorer{background-color:var(--app-background-inset);padding:calc(var(--spacing-unit) * 5) calc(var(--spacing-unit) * 4);box-sizing:border-box;border-bottom:1px solid var(--border-foreground)}@media (min-width: 992px){.query-content-explorer{padding:calc(var(--spacing-unit) * 6) calc(var(--spacing-unit) * 4)}}.query-content-explorer .icon-button svg{color:var(--icon-foreground)}.query-content-explorer__title{font-size:var(--typography-h3)}@media (min-width: 992px){.query-content-explorer__title{font-size:var(--typography-h1)}}.query-content-explorer__tabs{margin-top:calc(var(--spacing-unit) * 2)}.query-content-explorer__tabs .MuiTab-root{box-sizing:border-box;text-transform:unset;padding:0 calc(var(--spacing-unit) * 6);font-weight:var(--weight-regular)}.query-content-explorer__tabs .MuiTab-root.Mui-selected{font-weight:var(--weight-bold)}.query-content-explorer__tabs .MuiTab-root.Mui-selected .MuiChip-root{background-color:var(--primary-background)}.query-content-explorer__tabs .MuiTabs-root{border-bottom:1px solid var(--border-foreground)}.query-content-explorer__tabs__experimental-feature-tab-label{display:flex;align-items:center}.query-content-explorer__tabs__experimental-feature-tab-label .MuiChip-root{margin-left:var(--spacing-unit);border-radius:6px;height:unset;background-color:var(--tooltip-background-color);color:var(--tooltip-text-color)}.query-content-explorer__tabs__experimental-feature-tab-label .MuiChip-label{font-weight:var(--weight-bold);font-size:var(--typography-extra-tiny);padding:4px}.query-content-explorer__tabs__content{margin-top:calc(var(--spacing-unit) * 3);position:relative;z-index:0}.simple-search{display:flex;border:1px solid var(--border-foreground);background-color:var(--textarea-background);border-radius:20px;position:relative}.simple-search:focus-within{border-color:var(--border-focus)}.simple-search:focus-within .simple-search__input-container__or{border-color:var(--border-focus)}.simple-search__input-container{display:flex;flex-direction:column;flex:1}@media (min-width: 992px){.simple-search__input-container{flex-direction:row}.simple-search__input-container>*{flex:1 auto 33.34%}.simple-search__input-container .simple-search__input-container__or{border-width:0 1px}}.simple-search__input-container .MuiInputBase-inputMultiline{padding-left:calc(var(--spacing-unit) * 1.75)}.simple-search__input-container .edit-chip .MuiInputBase-input{margin-left:var(--spacing-unit)}.simple-search__input-container>*{padding:calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 3);flex:1 0 0}.simple-search__input-container__or{border-style:solid;border-width:1px 0;border-color:var(--border-foreground)}.simple-search__input-container .chip-textfield__container{border:none}.simple-search__input-container .chip-textfield__container .chip-textfield__container__input-container{padding:0}.simple-search__input-container .chip-textfield__container .edit-chip{max-width:250px;min-width:30px}.simple-search__input-container .chip-textfield__container .MuiChip-label{max-width:250px;text-overflow:ellipsis}.simple-search__end-adornment{position:absolute;top:8px;right:8px}.boolean-search{border:1px solid var(--border-foreground);background-color:var(--textarea-background);border-radius:20px;display:flex;position:relative}.boolean-search:focus-within{border-color:var(--border-focus)}.boolean-search .CodeMirror{flex-grow:1;margin:var(--spacing-unit)}.boolean-search__end-adornment{position:absolute;right:0;z-index:2;padding:var(--spacing-unit) calc(var(--spacing-unit) * 2) var(--spacing-unit) 0}.content-explorer-toolbar-button button.Mui-disabled{background-color:var(--app-background-inset)}.content-explorer-toolbar-button button{height:38px;width:38px}.content-explorer-toolbar-button--active .icon-button{background-color:var(--primary-background)}.content-explorer-toolbar-button--active .icon-button svg{color:var(--primary-foreground)}.content-explorer-toolbar-button--invalid{padding:10px 0}.content-explorer-toolbar-button--invalid .icon-button svg{color:var(--white)}.content-explorer-toolbar-button .MuiCircularProgress-root{height:24px!important;width:24px!important}.channels-filter{display:flex;justify-content:center;padding:30px;flex:1;flex-direction:column}@media screen and (min-width: 960px){.channels-filter{flex-direction:row}}.channels-filter .draggable--overlay .draggable-source{border:1px solid var(--primary-color)}.channels-filter__container{display:flex;flex-flow:column;flex-grow:1;flex-basis:0;margin:0 10px 10px;max-width:500px}.channels-filter__container__label{margin-bottom:15px}@media screen and (min-width: 960px){.channels-filter__container__label{white-space:nowrap}}.channels-filter__container .droppable-list{overflow:hidden;display:flex;flex-direction:column;flex:1;border:1px solid var(--border-foreground);border-radius:5px;transition:border .5s ease;min-height:300px;height:300px;max-height:300px}.channels-filter__container .droppable-list--over{border-color:var(--primary-color)}@media screen and (min-width: 960px){.channels-filter__container .droppable-list{max-height:unset;height:100%}}.channels-filter__container .droppable-list .empty{display:flex;flex-direction:column;justify-content:center;flex:1;padding:40px;text-align:center}.channels-filter__container .droppable-list .empty svg path{fill:var(--font-light)}.draggable-source{background-color:var(--app-background);height:50px;box-sizing:border-box;padding:12px 16px}.draggable-source--loading{margin:8px 12px}.draggable-source--loading .draggable-source__content{flex-grow:1}.draggable-source--loading .draggable-source__content>:not(:first-child){margin-left:12px}.search-assistant-prompt{display:flex;align-items:center}.search-assistant-prompt__container{width:800px}.search-assistant-prompt__container__content{height:100%;position:relative;z-index:0}.search-assistant-prompt__container__content .modal__container__content__body{background-color:var(--app-background-inset);border-bottom:1px solid var(--border-foreground);border-top:1px solid var(--border-foreground)}.search-assistant-prompt__container__content .modal__container__content__body .content-explorer-toolbar-button button.Mui-disabled svg{color:var(--font-color)}.search-assistant-prompt__container__content .search-assistant .CodeMirror,.search-assistant-prompt__container__content .search-assistant .CodeMirror-scroll{max-height:360px}@media (min-width: 992px){.search-assistant-prompt__container__content .search-assistant .CodeMirror,.search-assistant-prompt__container__content .search-assistant .CodeMirror-scroll{max-height:500px}}.search-assistant-prompt__container__content .search-assistant__plain-text__end-adornment__search-button .Mui-disabled,.search-assistant-prompt__container__content .search-assistant__plain-text__end-adornment__search-button--active{display:none}.search-assistant-button svg{color:hsl(var(--font-color-h),var(--font-color-s),calc(var(--font-color-l) + 10%))}.search-assistant-button .icon-button{height:30px;width:30px;padding:0;background:var(--app-background-inset)}.search-assistant-button .icon-button:hover{background:var(--primary-background-hover)}.search-assistant-button .icon-button:hover svg{color:var(--white)}.search-assistant{border:1px solid var(--border-foreground);background-color:var(--textarea-background);border-radius:20px;display:flex;flex-direction:column}.search-assistant:focus-within{border-color:var(--border-focus)}.search-assistant .CodeMirror{margin:var(--spacing-unit);max-height:120px}.search-assistant .CodeMirror-scroll{max-height:120px}.search-assistant .MuiCollapse-wrapper{border-top:1px solid var(--border-foreground)}.search-assistant__plain-text{display:flex;flex-direction:row;padding:.5px 0}.search-assistant__plain-text__input{flex-grow:1;margin:2px var(--spacing-unit) 0 calc(var(--spacing-unit) * 3)}.search-assistant__plain-text__input input::placeholder,.search-assistant__plain-text__input input.Mui-disabled{-webkit-text-fill-color:var(--font-light);color:var(--font-light);text-overflow:ellipsis}.search-assistant__plain-text__end-adornment{display:flex;align-items:center;padding:var(--spacing-unit) calc(var(--spacing-unit) * 1.5) var(--spacing-unit) 0}.search-assistant__plain-text__end-adornment>:not(:last-child){margin-right:var(--spacing-unit)}.select-exclude-filter{height:100%;display:flex;flex-direction:column}.select-exclude-filter__header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px}.select-exclude-filter__header svg{cursor:pointer}.select-exclude-filter__content{height:200px;flex:1 0 auto;padding:0 16px;border-top:1px solid var(--border-foreground)}@media (min-width: 1200px){.select-exclude-filter__content{flex:2}}.select-exclude-filter__content__show-more{text-align:center;display:block;padding:10px 0;cursor:pointer}.select-exclude-filter__content__item{display:flex;align-items:center;padding-right:16px}@media (min-width: 1200px){.select-exclude-filter__content__item{padding-right:unset}}.select-exclude-filter__content__item__label{display:flex;align-items:center;flex:1;position:relative}.select-exclude-filter__content__item__label:hover .select-exclude-filter__content__item__label__show-recent{max-width:100%;opacity:1;transition:max-width 1s ease-in-out,opacity .5s ease-in-out}.select-exclude-filter__content__item__label__show-recent{margin-left:15px;cursor:pointer;position:absolute;bottom:0;opacity:0;overflow:hidden;transition:max-width .5s ease-in-out,opacity 1s ease-in-out;max-width:0;animation:growInOut 1.5s}.select-exclude-filter__content__item__label__show-recent__text{display:block;color:var(--primary-color);width:90px}.select-exclude-filter__content__item__label__text{flex:0 75%}.select-exclude-filter__content__item__label__text p{position:relative}.select-exclude-filter__content__item__label__avatar{height:18px;width:18px;margin:0 10px 0 5px}.select-exclude-filter__content__item__label__avatar.avatar--fallback{font-size:10px}.select-exclude-filter__excluded{padding:0 0 0 24px;flex:0 0 150px;border-top:1px solid var(--border-foreground)}.select-exclude-filter__excluded__chip{height:28px;margin:0 10px 10px 0}.select-exclude-filter__excluded__chip .MuiChip-deleteIcon{height:16px}.select-exclude-filter__excluded__chip__avatar{height:14px;width:14px;padding:6px}.select-exclude-filter__excluded__chip__avatar.avatar--fallback{height:10px;width:10px;font-size:8px}.select-exclude-filter__excluded p{margin:16px 0}@media (min-width: 1200px){.select-exclude-filter__excluded{flex:1 0 auto}}@keyframes growInOut{0%{width:0}to{width:100%}}.range-filter:hover .textfield-container__mui-control .MuiOutlinedInput-notchedOutline{border-color:var(--border-hover)}.range-filter__input .MuiInputLabel-shrink.Mui-focused{border-width:1px;color:var(--font-light)}.range-filter__input input{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:-moz-none;-o-user-select:none;user-select:none;cursor:pointer;caret-color:var(--app-background)}.range-filter__input__remove-icon,.range-filter__input__open-icon{margin-right:6px}.range-filter__input__remove-icon__button,.range-filter__input__open-icon__button{line-height:0;cursor:pointer;color:var(--font-light);font-size:var(--typography-body);padding:2px}.range-filter__input__remove-icon__button .MuiSvgIcon-root,.range-filter__input__open-icon__button .MuiSvgIcon-root{color:var(--font-light)}.range-filter__input__remove-icon__button:hover .MuiSvgIcon-root,.range-filter__input__open-icon__button:hover .MuiSvgIcon-root{color:var(--font-color)}.range-filter__input .MuiInputLabel-root{font-size:var(--typography-body)}.range-filter__input .MuiInputLabel-root[data-shrink=false]{color:var(--grey-4)}.range-filter__input .MuiInputBase-root{background-color:var(--app-background)}.range-filter__input.open .range-filter__input__open-icon{display:none}.range-filter__input.open .MuiInputBase-root{border-bottom-right-radius:0;border-bottom-left-radius:0}.range-filter__input.open .MuiOutlinedInput-notchedOutline{border:0;margin:-1px 0;box-shadow:0 5px 5px -3px var(--app-background),0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.range-filter__popover .MuiPaper-root{max-width:unset;border-top-right-radius:0;border-top-left-radius:0;box-shadow:0 3px 5px -3px #0003,0 14px 10px 1px #00000024,0 14px 14px 2px #0000001f}.range-filter__popover__container__content{padding:0 calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 2)}.range-filter__popover__container__content__input{display:flex;align-items:flex-end}.range-filter__popover__container__content__input:first-child{margin-top:calc(var(--spacing-unit) * 2);margin-bottom:calc(var(--spacing-unit) * 3)}.range-filter__popover__container__content__input .MuiInputBase-root:before{border-color:var(--border-foreground)}.range-filter__popover__container__content__input__label{white-space:nowrap;min-width:80px;flex:1 0;margin-right:calc(var(--spacing-unit) * 3)}.range-filter__popover__container__content__button-container{margin-top:30px;display:flex}.range-filter__popover__container__content__button-container__button{display:flex;justify-content:center;width:50%}.range-filter__popover__container__content__button-container__button--close .button{background:var(--app-background-inset);color:var(--font-color)}.range-filter__popover__container__content__button-container__button .button{width:75%}.checkable-select-filter__popper{z-index:1300}.trends-loading-container{position:absolute;top:0;left:0;z-index:2;background:rgba(var(--app-background),.8);height:100%;width:100%;display:flex;justify-content:center;align-items:center}.trends-chart{position:relative}.trends-chart #trends-news-social-search{height:600px}.trends__arrow{color:var(--font-light);cursor:pointer;font-size:37px}.trends-search{background-color:var(--app-background-inset);min-height:100%;display:flex;flex-direction:column}.trends-search__header{border-bottom:1px solid var(--border-foreground);background-color:var(--app-background);min-height:62px;display:flex;align-items:center;padding-left:calc(var(--spacing-unit) * 2)}.trends-search__header__left{margin-right:var(--spacing-unit)}.trends-search__content{position:relative;flex:1;display:flex;overflow:hidden;min-height:100%}.trends-search__content__left{flex:1 0 auto}.trends-search__content__left__container{padding:calc(var(--spacing-unit) * 3);padding-bottom:calc(var(--spacing-unit) * 8);min-width:calc(100vw - 50px - var(--spacing-unit) * 6)}@media (min-width: 992px){.trends-search__content__left__container{min-width:600px}}@media (min-width: 1200px){.trends-search__content__left__container{padding:calc(var(--spacing-unit) * 3);min-width:0}}.trends-search__content__left__top-bar{display:flex;justify-content:space-between;padding-bottom:calc(var(--spacing-unit) * 3);flex-direction:column}@media only screen and (min-width: 1289px){.trends-search__content__left__top-bar{flex-direction:row;align-items:center}}.trends-search__content__left__top-bar__search{display:flex;flex:1 0;align-items:center;padding-bottom:calc(var(--spacing-unit) * 3)}@media only screen and (min-width: 1289px){.trends-search__content__left__top-bar__search{padding-bottom:0}}.trends-search__content__left__top-bar__search__label{margin-right:calc(var(--spacing-unit) * 2.3)}.trends-search__content__left__top-bar__search__label p{white-space:nowrap}.trends-search__content__left__top-bar__search__input{height:45px;background-color:var(--textarea-background);border-color:var(--textarea-background)}.trends-search__content__left__top-bar__search__input .MuiOutlinedInput-root{height:45px}.trends-search__content__left__top-bar__search__input .MuiOutlinedInput-inputMarginDense:focus{border:none!important;box-sizing:initial}.trends-search__content__left__top-bar__date-country{display:flex}.trends-search__content__left__top-bar__date-country__date{max-width:300px;margin-right:calc(var(--spacing-unit) * 2)}.trends-search__content__left__top-bar__date-country__country{max-width:300px}.trends-search__content__left__top-bar__date-country__country .select-container .select .select__control{max-height:45px;background:var(--app-background)}.trends-search__content__left__top-bar__date-country__country .select-container .select .select__menu{z-index:3}.trends-search__content__left__news-social-search-chart__container--blur{filter:blur(20px);pointer-events:none}.trends-search__content__left__news-social-search-chart__container__word-cloud{background-color:var(--app-background);position:absolute;transform:translate(-50%,-50%);width:95%;height:95%;top:50%;left:50%;border:1px solid var(--border-foreground);border-radius:5px;padding:calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 4);display:flex;flex-direction:column}@media (min-width: 992px){.trends-search__content__left__news-social-search-chart__container__word-cloud{width:70%;height:70%}}.trends-search__content__left__news-social-search-chart__container__word-cloud .inline{flex:0 0 auto}.trends-search__content__left__news-social-search-chart__container__word-cloud svg{cursor:pointer}.trends-search__content__left__news-social-search-chart__container__word-cloud .chart{min-height:unset}.trends-search__content__left__news-social-search-chart__container__word-cloud .chart__am-chart-container{padding:0 0 0 calc(var(--spacing-unit) * 2)}.trends-search__content__left__news-social-search-chart,.trends-search__content__left__location-affinity,.trends-search__content__left__terms-charts__related-news-terms,.trends-search__content__left__terms-charts__related-search-terms{padding:calc(var(--spacing-unit) * 3);background:var(--app-background);margin-bottom:calc(var(--spacing-unit) * 3)}.trends-search__content__left__news-social-search-chart__container,.trends-search__content__left__location-affinity__container,.trends-search__content__left__terms-charts__related-news-terms__container,.trends-search__content__left__terms-charts__related-search-terms__container{position:relative}.trends-search__content__left__terms-charts__related-news-terms__container{min-height:500px;display:flex;justify-content:center;align-items:center}.trends-search__content__left__terms-charts .chart{display:flex;align-items:unset;min-height:500px;padding:0;width:100%}.trends-search__content__left__terms-charts .chart__am-chart-container.key-phrases{height:auto;padding:0}@media (min-width: 1200px){.trends-search__content__left__terms-charts{display:flex}.trends-search__content__left__terms-charts__related-search-terms{flex:1}.trends-search__content__left__terms-charts__related-news-terms{flex:1;margin-right:calc(var(--spacing-unit) * 3)}.trends-search__content__left__terms-charts__related-news-terms__container{min-height:400px}.trends-search__content__left__terms-charts .chart{display:flex;min-height:400px}}.trends-search__content__right{max-width:100%;display:flex;background:var(--app-background)}@media (min-width: 1200px){.trends-search__content__right{max-width:500px}}.trends-search__content__right .trends-search__content__right__container{transition:width 1s ease;overflow:hidden;height:100%}.trends-search__content__right.open .trends-search__content__right__container{width:100vw}@media (min-width: 1200px){.trends-search__content__right.open .trends-search__content__right__container{max-width:450px}}.trends-search__content__right.closed .trends-search__content__right__container{width:0px}@media (min-width: 1200px){.trends-search__content__right{position:unset;right:unset;width:unset;height:unset;display:unset}}.trends-search__content__right__collapse-button{max-width:50px;border-left:1px solid var(--border-foreground);padding:calc(var(--spacing-unit) * 2);font-size:20px;display:flex}.trends-search__content__right__collapse-button svg{cursor:pointer;transition:color .5s ease-in-out}.trends-search__content__right__collapse-button svg:hover{color:var(--primary-color)}@media (min-width: 1200px){.trends-search__content__right__collapse-button{display:none}}.trends-search__content__right .trends-top-stories{width:100%;height:100%;min-width:400px}@media (min-width: 1200px){.trends-search__content__right .trends-top-stories{width:450px;min-width:0}}.trends-search__content__right .trends-top-stories__header{padding:calc(var(--spacing-unit) * 3) calc(var(--spacing-unit) * 3) calc(var(--spacing-unit) * 2);position:sticky;top:0;background:var(--app-background);z-index:1}.trends-search__content__right .trends-top-stories__content{position:relative}.trends-search__content__right .trends-top-stories__content__media-items__media-item{cursor:default;padding:calc(var(--spacing-unit) * 3.5);border-bottom:1px solid var(--border-foreground)}.trends-search__content__right .trends-top-stories__content__media-items__media-item:hover{cursor:pointer;background-color:var(--media-item-selected)}.trends-search__content__right .trends-top-stories__content__media-items__media-item .media-item-list-item{border-bottom:none;padding:0}.trends-search__content__right .trends-top-stories__content__media-items__media-item .media-item-list-item:hover{background-color:unset}.trends-top-stories{display:flex;flex-direction:column}.trends-top-stories__header{flex:0}.trends-top-stories__tabs{height:100%}.trends-top-stories__tabs .MuiTabs-flexContainer{border-bottom:1px solid var(--border-foreground)}.trends-top-stories__tabs__content__child--hidden{display:none}.trends-top-stories__content{flex:1;padding-bottom:calc(var(--spacing-unit) * 8)}.trends-top-stories__content .trends-loading-container__content .trends-top-stories__content__emptyState{padding:calc(var(--spacing-unit) * 3.5);text-align:center}.trends-top-stories__content .trends-loading-container__content .trends-top-stories__content__emptyState__icon{font-size:50px;color:var(--primary-color)}.trends-top-stories-media-item{display:flex;outline:none}.trends-top-stories-media-item__content__source-headline{display:flex}.trends-top-stories-media-item__content__source-headline>:not(:first-child){margin-left:10px}.trends-top-stories-media-item__content__source-headline__headline .typography--body{word-break:break-word}.trends-top-stories-media-item__content__title{margin-top:10px}.trends-top-stories-media-item__image{padding-left:10px}.trends-top-stories-media-item__image img{max-width:100px;height:auto;border-radius:3px}.trends-location-affinity{flex-direction:column;overflow:hidden}@media (min-width: 1200px){.trends-location-affinity{display:flex;flex-direction:row}}.trends-location-affinity .trends-location-affinity-table,.trends-location-affinity .trends-location-affinity-map{min-width:0;flex:1 0 100%}@media (min-width: 1200px){.trends-location-affinity .trends-location-affinity-table,.trends-location-affinity .trends-location-affinity-map{flex:1 0 50%;margin-bottom:0}}.trends-location-affinity .trends-location-affinity-table{height:350px;position:relative;max-height:400px;width:100%;max-width:100%}@media (min-width: 992px){.trends-location-affinity .trends-location-affinity-table{display:flex}}@media (min-width: 1200px){.trends-location-affinity .trends-location-affinity-table{height:500px;max-height:unset}}.trends-location-affinity .trends-location-affinity-table__container{overflow:hidden;position:relative;flex:1;max-width:100%;width:100%;height:100%}.trends-location-affinity .trends-location-affinity-table__container__table__no-data{background-color:transparent}.trends-location-affinity .trends-location-affinity-table .MuiDataGrid-root{border:none;color:var(--font-color);width:100%;position:relative;--DataGrid-containerBackground: var(--app-background);--DataGrid-rowBorderColor: unset}.trends-location-affinity .trends-location-affinity-table .MuiDataGrid-root .MuiDataGrid-columnHeaderTitleContainer{padding:0}.trends-location-affinity .trends-location-affinity-table .MuiDataGrid-root .MuiDataGrid-columnHeaderTitleContainer .MuiDataGrid-columnHeaderTitle{color:var(--font-light)}.trends-location-affinity .trends-location-affinity-table .MuiDataGrid-root .MuiDataGrid-columnHeaders{border-bottom:1px solid var(--border-foreground)}.trends-location-affinity .trends-location-affinity-table .MuiDataGrid-root .MuiDataGrid-columnsContainer{position:sticky;top:0;left:0;width:100%;background-color:var(--app-background);z-index:1}.trends-location-affinity .trends-location-affinity-table .MuiDataGrid-root .MuiDataGrid-columnSeparator{display:none}.trends-location-affinity .trends-location-affinity-table .MuiDataGrid-root .MuiDataGrid-cell{border:none}.trends-location-affinity .trends-location-affinity-map{margin-bottom:calc(var(--spacing-unit) * 4)}.trends-location-affinity .trends-location-affinity-map #trendsMapChart{height:100%}.trends-related-news{position:relative;min-height:300px}.trends{display:flex;flex-direction:column;height:100%}.trends__header{background:var(--app-background);flex:1 0 auto;border-bottom:1px solid var(--border-foreground);display:flex;position:sticky;top:0;left:0;align-items:center;padding:calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * 3);z-index:1}@media (min-width: 992px){.trends__header{top:0}}.trends__search-label{background-color:var(--app-background-inset);font-size:var(--typography-h3);z-index:1;position:relative;margin:auto;padding:calc(var(--spacing-unit) * 3) calc(var(--spacing-unit) * 4) var(--spacing-unit) calc(var(--spacing-unit) * 4);text-align:center}@media (min-width: 992px){.trends__search-label{font-size:var(--typography-h1);padding:calc(var(--spacing-unit) * 9.5) calc(var(--spacing-unit) * 2) calc(var(--spacing-unit) * .5) calc(var(--spacing-unit) * 2);text-align:left}}.trends__search{background-color:var(--app-background-inset);position:sticky;top:0;margin:auto;z-index:2;padding:calc(var(--spacing-unit) * 2);border-bottom:1px solid var(--border-foreground)}@media (min-width: 992px){.trends__search{padding:calc(var(--spacing-unit) * 3);position:relative;height:110px}}.trends__search__content{position:relative}.trends__search__content__error{color:var(--red-1);margin-top:20px}.trends__search__content .textfield-container__mui-control .MuiInputBase-root{background:var(--textarea-background);border-color:var(--textarea-background);border-radius:10px;height:var(--search-input-height);z-index:3}.trends__search__content__input{padding:calc(var(--spacing-unit) * 1.1)}.trends__search__content__input__adornment{margin-top:0;margin-right:var(--spacing-unit)}.trends__search__content__input__adornment .icon-button svg{color:var(--icon-foreground)}.trending-now{flex:1 0 auto}.trending-now__loader{display:flex;justify-content:center}.trending-now__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:calc(var(--spacing-unit) * 4.5);margin-top:calc(var(--spacing-unit) * 3.5)}.trending-now__item{display:flex;margin-bottom:calc(var(--spacing-unit) * 3)}.trending-now__item:last-child{padding-bottom:180px}@media (min-width: 992px){.trending-now__item:last-child{padding-bottom:100px}}.trending-now__item__image{display:flex;align-items:center;margin-right:calc(var(--spacing-unit) * 3)}.trending-now__item__image img{border-radius:50px;height:100px;object-fit:cover;width:100px}.trending-now__item__content{display:flex;justify-content:center;flex-direction:column;flex:1 auto}.trending-now__item__content__title{display:flex}.trending-now__item__content__title p{cursor:pointer}.trending-now__item__content__subtitle{display:flex;flex-direction:column;margin-top:var(--spacing-unit)}@media (min-width: 577px){.trending-now__item__content__subtitle{align-items:center;flex-direction:row}}.trending-now__item__content__subtitle__title{cursor:pointer;margin-top:var(--spacing-unit)}@media (min-width: 577px){.trending-now__item__content__subtitle__title{margin-top:0}}.trending-now__item__content__subtitle__source{display:flex;align-items:center;margin-right:calc(var(--spacing-unit) * 1.5);cursor:pointer}.trending-now__item__content__subtitle__source .avatar{margin-right:calc(var(--spacing-unit) * 1.2);max-width:22px;height:auto;z-index:0}.trending-now__item__count{display:flex;flex-direction:column;justify-content:center;text-align:right}.ai-icon{cursor:pointer}.ai-icon .text{fill:var(--app-background)}.ai-icon--dark .rectangle{fill:var(--font-color)}.tox-tinymce .ai-icon .text{fill:#fff}.menu-small ul li{font-size:13px!important}.menu-small__group{outline:none}.menu-small svg{color:var(--font-color);font-size:var(--typography-large)}.menu-small__sub-menu .MuiMenuItem-root{padding-left:calc(var(--spacing-unit) * 3.5)}.inset{padding:var(--spacing-unit)}.multiline-field{min-height:100px}.border{border:1px solid var(--border-foreground)}.flex-full-height-width{display:flex;width:100%;height:100%}.full-height{height:100%}.align-self--start{align-self:start}.avatar--fallback{color:var(--app-background);background-color:var(--font-color);font-weight:var(--weight-bold)}.Mui-disabled{color:var(--font-disabled)}.MuiTabs-root .Mui-selected{color:var(--primary-color)}.MuiTabs-root .MuiTabs-indicator{background-color:var(--primary-color)}@keyframes breath-in-out{0%{opacity:.8}50%{opacity:.2}to{opacity:.8}}.impersonation-icon{opacity:1;animation:breath-in-out 1s infinite}.icon-button--disabled svg{color:var(--font-disabled)}.chip-textfield-popover{z-index:1500}.theme--dark{--color-scheme: dark;--black: #000000;--black-h: 0;--black-s: 0%;--black-l: 0%;--white: #ffffff;--white-h: 0;--white-s: 0%;--white-l: 100%;--grey-0: #f7f8f9;--grey-0-h: 210;--grey-0-s: 14.285714%;--grey-0-l: 97.254902%;--grey-1: #f1f1f3;--grey-1-h: 240;--grey-1-s: 7.692308%;--grey-1-l: 94.901961%;--grey-2: hsl(var(--grey-1-h), var(--grey-1-s), calc(var(--grey-1-l) - 1.5%));--grey-3: hsl(var(--grey-1-h), var(--grey-1-s), calc(var(--grey-1-l) - 33%));--grey-4: #8493a6;--grey-4-h: 213.529412;--grey-4-s: 16.037736%;--grey-4-l: 58.431373%;--grey-5: #838395;--grey-5-h: 240;--grey-5-s: 7.826087%;--grey-5-l: 54.901961%;--grey-9: #202e4c;--grey-9-h: 220.909091;--grey-9-s: 40.740741%;--grey-9-l: 21.176471%;--red-1: #f44336;--red-1-h: 4.105263;--red-1-s: 89.622642%;--red-1-l: 58.431373%;--red-2: #d43a45;--red-2-h: 355.714286;--red-2-s: 64.166667%;--red-2-l: 52.941176%;--green-1: #4caf50;--green-1-h: 122.424242;--green-1-s: 39.442231%;--green-1-l: 49.215686%;--green-2: #3f9654;--green-2-h: 134.482759;--green-2-s: 40.84507%;--green-2-l: 41.764706%;--yellow-1: #ff9800;--yellow-1-h: 35.764706;--yellow-1-s: 100%;--yellow-1-l: 50%;--purple-1: #b270db;--purple-1-h: 277.009346;--purple-1-s: 59.776536%;--purple-1-l: 64.901961%;--purple-2: #7775e2;--purple-2-h: 241.100917;--purple-2-s: 65.269461%;--purple-2-l: 67.254902%;--chart-blue: #1786d1;--chart-blue-h: 204.193548;--chart-blue-s: 80.172414%;--chart-blue-l: 45.490196%;--chart-yellow: #ffc119;--chart-yellow-h: 43.826087;--chart-yellow-s: 100%;--chart-yellow-l: 54.901961%;--chart-orange: #ff8745;--chart-orange-h: 21.290323;--chart-orange-s: 100%;--chart-orange-l: 63.529412%;--chart-teal: #14b1c3;--chart-teal-h: 186.171429;--chart-teal-s: 81.395349%;--chart-teal-l: 42.156863%;--chart-pink: #f55aa2;--chart-pink-h: 332.129032;--chart-pink-s: 88.571429%;--chart-pink-l: 65.686275%;--chart-purple-light: var(--purple-1);--chart-purple-heavy: var(--purple-2);--chart-red-pink: #ff6158;--chart-red-pink-h: 3.233533;--chart-red-pink-s: 100%;--chart-red-pink-l: 67.254902%;--chart-aqua: #06b4e8;--chart-aqua-h: 193.80531;--chart-aqua-s: 94.957983%;--chart-aqua-l: 46.666667%;--positive: #2e9992;--positive-h: 176.074766;--positive-s: 53.768844%;--positive-l: 39.019608%;--neutral: #aaafb5;--neutral-h: 212.73;--neutral-s: 6.92%;--neutral-l: 68.82%;--negative: #da3763;--negative-h: 343.803681;--negative-s: 68.776371%;--negative-l: 53.529412%;--mixed: #bbdbfc;--mixed-h: 210.461538;--mixed-s: 91.549296%;--mixed-l: 86.078431%;--font-color: #ffffff;--font-color-h: 0;--font-color-s: 0%;--font-color-l: 100%;--font-light: rgb(193, 205, 223);--font-light-h: 216;--font-light-s: 31.914894%;--font-light-l: 81.568627%;--font-disabled: rgb(193, 205, 223);--font-disabled-h: 216;--font-disabled-s: 31.914894%;--font-disabled-l: 81.568627%;--font-heading-color: rgb(0, 23, 55);--font-heading-color-h: 214.909091;--font-heading-color-s: 100%;--font-heading-color-l: 10.784314%;--primary-color: #007fff;--primary-color-h: 210.117647;--primary-color-s: 100%;--primary-color-l: 50%;--shrinky-label-color: var(--grey-4);--primary-background: var(--primary-color);--primary-background-h: 210.117647;--primary-background-s: 100%;--primary-background-l: 50%;--primary-foreground: var(--white);--primary-background-disabled: hsl(var(--grey-9-h), var(--grey-9-s), calc(var(--grey-9-l) + 5%));--primary-foreground-disabled: rgba(255, 255, 255, .65);--primary-foreground-disabled-h: 0;--primary-foreground-disabled-s: 0%;--primary-foreground-disabled-l: 100%;--error-background: var(--red-1);--error-background-h: 4.105263;--error-background-s: 89.622642%;--error-background-l: 58.431373%;--error-foreground: var(--white);--confirm-background: var(--green-1);--confirm-background-h: 122.424242;--confirm-background-s: 39.442231%;--confirm-background-l: 49.215686%;--confirm-foreground: var(--white);--confirm-background-light: hsl(var(--confirm-background-h), var(--confirm-background-s), calc(var(--confirm-background-l) - 40%));--confirm-font-color: hsl(var(--green-1-h), var(--green-1-s), calc(var(--green-1-l) + 40%));--warning-background: var(--yellow-1);--warning-background-h: 35.764706;--warning-background-s: 100%;--warning-background-l: 50%;--warning-foreground: var(--white);--warning-background-light: hsl(var(--warning-background-h), var(--warning-background-s), calc(var(--warning-background-l) - 40%));--warning-font-color: hsl(var(--yellow-1-h), var(--yellow-1-s), calc(var(--yellow-1-l) + 40%));--disabled-background: var(--grey-5);--disabled-foreground: var(--white);--default-background: var(--grey-0);--table-toolbar-background: var(--white);--table-toolbar-background-active: rgb(250, 224, 233);--table-toolbar-background-active-h: 339.230769;--table-toolbar-background-active-s: 72.222222%;--table-toolbar-background-active-l: 92.941176%;--table-toolbar-foreground-active: rgb(220, 0, 78);--table-toolbar-foreground-active-h: 338.727273;--table-toolbar-foreground-active-s: 100%;--table-toolbar-foreground-active-l: 43.137255%;--textarea-background: var(--grey-9);--textarea-color: var(--white);--code-mirror-keyword: var(--purple-1);--code-mirror-highlight-background: hsl(var(--grey-9-h), var(--grey-9-s), calc(var(--grey-9-l) + 10%));--overlay: rgba(0, 0, 0, .75);--overlay-h: 0;--overlay-s: 0%;--overlay-l: 0%;--icon-foreground: var(--font-color);--field-background: hsl(var(--white-h), var(--white-s), calc(var(--white-l) - 50%));--form-background: hsl(var(--white-h), var(--white-s), calc(var(--white-l) - 50%));--app-background: rgb(16, 24, 39);--app-background-h: 219.130435;--app-background-s: 41.818182%;--app-background-l: 10.784314%;--drawer-background: var(--app-background);--border-foreground: #2d3c58;--border-foreground-h: 219.069767;--border-foreground-s: 32.330827%;--border-foreground-l: 26.078431%;--border-foreground-light: hsl(var(--border-foreground-h), var(--border-foreground-s), calc(var(--border-foreground-l) - 5%));--border-hover: hsl(var(--app-background-h), var(--app-background-s), calc(var(--app-background-l) + 20%));--border-focus: #1976d2;--border-focus-h: 209.837838;--border-focus-s: 78.723404%;--border-focus-l: 46.078431%;--app-background-inset: #18223a;--app-background-inset-h: 222.352941;--app-background-inset-s: 41.463415%;--app-background-inset-l: 16.078431%;--app-background-inset-2: #162135;--app-background-inset-2-h: 218.709677;--app-background-inset-2-s: 41.333333%;--app-background-inset-2-l: 14.705882%;--app-background-inset-hover: #212f50;--app-background-inset-hover-h: 222.12766;--app-background-inset-hover-s: 41.59292%;--app-background-inset-hover-l: 22.156863%;--form-label: hsl(var(--grey-5-h), var(--grey-5-s), calc(var(--grey-5-l) + .5%));--keyword-highlight-color: #1e3b68;--keyword-highlight-color-h: 216.486486;--keyword-highlight-color-s: 55.223881%;--keyword-highlight-color-l: 26.27451%;--tinymce-border-color: #eaeaea;--tinymce-border-color-h: 0;--tinymce-border-color-s: 0%;--tinymce-border-color-l: 91.764706%;--tooltip-background-color: var(--font-light);--tooltip-text-color: var(--app-background);--media-item-hover: hsl(var(--app-background-h), var(--app-background-s), calc(var(--app-background-l) + 5%));--media-item-selected: hsl(var(--app-background-h), var(--app-background-s), calc(var(--app-background-l) + 3%));--inbox-media-item-read: hsl(var(--app-background-h), var(--app-background-s), calc(var(--app-background-l) + 2%));--quick-search-background: hsl(var(--app-background-h), var(--app-background-s), calc(var(--app-background-l) + 5%));--quick-search-background-hover: hsl(var(--app-background-h), var(--app-background-s), calc(var(--app-background-l) + 4%));--twitter-embed-background: #15202b;--twitter-embed-background-h: 210;--twitter-embed-background-s: 34.375%;--twitter-embed-background-l: 12.54902%;--twitter-embed-background-hover: #1e2732;--twitter-embed-background-hover-h: 213;--twitter-embed-background-hover-s: 25%;--twitter-embed-background-hover-l: 15.686275%;--twitter-font-color-blue: rgb(107, 201, 251);--twitter-font-color-blue-h: 200.833333;--twitter-font-color-blue-s: 94.736842%;--twitter-font-color-blue-l: 70.196078%;--twitter-font-color-grey: rgb(139, 152, 165);--twitter-font-color-grey-h: 210;--twitter-font-color-grey-s: 12.621359%;--twitter-font-color-grey-l: 59.607843%;--twitter-icon-pink: rgb(249, 24, 128);--twitter-icon-pink-h: 332.266667;--twitter-icon-pink-s: 94.936709%;--twitter-icon-pink-l: 53.529412%;--twitter-icon-background-pink: rgb(249, 24, 128, .1);--twitter-icon-background-pink-h: 332.266667;--twitter-icon-background-pink-s: 94.936709%;--twitter-icon-background-pink-l: 53.529412%;--twitter-icon-blue: rgb(29, 155, 240);--twitter-icon-blue-h: 204.170616;--twitter-icon-blue-s: 87.551867%;--twitter-icon-blue-l: 52.745098%;--twitter-icon-background-blue: rgb(29, 155, 240, .1);--twitter-icon-background-blue-h: 204.170616;--twitter-icon-background-blue-s: 87.551867%;--twitter-icon-background-blue-l: 52.745098%;--twitter-icon-green: rgb(0, 186, 124);--twitter-icon-green-h: 160;--twitter-icon-green-s: 100%;--twitter-icon-green-l: 36.470588%;--twitter-icon-background-green: rgb(0, 186, 124, .1);--twitter-icon-background-green-h: 160;--twitter-icon-background-green-s: 100%;--twitter-icon-background-green-l: 36.470588%;--alert-background-warning: hsl(var(--warning-background-h), var(--warning-background-s), calc(var(--warning-background-l) - 35%));--alert-background-error: hsl(var(--error-background-h), var(--error-background-s), calc(var(--error-background-l) - 40%));--alert-background-primary: hsl(var(--primary-background-h), var(--primary-background-s), calc(var(--primary-background-l) - 35%));--alert-background-confirm: hsl(var(--confirm-background-h), var(--confirm-background-s), calc(var(--confirm-background-l) - 35%))}.theme--dark .app{background:var(--app-background);color:var(--font-color);font-family:var(--font-family);font-size:var(--typography-body);font-weight:var(--weight-regular)}.theme--dark .tags__tag--blue{background:var(--primary-color);color:var(--white);border-color:#42a2d6}.theme--dark .drawer__master__list__item.button:hover{background-color:var(--app-background-inset)}.theme--dark .MuiTimeClock-root span{color:var(--font-color)}.theme--dark .MuiTimeClock-root .MuiClock-pmButton,.theme--dark .MuiTimeClock-root .MuiClock-amButton{padding:8px}.theme--dark .select__menu-portal{background:var(--app-background);color:var(--font-color);font-family:var(--font-family);font-size:var(--typography-body);font-weight:var(--weight-regular)}.theme--light{--color-scheme: light;--black: #000000;--black-h: 0;--black-s: 0%;--black-l: 0%;--white: #ffffff;--white-h: 0;--white-s: 0%;--white-l: 100%;--grey-0: #f8f9fa;--grey-0-h: 210;--grey-0-s: 16.666667%;--grey-0-l: 97.647059%;--grey-1: #f2f5f7;--grey-1-h: 204;--grey-1-s: 23.8095238095%;--grey-1-l: 95.8823529412%;--grey-2: hsl(var(--grey-1-h), var(--grey-1-s), calc(var(--grey-1-l) - 1.5%));--grey-3: hsl(var(--grey-1-h), var(--grey-1-s), calc(var(--grey-1-l) - 33%));--grey-4: #8493a6;--grey-4-h: 213.529412;--grey-4-s: 16.037736%;--grey-4-l: 58.431373%;--grey-5: #838395;--grey-5-h: 240;--grey-5-s: 7.8260869565%;--grey-5-l: 54.9019607843%;--grey-9: #2b4265;--grey-9-h: 216.206897;--grey-9-s: 40.277778%;--grey-9-l: 28.235294%;--red-1: #f44336;--red-1-h: 4.1052631579;--red-1-s: 89.6226415094%;--red-1-l: 58.431372549%;--red-2: #d43a45;--red-2-h: 355.714286;--red-2-s: 64.166667%;--red-2-l: 52.941176%;--green-1: #4caf50;--green-1-h: 122.4242424242;--green-1-s: 39.4422310757%;--green-1-l: 49.2156862745%;--green-2: #3f9654;--green-2-h: 134.482759;--green-2-s: 40.84507%;--green-2-l: 41.764706%;--yellow-1: #ff9800;--yellow-1-h: 35.764706;--yellow-1-s: 100%;--yellow-1-l: 50%;--yellow-2: #cc8000;--yellow-2-h: 37.647059;--yellow-2-s: 100%;--yellow-2-l: 40%;--purple-1: #b270db;--purple-1-h: 277.009346;--purple-1-s: 59.776536%;--purple-1-l: 64.901961%;--purple-2: #7775e2;--purple-2-h: 241.100917;--purple-2-s: 65.269461%;--purple-2-l: 67.254902%;--chart-blue: #1786d1;--chart-blue-h: 204.193548;--chart-blue-s: 80.172414%;--chart-blue-l: 45.490196%;--chart-yellow: #ffc119;--chart-yellow-h: 43.826087;--chart-yellow-s: 100%;--chart-yellow-l: 54.901961%;--chart-orange: #ff8745;--chart-orange-h: 21.290323;--chart-orange-s: 100%;--chart-orange-l: 63.529412%;--chart-teal: #14b1c3;--chart-teal-h: 186.171429;--chart-teal-s: 81.395349%;--chart-teal-l: 42.156863%;--chart-pink: #f55aa2;--chart-pink-h: 332.129032;--chart-pink-s: 88.571429%;--chart-pink-l: 65.686275%;--chart-purple-light: var(--purple-1);--chart-purple-heavy: var(--purple-2);--chart-red-pink: #ff6158;--chart-red-pink-h: 3.233533;--chart-red-pink-s: 100%;--chart-red-pink-l: 67.254902%;--chart-aqua: #06b4e8;--chart-aqua-h: 193.80531;--chart-aqua-s: 94.957983%;--chart-aqua-l: 46.666667%;--positive: #2e9992;--positive-h: 176.074766;--positive-s: 53.768844%;--positive-l: 39.019608%;--neutral: #aaafb5;--neutral-h: 212.727273;--neutral-s: 6.918239%;--neutral-l: 68.823529%;--negative: #da3763;--negative-h: 343.803681;--negative-s: 68.776371%;--negative-l: 53.529412%;--mixed: #bbdbfc;--mixed-h: 210.461538;--mixed-s: 91.549296%;--mixed-l: 86.078431%;--font-color: #2b4265;--font-color-h: 216.206897;--font-color-s: 40.277778%;--font-color-l: 28.235294%;--font-light: #8493a6;--font-light-h: 213.529412;--font-light-s: 16.037736%;--font-light-l: 58.431373%;--font-disabled: #8493a6;--font-disabled-h: 213.529412;--font-disabled-s: 16.037736%;--font-disabled-l: 58.431373%;--font-heading-color: #2b4265;--font-heading-color-h: 216.206897;--font-heading-color-s: 40.277778%;--font-heading-color-l: 28.235294%;--primary-color: #005cdd;--primary-color-h: 215.022624;--primary-color-s: 100%;--primary-color-l: 43.333333%;--shrinky-label-color: var(--grey-4);--primary-background: var(--primary-color);--primary-background-h: 215.022624;--primary-background-s: 100%;--primary-background-l: 43.333333%;--primary-foreground: var(--white);--primary-background-hover: hsl(var(--primary-color-h), var(--primary-color-s), calc(var(--primary-color-l) - 7%));--primary-foreground-hover: var(--white);--primary-foreground-disabled: rgba(255, 255, 255, .65);--primary-foreground-disabled-h: 0;--primary-foreground-disabled-s: 0%;--primary-foreground-disabled-l: 100%;--primary-background-disabled: var(--grey-5);--secondary-background: var(--grey-5);--secondary-foreground: var(--white);--secondary-background-hover: hsl(var(--grey-5-h), var(--grey-5-s), calc(var(--grey-5-l) - 7%));--secondary-foreground-hover: var(--white);--secondary-foreground-disabled: rgba(255, 255, 255, .65);--secondary-foreground-disabled-h: 0;--secondary-foreground-disabled-s: 0%;--secondary-foreground-disabled-l: 100%;--secondary-background-disabled: hsl(var(--secondary-background-h), var(--secondary-background-s), calc(var(--secondary-background-l) - 20%));--error-background: var(--red-1);--error-background-h: 4.1052631579;--error-background-s: 89.6226415094%;--error-background-l: 58.431372549%;--error-foreground: var(--white);--error-background-hover: hsl(var(--red-1-h), var(--red-1-s), calc(var(--red-1-l) - 7%));--error-foreground-hover: var(--white);--error-foreground-disabled: rgba(255, 255, 255, .65);--error-foreground-disabled-h: 0;--error-foreground-disabled-s: 0%;--error-foreground-disabled-l: 100%;--error-background-disabled: hsl(var(--red-1-h), var(--red-1-s), calc(var(--red-1-l) - 20%));--default-background: var(--grey-0);--default-foreground: hsl(var(--grey-5-h), var(--grey-5-s), calc(var(--grey-5-l) - 15%));--default-background-hover: rgba(0, 0, 0, .2);--default-background-hover-h: 0;--default-background-hover-s: 0%;--default-background-hover-l: 0%;--default-foreground-hover: var(--white);--default-foreground-disabled: hsl(var(--grey-2-h), var(--grey-2-s), calc(var(--grey-2-l) + 3%));--default-background-disabled: hsl(var(--grey-5-h), var(--grey-5-s), calc(var(--grey-5-l) + 3%));--confirm-background: var(--green-1);--confirm-background-h: 122.4242424242;--confirm-background-s: 39.4422310757%;--confirm-background-l: 49.2156862745%;--confirm-foreground: var(--white);--confirm-background-hover: hsl(var(--green-1-h), var(--green-1-s), calc(var(--green-1-l) - 7%));--confirm-foreground-hover: var(--white);--confirm-foreground-disabled: rgba(255, 255, 255, .65);--confirm-foreground-disabled-h: 0;--confirm-foreground-disabled-s: 0%;--confirm-foreground-disabled-l: 100%;--confirm-background-disabled: hsl(var(--green-1-h), var(--green-1-s), calc(var(--green-1-l) - 20%));--confirm-background-light: hsl(var(--confirm-background-h), var(--confirm-background-s), calc(var(--confirm-background-l) + 40%));--confirm-font-color: hsl(var(--green-1-h), var(--green-1-s), calc(var(--green-1-l) - 15%));--warning-background: var(--yellow-1);--warning-background-h: 36;--warning-background-s: 100%;--warning-background-l: 50%;--warning-foreground: var(--white);--warning-background-hover: hsl(var(--yellow-1-h), var(--yellow-1-s), calc(var(--yellow-1-l) - 7%));--warning-foreground-hover: var(--white);--warning-foreground-disabled: rgba(255, 255, 255, .65);--warning-foreground-disabled-h: 0;--warning-foreground-disabled-s: 0%;--warning-foreground-disabled-l: 100%;--warning-background-disabled: hsl(var(--yellow-1-h), var(--yellow-1-s), calc(var(--yellow-1-l) - 20%));--warning-background-light: hsl(var(--warning-background-h), var(--warning-background-s), calc(var(--warning-background-l) + 40%));--warning-font-color: hsl(var(--yellow-1-h), var(--yellow-1-s), calc(var(--yellow-1-l) - 15%));--disabled-background: var(--grey-5);--disabled-foreground: var(--white);--disabled-background-hover: hsl(var(--grey-5-h), var(--grey-5-s), calc(var(--grey-5-l) - 7%));--disabled-foreground-hover: var(--white);--disabled-foreground-disabled: rgba(255, 255, 255, .65);--disabled-foreground-disabled-h: 0;--disabled-foreground-disabled-s: 0%;--disabled-foreground-disabled-l: 100%;--disabled-background-disabled: hsl(var(--grey-5-h), var(--grey-5-s), calc(var(--grey-5-l) - 20%));--table-toolbar-background: var(--white);--table-toolbar-background-active: rgb(250, 224, 233);--table-toolbar-background-active-h: 339.230769;--table-toolbar-background-active-s: 72.222222%;--table-toolbar-background-active-l: 92.941176%;--table-toolbar-foreground-active: rgb(220, 0, 78);--table-toolbar-foreground-active-h: 338.727273;--table-toolbar-foreground-active-s: 100%;--table-toolbar-foreground-active-l: 43.137255%;--textarea-background: var(--white);--textarea-color: var(--black);--code-mirror-keyword: var(--purple-2);--code-mirror-highlight-background: hsla(var(--purple-2-h), var(--purple-2-s), var(--purple-2-l), .2);--overlay: rgba(0, 0, 0, .75);--overlay-h: 0;--overlay-s: 0%;--overlay-l: 0%;--icon-foreground: var(--font-light);--border-foreground: #e2e5e7;--border-foreground-h: 204;--border-foreground-s: 9.433962%;--border-foreground-l: 89.607843%;--border-hover: rgba(0, 0, 0, .2);--border-hover-h: 0;--border-hover-s: 0%;--border-hover-l: 0%;--border-focus: #1976d2;--border-focus-h: 209.837838;--border-focus-s: 78.723404%;--border-focus-l: 46.078431%;--drawer-background: var(--white);--field-background: var(--grey-2);--form-background: var(--white);--app-background: var(--white);--app-background-inset: var(--grey-1);--app-background-inset-h: 204;--app-background-inset-s: 23.8095238095%;--app-background-inset-l: 95.8823529412%;--app-background-inset-2: #f7f8fa;--app-background-inset-2-h: 220;--app-background-inset-2-s: 23.076923%;--app-background-inset-2-l: 97.45098%;--app-background-inset-3: #f4f6f8;--app-background-inset-3-h: 210;--app-background-inset-3-s: 22.222222%;--app-background-inset-3-l: 96.470588%;--app-background-inset-hover: hsl(var(--grey-1-h), var(--grey-1-s), calc(var(--grey-1-l) - 3%));--form-label: var(--grey-5);--border-foreground-light: hsl(var(--border-foreground-h), var(--border-foreground-s), calc(var(--border-foreground-l) + 3%));--keyword-highlight-color: #e1ebf9;--keyword-highlight-color-h: 215;--keyword-highlight-color-s: 66.666667%;--keyword-highlight-color-l: 92.941176%;--tinymce-border-color: #eaeaea;--tinymce-border-color-h: 0;--tinymce-border-color-s: 0%;--tinymce-border-color-l: 91.764706%;--tooltip-background-color: var(--font-light);--tooltip-text-color: var(--app-background);--media-item-selected: var(--app-background-inset-3);--media-item-selected-h: 210;--media-item-selected-s: 22.222222%;--media-item-selected-l: 96.470588%;--media-item-hover: hsl(var(--media-item-selected-h), var(--media-item-selected-s), calc(var(--media-item-selected-l) - 1%));--inbox-media-item-read: hsl(var(--media-item-selected-h), var(--media-item-selected-s), calc(var(--media-item-selected-l) + 2%));--quick-search-background: hsl(var(--app-background-inset-3-h), var(--app-background-inset-3-s), calc(var(--app-background-inset-3-l) + 2%));--quick-search-background-hover: hsl(var(--app-background-inset-3-h), var(--app-background-inset-3-s), calc(var(--app-background-inset-3-l) + 1%));--twitter-embed-background: var(--white);--twitter-embed-background-hover: #f7f9f9;--twitter-embed-background-hover-h: 180;--twitter-embed-background-hover-s: 14.285714%;--twitter-embed-background-hover-l: 97.254902%;--twitter-font-color-blue: rgb(0, 111, 214);--twitter-font-color-blue-h: 208.878505;--twitter-font-color-blue-s: 100%;--twitter-font-color-blue-l: 41.960784%;--twitter-font-color-grey: rgb(83, 100, 113);--twitter-font-color-grey-h: 206;--twitter-font-color-grey-s: 15.306122%;--twitter-font-color-grey-l: 38.431373%;--twitter-icon-pink: rgb(249, 24, 128);--twitter-icon-pink-h: 332.266667;--twitter-icon-pink-s: 94.936709%;--twitter-icon-pink-l: 53.529412%;--twitter-icon-background-pink: rgb(249, 24, 128, .1);--twitter-icon-background-pink-h: 332.266667;--twitter-icon-background-pink-s: 94.936709%;--twitter-icon-background-pink-l: 53.529412%;--twitter-icon-blue: rgb(29, 155, 240);--twitter-icon-blue-h: 204.170616;--twitter-icon-blue-s: 87.551867%;--twitter-icon-blue-l: 52.745098%;--twitter-icon-background-blue: rgb(29, 155, 240, .1);--twitter-icon-background-blue-h: 204.170616;--twitter-icon-background-blue-s: 87.551867%;--twitter-icon-background-blue-l: 52.745098%;--twitter-icon-green: rgb(0, 186, 124);--twitter-icon-green-h: 160;--twitter-icon-green-s: 100%;--twitter-icon-green-l: 36.470588%;--twitter-icon-background-green: rgb(0, 186, 124, .1);--twitter-icon-background-green-h: 160;--twitter-icon-background-green-s: 100%;--twitter-icon-background-green-l: 36.470588%;--alert-background-warning: hsl(var(--warning-background-h), var(--warning-background-s), calc(var(--warning-background-l) + 45%));--alert-background-error: hsl(var(--error-background-h), var(--error-background-s), calc(var(--error-background-l) + 35%));--alert-background-primary: hsl(var(--primary-background-h), var(--primary-background-s), calc(var(--primary-background-l) + 45%));--alert-background-confirm: hsl(var(--confirm-background-h), var(--confirm-background-s), calc(var(--confirm-background-l) + 45%))}.theme--light .app{background:var(--app-background);color:var(--font-color);font-family:var(--font-family);font-size:var(--typography-body);font-weight:var(--weight-regular)}.theme--light .tags__tag--blue{background:var(--primary-color);color:var(--white);border-color:#42a2d6}body{margin:0;overflow:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--top-nav-height: 64px;--inbox-width: 400px;--insights-width: 300px;--insights-collapsed-width: 60px;--overlay-transparency: .75;--popover-select-width: 280px;--popover-select-height: 350px;--input-border-radius: 50px;--rectangular-button-height: 40px;--popovers-width: 400px;--search-input-height: 54px;--spacing-unit: 8px;--drawer-width: 240px;--drawer-width-collapsed: 56px;--overlay-transparency: .55;--border-radius: 3px}body.debug *:focus{border:1px solid red!important;box-sizing:border-box}.app{display:flex;box-sizing:border-box;height:100vh;width:100vw}.app--impersonation{border:8px solid #005cdd}.app .lazy-loader{transform:translate(50%,50%);width:100%;height:100%}body>iframe{pointer-events:none}
