.text-options-wrapper .option[data-v-3506aa9a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 26px;
  padding: 12px 16px;
  background-color: #F3F7F8;
  border: 1px solid #E7EEF0;
  border-radius: 8px;
  margin-bottom: 14px;
  font-size: 16px;
  color: #21001C;
}
.text-options-wrapper .option-inner[data-v-3506aa9a] {
  display: flex;
  align-items: center;
}
.text-options-wrapper .option-content[data-v-3506aa9a] {
  margin-left: 10px;
  padding: 0 10px;
  line-height: 18px;
  border-left: 1px solid #D8E4E8;
  word-break: break-word;
}
.text-options-wrapper .option-icon[data-v-3506aa9a] {
  display: flex;
  align-items: center;
}
.text-options-wrapper .option-icon-true[data-v-3506aa9a] {
  width: 20px;
  height: 16px;
}
.text-options-wrapper .option-icon-false[data-v-3506aa9a] {
  width: 16px;
}
.text-options-wrapper .option-fill[data-v-3506aa9a] {
  display: block;
  width: 22px;
  height: 16px;
}
.text-options-wrapper .option.isChecked[data-v-3506aa9a] {
  background-color: #F0EFFF;
  border: 1px solid #7263FF;
  color: #7263FF;
}
.text-options-wrapper .option.isChecked .option-content[data-v-3506aa9a] {
  border-left: 1px solid #d7d3ff;
}
.text-options-wrapper .option.isTure[data-v-3506aa9a] {
  background-color: #F0FAF2;
  border: 1px solid #67CF84;
  color: #67CF84;
}
.text-options-wrapper .option.isTure .option-content[data-v-3506aa9a] {
  border-left: 1px solid #b7e8c4;
}
.text-options-wrapper .option.isFalse[data-v-3506aa9a] {
  background-color: #FEF0EF;
  border: 1px solid #F96D5F;
  color: #F96D5F;
}
.text-options-wrapper .option.isFalse .option-content[data-v-3506aa9a] {
  border-left: 1px solid #fcbeb9;
}
