.pisell-virtual-input-wrapper {
  overflow: hidden;
}

.pisell-virtual-input-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;

  .pisell-virtual-input-clear-button {
    height: 100%;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s ease;
    color: #000000;
    background-color: transparent;
    z-index: 1;
    flex-shrink: 0;
    font-size: 24px;
    padding: 4px;
  }
}
