@charset "utf-8";

.profile-image-box {
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.profile-image-inner {
  box-sizing: border-box;
}
.imageBox {
  width: 150px;
  height: 200px;
  background-color: #ebedf0;
}
img.previewImages {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.imageSelectButton {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 5px 0 0;
}
