:host {
  top: 48px;
  .outerBox {
    border-radius: 4px;
    box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    width: 50%;
    height: 60%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .upload-icon {
    width: 80px;
    // height: 60px;
    fill: #057dcd;
    margin: 0 auto;
  }
  ::ng-deep.ngx-file-drop__drop-zone-label {
    font-size: 14px;
    color: #7a8589;
    padding: 5px;
  }
  ::ng-deep.ngx-file-drop__drop-zone {
    border: none !important;
  }
  ::ng-deep.ngx-file-drop__content{
    display: block !important;
  }
}
