.center-flex[data-v-5836f7fe] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-item-wrapper[data-v-5836f7fe] {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #E7EEF0;
}
.text-item-wrapper .item-wrapper[data-v-5836f7fe] {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-item-wrapper .item[data-v-5836f7fe] {
  box-sizing: border-box;
  width: 126px;
  min-height: 94px;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  white-space: pre-wrap;
  color: #111F2C !important;
  font-size: 14px;
  word-break: break-word;
}
.text-item-wrapper .item-circle[data-v-5836f7fe] {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: -10px;
  z-index: 2;
  transform: translateY(-50%);
  border: 1px solid #CFD2D5;
  background-color: #fff;
}
.text-item-wrapper .item-circle.isTrue[data-v-5836f7fe] {
  width: 18px;
  height: 18px;
  right: -9px;
}
.text-item-wrapper .item-circle-img[data-v-5836f7fe] {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-item-wrapper .item-circle-img.isTrue[data-v-5836f7fe] {
  width: 12px;
}
