span.deleteicon {
    position: relative;
    display: flex;
    align-items: center;
}
span.deleteicon span {
    position: absolute;
    display: none;
    right: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    background-color: #ccc;
    font: 13px monospace;
    text-align: center;
    line-height: 1em;
    cursor: pointer;
}
span.deleteicon input {
    padding-right: 30px;
    box-sizing: border-box;
}