
#media_form #image {
    width: 150px;
    height: 150px;
    background-size: contain; /* Ensures the SVG scales properly */
    background-repeat: no-repeat; /* Avoids repeating the SVG */
    background-position: center; /* Centers the SVG */
    display: inline-block; /* Allows you to use this inline */
    background-image: url("../media/svg/tag.svg");
  }
  
  #media_form #image  .dz-message.needsclick {
    visibility: hidden;
  }

  .dropzone .dz-preview.dz-image-preview {
    background: transparent;
  }

  .dropzone {
    padding: 0px;
  }

.media-type.nav-link {
    cursor: pointer;
}