﻿/* Top search bar styles */

#cludo-search-form .search-input, #cludo-search-form input[type="search"], .cludo-search-form .search-input, .cludo-search-form input[type="search"] {
    border: 1px solid transparent;
    background-color: #f2f2f2;
    color: #4d4d4d;
    padding: 0 40px 0 10px;
    height: 40px;
    line-height: 1.2;
    width: 250px;
    font-size: 14px;
    -webkit-appearance: none;
}

#cludo-search-form *, #cludo-search-form-content *, #cludo-search-results *, .cludo-search_autocomplete * {
    box-sizing: border-box;
    text-align: left;
    text-shadow: none;
    font-style: normal;
}

#cludo-search-form .search-button, #cludo-search-form button, .cludo-search-form .search-button, .cludo-search-form button {
    background-color: #f2f2f2;
    color: #4d4d4d;
    background-image: url(https://customer.cludo.com/img/search.svg);
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid transparent;
    width: 40px;
    height: 36px;
    position: absolute;
    right: 2px;
    top: 2px;
    padding: 4px;
    overflow: hidden;
    text-indent: -999px;
    transition: all .3s ease-in-out;
    z-index: 9999;
    filter: none;
    float: none;
}

#cludo-search-form button, .cludo-search-form button, .cludo-search_autocomplete button {
    text-align: center;
}

#cludo-search-form *, #cludo-search-form-content *, #cludo-search-results *, .cludo-search_autocomplete * {
    box-sizing: border-box;
    text-align: left;
    text-shadow: none;
    font-style: normal;
}

/* Search page overrides */
#cludo-search-results .cludo-facet-wrapper .cludo-facet__value-list-item-anchor {
    font-size: 12px !important;
}

#cludo-search-results .cludo-search-results-list ul li .cludo-search-results-item__title {
    font-size: 17.5px !important;
}

#cludo-search-results .cludo-search-results__layout .side-facets .cludo-facet__header {
    font-size: 9.5px !important;
}

#cludo-search-results .cludo-search-results__layout .cludo-search-results__facets .top-category #facet-item-list-Category {
    border-bottom: none;
}

#cludo-search-results .cludo-search-results__layout .side-facets #facet-item-list-FilterbyDocumentType {
    display: flex;
    flex-wrap: wrap;
    gap: .5em;
}