.filepond--drop-label, .filepond--credits, .filepond--hopper, .oak-filepond{display:none;}
.oak-upload-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
  border: 2px dashed #aaa;
  border-radius: 10px;
  font-size: 48px;
  color: #777;
  cursor: pointer;
  transition: all 0.6s ease;
  margin: 0 auto;
  animation: boxHint 3s cubic-bezier(0.25, 1, 0.5, 1) 0.5s 1;
	
  overflow: hidden;
	position: relative;
    box-sizing: border-box;
}
.oak-upload-progress{
	  display: flex;
	  align-items: center;
	  justify-content: center;
}
.oak-upload-box.small{
	height: 100px;
	width: 100px;
}
.oak-upload-box.large{
	height: 360px;
	width: 360px;
}
.oak-upload-btn{
	display: flex;
	  align-items: center;
	  justify-content: center;
}
.oak-upload-btn.invisible{
	display:none;
}