.instrumentSave {
    background: #fff;
    padding-top: 12px;
  
    .updateFile {
      :global {
        img {
          object-fit: cover !important;
        }
      }
    }
  }