<style>
  .custom-file-input {
    display: none;
  }
  .custom-label {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    cursor: pointer;
  }
</style>