@import url("core.css");
.no-files-found {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 20vh;
  padding: 4rem 1rem;
}

.preset-div .item-div .img {
  background-color: rgb(238, 238, 238);
}
.preset-div .item-div .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-image: url("https://i.postimg.cc/BbMhGfTy/light-abstract-empty-square-transparent-background-pattern-vector-231364928.jpg");
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main_image_cont {
  background-image: url("https://i.postimg.cc/BbMhGfTy/light-abstract-empty-square-transparent-background-pattern-vector-231364928.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}/*# sourceMappingURL=png-style.css.map */