#APPSBDWP,.mfp-wrap {
  .dd-upload-wrap{
    min-height: 100px;
    position: relative;
    border: 1px solid #ced4da;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    &.dd-file-dropping{
      border: 2px dashed red;
      >span.dd-msg{
        color:red;
      }
    }
    >span.dd-msg{

      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      font-weight: bold;
      font-size: 16px;
      text-align: center;
    }
    >input{
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      position: absolute;
    }
  }
}