.reviewPageContent[data-v-333d5390] {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 20px;
  min-height: 400px;
  position: relative;
}
.reviewPageContent .review-image[data-v-333d5390] {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}
.reviewPageContent .review-title[data-v-333d5390] {
  font-size: 24px;
  font-weight: 700;
  color: #1469fc;
  margin-bottom: 12px;
}
.reviewPageContent .review-desc[data-v-333d5390] {
  font-size: 14px;
  color: #6b7280;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 400px;
}
.reviewPageContent .start-btn[data-v-333d5390] {
  min-width: 160px;
  height: 40px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  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;
  gap: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(20, 105, 252, 0.3);
          box-shadow: 0 4px 12px rgba(20, 105, 252, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.reviewPageContent .start-btn[data-v-333d5390]:hover:not(:disabled) {
  -webkit-box-shadow: 0 6px 16px rgba(20, 105, 252, 0.4);
          box-shadow: 0 6px 16px rgba(20, 105, 252, 0.4);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.reviewPageContent .start-btn .play-icon[data-v-333d5390] {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin-left: 2px;
  margin-right: 4px;
}
.resultPageContent[data-v-333d5390] {
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.resultPageContent .result-header[data-v-333d5390] {
  background: #eff6ff;
  border: 1px solid #8dc7ff;
  border-radius: 8px;
  padding: 20px;
  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;
  margin-bottom: 16px;
}
.resultPageContent .result-header .result-header-detail .result-title[data-v-333d5390] {
  font-weight: bold;
  font-size: 16px;
  color: #1469fc;
  margin-bottom: 10px;
}
.resultPageContent .result-header .result-header-detail .result-conclusion[data-v-333d5390] {
  font-weight: 400;
  font-size: 14px;
  color: #2b2b2b;
}
.resultPageContent .result-header .result-header-detail .result-pending[data-v-333d5390] {
  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: 0.25rem;
}
.resultPageContent .result-header .result-header-detail .result-pending .loader-dot[data-v-333d5390] {
  width: 6px;
  height: 6px;
  background: #1469fc;
  border-radius: 50%;
  -webkit-animation: dotPulse-333d5390 1.1s infinite ease-in-out;
          animation: dotPulse-333d5390 1.1s infinite ease-in-out;
}
.resultPageContent .result-header .result-header-detail .result-pending .loader-dot[data-v-333d5390]:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.resultPageContent .result-header .result-header-detail .result-pending .loader-dot[data-v-333d5390]:nth-child(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.resultPageContent .result-header .result-header-detail .result-pending .loader-dot[data-v-333d5390]:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.resultPageContent .result-header .result-header-detail .result-pending .loading-text[data-v-333d5390] {
  color: #2b2b2b;
  font-size: 14px;
}
.resultPageContent .result-content[data-v-333d5390] {
  width: 100%;
  height: calc(100% - 112px);
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #8dc7ff;
  overflow: hidden;
  overflow-y: auto;
  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-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 16px;
}
.resultPageContent .result-content .problem-count[data-v-333d5390] {
  margin-left: 10px;
  color: #9a9dad;
  font-size: 13px;
}
.resultPageContent .result-content .result-content-body[data-v-333d5390] {
  overflow: auto;
  max-height: 100%;
}
.resultPageContent .result-content .result-content-body .check-type-section[data-v-333d5390] {
  margin-bottom: 24px;
}
.resultPageContent .result-content .result-content-body .check-type-section[data-v-333d5390]:last-child {
  margin-bottom: 0;
}
.resultPageContent .result-content .result-content-body .check-type-section .result-content-title i[data-v-333d5390] {
  font-size: 27px;
  color: #1469fc;
  vertical-align: -5px;
}
.resultPageContent .result-content .result-content-body .check-type-section .result-content-title[data-v-333d5390] {
  font-weight: 400;
  font-size: 15px;
  color: #2b2b2b;
  padding: 2px 20px;
  margin: 13px 0;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-header[data-v-333d5390] {
  padding: 12px 20px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-weight: bold;
  font-size: 14px;
  color: #2b2b2b;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-header .ak-tooltip[data-v-333d5390] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-header .section-sub[data-v-333d5390] {
  color: #6b7280;
  font-weight: 400;
  font-size: 13px;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content[data-v-333d5390] {
  padding: 0 20px;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent[data-v-333d5390] {
  width: 100%;
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  font-size: 14px;
  color: #2b2b2b;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-pending[data-v-333d5390] {
  background: #eff6ff;
  color: #2b2b2b;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-processing[data-v-333d5390] {
  background: #eff6ff;
  color: #2b2b2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-processing .loading-icon[data-v-333d5390] {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-error[data-v-333d5390] {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #eb4646;
  text-align: left;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-error .error-item[data-v-333d5390] {
  margin-bottom: 12px;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-error .error-item[data-v-333d5390]:last-child {
  margin-bottom: 0;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-error .error-item .error-desc[data-v-333d5390] {
  font-size: 14px;
  color: #eb4646;
  margin: 0 5px;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-error .error-item .error-location[data-v-333d5390] {
  font-size: 14px;
  color: #1469fc;
  cursor: pointer;
  margin-left: 4px;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-error .error-item .error-location[data-v-333d5390]:hover {
  font-weight: bold;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-success[data-v-333d5390] {
  background: #eff6ff;
  color: #2b2b2b;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-failed[data-v-333d5390] {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #eb4646;
  text-align: left;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-failed .failed-text[data-v-333d5390] {
  font-size: 14px;
  color: #eb4646;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-failed .retry-link[data-v-333d5390] {
  font-size: 14px;
  color: #1469fc;
  cursor: pointer;
  margin-left: 4px;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-failed .retry-link[data-v-333d5390]:hover {
  text-decoration: underline;
}
.resultPageContent .result-content .result-content-body .check-type-section .no-check-items[data-v-333d5390] {
  padding: 20px;
  text-align: center;
}
.resultPageContent .result-content .result-content-body .check-type-section .no-check-items .no-check-items-text[data-v-333d5390] {
  color: #9a9dad;
  font-size: 14px;
}
.resultPageContent .data-loading[data-v-333d5390] {
  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;
  padding: 40px 20px;
  gap: 8px;
  color: #2b2b2b;
  font-size: 14px;
}
.resultPageContent .data-loading .loading-icon[data-v-333d5390] {
  width: 16px;
  height: 16px;
}
.resultPageContent .no-data[data-v-333d5390] {
  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;
  padding: 40px 20px;
}
.resultPageContent .no-data .no-data-text[data-v-333d5390] {
  color: #9a9dad;
  font-size: 14px;
}
@-webkit-keyframes loadingDots-333d5390 {
0%, 20% {
    opacity: 0.5;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
50% {
    opacity: 1;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
}
100% {
    opacity: 0.5;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes loadingDots-333d5390 {
0%, 20% {
    opacity: 0.5;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
50% {
    opacity: 1;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
}
100% {
    opacity: 0.5;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@-webkit-keyframes dotPulse-333d5390 {
0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.6;
}
50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    opacity: 1;
}
}
@keyframes dotPulse-333d5390 {
0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.6;
}
50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    opacity: 1;
}
}
.est-nonstandard-form[data-v-daf124b0] {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 20px;
}
.est-nonstandard-form .form-title[data-v-daf124b0] {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 32px;
  text-align: center;
}
.est-nonstandard-form .estNonstandardForm[data-v-daf124b0] {
  width: 100%;
  max-width: 700px;
}
.est-nonstandard-form .title-input-form[data-v-daf124b0] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 28px;
}
.est-nonstandard-form .title-input-form[data-v-daf124b0] .ak-form-label {
  width: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  margin-bottom: 8px;
}
.est-nonstandard-form .title-input-form[data-v-daf124b0] .ak-form-box {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.est-nonstandard-form .title-input-form[data-v-daf124b0] .ak-form-box .ak-input-control {
  margin-left: 2px;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  color: #333;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.est-nonstandard-form .title-input-form[data-v-daf124b0] .ak-form-box .ak-input-control:hover {
  border-color: #c0c4cc;
}
.est-nonstandard-form .title-input-form[data-v-daf124b0] .ak-form-box .ak-input-control:focus {
  border-color: #409eff !important;
  outline: none;
}
.est-nonstandard-form .title-input-form[data-v-daf124b0] .ak-form-box .ak-input-control::-webkit-input-placeholder {
  color: #c0c4cc;
}
.est-nonstandard-form .title-input-form[data-v-daf124b0] .ak-form-box .ak-input-control::-moz-placeholder {
  color: #c0c4cc;
}
.est-nonstandard-form .title-input-form[data-v-daf124b0] .ak-form-box .ak-input-control:-ms-input-placeholder {
  color: #c0c4cc;
}
.est-nonstandard-form .title-input-form[data-v-daf124b0] .ak-form-box .ak-input-control::-ms-input-placeholder {
  color: #c0c4cc;
}
.est-nonstandard-form .title-input-form[data-v-daf124b0] .ak-form-box .ak-input-control::placeholder {
  color: #c0c4cc;
}
.est-nonstandard-form .title-input-form[data-v-daf124b0] .ak-form-tips {
  top: unset;
  bottom: -24px !important;
  font-size: 13px;
}
.est-nonstandard-form .form-button[data-v-daf124b0] {
  text-align: center;
  margin-top: 16px;
  width: 100%;
}
.est-nonstandard-form[data-v-daf124b0] .ak-form-item-error .ak-input-control {
  border-color: #f56c6c !important;
  color: #31364e !important;
}
.nonstandard-result[data-v-2f8e0408] {
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nonstandard-result .result-header[data-v-2f8e0408] {
  background: #eff6ff;
  border: 1px solid #8dc7ff;
  border-radius: 8px;
  padding: 20px;
  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;
  margin-bottom: 16px;
}
.nonstandard-result .result-header .result-header-detail .result-title[data-v-2f8e0408] {
  font-weight: bold;
  font-size: 16px;
  color: #1469fc;
  margin-bottom: 10px;
}
.nonstandard-result .result-header .result-header-detail .result-conclusion[data-v-2f8e0408] {
  font-weight: 400;
  font-size: 14px;
  color: #2b2b2b;
}
.nonstandard-result .result-header .result-header-detail .result-pending[data-v-2f8e0408] {
  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: 0.25rem;
}
.nonstandard-result .result-header .result-header-detail .result-pending .loader-dot[data-v-2f8e0408] {
  width: 6px;
  height: 6px;
  background: #1469fc;
  border-radius: 50%;
  -webkit-animation: dotPulse-2f8e0408 1.1s infinite ease-in-out;
          animation: dotPulse-2f8e0408 1.1s infinite ease-in-out;
}
.nonstandard-result .result-header .result-header-detail .result-pending .loader-dot[data-v-2f8e0408]:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.nonstandard-result .result-header .result-header-detail .result-pending .loader-dot[data-v-2f8e0408]:nth-child(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.nonstandard-result .result-header .result-header-detail .result-pending .loader-dot[data-v-2f8e0408]:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.nonstandard-result .result-header .result-header-detail .result-pending .loading-text[data-v-2f8e0408] {
  color: #2b2b2b;
  font-size: 14px;
}
.nonstandard-result .result-content[data-v-2f8e0408] {
  width: 100%;
  height: calc(100% - 112px);
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #8dc7ff;
  overflow: hidden;
  overflow-y: auto;
  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-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 16px;
}
.nonstandard-result .result-content .problem-count[data-v-2f8e0408] {
  margin-left: 10px;
  color: #9a9dad;
  font-size: 13px;
}
.nonstandard-result .result-content .result-content-body[data-v-2f8e0408] {
  overflow: auto;
  max-height: 100%;
}
.nonstandard-result .result-content .result-content-body .check-type-section[data-v-2f8e0408] {
  margin-bottom: 24px;
}
.nonstandard-result .result-content .result-content-body .check-type-section[data-v-2f8e0408]:last-child {
  margin-bottom: 0;
}
.nonstandard-result .result-content .result-content-body .check-type-section .result-content-title i[data-v-2f8e0408] {
  font-size: 27px;
  color: #1469fc;
  vertical-align: -5px;
}
.nonstandard-result .result-content .result-content-body .check-type-section .result-content-title[data-v-2f8e0408] {
  font-weight: 400;
  font-size: 15px;
  color: #2b2b2b;
  padding: 2px 20px;
  margin: 13px 0;
}
.nonstandard-result .result-content .result-content-body .check-type-section .section-result .section-result-header[data-v-2f8e0408] {
  padding: 12px 20px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-weight: bold;
  font-size: 14px;
  color: #2b2b2b;
}
.nonstandard-result .result-content .result-content-body .check-type-section .section-result .section-result-header .ak-tooltip[data-v-2f8e0408] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.nonstandard-result .result-content .result-content-body .check-type-section .section-result .section-result-content[data-v-2f8e0408] {
  padding: 0 20px;
}
.nonstandard-result .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent[data-v-2f8e0408] {
  width: 100%;
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  font-size: 14px;
  color: #2b2b2b;
}
.nonstandard-result .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-pending[data-v-2f8e0408] {
  background: #eff6ff;
  color: #2b2b2b;
}
.nonstandard-result .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-processing[data-v-2f8e0408] {
  background: #eff6ff;
  color: #2b2b2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.nonstandard-result .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-processing .loading-icon[data-v-2f8e0408] {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.nonstandard-result .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-error[data-v-2f8e0408] {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #eb4646;
  text-align: left;
}
.nonstandard-result .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-error .error-item[data-v-2f8e0408] {
  margin-bottom: 12px;
}
.nonstandard-result .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-error .error-item[data-v-2f8e0408]:last-child {
  margin-bottom: 0;
}
.nonstandard-result .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-error .error-item .error-desc[data-v-2f8e0408] {
  font-size: 14px;
  color: #eb4646;
  margin: 0 5px;
}
.nonstandard-result .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-error .error-item .error-location[data-v-2f8e0408] {
  font-size: 14px;
  color: #1469fc;
  cursor: pointer;
  margin-left: 4px;
}
.nonstandard-result .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-error .error-item .error-location[data-v-2f8e0408]:hover {
  font-weight: bold;
}
.nonstandard-result .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-success[data-v-2f8e0408] {
  background: #eff6ff;
  color: #2b2b2b;
}
.nonstandard-result .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-failed[data-v-2f8e0408] {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #eb4646;
  text-align: left;
}
.nonstandard-result .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-failed .failed-text[data-v-2f8e0408] {
  font-size: 14px;
  color: #eb4646;
}
.nonstandard-result .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-failed .retry-link[data-v-2f8e0408] {
  font-size: 14px;
  color: #1469fc;
  cursor: pointer;
  margin-left: 4px;
}
.nonstandard-result .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-failed .retry-link[data-v-2f8e0408]:hover {
  text-decoration: underline;
}
.nonstandard-result .result-content .result-content-body .check-type-section .no-check-items[data-v-2f8e0408] {
  padding: 20px;
  text-align: center;
}
.nonstandard-result .result-content .result-content-body .check-type-section .no-check-items .no-check-items-text[data-v-2f8e0408] {
  color: #9a9dad;
  font-size: 14px;
}
.nonstandard-result .data-loading[data-v-2f8e0408] {
  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;
  padding: 40px 20px;
  gap: 8px;
  color: #2b2b2b;
  font-size: 14px;
}
.nonstandard-result .data-loading .loading-icon[data-v-2f8e0408] {
  width: 16px;
  height: 16px;
}
.nonstandard-result .no-data[data-v-2f8e0408] {
  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;
  padding: 40px 20px;
}
.nonstandard-result .no-data .no-data-text[data-v-2f8e0408] {
  color: #9a9dad;
  font-size: 14px;
}
@-webkit-keyframes dotPulse-2f8e0408 {
0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.6;
}
50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    opacity: 1;
}
}
@keyframes dotPulse-2f8e0408 {
0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.6;
}
50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    opacity: 1;
}
}
.estimateDetailsPage[data-v-1a635d5e] {
  width: 100%;
  height: 100%;
  background: #fff;
}
.estimateDetailsPage .estimateDetailsPage-title[data-v-1a635d5e] {
  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;
  padding: 12px 20px;
  border-bottom: 1px solid #eef2f5;
}
.estimateDetailsPage .estimateDetailsPage-title .title[data-v-1a635d5e] {
  font-weight: bold;
  font-size: 18px;
  color: #2b2b2b;
  margin-bottom: 8px;
  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: 8px;
}
.estimateDetailsPage .estimateDetailsPage-title .title[data-v-1a635d5e]:before {
  content: "";
  display: block;
  width: 4px;
  height: 19px;
  background: #1469fc;
}
.estimateDetailsPage .estimateDetailsPage-title .sub[data-v-1a635d5e] {
  font-weight: 400;
  font-size: 14px;
  color: #9a9b9e;
}
.estimateDetailsPage .estimateDetailsPage-content[data-v-1a635d5e] {
  width: 100%;
  height: calc(100% - 76px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.estimateDetailsPage .estimateDetailsPage-content .estimateDetailsPage-content-left[data-v-1a635d5e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  gap: 14px;
}
.estimateDetailsPage .estimateDetailsPage-content .estimateDetailsPage-content-divider[data-v-1a635d5e] {
  width: 1px;
  height: 100%;
  background: #eef2f5;
}
.estimateDetailsPage .estimateDetailsPage-content .estimateDetailsPage-content-right[data-v-1a635d5e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
  overflow: hidden;
}
.estimateDetailsPage .estimateDetailsPage-content .estimateDetailsPage-content-right .review-panel[data-v-1a635d5e] {
  height: 100%;
  background: #fff;
}
.estimateDetailsPage .estimateDetailsPage-content .estimateDetailsPage-content-right .review-panel .main-tabs[data-v-1a635d5e] {
  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;
  padding-top: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #eef2f5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 2px 6px 1px rgba(0, 85, 164, 0.06);
          box-shadow: 0px 2px 6px 1px rgba(0, 85, 164, 0.06);
  z-index: 99;
}
.estimateDetailsPage .estimateDetailsPage-content .estimateDetailsPage-content-right .review-panel .main-tabs .tab-pill[data-v-1a635d5e] {
  padding: 17px 16px 14px 16px;
  border-radius: 0;
  color: #2b2b2b;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: none;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
}
.estimateDetailsPage .estimateDetailsPage-content .estimateDetailsPage-content-right .review-panel .main-tabs .tab-pill.active[data-v-1a635d5e] {
  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;
  color: #1469fc;
}
.estimateDetailsPage .estimateDetailsPage-content .estimateDetailsPage-content-right .review-panel .main-tabs .tab-pill.active[data-v-1a635d5e]::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #1469fc;
  left: 0;
  bottom: 0;
}
.estimateDetailsPage .estimateDetailsPage-content .estimateDetailsPage-content-right .review-panel .content-panel[data-v-1a635d5e] {
  width: 100%;
  height: calc(100% - 61px);
}
.estimateDetailsPage .estimateDetailsPage-content .estimateDetailsPage-content-right .review-panel .content-panel .nonstandard-content[data-v-1a635d5e] {
  width: 100%;
  height: calc(100% - 0px);
  overflow: hidden;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.estimateDetailsPage .estimateDetailsPage-content .estimateDetailsPage-content-right .review-panel .result-box[data-v-1a635d5e] {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
