.designing-table-tools__tool-counter{width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center}.designing-table-tools{display:flex;align-items:center;padding:24px;background-color:var(--color-white);border-radius:.75rem .75rem 0 0}.designing-table-tools__tool{padding:0;flex:0 0 auto;background:transparent;font-family:inherit;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;outline:0;border:none;cursor:pointer;position:relative;display:flex;align-items:center;height:2.75rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:var(--color-tundora);font-size:.875rem;padding:12px 16px;margin-right:.5rem;background:var(--color-white);border:1px solid var(--color-border);border-radius:.5rem;transition:all .2s ease-in-out}.designing-table-tools__tool:focus-visible{outline:revert}.designing-table-tools__tool:hover{background:var(--button-white-bg-hover-color)}.designing-table-tools__tool--active{border-color:var(--color-control-primary)}.designing-table-tools__tool--disabled,.designing-table-tools__tool:disabled{pointer-events:none;color:var(--color-text-tertiary);cursor:default}.designing-table-tools__tool--disabled:hover,.designing-table-tools__tool:disabled:hover{background:var(--color-white)}.designing-table-tools__tool--disabled svg,.designing-table-tools__tool:disabled svg{fill:var(--color-text-tertiary)!important}.designing-table-tools__tool--danger{border-color:var(--color-red)}.designing-table-tools__tool svg{width:1.5rem;height:auto;fill:var(--color-dusty-gray);margin-right:.5rem}.designing-table-tools__tool--without-margin svg{margin-right:0}.designing-table-tools__tool--without-fill svg{fill:none!important}.designing-table-tools__tool--green{color:#12b23f;border:1px solid #c6eed1;background:#f3fcf8}.designing-table-tools__tool--green:hover{background:#e9f8ed}.designing-table-tools__tool--red{color:#484848;border:1px solid #ffe3e3;background:#fcefef}.designing-table-tools__tool--red:hover{background:#ffdada}.designing-table-tools__tool-counter{border-radius:50%;background-color:var(--color-alabaster);margin-right:.5rem}.v-table-row{display:grid;border-top:1px solid var(--color-border);color:var(--color-text-primary);fill:currentColor;background:var(--color-white)}.v-table-row,.v-table-row--head{grid-template-rows:minmax(4.375rem,auto)}.v-table-row--head{color:var(--color-gray);border-top:none}.v-table-row--sticky-head{position:sticky;top:0;border-bottom:1px solid var(--color-border);z-index:2}.v-table-row--dark{color:var(--color-white);background:var(--color-tundora)}.v-table-row--height-auto{height:auto}.v-table-row--borderless{border:none}.v-table-row--hovering:hover{border-top-color:transparent;cursor:pointer}.v-table-row--highlight,.v-table-row--hovering:hover,.v-table-row--hovering:hover .v-table-row__left-header{background:var(--color-semi-gray)}.v-table-row--highlight{border-top-color:transparent}.v-table-row--highlight .v-table-row__left-header{background:var(--color-semi-gray)}.v-table-row__left-header{position:sticky;left:0;display:grid;background-color:var(--color-white);z-index:1}.v-table-row__left-header.bordered>.v-table-cell:last-child{border-right:1px solid var(--color-border)}.v-table-row__arrow{content:"";width:.75rem;stroke:var(--color-dusty-gray);margin-right:1.375rem;transition:all .15s ease-in-out;transform:rotate(-90deg)}.v-table-row__arrow--open{transform:rotate(0)}.v-table-cell{display:flex;align-items:center;color:inherit;background:inherit;font-weight:400;font-size:.875rem;line-height:1.4em;white-space:pre-line;word-break:break-word;padding:.5rem .5rem .5rem 0;overflow:hidden}.v-table-cell:last-child{padding-right:1.5rem}.v-table-cell:first-child{padding-left:1.5rem}.v-table-cell .multiselect,.v-table-cell .v-datepicker{margin-right:1.5rem}.v-table-cell--flex-center{justify-content:center}.v-table-cell--flex-end{justify-content:flex-end}.v-table-cell--gap-1{gap:1rem}.v-table-cell--small{font-size:.75rem}.v-table-cell--stage-1{padding-left:1.5rem!important}.v-table-cell--stage-2{padding-left:3rem!important}.v-table-cell--stage-3{padding-left:4.5rem!important}.v-table-cell--stage-4{padding-left:6rem!important}.v-table-cell--stage-5{padding-left:7.5rem!important}.v-table-row-empty{width:100%;padding:2rem 0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem}.v-table-row-empty__title-slot{font-size:1.125rem;line-height:1.17;text-align:center;color:var(--color-text-tertiary)}.v-table--scrollable::-webkit-scrollbar,.v-table::-webkit-scrollbar{height:.5rem!important;width:.5rem!important}.v-table--scrollable::-webkit-scrollbar-track,.v-table::-webkit-scrollbar-track{background:transparent!important}.v-table--scrollable::-webkit-scrollbar-thumb,.v-table::-webkit-scrollbar-thumb{background:var(--color-control-primary)!important;border-radius:.5rem!important}.v-table{display:grid;position:relative;grid-template-columns:1fr;border-radius:1.125rem;overflow:hidden}.v-table>:first-child{border-radius:1.125rem 1.125rem 0 0}.v-table>:last-child{border-radius:0 0 1.125rem 1.125rem!important}.v-table--outlined{border:1px solid var(--color-border)}.v-table--scrollable{overflow:auto;padding-right:.1rem;padding-bottom:1rem;margin-bottom:-1rem}.v-table--fillable{grid-template-rows:-webkit-min-content 1fr;grid-template-rows:min-content 1fr}.v-table--columns{grid-template-columns:1fr}.v-table-actions .v-table-cell{padding-top:1.5rem;padding-bottom:1.5rem}.control-panel,.control-panel__tools{display:flex;width:100%}.control-panel__tool,.control-panel__tool-top{display:flex;justify-content:center}.control-panel__tool{align-items:center}.control-panel__tool-top{padding:10px}.control-panel__tool_arrow{flex:1}.control-panel__tool_zoom{flex:3}.control-panel__tool_left{transform:translateX(-50%)}.control-panel__tool_right{transform:translateX(50%)}.control-panel__button{display:flex;justify-content:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;cursor:pointer;background-color:var(--color-white);border-radius:50%;padding:5px;box-shadow:0 0 5px -2px var(--color-const-black);transition:all .2s ease-in-out}.control-panel__button-zoom{opacity:.3}.control-panel__button-zoom:hover{opacity:1}.tool{height:25px;width:25px;fill:var(--color-black);transition:transform .2s ease-in-out}.overlap{justify-content:flex-end;cursor:pointer;opacity:0;background-color:rgba(0,0,0,.35);transition:all .2s linear}.overlap,.overlap__photo-control{display:flex;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px}.overlap_hide{display:none}.overlap:hover{opacity:1}.overlap__image-delete{height:20px;width:20px;fill:var(--color-white);margin:5px;transition:transform .2s linear}.overlap__image-delete:hover{transform:scale(1.3)}.overlap-wrapper{display:flex;position:relative}:root{--max-size-image:150px}.photo-carousel{display:flex;overflow:auto;scroll-snap-type:x proximity;width:100%}.photo-carousel__image{scroll-snap-align:center;cursor:pointer;border-radius:10px}.photo-carousel__image_max-size{max-width:var(--max-size-image);max-height:var(--max-size-image)}.photo-carousel__overlap_margin{margin:5px}.photo-carousel .toolbox{z-index:10;position:absolute;top:12px;right:12px;width:136px;height:48px;border-radius:20px;background:#fff;display:flex;gap:1rem;justify-content:center;align-items:center}.photo-carousel .toolbox .v-button-icon{padding:0}.photo-carousel .toolbox svg path{color:#484848}.photo-carousel .view-modal{top:0}@media(max-width:400px){.photo-uploader__image_error{flex-direction:column!important}.photo-uploader__image_error-message{margin:5px 0!important}}.photo-uploader-title{padding:10px 0;font-size:1.3rem}.wrapper__image{display:flex;flex-direction:column}.photo-uploader{display:flex;align-items:center;width:100%;flex-wrap:wrap}.photo-uploader .photo-carousel{width:100%;flex-wrap:wrap;justify-content:space-between}.photo-uploader__wrapper{padding-bottom:4px;background:#fbfbfb}.photo-uploader__wrapper .violation-form__label{justify-content:start}.photo-uploader__carousel{border-radius:16px;overflow:hidden;scroll-snap-type:none;width:100%!important}.photo-uploader__carousel .photo-carousel__image{border-radius:16px;max-width:120px;max-height:70px}.photo-uploader__carousel .photo-carousel__overlap_margin{margin:0 12px 12px 0}.photo-uploader__margin_y{margin:10px 0}.photo-uploader__input-upload{display:none}.photo-uploader__button-upload{font-size:14px;font-weight:400;line-height:140%;text-align:center;color:#30c07c;width:202px;height:120px;border-radius:16px;padding:5px;outline:none;border:1px dashed #30c07c;cursor:pointer;font-family:Roboto,Arial,sans-serif;background:#fff;margin-bottom:23px}.photo-uploader__image{border-radius:16px;max-width:100%}.photo-uploader__image_blur{filter:blur(2px)}.photo-uploader__image_upload{height:150px}.photo-uploader__image_visible{display:none}.photo-uploader__image_error{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(64,64,64,.6)}.photo-uploader__image_error,.photo-uploader__image_error-image,.photo-uploader__image_error-message{display:flex;justify-content:center;align-items:center}.photo-uploader__image_error-message{margin:0 5px;color:hsla(0,0%,100%,.95)}.photo-uploader__image_block{position:relative}.photo-uploader__wrapper_image,.v-form-field{display:flex;flex-direction:column}.v-form-field{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:flex;gap:.625rem}.v-form-field--required .v-form-field__label:after{content:" *";color:var(--color-red);font-size:inherit}.v-side-form{cursor:default;display:flex;flex-direction:column;background-color:var(--color-white);transition:width .3s ease;overflow:hidden}.v-side-form *{font-family:Roboto,Arial,sans-serif}.v-side-form__header{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background:var(--color-tundora)}.v-side-form__body{display:flex;flex-direction:column;flex:1 1 100%;overflow-x:hidden;overflow-y:auto;position:relative}.v-side-form__overlay{cursor:pointer;position:fixed;top:0;right:0;z-index:1020;height:100%;width:100%;background-color:rgba(52,52,52,.46);transition:background-color .2s ease-in-out;display:flex;justify-content:flex-end}.v-side-form__overlay--hidden{background-color:inherit;cursor:unset;pointer-events:none}.v-side-form__overlay--without{cursor:unset;background-color:inherit}.v-side-form__overlay--without,.v-textarea__attach span{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.v-textarea__attach span{display:flex;justify-content:center;align-items:center;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-textarea{position:relative;display:flex;flex-grow:1}.v-textarea__input{border:1px solid var(--color-border);border-radius:.625rem;transition:border-color .2s ease;outline:none;resize:none;min-height:5.5rem;max-height:15.375rem;width:100%;max-width:100%;padding:.625rem .44rem .44rem 1rem;background:var(--color-bg-main);color:var(--color-tundora);overflow:auto;text-align:left}.v-textarea__input:focus-within{border-color:var(--color-control-active)}.v-textarea__input--error{border-color:var(--color-red)}.v-textarea__input--disabled{background-color:var(--input-disabled-background-color);color:grey}.v-textarea__input-text{outline:none;font-size:.875rem;line-height:1.4em;font-style:normal;display:block;min-height:2.2rem}.v-textarea__input-text--with-placeholder:not(:focus):after{content:attr(data-ph);color:grey}.v-textarea__button{border-radius:50%;background-color:var(--color-control-inactive)}.v-textarea__button svg{fill:var(--color-white);width:.75rem;transform:rotate(180deg)}.v-textarea__button--active{outline:none;background-color:var(--color-control-primary)}.v-textarea__counter{position:absolute;right:0;bottom:-1.125rem;font-size:.75rem;color:var(--color-gray);transition:color .15s}.v-textarea__counter--error{color:var(--color-red)}.v-textarea__interactions{display:flex;gap:.5rem;align-items:center;float:right;position:sticky;bottom:0;background-color:var(--color-bg-main);border-radius:25px;padding:5px}.v-textarea__attach{display:flex;align-items:center;gap:.3rem;color:var(--color-tundora)}.v-textarea__attach span{padding:.1875rem .3125rem .125rem}.v-image{position:relative;width:100%;height:100%;min-height:0}.v-image__nested-enter-active,.v-image__nested-leave-active{transition:opacity .5s ease}.v-image__nested-enter-from,.v-image__nested-leave-to{opacity:0}.v-image__nested-enter-to,.v-image__nested-leave-from{opacity:1}.v-image__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);cursor:pointer}.v-image__toolbox{position:absolute;right:12px;top:12px;display:flex;justify-content:center;align-items:center;gap:16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;border-radius:20px;background-color:#fff}.v-image__toolbox--column{flex-direction:column;padding:16px 12px}.v-image__toolbox--row{flex-direction:row;padding:12px 16px}.v-image__content{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.v-image__placeholder{display:flex;justify-content:center;align-items:center;color:#aaa;font-size:18px;overflow:hidden}.v-image__placeholder,.v-image__placeholder svg{width:100%;height:100%}.vm-img-viewer .vm--modal{background:transparent!important;left:0!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:0 auto}.vm-img-viewer .vm--modal,.vm-img-viewer__body{display:flex;align-items:center;justify-content:center}.vm-img-viewer__body,.vm-img-viewer img{max-width:80vw;max-height:80vh}.vm-img-viewer img{width:auto;height:auto;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:block}.image-uploader{display:flex;flex-direction:column;gap:20px}.image-uploader__title{font-weight:500;font-size:18px;color:#484848}.image-uploader .view-modal{position:fixed;z-index:10;top:3rem;left:0;width:100%;height:100%;padding:100px;background:rgba(52,52,52,.46);display:flex;align-items:center;justify-content:center}.image-uploader .view-modal .modal-close{color:#fff}.image-uploader .view-modal img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.pm-image-upload-modal__loading-subtext{color:var(--color-text-secondary)}:root{--design-tasks-form-lightgray:#989898}.weekly-report-side-form__header-title{margin:1.5rem 3.5rem 1.5rem 1.5rem;font-weight:500;font-size:1.5rem;line-height:1.75rem;color:var(--color-white);text-overflow:ellipsis;overflow:hidden}.weekly-report-side-form__header-close{cursor:pointer;position:absolute;top:1.5rem;right:1.5rem}.weekly-report-side-form__header-close svg{cursor:pointer;width:.875rem;height:.875rem;fill:var(--color-white)}.weekly-report-side-form__textarea{height:216px}.weekly-report-side-form__spinner{margin:auto}.weekly-report-side-form__wrapper{height:100%}.weekly-report-side-form__buttons{display:flex;flex-direction:column;align-items:center;gap:30px}.weekly-report-side-form__button{width:100%}.weekly-report-side-form__form{display:flex;flex-direction:column;justify-content:space-between;gap:40px;padding:32px 24px 24px;height:100%}.weekly-report-side-form__params{display:flex;flex-direction:column;gap:32px}.weekly-report-side-form__photos{display:flex;flex-direction:column;gap:24px}.weekly-report-side-form__title{font-size:18px;font-weight:500;color:#484848}.weekly-report-side-form__carusel{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;grid-auto-rows:136px}.weekly-report-side-form__photo-placeholder{display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center;cursor:pointer;background-color:inherit;border:1px dashed #30c07c;color:#30c07c;border-radius:16px;height:120px;width:204px}.type-work-page{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;max-height:100%}.type-work-page .v-table{grid-template-rows:100px 1fr}.type-work-page--empty{height:100%}.type-work-page--empty .v-table{grid-template-rows:100px 1fr}.type-work-page__folder{flex-shrink:0}.type-work-page__folder path:first-child,.type-work-page__folder path:last-child{fill:#30c07c}.type-work-page__folder--open path:first-child,.type-work-page__folder--open path:last-child{fill:#aaa}.type-work-page__title{display:flex;gap:8px}.type-work-page__label{display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.type-work-page__table-header{top:100px;color:grey}.type-work-page__table-header .v-table-cell{font-size:12px!important}.type-work-page__table-cell{padding:18px 24px}