.vendor-file {
  width: 100%;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 14px;
}

.vendor-file::file-selector-button {
  background: #156082;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 7px 14px;
  margin-right: 12px;
  cursor: pointer;
}

.vendor-file::file-selector-button:hover {
  opacity: 0.9;
}

