input[type="file"] {
  display: none;
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  color: white !important;
}

.fitted {
  position: absolute;
  right: 1px;
}

.single-line {
  white-space: nowrap !important;
}

.bordered {
  border-width: 2px !important;
  border-style: solid !important;
  border-color: rgba(34, 36, 38, 0.25) !important;
}
