.warning-message {
  font-size: 0.65rem;
  line-height: 1;
  display: block;
  color: #ff6528;
  padding: 2px 0 0 8px;
}
.success-message:before {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: -1;
}
.success-message img {
  height: 80%;
}
.success-message {
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  inset: 0 0 0 0;
}
.add-pin {
  background-color: #ffffff;
  /* padding: 1rem; */
  margin-bottom: 1rem;
  border-radius: 0.4rem;
}
.add-pin__image {
  object-fit: cover;
  position: absolute;
  inset: 0 0 0 0;
  height: 100%;
  width: 100%;
}
.add-pin__image-wrapper {
  position: relative;
  width: 100%;
  height: 5rem;
}
.add-pin__image-buttons {
  position: absolute;
  inset: 0.2rem auto auto 0.2rem;
  z-index: 1;
  padding: 0.2rem;
  height: calc(100% - 0.4rem);
  width: calc(100% - 0.4rem);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.add-pin__image-button {
  font-size: 0.75rem;
}
.add-pin__image-id {
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: auto;
  font-weight: bold;
}
.add-pin__images {
  max-height: 20rem;
  overflow-y: auto;
}
.add-pin__selected-image {
  height: 100%;
}
.add-pin__no-selected-image {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #4463b2;
}
.add-pin__no-selected-image i {
  display: block;
  font-size: 4rem;
  margin-bottom: 1rem;
}
.add-pin__selected-image-view {
  overflow: hidden;
  position: relative;
  height: 500px;
}
.add-pin__selected-image-view img {
  position: absolute;
  inset: 0 0 0 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
