.attached-files-component {
  width: 100%;
  height: 100%;
  background-color: white;
  position: relative;
}
.attached-files-component .select-file {
  position: relative;
  width: 250px;
  align-items: center;
  display: flex;
}
.attached-files-component .select-file span {
  margin: 0px 0px 0px 10px;
  font-size: 16px;
  opacity: 0.7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: lowercase;
  text-align: left;
}
.attached-files-component .select-file img {
  width: 40px;
  min-width: 40px;
  max-height: 40px;
}
.attached-files-component .select-file ons-icon {
  font-size: 14px;
  opacity: 0.6;
  margin-left: 10px;
}
.attached-files-component .select-file .single-file {
  margin: 0 20px 5px 0;
  min-height: 40px;
}
.attached-files-component .select-file .multiple-files {
  margin: 0 20px 5px 0;
  min-height: 40px;
}
.attached-files-component .requiredFile {
  box-shadow: inset 0 0 4px 4px #ff0000;
  border-radius: 10px;
}
