#help_iag img { fill: currentColor; }
.dokuwiki img.help_image { width: auto; max-width: none; margin-top: 0px; margin-bottom: 0px; }
.dokuwiki .page #help_iag li { color: inherit; }
.dokuwiki img.help_link_icon { width: 16px; height: 16px; min-width: 16px; min-height: 16px; margin:0; border:none; }
.dokuwiki img.help_icon { width: 24px; height: 24px; min-width: 24px; min-height: 24px; }
div.layers-info-box div {margin-right: 20px; }
@import url("variables");
@import url("mixins");
p,
li {
  text-align: justify;
}

li {
  margin-bottom: 10px;
  list-style: none;
}

.inline-mat-icon {
  transform: translateY(6px);
  line-height: 16px;
}

.clickable-item {
  cursor: pointer;
}
.clickable-item.inline-mat-icon {
  font-size: 20px;
  margin-left: 3px;
  transform: translateY(5px);
}

#step1-crop-help {
  width: 100%;
  min-width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#step1-crop-help img {
  width: 100%;
}

.layers-info-box {
  display: flex;
  align-items: center;
}
.layers-info-box img {
  margin-left: 20px;
  min-width: 250px;
}

img {
  border-radius: 3px;
  border: 1px solid lightgray;
}

.layers-close-info {
  display: flex;
  flex-wrap: wrap;
}
.layers-close-info .inline-image {
  height: 30px;
  margin: 0 10px;
  transform: translateY(6px);
}
