.wethod-tooltip--icon-link,.wethod-tooltip--icon-button{display:inline-block}.wethod-tooltip--icon-link .wethod-tooltip__component-wrapper,.wethod-tooltip--icon-button .wethod-tooltip__component-wrapper{display:inline-block;line-height:initial}.wethod-tooltip__message--hoverable{pointer-events:none}.wethod-tooltip__message--hoverable-visible{pointer-events:auto}
.wethod-avatar{margin:0}.wethod-avatar--small{width:32px;height:32px;line-height:32px;font-size:14px}.wethod-avatar--medium{width:50px;height:50px;line-height:50px;font-size:20px}.wethod-avatar--big{width:100px;height:100px;line-height:100px;font-size:100px}.wethod-avatar-box{display:flex;gap:4px}.wethod-avatar-box--inline{display:inline-flex}.wethod-avatar-box__list{display:flex}.wethod-avatar-box__list .wethod-avatar:not(:first-child){margin-left:-8px}.wethod-avatar__tooltip{height:100%;width:100%;margin-top:-100%;position:relative}
.wethod-typography--uppercase{text-transform:uppercase}.wethod-typography--line-through{text-decoration:line-through}.wethod-typography--capitalize{text-transform:capitalize}.wethod-typography--inline{display:inline-block}.wethod-typography--align-inherit{text-align:inherit}.wethod-typography--align-left{text-align:left}.wethod-typography--align-right{text-align:right}.wethod-typography--weight-inherit{font-weight:inherit}.wethod-typography--weight-light{font-weight:300}.wethod-typography--weight-normal{font-weight:400}.wethod-typography--weight-semibold{font-weight:600}.wethod-typography--weight-bold{font-weight:700}.wethod-typography--color-inherit{color:inherit}.wethod-typography--color-white{color:#fff}.wethod-typography--color-maldivian-sand-white{color:#f5f1ea}.wethod-typography--color-cream-white{color:#eae3d8}.wethod-typography--color-alabaster-white{color:#fcfcfc}.wethod-typography--color-spring-wood-white{color:#fcfbf9}.wethod-typography--color-black{color:#000}.wethod-typography--color-blackboard-black{color:#3c3c3b}.wethod-typography--color-dusty-gray{color:#9b9b9b}.wethod-typography--color-morning-fog-gray{color:#f0efed}.wethod-typography--color-concrete-gray{color:#e0e0e0}.wethod-typography--color-steel-gray{color:#abb2b9}.wethod-typography--color-placeholder-gray{color:#7d7d7d}.wethod-typography--color-bright-sky-blue{color:#48a5f9}.wethod-typography--color-raspberry-red{color:#db4d69}.wethod-typography--color-coral-red{color:#e48270}.wethod-typography--color-garden-green{color:#5bd87c}.wethod-typography--color-sunset-orange{color:#ffb948}.wethod-typography--color-amethyst-violet{color:#a24bfb}.wethod-typography--color-nobel-grey{color:#777}.wethod-typography--size-inherit{font-size:inherit}.wethod-typography--size-10{font-size:10px}.wethod-typography--size-11{font-size:11px}.wethod-typography--size-12{font-size:12px}.wethod-typography--size-14{font-size:14px}.wethod-typography--size-16{font-size:16px}.wethod-typography--size-18{font-size:18px}
.wethod-collaborators{border-radius:12px;cursor:pointer;margin:-4px;padding:4px;display:inline-block;transition:.3s}.wethod-collaborators:hover{background:#e0e0e0}.wethod-collaborators__menu-item{display:flex;align-items:center;gap:8px}.wethod-collaborators__menu .wethod-profile-pic{background:#a24bfb}.wethod-collaborators .wethod-profile-pic{background:#a24bfb}
.wethod-checkbox{margin:4px 0;cursor:pointer;display:inline-flex;align-items:flex-start;width:100%}.wethod-checkbox input{display:none}.wethod-checkbox__label{margin:0 10px;line-height:18px;min-width:0}.wethod-checkbox.disabled{cursor:default}.wethod-checkbox__icon{width:16px;height:16px;flex-shrink:0}
.wethod-tree__node:not(.wethod-tree__node:first-child){margin-left:22px}
.wethod-multiple-select-filter__menu{padding:16px 14px;font-size:14px;max-width:205px}.wethod-multiple-select-filter__menu-title{font-weight:600}.wethod-multiple-select-filter__menu .wethod-checkbox-group{margin:18px 0;max-height:280px;overflow:auto}.wethod-multiple-select-filter__main-button{padding:0 11px}.wethod-multiple-select-filter__main-button-label{margin-right:8px}.wethod-multiple-select-filter__main-button-counter{padding:2px 4px;background:#48a5f9;color:#fff;border-radius:100px;font-size:11px}.wethod-multiple-select-filter__apply-button{display:block;margin:0 auto}
.wethod-transition-reveal-appear,.wethod-transition-reveal-enter{opacity:0}.wethod-transition-reveal-appear-active,.wethod-transition-reveal-enter-active{opacity:1;transition:.3s cubic-bezier(0.465, 0.183, 0.153, 0.946)}.wethod-transition-reveal-appear-done,.wethod-transition-reveal-enter-done{opacity:1}.wethod-transition-reveal-exit{opacity:1}.wethod-transition-reveal-exit-active{opacity:0;transition:.3s cubic-bezier(0.465, 0.183, 0.153, 0.946)}.wethod-transition-reveal-exit-done{opacity:0}
.wethod-backdrop{background:rgba(0,0,0,.1);position:fixed;left:0;top:0;width:100%;z-index:9999;text-align:center;overflow:auto;height:100vh}
.wethod-transition-scale-down-appear,.wethod-transition-scale-down-enter{scale:1.2}.wethod-transition-scale-down-appear-active,.wethod-transition-scale-down-enter-active{scale:1;transition:.3s cubic-bezier(0.465, 0.183, 0.153, 0.946)}.wethod-transition-scale-down-appear-done,.wethod-transition-scale-down-enter-done{scale:1}.wethod-transition-scale-down-exit{scale:1}.wethod-transition-scale-down-exit-active{scale:1.2;transition:.3s cubic-bezier(0.465, 0.183, 0.153, 0.946)}.wethod-transition-scale-down-exit-done{scale:1.2}
.wethod-modal__box{margin:auto;margin-top:200px;max-width:720px;background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 20px rgba(0,0,0,.1);text-align:left;display:inline-block}@media(max-width: 768px){.wethod-modal__box{width:calc(100% - 24px)}}@media(max-device-width: 768px){.wethod-modal__box{width:calc(100% - 24px)}}.wethod-modal__header{padding:7px 24px;display:flex;border-bottom:1px solid #e0e0e0;justify-content:space-between;gap:40px;align-items:center}.wethod-modal__header h6{font-size:18px;line-height:24px;font-weight:600;letter-spacing:normal}.wethod-modal__header-close-button{margin-right:-4px}.wethod-modal__content{padding:24px}.wethod-modal__body{font-size:14px;line-height:18px;width:350px;display:flex;flex-flow:column}@media(max-width: 768px){.wethod-modal__body{width:auto}}@media(max-device-width: 768px){.wethod-modal__body{width:auto}}.wethod-modal__body-block{width:100%}.wethod-modal__body-block:not(:last-child){margin-bottom:16px}.wethod-modal__loader{display:flex;justify-content:center}.wethod-modal__footer{margin-top:24px}.wethod-modal__footer-actions{display:flex;justify-content:end;gap:10px}.wethod-modal__footer-feedback{font-size:12px;position:relative;bottom:-8px}.wethod-modal__footer-feedback--info{color:#48a5f9}.wethod-modal__footer-feedback--error{color:#db4d69}
.wethod-file-section__file{display:flex;justify-content:space-between;align-items:center;height:50px;border:1px solid #e0e0e0;border-radius:4px;padding-left:16px;padding-right:8px}.wethod-file-section__file:not(:last-child){margin-bottom:12px}.wethod-file-section__file-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.5}.wethod-file-section__file-actions{max-width:80px;display:flex}.wethod-file-section__empty{padding:12px;color:#9b9b9b;font-size:12px;line-height:1.4;text-align:center}
.company-invoice-plan__bu-select{display:inline-block;vertical-align:middle;margin-right:14px}.company-invoice-plan__legend{margin-top:-8px;margin-left:4px}.company-invoice-plan__legend-item{display:inline-block;font-weight:100;margin-right:16px;margin-top:8px;text-align:left}.company-invoice-plan__legend-item::before{content:"";display:inline-block;width:11px;height:11px;border-radius:50%;margin-right:8px}.company-invoice-plan__legend-item--planned::before{background:#000}.company-invoice-plan__legend-item--paid::before{background:#5bd87c}.company-invoice-plan__legend-item--approved::before{background:#d5d5d5}.company-invoice-plan__legend-item--lower{cursor:pointer}.company-invoice-plan__legend-item--lower::before{background:#db4d69}.company-invoice-plan__legend-item--lower-active{font-weight:700}.company-invoice-plan-totals-by-month .company-invoice-plan-project__info{color:#48a5f9;font-weight:700;text-transform:uppercase;pointer-events:none}.company-invoice-plan-totals-by-month .company-invoice-plan-project__months{font-weight:700}.company-invoice-plan-overview{display:flex;align-content:center;justify-content:space-between;text-align:right;margin:16px 0;padding:0 2px;align-items:flex-end}.company-invoice-plan-overview__total{text-align:right;padding-right:2px}.company-invoice-plan-overview__export{position:absolute;right:128px;vertical-align:middle;line-height:32px}.company-invoice-plan-overview__export:hover{text-decoration:underline}.company-invoice-plan__probability-filter{margin-left:14px}.company-invoice-plan__probability-filter-label{color:#757575;margin-right:8px}.company-invoice-plan__actions{display:flex;align-content:center;justify-content:space-between;margin-bottom:16px;overflow:hidden}.company-invoice-plan__actions-wrapper{padding-top:16px}.company-invoice-plan__actions .wethod-tab-switcher{vertical-align:middle;margin-left:14px}.company-invoice-plan__actions--left .wethod-select2,.company-invoice-plan__actions--left .company-invoice-plan__probability-filter{display:inline-block;vertical-align:middle}.company-invoice-plan__actions--left .search-input{display:inline-flex;vertical-align:middle}.company-invoice-plan__actions--right{position:relative;display:flex}.company-invoice-plan__actions--right .wethod-export-button{margin-right:-32px}.company-invoice-plan .search-input{width:250px}.company-invoice-plan-project__collection{overflow:auto;height:calc(100vh - 310px);overflow-x:hidden}.company-invoice-plan-project-row{border:1px solid #e0e0e0;border-top:0;height:60px;line-height:60px;transform:translate3d(0, 0, 0);position:relative}.company-invoice-plan-project-row--empty{text-transform:uppercase;font-weight:600;color:#abb2b9;text-align:center}.company-invoice-plan-project-row:hover .company-invoice-plan-project__info-managers{left:16px}.company-invoice-plan-project__info{display:inline-block;vertical-align:top;padding:0 16px;width:17%;color:inherit}.company-invoice-plan-project__info--header{cursor:pointer;transition:.2s;height:100%}.company-invoice-plan-project__info--header:hover{background:rgba(0,0,0,.11)}.company-invoice-plan-project__info-content{width:100%;line-height:initial;display:inline-block;vertical-align:middle}.company-invoice-plan-project__info-name{width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.company-invoice-plan-project__info-client{color:#999;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.company-invoice-plan-project__info-mode{text-transform:uppercase;font-size:9px;color:#48a5f9;opacity:.8;line-height:initial}.company-invoice-plan-project__info:hover{color:inherit;background:rgba(158,158,158,.2)}.company-invoice-plan-project__info:visited{color:inherit}.company-invoice-plan-project__info-managers{color:#999;position:absolute;left:-400px;background:#fff;z-index:2;transition:.2s;bottom:5px;border-radius:4px;padding-right:6px}.company-invoice-plan-project__info:hover .company-invoice-plan-project__info-managers{color:rgba(0,0,0,.6);background:#edeced}.company-invoice-plan-project__info .company-invoice-plan-project__month-sort-label{left:8px}.company-invoice-plan-project__months{display:inline-block;width:75%;position:relative;transform:translateX(0);opacity:1;height:inherit}.company-invoice-plan-project__month{position:relative}.company-invoice-plan-project__month-col{display:inline-block;vertical-align:top;width:8.3333333333%;text-align:right;padding:0 8px}.company-invoice-plan-project__month-value{vertical-align:middle;display:inline-block}.company-invoice-plan-project__month-value-item{line-height:initial}.company-invoice-plan-project__month-invoiced{margin-top:6px;opacity:.5;display:inline-block}.company-invoice-plan-project__month-planned--paid{color:#5bd87c;display:block}.company-invoice-plan-project__month-sort-label{display:inline-block;position:absolute;left:0;top:3px;transition:.2s}.company-invoice-plan-project__month--header{cursor:pointer;transition:.2s}.company-invoice-plan-project__month--header:hover{background:rgba(0,0,0,.11)}.company-invoice-plan-project__total{font-weight:600;display:inline-block;text-align:right;width:100%;white-space:pre}.company-invoice-plan-project__actions{display:inline-block;width:8%;text-align:right;padding:0 8px}.company-invoice-plan-project__actions .company-invoice-plan-project__month-sort-label{left:auto;right:0}.company-invoice-plan-project__actions--header{cursor:pointer;transition:.2s;height:100%;position:relative}.company-invoice-plan-project__actions--header:hover{background:rgba(0,0,0,.11)}.company-invoice-plan-header{border:0;background:#f0efed;color:#000;font-weight:600;height:30px;line-height:30px}
.company-revenues-target--with-bu .company-revenues-target__column--client{width:12%}.company-revenues-target--with-bu .company-revenues-target__column--contact{width:11%}.company-revenues-target--with-bu .company-revenues-target__column--account{width:11%}.company-revenues-target--with-bu .company-revenues-target__column--area{width:9%}.company-revenues-target--with-bu .company-revenues-target__column--actions{width:6%}.company-revenues-target--with-bu .company-revenues-target__column--bu{width:9%;border-left:none;overflow:visible}.company-revenues-target--with-bu .company-revenues-target__column--bu-header{white-space:normal;text-overflow:unset;display:inline-flex;align-items:center;line-height:normal;height:100%}.company-revenues-target--with-bu .company-revenues-target__column--bu-content{position:relative;height:100%;display:block}.company-revenues-target--with-bu .company-revenues-target__column--yearly{width:10%;text-align:right}.company-revenues-target--with-bu .company-revenues-target__column--yearly .wethod-input input{text-align:right;width:100%}.company-revenues-target.wethod-section-body{max-width:1440px;padding:0 24px;margin-bottom:24px}.company-revenues-target .section-header{padding-top:16px}.company-revenues-target .wethod-search-select__list{z-index:3}.company-revenues-target__search{margin-left:15px}.company-revenues-target__search-container{display:flex;justify-content:space-between;align-items:center}.company-revenues-target__navigator{margin:0 16px;display:flex}.company-revenues-target__navigator-current{font-size:22px;height:26px;line-height:24px;display:inline-block;vertical-align:middle}.company-revenues-target .wethod-section-actions{margin-bottom:16px;display:flex;justify-content:space-between}.company-revenues-target .wethod-section-actions__right{display:flex;justify-content:space-between}.company-revenues-target .wethod-section-actions .wethod-export-button{margin-right:32px}.company-revenues-target .wethod-table__body{overflow:visible !important}.company-revenues-target .wethod-table__body .wethod-table__cell{border-left:1px solid #e0e0e0;height:100%}.company-revenues-target .wethod-input{background:#fff}.company-revenues-target .wethod-input input{font-size:inherit}.company-revenues-target .wethod-search-select{position:absolute}.company-revenues-target__row{overflow:visible}.company-revenues-target__row-feedback{position:absolute;font-size:10px;left:0;bottom:0;line-height:normal;background:#fff;z-index:2;color:#48a5f9;padding:2px 6px;border-radius:4px}.company-revenues-target__row-feedback--error{color:#db4d69}.company-revenues-target__row--disabled{opacity:.5}.company-revenues-target__column--disabled{background:rgba(0,0,0,.1)}.company-revenues-target__column--disabled:hover{border:none !important}.company-revenues-target__column--editable:hover{border:1px solid #48a5f9 !important}.company-revenues-target__column--client{width:14%;border-left:none;overflow:visible}.company-revenues-target__column--client-content{position:relative;height:100%;display:block}.company-revenues-target__column--contact{width:13%;overflow:visible}.company-revenues-target__column--contact-content{position:relative;height:100%;display:block}.company-revenues-target__column--account{width:13%;overflow:visible}.company-revenues-target__column--account-content{position:relative;height:100%;display:block}.company-revenues-target__column--area{width:10%}.company-revenues-target__column--quarter{width:8%;text-align:right}.company-revenues-target__column--quarter .wethod-input input{text-align:right;width:100%}.company-revenues-target__column--yearly{width:10%;text-align:right}.company-revenues-target__column--yearly .wethod-input input{text-align:right;width:100%}.company-revenues-target__column--actions{width:8%;text-align:center;padding-right:8px !important}.company-revenues-target__delete-icon{width:24px;height:24px;display:inline-block;vertical-align:middle;transition:background-color .3s;border-radius:50px;outline:none;border:none;cursor:pointer;background-color:#fff}.company-revenues-target__delete-icon:hover{background-color:#48a5f9;background-position-x:-48px}

/*# sourceMappingURL=economics.87df07cf3c7a281352ee.css.map*/