.tia_filter_input i {
	padding: unset;
}

.tia_filter_input {
    width: 55%;
}

.tia_filter_input select option {
	text-align: left;
}

.tia_filter_input select option:first-child {
	text-align: center;
}

.tia_block_filter {
	width: 100%;
	padding-bottom: 1rem;
}

#tia_manager_filter {
	display: none;
}

.tia_search_div_close {
    padding: unset;
    border: unset;
    position: relative;
    display: flex;
    align-items: center;
}

.tia_search_div_close i {
    position: absolute;
    right: 1px;
    color: #71639e;
    padding: 5px;
    background: white;
    display: none;
}
