p a {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  margin: 0 5px;
  background-color: #d8d8d8;
  transition: all 0.3s ease; }
  p a:hover {
    background-color: #d0d0d0; }

.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px; }

.custom-file-upload {
  display: block;
  width: auto;
  text-align: center;
  font-size: 1.1em; }
  .custom-file-upload label {
    display: block;
    margin-bottom: 5px; }

.custom-file-upload * {
  font-size: 1em; }

.file-upload-wrapper {
  position: relative;
  display: inline-block;
  width: 20em; }

.file-upload-input {
  width: 13em;
  color: black;
  padding: 0.2em 0.3em;
  border: none;
  background-color: #ddd;
  transition: all 0.3s ease; }
  .file-upload-input:hover, .file-upload-input:focus {
    background-color: #d0d0d0;
    outline: none; }

.file-upload-button {
  display: inline-block;
  width: 7em;
  cursor: pointer;
  color: black;
  padding: 0.2em 0;
  border: none;
  margin-left: -1px;
  background-color: #c4c4c4;
  transition: all 0.2s ease-in; }
  .file-upload-button:hover {
    background-color: #aaaaaa; }

/*# sourceMappingURL=fileUp.css.map */
