.v-counted-tabs__tab-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;color:var(--color-white);background-color:var(--color-control-primary);border-radius:.1875rem;padding:.1875rem .25rem .125rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:1.06rem;font-weight:500;font-size:.625rem}.v-counted-tabs__slider,.v-counted-tabs__tab,.v-counted-tabs__tab-counter{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.v-counted-tabs{-ms-flex-align:center;gap:2rem;border-bottom:1px solid var(--color-border)}.v-counted-tabs,.v-counted-tabs__tab{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.v-counted-tabs__tab{padding:0;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;background:transparent;font-family:inherit;text-decoration:none;vertical-align:middle;white-space:nowrap;outline:0;border:none;padding-bottom:.5rem;-ms-flex-align:center;gap:.5rem;color:var(--color-text-tertiary);cursor:pointer}.v-counted-tabs__tab:focus-visible{outline:revert}.v-counted-tabs__tab--active{pointer-events:none;color:var(--color-control-primary)}.v-counted-tabs__tab:not(.v-counted-tabs__tab--active) .v-counted-tabs__tab-counter{background-color:var(--color-silver)}.v-counted-tabs__tab:disabled{pointer-events:none}.v-counted-tabs__tab-text{font-size:1.125rem}.v-counted-tabs__slider{position:absolute;bottom:-1px;height:.125rem;background-color:var(--color-control-primary);border-radius:2.5rem}.v-counted-tabs--spaced-around{margin-inline:-2rem;padding-inline:2rem}.estimates-project-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;padding:1.5rem;background-color:var(--color-white);border-radius:1.125rem;min-width:30rem}.estimates-project-card__statuses{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem;color:var(--color-silver);font-size:.75rem}.estimates-project-card__status{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.estimates-project-card__status span{content:"";width:.5rem;height:.5rem;border-radius:50%}.estimates-project-card__main{display:grid;grid-template-columns:auto -webkit-min-content;grid-template-columns:auto min-content;grid-row-gap:.5rem;font-size:.875rem;line-height:1.4em;color:var(--color-gray)}.estimates-project-card__main strong{font-weight:500;font-size:1.125rem;color:var(--color-tundora)}.estimates-project-card__main .right{text-align:right}.estimates-project-card__documents{display:grid;grid-template-columns:1fr;grid-gap:.25rem}.estimates-project-card__document{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.75rem 1rem;color:var(--color-tundora);font-size:1.125rem;border:1px solid var(--color-border);border-radius:.75rem}.estimates-project-card__document,.estimates-project-card__document-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.375rem}.estimates-project-card__document-type{width:6.5rem}.estimates-project-card__document-items{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem}.estimates-project-card__document-items--estimate{justify-self:end}.estimates-project-card__filter{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:2.75rem;height:2.75rem;font-size:.875rem;text-align:center;color:var(--color-gray);border:1px solid currentColor;border-radius:50%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.estimates-project-card__image{width:100%;height:18rem;-o-object-fit:cover;object-fit:cover;border-radius:1rem}.estimates-project-card__image--upload{display:grid;place-items:center;cursor:pointer;color:var(--color-control-primary);border:1px dashed currentColor}.estimates-project-card__image--upload:after{content:attr(data-upload-message);font-size:.875rem}.estimates-project-card__arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;cursor:pointer}.estimates-project-card__project-status--active{color:#349bfb}.estimates-project-card__project-status--completed{color:#30c07c}.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-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}.estimates-projects{display:-webkit-box;display:-ms-flexbox;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:2rem}.estimates-projects__title{color:var(--color-tundora);font-weight:500;font-size:2rem;line-height:2.375rem;margin:0 0 1.5rem}.estimates-projects__tabs{margin-bottom:2rem}.estimates-projects__projects-wrapper{display:grid;grid-template-columns:repeat(auto-fill,minmax(32rem,1fr));grid-gap:1.5rem}.estimates-projects .city-filter .multiselect__tags{border:none}