.el-input__inner {
    background: #F1F3F5;
    color: #2A2B2E;
    font-size: 16px;
    border: none;
    width: 160px;
    height: 46px;
  }

  .el-select-dropdown__item {
    font-size: 16px;
    color: #6A6B6D;
  }

  .el-select-dropdown__item.selected {
    color: #E60039;
  }