.input-technical-description[data-v-2a007a98] {
  width: 100%;
}
.input-technical-description .detailCheckButton[data-v-2a007a98] {
  margin-top: 18px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  border-bottom: 1px solid #dcdfe6;
  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;
  margin-bottom: 20px;
}
.input-technical-description .detailCheckButton span[data-v-2a007a98] {
  width: 96px;
  height: 40px;
  font-weight: 400;
  font-size: 16px;
  color: #2b2b2b;
  text-align: center;
  cursor: pointer;
}
.input-technical-description .detailCheckButton .selected[data-v-2a007a98] {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(61, 158, 255, 0)), to(rgba(100, 178, 255, 0.2)));
  background: linear-gradient(180deg, rgba(61, 158, 255, 0) 0%, rgba(100, 178, 255, 0.2) 100%);
  position: relative;
}
.input-technical-description .detailCheckButton .selected[data-v-2a007a98]::before {
  position: absolute;
  content: "";
  display: block;
  width: 96px;
  height: 3px;
  background: #1469fc;
  left: 0;
  bottom: 0;
}
.input-technical-description .bottomShowContent[data-v-2a007a98] {
  margin-bottom: 30px;
}
.input-technical-description .bottomShowContent[data-v-2a007a98] .ak-input-control {
  width: 100% !important;
  min-height: 308px !important;
  font-weight: 400;
  font-size: 16px;
  color: #2b2b2b;
  background: #fafbfc !important;
  border-radius: 8px;
  border: 1px solid #dcdfe6;
  padding: 20px;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  resize: none;
}
.input-technical-description .bottomShowContent[data-v-2a007a98] .ak-input-control:focus {
  outline: none;
  border-color: #6ea3ff !important;
  background: #fff !important;
}
.input-technical-description .bottomShowContent .bottomUpload[data-v-2a007a98] {
  width: 100%;
}
.input-technical-description .bottomShowContent .bottomUpload[data-v-2a007a98] .ak-upload {
  width: 100%;
}
.input-technical-description .bottomShowContent .bottomUpload[data-v-2a007a98] .ak-upload .uploadContent {
  width: 100%;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px dashed #006dd3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #31364e;
  caret-color: transparent;
  background-color: rgba(0, 109, 211, 0.04);
}
.input-technical-description .bottomShowContent .bottomUpload[data-v-2a007a98] .ak-upload .uploadContent img {
  width: 100px;
  height: 100px;
  margin: 30px 0 15px 0;
}
.input-technical-description .bottomShowContent .bottomUpload[data-v-2a007a98] .ak-upload .uploadContent .titleTip {
  font-weight: 400;
  font-size: 16px;
  color: #31364e;
  margin-bottom: 4px;
}
.input-technical-description .bottomShowContent .bottomUpload[data-v-2a007a98] .ak-upload .uploadContent .sizeTip {
  font-weight: 400;
  font-size: 14px;
  color: #9a9dad;
  margin-bottom: 17px;
}
.input-technical-description .bottomShowContent .bottomUpload[data-v-2a007a98] .ak-upload .uploadContent .select-btn {
  margin-bottom: 29px;
  height: 36px;
  line-height: 36px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #1469fc;
  font-weight: 400;
  font-size: 14px;
  color: #1469fc;
  padding: 0 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.input-technical-description .bottomShowContent .bottomUpload[data-v-2a007a98] .ak-upload .uploadContent .select-btn:hover {
  background: #ecf6ff;
  border-color: #005bf8;
}
.input-technical-description .bottomShowContent .bottomUpload[data-v-2a007a98] .ak-upload .uploadContent .filed-path {
  font-size: 12px;
  color: #666;
  margin-bottom: 17px;
}
@charset "UTF-8";
@-webkit-keyframes fadeIn-a11d84fc {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes fadeIn-a11d84fc {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@-webkit-keyframes dotPulse-a11d84fc {
0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.6;
}
50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    opacity: 1;
}
}
@keyframes dotPulse-a11d84fc {
0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.6;
}
50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    opacity: 1;
}
}
@-webkit-keyframes bounceIn-a11d84fc {
0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}
50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@keyframes bounceIn-a11d84fc {
0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}
50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
}
@-webkit-keyframes subtlePulse-a11d84fc {
0% {
    -webkit-box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.2);
            box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.2);
}
70% {
    -webkit-box-shadow: 0 0 0 6px rgba(99, 102, 241, 0);
            box-shadow: 0 0 0 6px rgba(99, 102, 241, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(99, 102, 241, 0);
            box-shadow: 0 0 0 0 rgba(99, 102, 241, 0);
}
}
@keyframes subtlePulse-a11d84fc {
0% {
    -webkit-box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.2);
            box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.2);
}
70% {
    -webkit-box-shadow: 0 0 0 6px rgba(99, 102, 241, 0);
            box-shadow: 0 0 0 6px rgba(99, 102, 241, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(99, 102, 241, 0);
            box-shadow: 0 0 0 0 rgba(99, 102, 241, 0);
}
}
/* 过渡动画优化 */
.fade-enter-active[data-v-a11d84fc],
.fade-leave-active[data-v-a11d84fc] {
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.fade-enter[data-v-a11d84fc],
.fade-leave-to[data-v-a11d84fc] {
  opacity: 0;
}
.list-move[data-v-a11d84fc],
.list-enter-active[data-v-a11d84fc],
.list-leave-active[data-v-a11d84fc] {
  -webkit-transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.list-enter-from[data-v-a11d84fc],
.list-leave-to[data-v-a11d84fc] {
  opacity: 0;
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
}
.list-leave-active[data-v-a11d84fc] {
  position: absolute;
}
.slide-fade-enter-active[data-v-a11d84fc] {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.slide-fade-leave-active[data-v-a11d84fc] {
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.slide-fade-enter-from[data-v-a11d84fc] {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  opacity: 0;
}
.slide-fade-leave-to[data-v-a11d84fc] {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  opacity: 0;
}
.bounce-enter-active[data-v-a11d84fc] {
  -webkit-animation: bounceIn-a11d84fc 0.35s;
          animation: bounceIn-a11d84fc 0.35s;
}

/* 主样式 */
.global-loading-overlay[data-v-a11d84fc] {
  position: fixed;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(6px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  -webkit-animation: fadeIn-a11d84fc 0.25s ease-out;
          animation: fadeIn-a11d84fc 0.25s ease-out;
}
.loading-container[data-v-a11d84fc] {
  width: min(90%, 420px);
  padding: 1.5rem;
  background: white;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.loading-header[data-v-a11d84fc] {
  margin-bottom: 1.5rem;
  text-align: center;
  padding: 0 0.5rem;
}
.loading-header .title[data-v-a11d84fc] {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
  position: relative;
  display: inline-block;
}
.loading-header .title[data-v-a11d84fc]::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#6366f1), to(transparent));
  background: linear-gradient(90deg, #6366f1, transparent);
  border-radius: 2px;
}
.loading-header .subtitle[data-v-a11d84fc] {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.5;
  margin: 0.75rem 0 0;
}
.loading-steps[data-v-a11d84fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.loading-step-list[data-v-a11d84fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.loading-step[data-v-a11d84fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.875rem 1rem;
  background: rgba(249, 250, 251, 0.9);
  border-radius: 0.5rem;
  -webkit-transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.loading-step .step-content[data-v-a11d84fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 0.75rem;
}
.loading-step .step-loader[data-v-a11d84fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}
.loading-step .step-loader .loader-dot[data-v-a11d84fc] {
  width: 6px;
  height: 6px;
  background: #6366f1;
  border-radius: 50%;
  -webkit-animation: dotPulse-a11d84fc 1.1s infinite ease-in-out;
          animation: dotPulse-a11d84fc 1.1s infinite ease-in-out;
}
.loading-step .step-loader .loader-dot[data-v-a11d84fc]:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.loading-step .step-loader .loader-dot[data-v-a11d84fc]:nth-child(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.loading-step .step-loader .loader-dot[data-v-a11d84fc]:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.loading-step .step-text[data-v-a11d84fc] {
  color: #1f2937;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.loading-step .step-time[data-v-a11d84fc] {
  color: #6b7280;
  font-size: 0.8125rem;
  font-weight: 500;
  min-width: 2.5rem;
  text-align: right;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.loading-step .step-check[data-v-a11d84fc] {
  color: #10b981;
  margin-left: 0.5rem;
}
.loading-step .step-check .check-icon[data-v-a11d84fc] {
  width: 1.125rem;
  height: 1.125rem;
}
.loading-step[data-v-a11d84fc] {
  /* 状态样式 */
}
.loading-step.active[data-v-a11d84fc] {
  background: rgba(238, 242, 255, 0.9);
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.loading-step.active .step-text[data-v-a11d84fc] {
  color: #4f46e5;
  font-weight: 600;
}
.loading-step.active .step-time[data-v-a11d84fc] {
  color: #4f46e5;
}
.loading-step.completed[data-v-a11d84fc]:not(.last-step) {
  background: rgba(236, 253, 245, 0.9);
}
.loading-step.completed:not(.last-step) .step-text[data-v-a11d84fc] {
  color: #059669;
}
.loading-step.completed:not(.last-step) .step-time[data-v-a11d84fc] {
  color: #059669;
}
.loading-step.last-step.completed[data-v-a11d84fc] {
  background: rgba(239, 246, 255, 0.9);
  -webkit-animation: subtlePulse-a11d84fc 1.5s infinite;
          animation: subtlePulse-a11d84fc 1.5s infinite;
}
.loading-step.last-step.completed .step-text[data-v-a11d84fc] {
  color: #2563eb;
}
.loading-step.last-step.completed .step-time[data-v-a11d84fc] {
  color: #2563eb;
}
.inventionPointsSection[data-v-27a9ecc0] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inventionPointsSection .features-wrapper[data-v-27a9ecc0] {
  height: 100%;
  overflow-y: auto;
}
.inventionPointsSection .features-wrapper .features-wrapper-content[data-v-27a9ecc0] {
  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-27a9ecc0] {
  margin: 20px 0;
  background: #ffffff;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-header[data-v-27a9ecc0] {
  padding: 0 32px 0 32px;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-header .header-content[data-v-27a9ecc0] {
  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-27a9ecc0] {
  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-27a9ecc0]::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 19px;
  background: #1469fc;
  margin-right: 12px;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-header .header-content .action-buttons[data-v-27a9ecc0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body[data-v-27a9ecc0] {
  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-27a9ecc0] {
  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-27a9ecc0] {
  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-27a9ecc0] .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-27a9ecc0] {
  -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[data-v-27a9ecc0]:hover {
  background-color: #f5f9ff;
  border-color: #b1cdff;
  -webkit-box-shadow: 1px 1px 16px 1px rgba(0, 85, 164, 0.08);
          box-shadow: 1px 1px 16px 1px rgba(0, 85, 164, 0.08);
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content.selected[data-v-27a9ecc0] {
  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 .drag-handle[data-v-27a9ecc0] {
  color: #94a3b8;
  cursor: -webkit-grab;
  cursor: grab;
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .drag-handle .icon-nuodongtubiao[data-v-27a9ecc0] {
  font-size: 14px;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .drag-handle[data-v-27a9ecc0]:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content:hover .drag-handle[data-v-27a9ecc0] {
  color: #1469fc;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .techContent[data-v-27a9ecc0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .techContent .input-content[data-v-27a9ecc0] {
  width: 100%;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .techContent .input-content[data-v-27a9ecc0] .ak-form-input {
  width: 100%;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .techContent .input-content[data-v-27a9ecc0] .ak-form-input .ak-input-control {
  outline: none;
  padding: 0 2px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  color: #2b2b2b;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .techContent .input-content[data-v-27a9ecc0] .ak-form-input .ak-input-control:hover {
  border-color: #e2e8f0 !important;
  background: #f8fafc !important;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .techContent .input-content[data-v-27a9ecc0] .ak-form-input .ak-input-control:focus {
  border-color: #3b82f6 !important;
  background: #eff6ff !important;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .delete-btn[data-v-27a9ecc0] {
  width: 35px;
  text-align: left;
  color: #31364e;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  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-body .techFeat-list .techFeat-item .techFeat-item-content .delete-btn[data-v-27a9ecc0]:hover {
  color: #1469fc;
}
.inventionPointsSection .features-wrapper .features-wrapper-content .feature-card .card-body .techFeat-list .techFeat-item .techFeat-item-content .delete-btn i[data-v-27a9ecc0] {
  font-size: 14px;
}
.btn[data-v-27a9ecc0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7.5px 16px;
  border-radius: 20px;
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}
.btn i[data-v-27a9ecc0] {
  margin-right: 5px;
}
.btn-reanalyze[data-v-27a9ecc0] {
  background: #ffffff;
  border: 1px solid #1469fc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1469fc;
}
.btn-reanalyze[data-v-27a9ecc0]:hover {
  background: #ecf6ff;
  border-color: #005bf8;
}
.btn-confirm[data-v-27a9ecc0] {
  background-color: #1469fc;
  border: 1px solid #1469fc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
}
.btn-confirm[data-v-27a9ecc0]:hover {
  background-color: #0054e5;
}
.spinnerOne[data-v-5b1bf73f] {
  padding: 0 7px;
  height: 28px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.spinnerOne .rect[data-v-5b1bf73f] {
  height: 90%;
  width: 2px;
  display: inline-block;
  -webkit-animation: stretchdelay-5b1bf73f 1.2s infinite ease-in-out;
  animation: stretchdelay-5b1bf73f 1.2s infinite ease-in-out;
  background-color: #1469fc !important;
}
.rect1[data-v-5b1bf73f],
.rect2[data-v-5b1bf73f],
.rect3[data-v-5b1bf73f],
.rect4[data-v-5b1bf73f] {
  margin-right: 3px;
}
.spinnerOne .rect2[data-v-5b1bf73f] {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinnerOne .rect3[data-v-5b1bf73f] {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinnerOne .rect4[data-v-5b1bf73f] {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinnerOne .rect5[data-v-5b1bf73f] {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay-5b1bf73f {
0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
}
20% {
    -webkit-transform: scaleY(0.8);
}
}
@keyframes stretchdelay-5b1bf73f {
0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
}
20% {
    transform: scaleY(0.8);
    -webkit-transform: scaleY(0.8);
}
}
.search-expression-section[data-v-7ff9494b] {
  background: #ffffff;
  margin: 16px 0;
}
.search-expression-section .section-expression .section-header[data-v-7ff9494b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.search-expression-section .section-expression .section-header[data-v-7ff9494b]::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 19px;
  background: #1469fc;
}
.search-expression-section .section-expression .section-header .section-title[data-v-7ff9494b] {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin: 0;
}
.search-expression-section .section-expression .section-content[data-v-7ff9494b] {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-expression-section .section-expression .section-content .feature-group[data-v-7ff9494b] {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-expression-section .section-expression .section-content .feature-group[data-v-7ff9494b]:last-child {
  margin-bottom: 0;
}
.search-expression-section .section-expression .section-content .feature-group .feature-group-left[data-v-7ff9494b] {
  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;
}
.search-expression-section .section-expression .section-content .feature-group .feature-group-left .feature-header .logic-selector[data-v-7ff9494b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.search-expression-section .section-expression .section-content .feature-group .feature-group-left .feature-header .logic-selector .feature-checkbox[data-v-7ff9494b] {
  width: 16px;
  height: 16px;
  margin: 0;
}
.search-expression-section .section-expression .section-content .feature-group .feature-group-left .feature-header .logic-selector .feature-label[data-v-7ff9494b] {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  margin: 0;
  cursor: pointer;
}
.search-expression-section .section-expression .section-content .feature-group .feature-group-left .feature-options .option-row[data-v-7ff9494b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.search-expression-section .section-expression .section-content .feature-group .feature-group-left .feature-options .option-row .option-item[data-v-7ff9494b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  cursor: pointer;
  padding: 4px 0;
}
.search-expression-section .section-expression .section-content .feature-group .feature-group-left .feature-options .option-row .option-item .option-text[data-v-7ff9494b] {
  font-size: 14px;
  color: #666666;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.search-expression-section .section-expression .section-content .feature-group .feature-group-left .feature-options .option-row .option-item:hover .option-text[data-v-7ff9494b] {
  color: #333333;
}
.search-expression-section .section-expression .section-content .feature-group .feature-group-right .feature-number[data-v-7ff9494b] {
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-expression-section .section-expression .section-content .feature-group .feature-group-right .feature-number span[data-v-7ff9494b] {
  padding-left: 7px;
  height: 28px;
  line-height: 28px;
}
.search-expression-section .section-expression .section-content .feature-group .feature-group-right .feature-number span.results[data-v-7ff9494b] {
  padding-right: 7px;
}
.search-expression-section .section-expression .section-content .feature-group .feature-group-right .dange[data-v-7ff9494b] {
  color: red;
}
.search-expression-section .search-assembly[data-v-7ff9494b] {
  margin-top: 24px;
}
.search-expression-section .search-assembly .assembly-header[data-v-7ff9494b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.search-expression-section .search-assembly .assembly-header[data-v-7ff9494b]::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 19px;
  background: #1469fc;
}
.search-expression-section .search-assembly .assembly-header .assembly-title[data-v-7ff9494b] {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin: 0;
}
.search-expression-section .search-assembly .assembly-header .assembly-span[data-v-7ff9494b] {
  font-size: 12px;
  color: #2b2b2b;
  margin: 0;
}
.search-expression-section .search-assembly .assembly-content[data-v-7ff9494b] {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group[data-v-7ff9494b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: relative;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group .assembly-input[data-v-7ff9494b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  font-size: 14px;
  color: #333333;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group .assembly-input[data-v-7ff9494b]:focus {
  outline: none;
  border-color: #1469fc;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group .assembly-input[data-v-7ff9494b]::-webkit-input-placeholder {
  color: #999999;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group .assembly-input[data-v-7ff9494b]::-moz-placeholder {
  color: #999999;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group .assembly-input[data-v-7ff9494b]:-ms-input-placeholder {
  color: #999999;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group .assembly-input[data-v-7ff9494b]::-ms-input-placeholder {
  color: #999999;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group .assembly-input[data-v-7ff9494b]::placeholder {
  color: #999999;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group .assembly-preview[data-v-7ff9494b] {
  position: absolute;
  right: 132px;
  top: 4px;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group .assembly-preview .preview-result[data-v-7ff9494b] {
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group .assembly-preview .preview-result span[data-v-7ff9494b] {
  padding-left: 7px;
  height: 28px;
  line-height: 28px;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group .assembly-preview .preview-result span.results[data-v-7ff9494b] {
  padding-right: 7px;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group .assembly-preview .dange[data-v-7ff9494b] {
  color: red;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group .btn-primary[data-v-7ff9494b] {
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #1469fc;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.search-expression-section .search-assembly .assembly-content .assembly-input-group .btn-primary[data-v-7ff9494b]:hover {
  background: #0054e5;
}
.search-expression-section .generated-expression[data-v-7ff9494b] {
  margin-top: 24px;
}
.search-expression-section .generated-expression .expression-header[data-v-7ff9494b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.search-expression-section .generated-expression .expression-header .expression-title[data-v-7ff9494b] {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.search-expression-section .generated-expression .expression-header .expression-title[data-v-7ff9494b]::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 19px;
  background: #1469fc;
}
.search-expression-section .generated-expression .expression-header .action-buttons .btn-secondary[data-v-7ff9494b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7.5px 16px;
  font-weight: 400;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ffffff;
  border: 1px solid #1469fc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1469fc;
  cursor: pointer;
}
.search-expression-section .generated-expression .expression-header .action-buttons .btn-secondary i[data-v-7ff9494b] {
  margin-right: 5px;
}
.search-expression-section .generated-expression .expression-header .action-buttons .btn-secondary[data-v-7ff9494b]:hover {
  background: #ecf6ff;
  border-color: #005bf8;
}
.search-expression-section .generated-expression .expression-content[data-v-7ff9494b] {
  position: relative;
}
.search-expression-section .generated-expression .expression-content .expression-textarea[data-v-7ff9494b] {
  width: 100%;
  min-height: 308px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  resize: none;
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-weight: 400;
  background-color: #fafbfc;
  text-align: justify;
  color: #2b2b2b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  padding: 20px;
}
.search-expression-section .generated-expression .expression-content .expression-textarea[data-v-7ff9494b]::-webkit-input-placeholder {
  color: #999;
}
.search-expression-section .generated-expression .expression-content .expression-textarea[data-v-7ff9494b]::-moz-placeholder {
  color: #999;
}
.search-expression-section .generated-expression .expression-content .expression-textarea[data-v-7ff9494b]:-ms-input-placeholder {
  color: #999;
}
.search-expression-section .generated-expression .expression-content .expression-textarea[data-v-7ff9494b]::-ms-input-placeholder {
  color: #999;
}
.search-expression-section .generated-expression .expression-content .expression-textarea[data-v-7ff9494b]::placeholder {
  color: #999;
}
.search-expression-section .generated-expression .expression-content .expression-textarea[data-v-7ff9494b]:hover {
  border-color: #8dc7ff !important;
  background: #eff6ff !important;
}
.search-expression-section .generated-expression .expression-content .expression-textarea[data-v-7ff9494b]:focus {
  border-color: #1469fc !important;
  background: #fff !important;
}
.search-expression-section .generated-expression .expression-content .expression-result[data-v-7ff9494b] {
  position: absolute;
  right: 20px;
  bottom: -35px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 4px 8px;
}
.search-expression-section .generated-expression .expression-content .expression-result span[data-v-7ff9494b] {
  padding-left: 4px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}
.search-expression-section .generated-expression .expression-content .expression-result span.results[data-v-7ff9494b] {
  padding-right: 4px;
  font-weight: 500;
}
.search-expression-section .generated-expression .expression-content .dange[data-v-7ff9494b] {
  color: red;
}

.expression-tip {
  width: 200px !important;
  background: #fff !important;
}

.aiAssisted[data-v-29f30c9e] .ak-dialog-content {
  padding: 0;
  overflow: hidden;
}
.ai-assisted-container[data-v-29f30c9e] {
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: Microsoft YaHei, Microsoft YaHei;
}
.ai-assisted-container .step-indicator[data-v-29f30c9e] {
  width: 100%;
  height: 99px;
  padding: 20px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f3f9ff;
}
.ai-assisted-container .step-indicator .steps-container[data-v-29f30c9e] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.ai-assisted-container .step-indicator .steps-container .step-item[data-v-29f30c9e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ai-assisted-container .step-indicator .steps-container .step-item .step-circle[data-v-29f30c9e] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}
.ai-assisted-container .step-indicator .steps-container .step-item .step-circle .step-icon[data-v-29f30c9e] {
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ai-assisted-container .step-indicator .steps-container .step-item .step-label[data-v-29f30c9e] {
  text-align: center;
}
.ai-assisted-container .step-indicator .steps-container .step-item .step-label .step-text[data-v-29f30c9e] {
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ai-assisted-container .step-indicator .steps-container .step-item .step-line[data-v-29f30c9e] {
  position: absolute;
  top: 12px;
  left: calc(50% + 15px);
  right: calc(-50% + 15px);
  width: 100%;
  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;
}
.ai-assisted-container .step-indicator .steps-container .step-item .step-line .step-connector[data-v-29f30c9e] {
  width: 50%;
  height: 4px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ai-assisted-container .step-indicator .steps-container .step-item .step-line .step-connector.line-inactive[data-v-29f30c9e] {
  background: #bdbec8;
}
.ai-assisted-container .step-indicator .steps-container .step-item .step-line .step-connector.line-active[data-v-29f30c9e] {
  background: #1469fc;
}
.ai-assisted-container .step-indicator .steps-container .step-item .step-line .step-connector.line-completed[data-v-29f30c9e] {
  background: #1469fc;
}
.ai-assisted-container .step-indicator .steps-container .step-item.step-inactive .step-circle[data-v-29f30c9e] {
  background: #bdbec8;
}
.ai-assisted-container .step-indicator .steps-container .step-item.step-inactive .step-circle .step-icon[data-v-29f30c9e] {
  color: #fff;
}
.ai-assisted-container .step-indicator .steps-container .step-item.step-inactive .step-text[data-v-29f30c9e] {
  color: #2b2b2b;
}
.ai-assisted-container .step-indicator .steps-container .step-item.step-active .step-circle[data-v-29f30c9e] {
  background: #1469fc;
}
.ai-assisted-container .step-indicator .steps-container .step-item.step-active .step-circle .step-icon[data-v-29f30c9e] {
  color: #ffffff;
}
.ai-assisted-container .step-indicator .steps-container .step-item.step-active .step-text[data-v-29f30c9e] {
  color: #1469fc;
}
.ai-assisted-container .step-indicator .steps-container .step-item.step-completed .step-circle[data-v-29f30c9e] {
  background: #1469fc;
}
.ai-assisted-container .step-indicator .steps-container .step-item.step-completed .step-circle .step-icon[data-v-29f30c9e] {
  color: #ffffff;
}
.ai-assisted-container .step-indicator .steps-container .step-item.step-completed .step-text[data-v-29f30c9e] {
  color: #1469fc;
}
.ai-assisted-container .main-content[data-v-29f30c9e] {
  width: 100%;
  height: calc(100% - 99px);
  overflow: hidden;
  overflow-y: auto;
  padding: 0 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.step-footer[data-v-29f30c9e] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step-footer .wordTextNumContent[data-v-29f30c9e] {
  font-weight: 400;
  font-size: 14px;
  color: #2b2b2b;
}
.step-footer .prev-btn[data-v-29f30c9e],
.step-footer .next-btn[data-v-29f30c9e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8.5px 18px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
}
.step-footer .prev-btn[data-v-29f30c9e]:disabled,
.step-footer .next-btn[data-v-29f30c9e]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.step-footer .prev-btn.loading .rotating[data-v-29f30c9e],
.step-footer .next-btn.loading .rotating[data-v-29f30c9e] {
  -webkit-animation: rotate-29f30c9e 1s linear infinite;
          animation: rotate-29f30c9e 1s linear infinite;
}
@-webkit-keyframes rotate-29f30c9e {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes rotate-29f30c9e {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.step-footer .prev-btn[data-v-29f30c9e] {
  background: #f3f4f6;
  color: #374151;
}
.step-footer .prev-btn[data-v-29f30c9e]:hover:not(:disabled) {
  background: #e5e7eb;
}
.step-footer .prev-btn i[data-v-29f30c9e] {
  margin-right: 0.5rem;
}
.step-footer .next-btn[data-v-29f30c9e] {
  background: #3b82f6;
  color: white;
}
.step-footer .next-btn[data-v-29f30c9e]:hover:not(:disabled) {
  background: #2563eb;
}
.step-footer .next-btn i[data-v-29f30c9e] {
  margin-left: 0.5rem;
}
