.center-flex[data-v-38c372c5] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-options-wrapper[data-v-38c372c5] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.img-options-wrapper .option[data-v-38c372c5] {
  position: relative;
  flex: 0 0 48%;
  text-align: center;
  box-sizing: border-box;
  height: auto;
  border: 2px solid rgba(202, 207, 211, 0.1);
  border-radius: 8px;
  margin-bottom: 14px;
  overflow: hidden;
}
.img-options-wrapper .option-img-wrapper[data-v-38c372c5] {
  display: flex;
  width: 100%;
  height: auto;
  min-height: 112px;
  border-radius: 8px;
}
.img-options-wrapper .option-img[data-v-38c372c5] {
  width: 100%;
  height: auto;
  border-radius: 8px;
  font-size: 0;
}
.img-options-wrapper .option-icon[data-v-38c372c5] {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  font-size: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  z-index: -2;
}
.img-options-wrapper .option-icon-true[data-v-38c372c5] {
  height: 20px;
}
.img-options-wrapper .option-icon-false[data-v-38c372c5] {
  width: 20px;
}
.img-options-wrapper .option.isChecked[data-v-38c372c5] {
  border-color: #7263FF;
}
.img-options-wrapper .option.isTure[data-v-38c372c5] {
  border-color: transparent;
}
.img-options-wrapper .option.isTure .option-icon[data-v-38c372c5] {
  background-color: rgba(103, 207, 132, 0.6);
  z-index: 1;
}
.img-options-wrapper .option.isFalse[data-v-38c372c5] {
  border-color: transparent;
}
.img-options-wrapper .option.isFalse .option-icon[data-v-38c372c5] {
  background-color: rgba(249, 109, 95, 0.6);
  z-index: 1;
}
.img-options-wrapper[data-v-38c372c5]::after {
  content: "";
  flex: 0 0 32%;
}
