.wrap {
  padding: 2px 17px 2px 2px;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;

  &_desc {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #9EA7B5;
  }

  &active_desc {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #142A51;
  }

  &_title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #142A51;
  }

  &_right_desc {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #9EA7B5;
  }
}

.wrap_no_active {
  background: #F5F7FA;
  border-radius: 25px;
  border: 1px solid #D4DBE7;
  padding: 2px 17px 2px 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}


.popover_title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FA4441;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}
