.box {
     float: left;
     padding: 20px;
}

.custum-select {
  position: relative;
}
select::-ms-expand {
  display: none;
}
.custum-select:after {
  content: '<>';
  font: 16px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 185px;
  top: 9px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;    /*left border dei pfeiler*/
  position: absolute;
  pointer-events: none;
}
.custum-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 220px;
  height: 40px;
  margin: 5px 0px;
  padding: 0px 10px;
  font-size: 15px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #999;
  -ms-word-break: normal;
  word-break: normal;
}

.inputword {
  padding-top: 5px;
  padding-bottom: 5px;
}
.custom-datalist {
  display: block;
  max-width: 220px;
  min-width: 180px;
  border: 1px solid #999;
  z-index: 10;
  background-color: white;
  float: left;
}
.custom-datalist input {
  border: none;
  outline: none;
  background: transparent;
  /*appearance: none;*/
  border-radius: 0;
  margin: 0;
  display: block;
  width: 210px;
  padding: 9px 5px 9px 5px;
  font-size: 15px;
  color: black;
}
.custom-datalist:after {
  width: 40px;
  height: 100%;
  line-height: 38px;
  text-align: center;
  color: black;
  font-size: 24px;
  border-left: 1px solid #999;
  z-index: -1;
}
input {
  font-size: 16px;
}

table{
  float: right;
}

.fas {
  background-color: white;
  padding: 3px;
  padding-right: 5px;
  border: none;
}
.fas:hover {
  background-color: #e6f7ff;
}
