.voice-search-icon {
    position: fixed;
    z-index: 9999;
    border-radius: 50%;
}

.voice-search-icon.bottom-right {
    bottom: 20px;
    right: 20px;
}

.voice-search-icon.bottom-left {
    bottom: 20px;
    left: 20px;
}

.voice-search-icon.top-right {
    top: 20px;
    right: 20px;
}

.voice-search-icon.top-left {
    top: 20px;
    left: 20px;
}

.floating-voice-search {
    background-color: transparent;
    color: #fff;
    padding: 15px 20px;
    border-radius: 50%;
    border: none;
}

#voice-search-button i {
    font-size: 24px;
}
.dt-container select.dt-input {
    padding: 4px 15px;
    background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 0px top 60%;
}