@mixin kbq-reset-input {
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;

    /* clears the 'X' from Internet Explorer */
    &::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }

    &::-ms-reveal {
        display: none;
        width: 0;
        height: 0;
    }

    /* clears the 'X' from Chrome */
    &::-webkit-search-decoration,
    &::-webkit-search-cancel-button,
    &::-webkit-search-results-button,
    &::-webkit-search-results-decoration {
        display: none;
    }
}
