

@import "dropzone.css";
 .dropzone {

          background: white;

          border-radius: 5px;

          border: 2px dashed rgb(0, 135, 247);

          border-image: none;

      }



      img[data-dz-thumbnail]{

        /*max-width: 100%;*/
        max-height: 100%;

      }



      .dz-details, .dz-image{

        text-align: center !important;
        vertical-align: middle !important;

      }



      .dz-progress{

        display:none;

      }



      .dropzone{

        padding:0;

      }

        .dropzone img {
        border-radius: 10px;
        vertical-align: middle;
        /*max-width: 95%;*/
        max-height: 95%;
        }

@media print{
  .hide-attachment{
    display: none !important;
  }
}