#input-icon {
    float: left;
    margin-left: 10px;
    margin-top: 11px;
    position: absolute;
    z-index: 2;
    color: gray;
    pointer-events: none;
}

#icon-input::placeholder {
    text-align: center;
}

input:not(:placeholder-shown) {
    z-index: 3;
}
button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.nothing {
    all: unset;
}