
.search-dropdown-item {
    color: white;
}
.search-dropdown-item:hover {
    background-color: white;
    color: #1d2c37;
}
.search-dropdown-item-active {
    background-color: white;
    color: #1d2c37;
}

.search-collection-item {
    background-color: white;
    color: #1d2c37;
}
.search-collection-item:hover {
    background-color: #1d2c37;
    color: white;
}
.search-collection-item-active {
    background-color: #1d2c37;
    color: white;
}
.search-collection-selector-box {
    overflow: hidden;
}
.search-container-content {
    background-color: white;
    font-size: 0.8rem;
}


td.gsc-filter {
    width: 10%;
}

