.select-images-modal__title[data-v-7bf7f3c0] {
  color: #000000;
  font-weight: bold;
}
.select-images-modal__actions[data-v-7bf7f3c0] {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 8px;
}
.select-images-modal_selected[data-v-7bf7f3c0] {
  color: #677489;
}
.select-images-modal__submit-btn[data-v-7bf7f3c0] {
  background-color: #59ba9e;
  border: none;
}
.select-images-modal__submit-btn[data-v-7bf7f3c0]:not(:disabled):hover {
  background-color: #007964;
}
.image-card-template[data-v-7bf7f3c0] {
  display: inline-block;
  margin: 8px;
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.2s ease;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  background: #eaeaea;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  width: 160px;
  height: 160px;
}
.image-card-template__check[data-v-7bf7f3c0] {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #59ba9e;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  font-size: 24px;
}
.image-card-template img[data-v-7bf7f3c0] {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  vertical-align: middle;
  transition: transform 0.25s ease;
}
.image-card-template.selected[data-v-7bf7f3c0] {
  border-color: #59ba9e;
}
.thumbnail-loading[data-v-7bf7f3c0] {
  width: 7rem;
  height: 7rem;
  margin-top: 60px;
  margin-bottom: 60px;
}