@import "../style/index.scss";

.#{$kara-prefix}-input {
  width: 100%;
  outline: none;
  border: transparent;
  font-size: 42px;

  &-container {
    position: relative;
    display: flex;
    align-items: center;
    height: 130px;
    line-height: 130px;
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
  }

  &-clear {
    position: absolute;
    right: 5px;
    bottom: 12px;
    color: #acacac;
  }

  &-search {
    margin: 0 10px;
  }

  &-search-input {
    height: 80%;
  }
}
