.page-header{display:grid;grid-template-columns:1fr auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1.5rem;min-height:3.0625rem}.page-header__title{color:var(--color-tundora);font-weight:500;font-size:2rem;line-height:2.375rem;margin:0}.page-header__actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page-header__actions .v-multi-select,.page-header__actions .v-search{-webkit-box-flex:1;-ms-flex:1;flex:1;width:21.25rem}.page-header--without-margin{margin:0}.v-page-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.v-page-title__arrow{margin:0 .75rem 0 0}.v-page-title__title{font-weight:500;font-size:2rem;line-height:1.75rem;color:var(--color-text-primary);margin:0}.v-page-title__title--secondary{font-size:1.5rem}.v-breadcrumbs{gap:1rem;margin:0}.v-breadcrumbs,.v-breadcrumbs__item{display:-webkit-box;display:-ms-flexbox;display:flex}.v-breadcrumbs__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.25rem;color:var(--color-text-secondary)}.v-breadcrumbs__link{font-size:.875rem;color:var(--color-silver)}.v-breadcrumbs__link--strong{font-weight:500;font-size:1.125rem;color:var(--color-dark-black)}.v-breadcrumbs__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:1rem;height:1rem;padding:0 .3rem}.v-breadcrumbs__icon path{stroke:var(--color-silver)}.v-breadcrumbs--margin-bottom{margin-bottom:1.5rem}.context-list{position:fixed;top:0;left:0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:12.5rem;max-height:12.5rem;overflow-y:auto;padding:1rem 0;background-color:var(--color-tundora);border-radius:.5rem;opacity:0;pointer-events:none}.context-list--visible{opacity:1;pointer-events:unset}.context-list__item{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:1.75rem;padding:1rem;font-size:.875rem;line-height:1.4em;color:var(--color-white);white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.context-list__item:hover{background:var(--color-control-primary)}:root{--input-background-color:#fff;--input-text-color:#484848;--input-placeholder-color:#aaa;--input-border-color:#e5e4e5;--input-disabled-placeholder-color:#d4d5d5;--input-disabled-background-color:#f8f8f8;--input-error-color:#eb4a14}.v-input{width:100%;height:3rem;padding:.5rem 1rem;background-color:transparent;border-radius:.5rem;border:.0625rem solid var(--input-border-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-transition:border-color .15s;transition:border-color .15s;font-family:inherit;font-weight:400;color:var(--input-text-color);font-size:.875rem}.v-input::-webkit-input-placeholder{color:var(--input-placeholder-color)}.v-input::-moz-placeholder{color:var(--input-placeholder-color)}.v-input:-ms-input-placeholder{color:var(--input-placeholder-color)}.v-input::-ms-input-placeholder{color:var(--input-placeholder-color)}.v-input::placeholder{color:var(--input-placeholder-color)}.v-input:focus{outline:none;border-color:var(--color-control-active)}.v-input:disabled,.v-input[disabled]{background-color:var(--input-disabled-background-color);color:grey}.v-input:disabled::-webkit-input-placeholder,.v-input[disabled]::-webkit-input-placeholder{color:var(--input-disabled-placeholder-color)}.v-input:disabled::-moz-placeholder,.v-input[disabled]::-moz-placeholder{color:var(--input-disabled-placeholder-color)}.v-input:disabled:-ms-input-placeholder,.v-input[disabled]:-ms-input-placeholder{color:var(--input-disabled-placeholder-color)}.v-input:disabled::-ms-input-placeholder,.v-input[disabled]::-ms-input-placeholder{color:var(--input-disabled-placeholder-color)}.v-input:disabled::placeholder,.v-input[disabled]::placeholder{color:var(--input-disabled-placeholder-color)}.v-input--error{border-color:var(--input-error-color)!important}.v-input--borderless{border-color:transparent}.v-input__wrapper{position:relative;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background-color:var(--input-background-color);border-radius:.5rem}.v-input__counter{position:absolute;right:0;bottom:-1.125rem;font-size:.75rem;color:var(--color-gray);-webkit-transition:color .15s;transition:color .15s}.v-input__counter--error{color:var(--color-red)}.v-search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;position:relative;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.v-search__input .v-input{padding-left:3.125rem;padding-right:3.125rem}.v-search__spinner{font-size:55%}.v-search__icon-search,.v-search__spinner{position:absolute;left:1.1875rem;top:0;bottom:0;margin:auto 0}.v-search__icon-search{z-index:1;width:1.25rem;height:1.25rem;fill:var(--color-silver)}.v-search__button-clear{position:absolute;right:1rem;top:0;bottom:0;margin:auto 0}.v-button-settings__counter{color:var(--color-white);background-color:var(--color-control-primary);border-radius:.1875rem;padding:.1875rem .25rem .125rem;height:1.06rem;font-weight:500;font-size:.625rem}.v-button-settings,.v-button-settings__counter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.v-button-settings{position:relative;gap:.5rem;padding:0 1rem;height:3rem;border:1px solid var(--color-white);border-radius:.5rem;background:var(--color-white);color:var(--color-dusty-gray);cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.v-button-settings svg{height:1rem}.v-button-settings--active,.v-button-settings:hover{border-color:var(--color-control-primary)}.v-checkbox,.v-checkbox__input{position:relative;height:1.25rem;width:1.25rem}.v-checkbox__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;margin:0;outline:none;border:.0625rem solid var(--color-dusty-gray);border-radius:.375rem}.v-checkbox__input:checked{background:var(--color-control-primary);border:none}.v-checkbox__input:focus-visible,.v-checkbox__input:hover{border-color:var(--color-control-primary)}.v-checkbox__input--error{border:.0625rem solid var(--color-red)!important}.v-checkbox__input--error-fatal{background:var(--color-text-error)!important}.v-checkbox__input--disabled,.v-checkbox__input--disabled:hover{border-color:var(--color-control-inactive);cursor:auto}.v-checkbox__input--disabled:checked,.v-checkbox__input--disabled:hover:checked{background-color:var(--color-control-inactive)}.v-checkbox__check{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:.75rem;height:.75rem;pointer-events:none}:root{--v-multi-select-input-border-color:#e5e4e5}.v-multi-select{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:.5rem}.v-multi-select *{-webkit-transition:all .2s;transition:all .2s}.v-multi-select__clear{margin:auto 0 auto .5rem}.v-multi-select__subLabel{font-size:.75rem;line-height:.875rem;color:var(--color-dusty-gray)}.v-multi-select .multiselect__input,.v-multi-select .multiselect__placeholder,.v-multi-select .multiselect__single{margin:0!important;padding-left:.5rem;height:100%;color:var(--color-tundora);font-size:.875rem;line-height:2.75rem;text-overflow:clip;overflow:hidden;max-width:100%}.v-multi-select .multiselect__tags{border:1px solid var(--v-multi-select-input-border-color);border-radius:.5rem!important;height:3rem;padding-top:0!important}.v-multi-select .multiselect__tags-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;padding-left:.5rem;overflow-x:scroll}.v-multi-select .multiselect__tags-wrap::-webkit-scrollbar{height:0}.v-multi-select .multiselect__tag{background-color:var(--color-control-primary);font-size:.875rem;line-height:1rem;padding:.25rem 1.5rem .25rem .5rem;margin:0 .25rem 0 0;height:1.5rem;overflow:unset;text-overflow:unset}.v-multi-select .multiselect__tag-icon{line-height:1.5rem;background-color:var(--color-control-primary)}.v-multi-select .multiselect__tag-icon:after{content:"✕";font-size:.85rem}.v-multi-select .multiselect__tag-icon:hover{background-color:inherit}.v-multi-select .multiselect__content-wrapper{margin:.5rem 0;border-radius:.5rem;border:none;background:var(--color-tundora);color:var(--color-white);padding:.5rem 0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-width:100%;overflow:hidden auto;max-width:120%}.v-multi-select .multiselect__content{width:100%}.v-multi-select .multiselect__element{margin:.5rem 0}.v-multi-select .multiselect__element:hover{background:var(--color-control-primary)}.v-multi-select .multiselect__element:hover span{color:var(--color-white)}.v-multi-select .multiselect__option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.25rem;max-width:100%;font-size:.875rem;height:auto!important;padding:.25rem 2rem .25rem 1rem!important;white-space:unset;word-break:break-word}.v-multi-select .multiselect__option:after{width:.5rem!important;height:.2rem!important;min-height:unset!important}.v-multi-select .multiselect__option--highlight,.v-multi-select .multiselect__option--selected{color:var(--color-white)!important;background:transparent!important;font-weight:400}.v-multi-select .multiselect__option--highlight:after,.v-multi-select .multiselect__option--selected:after{content:""!important;color:var(--color-white)!important;background:transparent!important;right:-.375rem!important}.v-multi-select .multiselect__option--selected:after{display:block;padding:0!important;margin-right:1.25rem;top:50%;border-right:1px solid var(--color-white);border-top:1px solid var(--color-white);-webkit-transform:translateY(-50%) rotate(135deg);transform:translateY(-50%) rotate(135deg)}.v-multi-select .multiselect__select{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.v-multi-select .multiselect__select:before{-webkit-transition:all .15s;transition:all .15s;display:block;top:.625rem;margin:auto;width:.55rem;height:.55rem;border-color:var(--color-dusty-gray);border-right:1px solid;border-top:1px solid;border-bottom:none;border-left:none;-webkit-transform:rotate(135deg);transform:rotate(135deg);border-width:1px}.v-multi-select .multiselect__spinner{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.v-multi-select .multiselect--active .multiselect__tags{border-color:var(--color-control-active)}.v-multi-select .multiselect--active .multiselect__select{-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important}.v-multi-select .multiselect--active .multiselect__select:before{top:1rem;border-right:none;border-top:none;border-left:1px solid;border-bottom:1px solid}.v-multi-select .multiselect--active .multiselect__tags-wrap{display:none}.v-multi-select .multiselect--disabled{border-radius:.5rem}.v-multi-select .multiselect--disabled .multiselect__select{background:#fff}.v-multi-select .multiselect--disabled .multiselect__select:before{color:#dedddd}.v-multi-select .clearable.multiselect{max-width:calc(100% - 2rem)}.v-multi-select .error .multiselect__tags{border-color:var(--color-red)}.v-datepicker{position:relative}.v-datepicker,.v-datepicker__input{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.v-datepicker__input{height:2.875rem!important;outline:none;border:1px solid var(--color-border);border-radius:.5rem;font-size:.875rem;line-height:1rem;color:var(--color-tundora);padding:0 0 0 1rem}.v-datepicker__input::-webkit-input-placeholder{font-size:.875rem}.v-datepicker__input::-moz-placeholder{font-size:.875rem}.v-datepicker__input:-ms-input-placeholder{font-size:.875rem}.v-datepicker__input::-ms-input-placeholder{font-size:.875rem}.v-datepicker__input::placeholder{font-size:.875rem}.v-datepicker__input:disabled{pointer-events:none}.v-datepicker__input--error{border-color:var(--color-red)}.v-datepicker__input--clearable{max-width:calc(100% - 2rem)}.v-datepicker__input-icon{position:absolute;top:0;bottom:0;margin:auto 0;right:1rem;width:1.125rem;height:1.125rem;fill:var(--color-dusty-gray);pointer-events:none}.v-datepicker__input-icon--error{fill:var(--color-red)}.v-datepicker__input-icon--clearable{right:3rem}.v-datepicker__clear{margin:auto 0 auto .5rem}.v-form-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem;text-align:left}.v-form-field__label{display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:var(--color-text-secondary)}.v-form-field__errors{color:var(--color-red)}.v-form-field__body--checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.625rem}.v-form-field--required .v-form-field__label:after{content:" *";color:var(--color-red);font-size:inherit}.v-labeled-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:.625rem}.v-filters-panel{display:grid;gap:.75rem;-webkit-box-align:end;-ms-flex-align:end;align-items:end;padding:1.5rem 1.5rem 2rem;background-color:var(--color-white);border-radius:1.125rem}.v-filters-panel>*{grid-column:span 2}.v-filters-panel__item .multiselect__tags:hover,.v-filters-panel__item .v-input:hover{-webkit-transition:-webkit-box-shadow .2s ease-in-out;transition:-webkit-box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;-webkit-box-shadow:0 1px 10px rgba(88,88,88,.15);box-shadow:0 1px 10px rgba(88,88,88,.15)}.v-filters-panel__clear{height:3rem;-ms-flex-item-align:end;align-self:end;margin-top:1.25rem}.v-filters-panel__clear--fixed{width:14.375rem;margin-top:2.5rem}.v-filters-panel__apply{height:3rem;margin-top:1.25rem}.v-filters-panel__apply--fixed{width:14.375rem}.v-filters-panel--fixed{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:3.5rem 1.5rem 1.125rem}.v-filters-panel--fixed,.v-filters-panel-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.v-filters-panel-wrapper{margin-bottom:1rem;background-color:var(--color-white);border-radius:1.125rem}.v-filters-panel-wrapper .v-filters-panel{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.pm-chart-history-item{padding:1rem;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;gap:.75rem;border:1px solid var(--color-border);border-radius:.75rem}.pm-chart-history-item,.pm-chart-history-item__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.pm-chart-history-item__header{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.5rem;min-height:1rem}.pm-chart-history-item__event-text{max-width:18.75rem;font-weight:500;font-size:.875rem;line-height:1rem;letter-spacing:.01em;color:var(--color-text-primary)}.pm-chart-history-item__sub-message{max-width:18.75rem;font-weight:400;font-size:.75rem;line-height:1rem;letter-spacing:.01em;color:var(--color-text-secondary)}.pm-chart-history-item__date{-ms-flex-negative:0;flex-shrink:0;font-size:.75rem;line-height:1.175rem;letter-spacing:.01em;color:var(--color-text-tertiary)}.pm-chart-history-item__author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.pm-chart-history-item__author-avatar{height:1.5rem}.pm-chart-history-item__author-name{color:var(--color-tundora);font-size:.75rem}.v-project-management-tools,.v-project-management-tools__group{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.v-project-management-tools__group{-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.v-project-management-tools__group-separator{width:1px;height:26px;background-color:#e5e4e5}.v-project-management-tools__tool{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#484848;font-size:14px;border-radius:8px;border:1px solid #e5e4e5;padding:10px 12px;background-color:#fff;cursor:pointer;height:44px}.v-project-management-tools__tool svg{width:1.5rem;height:auto}.v-project-management-tools__tool svg path{stroke:#484848}.v-project-management-tools__tool:hover{background-color:#f8f8f8;border:1px solid #f8f8f8}.v-project-management-tools__tool--big{padding:10px 16px}.v-project-management-tools__tool--disabled{pointer-events:none;color:#aaa;border:1px solid #e5e4e5}.v-project-management-tools__tool--disabled path{stroke:#aaa!important}.v-project-management-tools__tool--green{color:#12b23f;border:1px solid #c6eed1;background:#f3fcf8}.v-project-management-tools__tool--green:hover{background:#e9f8ed}.v-project-management-tools__tool--red{color:#484848;outline:1px solid #ffe3e3;background:#fcefef}.v-project-management-tools__tool--red:hover{background:#ffdada}.v-project-management-tools__tool--red svg path{stroke:#eb4a14}.v-project-management-tools__tool--without-stroke svg path{stroke:none!important}.pm-chart-history__header{padding:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.pm-chart-history__header span{display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:500;font-size:1.5rem;line-height:1.75rem;color:var(--color-white)}.pm-chart-history__list{padding:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.pm-chart-history__list button{margin-bottom:1rem}.pm-chart-history__nothingHere-message,.pm-chart-history__spinner{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto}.pm-chart-history__nothingHere-message{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;text-align:center;color:var(--design-tasks-form-lightgray);font-size:1.125rem}.table,.table-body{padding-top:1px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.table,.table-body,.table-header,.table-row{display:-webkit-box;display:-ms-flexbox;display:flex}.table-header,.table-row{margin-top:-1px}.table-row{cursor:pointer}.table-row:hover{z-index:1000}.table-header_highlight,.table-row:hover{background-color:rgba(0,0,0,.025)}.table-header_with-padding{margin-bottom:8px}.table-col{-webkit-box-flex:1;-ms-flex:auto;flex:auto;padding:3px 6px;margin-left:-1px;border:1px solid #e8ecee;-webkit-box-sizing:content-box;box-sizing:content-box}.table-col,.table-col_aling-center,.table-col_center,.table-col_justify-center{display:-webkit-box;display:-ms-flexbox;display:flex}.table-col_center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.table-col_aling-center,.table-col_center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table-col_justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.table-col_space-nowrap{white-space:nowrap}.table-col_no-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.table-col:first-child{margin-left:16px;border-left:none}.table-col:last-child{margin-right:15px;border-right:none}.table-col:hover{z-index:1001;border:1px solid #a8acae}.table-col:hover:first-child{margin-left:0;padding-left:22px;border-left:none}.table-col:hover:last-child{margin-right:0;padding-right:21px;border-right:none}.table__spinner{height:50vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transform:translateY(50%);transform:translateY(50%)}.v-table-actions .v-table-cell{padding-top:1.5rem;padding-bottom:1.5rem}.placeholder{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:100%;border-radius:18px}.placeholder__text>div{text-align:center;font-size:1.125rem;color:#aaa}.pm-table{height:100%;width:100%;overflow-x:scroll}.pm-table.v-table{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.pm-table__actions{border-bottom:1px solid #e5e4e5}.pm-table__action{min-height:2.75rem;padding:.75rem 1rem;color:var(--color-tundora);font-size:.875rem;font-weight:400}.pm-table__action svg{height:1.5rem;margin-right:.5rem;color:#949494}.pm-table__action--disabled svg{color:var(--button-disabled-color)}.pm-table__action--no-margin svg{margin-right:0;color:#949494}.pm-table__tooltip{margin-top:4.5rem;margin-right:-1.35rem;text-align:center}.pm-table .v-table-cell.header{font-size:.75rem;border-bottom:none}.user-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem}.user-block__name{color:var(--color-tundora);font-size:.875rem}.pm-chart-status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;padding:.5rem .75rem;border-radius:.5rem;height:2.25rem}.user{margin:.25rem auto;word-break:normal}.report-modal__wrapper{font-size:.875rem;line-height:1.225rem;color:grey;text-align:left}.report-modal__subtitle{font-weight:400;min-width:11rem}.report-modal__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:32px}.report-modal__buttons button{width:100%}.report-modal .vm--modal{overflow:initial}.pm-chart-report{height:calc(100% - 76px);margin-top:20px}.pm-chart-report,.pm-chart-report .table{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.pm-chart-report .table{background:#fff;border-radius:1.5rem}.pm-chart-report .table-body{display:grid}.pm-chart-report .pm-table.v-table--scrollable::-webkit-scrollbar-corner{background:transparent}.pm-chart-report .v-table--scrollable{padding-right:0;padding-bottom:0;overflow-x:initial}.pm-chart-report .table-body{padding-top:0}.pm-chart-report .placeholder__text{text-align:center}.pm-report-bpc__table{height:calc(100% - 29px)}.pm-report-wrapper{height:100%}.pm-report-bpc,.pm-report-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.pm-report-bpc{width:100%;padding:1.5rem 2rem}.pm-report-bpc .page-header{min-height:auto;margin-bottom:.5rem}.pm-report-bpc .page-header__title{margin-right:16px}.pm-report-bpc__header{min-height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:1.75rem}.pm-report-bpc__header ul.v-breadcrumbs{gap:.75rem}.pm-report-bpc__title{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;gap:.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.3125rem 0}