[data-big-image], [data-all-images] {display:none}
.order-item__file .load-title {
    color:  var(--color-accent);
    font-size: inherit;
}
.filepond--drop-label img {
	width: 3rem;
}
.filepond--root {
    margin-bottom: 0rem;
    color: var(--content-dark);
    font-size: 1rem;
}
.filepond--drop-label label {
    cursor: pointer;
}
.filepond--root .filepond--drop-label label {
    font-size: 1rem;
    font-weight: 500;
    color: var(--content-dark);
    font-family: Rubik, sans-serif;
    line-height: 1.5;
}
.load-subtitle {
	opacity: 0.5;
	font-size: 0.875rem;
	font-weight: 400;
}
.filepond--root.filepond--hopper, .filepond--drop-label {width: 100%}
.order-item__file .filepond--drop-label {min-height: 11rem;}
.filepond--root .filepond--drop-label {
    display: flex;
    flex-direction: column;
    background: #F5F7F9;;
    color: #0000EE;
    font-family: Geologica;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    border: 1.5px dashed rgba(153, 144, 163, 0.72);
    border-radius: 0.75rem;
    cursor: pointer;
  }
  .sublabel {
  	font-family: Geologica;
    font-size: 0.725rem;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    opacity: 0.4;
    color: #727193
  }
  .subimage {
  	position: absolute;
    top: 0.5rem;
    left: -3rem;
    width: 1.5rem;
  }
  .filepond--root *:not(text) {
    font-size: 0.875rem;
    background: transparent;
    border-radius: 0;
  }
  .filepond--panel-center.filepond--panel-root,
  .filepond--panel-bottom.filepond--panel-root{
    background: transparent;
  }
  .filepond--file-wrapper {
    background: #fff;
  }
  .filepond--file-info {
    color: #000;
    font-family: Geologica;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
  }
  
  .filepond--root .filepond--list-scroller {
    top: .525rem;
  }
  .filepond--file-action-button.filepond--action-remove-item {
    background: transparent;
    margin-top: .25rem;
  }
  .filepond--file-info .filepond--file-info-main {
    line-height: 1.4;
    font-size: 0.75rem;
  }

  input#fileToUpload {display:none}
  .filepond--action-remove-item svg {
    background: #A8A5AD;
    border-radius: 0.25rem;
  }
  [data-filepond-item-state*='invalid'] .filepond--item-panel, [data-filepond-item-state*='error'] .filepond--item-panel {
    background-color: #c44e47;
    border-radius: 0.25rem;
  }
  [data-filepond-item-state="load-invalid"] .filepond--file-action-button.filepond--file-action-button svg{
    background: #fff;
    color: #000;
  }

  [data-filepond-item-state="load-invalid"] .filepond--file-info{
    color: #fff;
  }
  .filepond--file-action-button:hover, .filepond--file-action-button:focus {
    box-shadow: none;
  }
  .filepond--file-status .filepond--file-status-main {
    font-size: 0.85rem;
    font-family: Geologica;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
  }
  .filepond--file-status .filepond--file-status-sub {
    font-size: 0.625rem;
    opacity: 0.65;
    font-family: Geologica;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
  }
  @media only screen and (max-width: 479px) {
	.filepond--root *:not(text) {
		font-size: 0.75rem;
	}
	.filepond--root, .filepond--root .filepond--drop-label,
	.filepond--root.filepond--hopper, .filepond--drop-label	{
		min-height: 8.625rem;
	  }
}