/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/
.myFileDel {
  display: none;
  border: none;
  background-color: transparent;
}
.file_input {
  display: none;
}

.custom_file_input {
  height: fit-content;
  content: "Wybierz plik";
  display: inline-block;
  background: #18234d;
  border: 2px solid #18234d;
  border-radius: 20px;
  padding: 5px 10px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: none;
  font-weight: 900;
  font-size: 10pt;
  color: #fff;
}
