.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;
}
}
