.tabsapipropertyfacet__facet:before {
    margin-left: 3px;
    content: "(";
}
.tabsapipropertyfacet__facet:after {
    content: ")";
}
.tabsapipropertyfacet__total:before {
    content: "Total: ";
}

.tabsapipropertyfacet__submit__wrapper {
    position: relative;
}
.tabsapipropertyfacet__submit__wrapper .input-wrapper:after {
    content: attr(data-results-msg);
    width: 100%;
    text-align: center;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.tabsapipropertyfacet__submit__wrapper--remove button,
.tabsapipropertyfacet__submit__wrapper input {
    width: 100%;
}
.tabsapiproperty__form--noresults .tabsapipropertyfacet__submit__wrapper .input-wrapper:after {
    content: attr(data-no-results-msg);
}
.tabsapiproperty__form--loading .tabsapipropertyfacet__submit__wrapper .input-wrapper:after {
    content: attr(data-loading-msg);
}

.tabsapiproperty__form--loading {
    position: relative;
}
.tabsapiproperty__form--loading:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    display: block;
    z-index: 999;
}