.text-filter-dropdown {
    position: relative;
    display: inline-block;
    width: auto;
}

.text-filter-container {
    /*background-color: #fff;*/
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    /*z-index: 1 !important;*/
    padding: 10px;
    display: flex; /* Use flexbox for layout */
    align-items: center; /* Align items vertically */
    white-space: nowrap; /* Prevent the container from wrapping */
    /*min-width: 150px; !* Ensure a minimum width for the container *!*/
}

.text-filter-input {
    width: 100%;
    flex: 1; /* Allow input field to take available space */
}


.text-filter-container>.input-field i:first-child {
    font-size: 20px;
    margin-right: 8px;
}

.text-filter-container>.input-field .suffix{
    right: 0;
    position: relative;
    top: .5rem;
    padding: 0;
    width: 20px;
}

.text-filter-container>.input-field .suffix i{
    font-size: 20px;
}

.text-filter-container>.input-field>input {
    width: 80px;
    font-size: 12px;
    height: 28px;
    margin: 0 8px 0 36px;
}