.lottie-animation-container{width:var(--lottie-animation-container-width);height:var(--lottie-animation-container-height);background-color:var(--lottie-animation-container-background-color);overflow:hidden;margin:0 auto}
.browse[data-v-2bfe8553] {
  display: flex;
  height: 100%;
}
.upload-container[data-v-2bfe8553] {
  display: flex;
  position: relative;
  height: 100%;
  padding: 20px;
}
.upload-zone[data-v-2bfe8553] {
  border: 2px dashed var(--ion-color-medium);
  border-radius: 10px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.upload-container.drag-over[data-v-2bfe8553] {
  border-color: var(--ion-color-primary);
}
.upload-dropzone[data-v-2bfe8553],
.upload-preview[data-v-2bfe8553] {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  width: 100%;
  padding: 16px;
}
.preview-image[data-v-2bfe8553] {
  display: flex;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.preview-image img[data-v-2bfe8553] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.preview-filename[data-v-2bfe8553] {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  color: var(--ion-text-color);
}
.preview-filesize[data-v-2bfe8553] {
  font-size: 14px;
  color: var(--ion-color-medium);
  margin-bottom: 5px;
}
input[type=file][data-v-2bfe8553]::-webkit-file-upload-button {
  visibility: hidden;
}
input[type=file][data-v-2bfe8553]::before {
  content: "Select File";
  display: inline-block;
  background-color: var(--ion-color-primary);
  color: var(--ion-color-light);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
input[type=file][data-v-2bfe8553]:hover::before {
  background-color: var(--ion-color-primary-shade);
}