﻿.chw-search-tabs__button.search-category-all:before {
    background: url(../img/icon-search-all-white.d5fcf26f.svg) 50%/cover no-repeat;
    background-size: 50px
}

.chw-search-tabs__button.search-category-pages:before {
    background: url(../img/icon-search-pages-white.154b4bee.svg) 50%/cover no-repeat;
    background-size: 20px
}

.chw-search-tabs__button.search-category-documents:before {
    background: url(../img/icon-search-docs-white.9a26a03f.svg) 50%/cover no-repeat;
    background-size: 20px
}

.chw-search-tabs__button.search-category-forms:before {
    background: url(../img/icon-search-forms-white.2a6098ab.svg) 50%/cover no-repeat;
    background-size: 20px
}

@media(min-width:768px) {
    .chw-search-tabs__button.search-category-all:before {
        background-size: 80px
    }

    .chw-search-tabs__button.search-category-pages:before {
        background-size: 30px
    }

    .chw-search-tabs__button.search-category-documents:before {
        background-size: 30px
    }

    .chw-search-tabs__button.search-category-forms:before {
        background-size: 30px
    }
}

.chw-search-tabs__button--active.search-category-all:before {
    background: url(../img/icon-search-all-blue.f2564b14.svg) 50%/cover no-repeat;
    background-size: 50px;
}

.chw-search-tabs__button--active.search-category-pages:before {
    background: url(../img/icon-search-pages-blue.35c42e30.svg) 50%/cover no-repeat;
    background-size: 20px;
}

.chw-search-tabs__button--active.search-category-documents:before {
    background: url(../img/icon-search-docs-blue.7311b3a4.svg) 50%/cover no-repeat;
    background-size: 20px;
}

.chw-search-tabs__button--active.search-category-forms:before {
    background: url(../img/icon-search-forms-blue.fcb07964.svg) 50%/cover no-repeat;
    background-size: 20px;
}

@media(min-width:768px) {
    .chw-search-tabs__button--active.search-category-all:before {
        background-size: 80px
    }

    .chw-search-tabs__button--active.search-category-pages:before {
        background-size: 30px
    }

    .chw-search-tabs__button--active.search-category-documents:before {
        background-size: 30px
    }

    .chw-search-tabs__button--active.search-category-forms:before {
        background-size: 30px
    }
}

.search-result-container {
    position: relative;
}

.search-results-please-wait {
    position: absolute;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: rgb(255,255,255,0.8);
    z-index: 1;
    text-align: center;
    font-size: 25px;
}

.search-results-please-wait:not([hidden]) ~ .chw-search-results {
    filter: blur(2px);
}