.upload-csv {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.upload-csv:before {
  content: url("../../../../../themes/constructconnect/dist/img/upload-solid.svg");
  position: absolute;
  width: 20px;
  height: 20px;
}

.upload-csv__label {
  cursor: pointer;
  color: #185A7D;
  margin-top: 3px;
  margin-bottom: 0;
  color: #185A7D;
  font-weight: 400;
}

.upload-csv__label:hover {
  color: #103B52;
}
.csv-upload-button {
  opacity: 0;
  position: absolute;
  z-index: -1;
  cursor: pointer;
  width: 100%;
}

.list-field__file-upload {
  left: 130px;
  bottom: -33px;
  display: flex;
  align-items: center;
  position: absolute;
}

.list-field__show-all {
  display: none;
  background: none;
  border: none;
  width: 100%;
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8981967787114846) 100%);
}
.list-field__show-all.show {
  display: block;
}
