.form-wizard-icon-list-item a {
  padding: 0.25rem;
}

.backendWidth {
  display: flex;
  flex-direction: column;
  align-items: center; /* Centre horizontalement */
}

.icon-grid img.img-thumbnail {
  width: 50px;
  margin: 5px;
  border-radius: 5px;
}

a.icon-grid-item.svelte-1cfjtfe.active img {
  border: 5px solid;
  color: rgb(31, 90, 173);
}

.backendWidth::before {
  content: "";
  width: 19px;
  border-radius: 3px;
  border-top: 2px solid black;
  display: block;
}

.backendWidth::after {
  content: "";
  width: 19px;
  border-radius: 3px;
  border-bottom: 2px solid black;
  display: block;
}

.backendWidthContent {
  display: inline-flex;
  border-radius: 3px;
  background-color: black;
  color: white;
  padding: 0px 5px;
  text-transform: uppercase;
  margin-top: 1px;
  margin-bottom: 1px;
}

.backendWidthContent[value="s"] {
  padding: 0px 5px;
}

.backendWidthContent[value="m"] {
  padding: 0px 9px;
}

.backendWidthContent[value="l"] {
  padding: 0px 13px;
}

.backendWidthContent[value="xl"] {
  padding: 0px 17px;
}

.cropper .cropper-focus-area {
  border-radius: 1rem;
  border: 2px solid rgba(0 0 0 / 50%);
  background: rgba(0 0 0 / 20%);
  position: relative;


  &::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -2px;
    padding-top: -2px;
    background-color: rgba(0 0 0 / 50%);
    font-size: 0;
  }

  & > div {
    display: none;
  }
}
