.property-input {
  display: -webkit-box;
  display: flex;
  min-width: 336px;
  white-space: nowrap;
}
.property-input[disabled=true] {
  opacity: 0.5;
}
.property-input[disabled=true] .picker :hover {
  cursor: default;
}
.property-input .picker {
  width: 36px ;
  min-width: 36px !important;
  height: 36px;
  font-size: 20px !important;
  display: -webkit-box;
  display: flex;
}
.property-input .picker:hover {
  cursor: pointer;
}
.property-input .picker span {
  -webkit-box-flex: 1;
          flex: 1;
  align-self: center;
}
.property-input .input-like {
  height: 36px;
  padding: 8px;
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  min-width: 250px;
}
.property-input .input-like::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.property-input .input-like::-webkit-scrollbar-track {
  height: 0px;
}
.property-input .input-like span.property-name {
  align-self: center;
}
.property-input .input-like span.join-icon {
  margin-right: 4px;
  margin-left: 4px;
  font-size: 20px;
  line-height: 20px;
}
.chose-property {
  padding: 8px;
  font-family: "open-sans-regular";
  text-transform: uppercase;
  font-size: 12px;
  display: inline;
}
.chose-property[disabled=true] {
  opacity: 0.5;
}
.chose-property:not([disabled=true]):hover {
  cursor: pointer;
}
