.inventionPointsSection[data-v-0626fb0e] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inventionPointsSection .features-wrapper[data-v-0626fb0e] {
  height: 100%;
  overflow-y: auto;
}
.inventionPointsSection .features-wrapper .features-wrapper-content[data-v-0626fb0e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card[data-v-0626fb0e] {
  margin: 20px 0;
  background: #ffffff;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-header[data-v-0626fb0e] {
  padding: 0 32px 0 32px;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-header .header-content[data-v-0626fb0e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-header .header-content .card-title[data-v-0626fb0e] {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  color: #2b2b2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-header .header-content .card-title[data-v-0626fb0e]::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 19px;
  background: #1469fc;
  margin-right: 12px;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body[data-v-0626fb0e] {
  padding: 20px 32px 0 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list[data-v-0626fb0e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item[data-v-0626fb0e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .item-checkbox[data-v-0626fb0e] .ak-checkbox-inner {
  border-color: #2b2b2b !important;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content[data-v-0626fb0e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  padding: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #dcdfe6;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content.selected[data-v-0626fb0e] {
  background-color: #eff6ff;
  border-color: #3b82f6;
  -webkit-box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.1);
          box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.1);
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .techContent[data-v-0626fb0e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
  font-size: 16px;
  color: #2b2b2b;
}
