
.clearable {
    padding-right: 2rem;
}
.clear-input {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #aaa;
    z-index: 3;
}
.clear-input:hover {
    color: #000;
}
