.file__input, .file__value {
	margin-top: 12px;
    border-radius: 3px;
    margin-bottom: 0.875rem;
    color: #000;
	padding: 0.9375rem 1.0625rem;
}
.file__input--file {
  position: absolute;
  opacity: 0;
}
.file__input--label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}
.file__input--label:after {
  content: attr(data-text-btn);
  border-radius: 3px;
  background-color: #536480;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.18);
  padding: 0.9375rem 1.0625rem;
  margin: -0.9375rem -1.0625rem;
  color: white;
  cursor: pointer;
}
.file__value {
	display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    background: lightgrey;
}

.file__value--text {
 font-size: 14px;
 font-weight: 700;
}
.file__remove {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
}