.btn[data-v-2f1ed10a] {
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 1rem;
  border: none;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.btn[data-v-2f1ed10a]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn i[data-v-2f1ed10a] {
  font-style: normal;
}
.btn.btn-primary[data-v-2f1ed10a] {
  background-color: #1469fc;
  color: #fff;
}
.btn.btn-primary[data-v-2f1ed10a]:hover:not(:disabled) {
  background-color: #0054e5;
}
.btn.btn-primary[data-v-2f1ed10a]:active {
  background-color: #0054e5;
}
.btn.btn-secondary[data-v-2f1ed10a] {
  background-color: #fff;
  color: #1469fc;
  border: 1px solid #1469fc;
}
.btn.btn-secondary[data-v-2f1ed10a]:hover:not(:disabled) {
  background-color: #ecf6ff;
}
.btn .loading-icon[data-v-2f1ed10a] {
  width: 18px;
  height: 18px;
  -webkit-animation: spin-2f1ed10a 0.3s linear infinite;
          animation: spin-2f1ed10a 0.3s linear infinite;
}
@-webkit-keyframes spin-2f1ed10a {
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes spin-2f1ed10a {
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.reviewPageContent[data-v-5f53d6ce] {
  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-5f53d6ce] {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}
.reviewPageContent .review-title[data-v-5f53d6ce] {
  font-size: 24px;
  font-weight: 700;
  color: #1469fc;
  margin-bottom: 12px;
}
.reviewPageContent .review-desc[data-v-5f53d6ce] {
  font-size: 14px;
  color: #6b7280;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 400px;
}
.reviewPageContent .start-btn[data-v-5f53d6ce] {
  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-5f53d6ce]: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-5f53d6ce] {
  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-5f53d6ce] {
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.resultPageContent .result-header[data-v-5f53d6ce] {
  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-5f53d6ce] {
  font-weight: bold;
  font-size: 16px;
  color: #1469fc;
  margin-bottom: 10px;
}
.resultPageContent .result-header .result-header-detail .result-conclusion[data-v-5f53d6ce] {
  font-weight: 400;
  font-size: 14px;
  color: #2b2b2b;
}
.resultPageContent .result-header .result-header-detail .result-pending[data-v-5f53d6ce] {
  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-5f53d6ce] {
  width: 6px;
  height: 6px;
  background: #1469fc;
  border-radius: 50%;
  -webkit-animation: dotPulse-5f53d6ce 1.1s infinite ease-in-out;
          animation: dotPulse-5f53d6ce 1.1s infinite ease-in-out;
}
.resultPageContent .result-header .result-header-detail .result-pending .loader-dot[data-v-5f53d6ce]:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.resultPageContent .result-header .result-header-detail .result-pending .loader-dot[data-v-5f53d6ce]:nth-child(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.resultPageContent .result-header .result-header-detail .result-pending .loader-dot[data-v-5f53d6ce]:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.resultPageContent .result-header .result-header-detail .result-pending .loading-text[data-v-5f53d6ce] {
  color: #2b2b2b;
  font-size: 14px;
}
.resultPageContent .result-content[data-v-5f53d6ce] {
  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-5f53d6ce] {
  margin-left: 10px;
  color: #9a9dad;
  font-size: 13px;
}
.resultPageContent .result-content .result-content-body[data-v-5f53d6ce] {
  overflow: auto;
  max-height: 100%;
}
.resultPageContent .result-content .result-content-body .check-type-section[data-v-5f53d6ce] {
  margin-bottom: 24px;
}
.resultPageContent .result-content .result-content-body .check-type-section[data-v-5f53d6ce]:last-child {
  margin-bottom: 0;
}
.resultPageContent .result-content .result-content-body .check-type-section .result-content-title i[data-v-5f53d6ce] {
  font-size: 27px;
  color: #1469fc;
  vertical-align: -5px;
}
.resultPageContent .result-content .result-content-body .check-type-section .result-content-title[data-v-5f53d6ce] {
  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-5f53d6ce] {
  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-5f53d6ce] {
  -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-5f53d6ce] {
  color: #6b7280;
  font-weight: 400;
  font-size: 13px;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content[data-v-5f53d6ce] {
  padding: 0 20px;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent[data-v-5f53d6ce] {
  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-5f53d6ce] {
  background: #eff6ff;
  color: #2b2b2b;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-processing[data-v-5f53d6ce] {
  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-5f53d6ce] {
  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-5f53d6ce] {
  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-5f53d6ce] {
  margin-bottom: 12px;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-error .error-item[data-v-5f53d6ce]: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-5f53d6ce] {
  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-5f53d6ce] {
  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-5f53d6ce]:hover {
  font-weight: bold;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-success[data-v-5f53d6ce] {
  background: #eff6ff;
  color: #2b2b2b;
}
.resultPageContent .result-content .result-content-body .check-type-section .section-result .section-result-content .evaluatedContent.status-failed[data-v-5f53d6ce] {
  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-5f53d6ce] {
  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-5f53d6ce] {
  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-5f53d6ce]:hover {
  text-decoration: underline;
}
.resultPageContent .result-content .result-content-body .check-type-section .no-check-items[data-v-5f53d6ce] {
  padding: 20px;
  text-align: center;
}
.resultPageContent .result-content .result-content-body .check-type-section .no-check-items .no-check-items-text[data-v-5f53d6ce] {
  color: #9a9dad;
  font-size: 14px;
}
.resultPageContent .data-loading[data-v-5f53d6ce] {
  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-5f53d6ce] {
  width: 16px;
  height: 16px;
}
.resultPageContent .no-data[data-v-5f53d6ce] {
  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-5f53d6ce] {
  color: #9a9dad;
  font-size: 14px;
}
@-webkit-keyframes loadingDots-5f53d6ce {
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-5f53d6ce {
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-5f53d6ce {
0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.6;
}
50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    opacity: 1;
}
}
@keyframes dotPulse-5f53d6ce {
0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.6;
}
50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    opacity: 1;
}
}
