﻿.spe-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  inset: 0;
  z-index: 899;
  min-height: 300px;
  border: 1px solid #e6e9ec;
  box-shadow: 0 2px 4px rgba(153,153,153,.15);
  border-radius: 3px;
  background-color: #fff;
  position: relative;
}

  .spe-loader::after {
    width: 48px;
    border-radius: 50%;
    position: absolute;
  }

.spe-loader-sub {
  display: flex;
  justify-content: center;
  align-items: center;
  inset: 0;
  z-index: 899;
  min-height: 300px;
  border: 1px solid #e6e9ec;
  box-shadow: 0 2px 4px rgba(153,153,153,.15);
  border-radius: 3px;
  background-color: #fff;
  position: relative;
}

  .spe-loader-sub::after {
    content: '';
    width: 48px;
    height: 48px;
    border: 6px solid #0e3b82;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spe-loader 1s linear infinite;
    position: absolute;
  }

.loader-text {
  position: absolute;
  top: 50px;
  font-size: 24px;
  color: #333;
  font-weight: 500;
}

.generated-info-sample {
  margin: 0px auto auto 0px;
  margin-top: 0;
  background-color: #fff;
  padding: 20px 115px 30px 115px;
}


  .generated-info-sample p {
    margin-bottom: 15px;
    line-height: 24px;
    font-size: 16px;
    text-align: justify;
  }

.analyzer-wrapper {
  box-shadow: -2px 14px 45px -16px rgba(0,0,0,.1);
  padding: 0px 90px 40px 90px;
  background: #fff;
  margin-top: 15px;
}

.circle {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  position: relative;
  text-align: center;
  background-color: #FFF6EB;
}

  .circle p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #FFAA33;
  }

.response-result {
  margin-top: 10px;
}

.generated-info-sample .container-fluid .performance-circle {
  padding: 10px 10px;
  border: 1px solid #ebebeb;
}


@media (max-width: 767px) {
  .analyzer-wrapper {
    padding: 25px 15px !important;
  }
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 11px solid #f33;
  display: inline-block;
}

.generated-info-sample p ul li {
  font-size: 14px;
  margin-bottom: 5px;
}

.performance-analyzer-page .full-descrioption-upper {
  box-shadow: none !important;
  padding: 0px;
}

.full-descrioption-upper ul li {
  list-style: circle;
}

.performance-analyzer-page .case-study-project-link {
  display: flex;
  justify-content: flex-end;
}

  .performance-analyzer-page .case-study-project-link a {
    display: inline-block;
    margin: 0 auto;
    background: #001844;
    color: white;
    font-weight: 700;
    padding-right: 34px !important;
    background-image: url('../images/Link.svg');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center right 11px;
  }

  .performance-analyzer-page .case-study-project-link a {
    text-decoration: none;
    padding: 10px 12px;
    border: 1px solid #162356;
    border-radius: 3px;
  }

@media (min-width: 768px) {
  .performance-analyzer-page .contact-us-mobile {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .performance-analyzer-page .contact-us-pc {
    display: none;
  }
}

.contact-us-pc > div {
  align-items: center !important;
  gap: 20px;
  padding-block: 10px;
  margin: 0 !important;
}

  .contact-us-pc > div > div {
    align-items: center !important;
    gap: 20px;
  }

.performance-analyzer-page .captcha-box {
  margin-right: 10px;
  margin-bottom: 5px;
}

.generated-info-text {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 20px 20px;
}

.site-image {
  text-align: center;
  overflow: hidden;
  height: 260px;
  border: 1px solid #B2BEB5;
}

@media(min-width:992px) {
  .performance-analyzer-page .reanalyze-section {
    margin-right: 10px;
  }

  .performance-analyzer-page .contactus-section {
    margin-left: 10px;
  }

  .bottom-contact-us {
    justify-content: center;
  }

  .performance-analyzer-page .reanalyze-section, .performance-analyzer-page .contactus-section {
    width: 48%;
  }

  .performance-analyzer-page .bottom-contact-us {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
}

.report-info-title {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 18px;
  /*  background-color: #F3F6F9;*/
  padding: 15px 0px;
  border-radius: 5px;
}

.performance-analyzer-page .reanalyze-section, .performance-analyzer-page .contactus-section {
  padding-left: 65px;
  padding-right: 65px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #F3F6F9;
  margin-top: 20px;
}

.performance-analyzer-page .bottom-contact-us {
  padding-left: 125px;
  padding-right: 125px;
}

.performance-analyzer-page .container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}

.performance-analyzer-page .url-span {
  color: #ED008C
}

.ranges {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.range {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.circle-range {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}

.range-0-49 .circle-range {
  background-color: #f33;
}

.range-50-89 .circle-range {
  background-color: #fa3;
}

.range-90-100 .circle-range {
  background-color: #0c6;
}

@media(max-width:991px) {
  .ranges {
    margin-bottom: 10px;
  }
}

@media(max-width:1080px) {
  .performance-analyzer-page .bottom-contact-us {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .performance-analyzer-page .generated-info-sample {
    padding: 20px 15px 30px 15px;
  }
}

.performance-analyzer-page p {
  font-size: 14px;
}

.response-result p {
  text-align: center;
}

@media(max-width:766px) {
  generated-info-text {
    margin-right: 2px;
    margin-left: 2px;
  }
}

.generated-info-sample li {
  font-size: 14px;
  margin-bottom: 5px;
}

.performance-analyzer-page hr {
  border: 0.8px solid #ebebeb;
}

.performance-analyzer-page .case-study-project-link .re-analyze-button {
  background-image: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 10px 12px !important;
}

  .performance-analyzer-page .case-study-project-link .re-analyze-button::after {
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    background-image: url(../images/Test_another_site.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    background-position: center center;
    margin-left: 6px;
    transform: rotate(180deg);
  }

.performance-analyzer-page .case-study-project-link .read-case-study {
  background-image: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 14px 12px !important;
  background: #00AFF0 !important;
  border: 1px solid #00AFF0 !important;
  border-radius: 50px;
}

  .performance-analyzer-page .case-study-project-link .read-case-study::before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    background-image: url(../images/Read_Case_study.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    background-position: center center;
    margin-right: 6px;
  }

@media(max-width:393px) {
  .read-case-study {
    font-size: 11px;
  }

  .performance-analyzer-page .case-study-project-link .read-case-study {
    padding: 10px 12px !important;
  }
}

.lds-facebook {
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
}

  .lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #00A0DB;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  }

    .lds-facebook div:nth-child(1) {
      left: 8px;
      animation-delay: -0.24s;
    }

    .lds-facebook div:nth-child(2) {
      left: 32px;
      animation-delay: -0.12s;
    }

    .lds-facebook div:nth-child(3) {
      left: 56px;
      animation-delay: 0;
    }

@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }

  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  inset: 0;
  z-index: 899;
  min-height: 300px;
  border: 1px solid #e6e9ec;
  box-shadow: 0 2px 4px rgba(153,153,153,.15);
  border-radius: 3px;
  background-color: #fff;
  position: relative;
}
