@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap);
.image__box {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #edeff4;
  border-radius: 6px;
  height: 132px;
  width: 132px;
}
.image__box--disabled {
  cursor: no-drop;
  opacity: 0.6;
}
.image__box--locked {
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  cursor: no-drop;
}
.image__box--upload {
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  cursor: pointer;
}
.image__box--delete {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 132px;
  width: 132px;
  position: absolute;
  background-color: rgba(33, 33, 33, 0.4);
  cursor: pointer;
}
