#topicSearch {
    width: 100%;
    padding: 5px;
    border-radius: 40px;
    background: #F6F7FB url("search.svg") 10px center no-repeat !important;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 20px;
    font-weight: normal;
    text-indent: 30px;
    margin: 0 0 8px 0;
    color: #333333;
}

.btntopicsearchempty {
    width: 40%;
    margin: -46px 0 0 55%;
}

#topicSearch:focus {
    outline: none;
}

#topicSearch::placeholder, #topicSearch:-ms-input-placeholder, #topicSearch:-moz-placeholder, #topicSearch::-moz-placeholder {
    font-size: 20px;
    color: #333333;
    opacity: 1;
    padding-left: 30px;
}

#topicSearchGroup {
    overflow-y: auto;
    /*    border-bottom: 1px solid #dddddd;*/
    max-height: 374px;
}

    #topicSearchGroup > div.list-group-item {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

#topicSearchGroup > div > button {
    height: 35px;
    max-height: 35px;
}