.theme--light.v-file-input .v-file-input__text {
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-file-input .v-file-input__text--placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.theme--light.v-file-input.v-input--is-disabled .v-file-input__text {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-file-input.v-input--is-disabled .v-file-input__text .v-file-input__text--placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.theme--dark.v-file-input .v-file-input__text {
  color: #edf0f2;
}
.theme--dark.v-file-input .v-file-input__text--placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.theme--dark.v-file-input.v-input--is-disabled .v-file-input__text {
  color: rgba(255, 255, 255, 0.5);
}
.theme--dark.v-file-input.v-input--is-disabled .v-file-input__text .v-file-input__text--placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.v-file-input input[type=file] {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  max-width: 0;
  width: 0;
}

.v-file-input .v-file-input__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.v-file-input .v-file-input__text.v-file-input__text--chips {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.v-file-input .v-file-input__text .v-chip {
  margin: 4px;
}

.v-file-input .v-text-field__slot {
  min-height: 32px;
}

.v-file-input.v-input--dense .v-text-field__slot {
  min-height: 26px;
}

.v-file-input.v-text-field--filled:not(.v-text-field--single-line) .v-file-input__text {
  padding-top: 22px;
}

.v-file-input.v-text-field--outlined .v-text-field__slot {
  padding: 6px 0;
}
.v-file-input.v-text-field--outlined.v-input--dense .v-text-field__slot {
  padding: 3px 0;
}

/*# sourceMappingURL=0.2dbed510.css.map*/