div#dataPageSpeedP {
    font-family:'roboto' !important;
}

div#dataPageSpeedP h1, div#dataPageSpeedP h2 {
    font-family:'roboto' !important;
}

div#dataPageSpeedP h2 { 
    color:#fff;
}

form#formDataWebChecker {
    /* display: flex;
    gap: 10px;
    justify-content:center; */
}
.mn-ttl-sp {
   font-size: 3rem;
      font-weight: bold;
      background: linear-gradient(90deg, #4f46e5, #9333ea);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
}

/* From Uiverse.io by albertofanini-prog */ 
.pulsa {
  animation: pulsa 1.4s infinite;
  min-width: 200px;
  width: fit-content;
   border-radius: 10px; 
  /* overflow: hidden; */
}

.cta {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: none;
}

.cta:active {
  animation: pulsa-active .4s infinite;
}

.star {
  width: 2px;
  height: 2px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  animation: pulsa-stella 1.8s infinite;
  transition: all .8s ease-in-out;
}

.star.a {
  top: 8px;
  left: 6px;
}

.star.b {
  top: 2px;
  left: 16px;
}

.star.c {
  top: 18px;
  left: 8px;
}

.star.d {
  top: 14px;
  left: 20px;
}

.star.e {
  top: 30px;
  left: 8px;
}

.star.f {
  top: 24px;
  left: 24px;
}

.star.g {
  top: 10px;
  left: 32px;
}

.pulsa:hover .star.a {
  transform: translate3d(0px, 8px, 0);
}

.pulsa:hover .star.b {
  transform: translate3d(-4px, 6px, 0);
}

.pulsa:hover .star.c {
  transform: translate3d(14px, -8px, 0);
}

.pulsa:hover .star.d {
  transform: translate3d(16px, -2px, 0);
}

.pulsa:hover .star.e {
  transform: translate3d(58px, -20px, 0);
}

.pulsa:hover .star.f {
  transform: translate3d(34px, 2px, 0);
}

.pulsa:hover .star.g {
  transform: translate3d(10px, 16px, 0);
}

.rocket {
  position: absolute;
  top: 8px;
  right: 16px;
  z-index: -1;
  transform: rotate(180deg);
  transition: all .3s ease-in-out;
}

.pulsa:hover .rocket {
  z-index: auto;
  animation: muovi-razzo 1.8s linear;
  transform: rotate(0deg);
}

@keyframes pulsa {
  0% {
    box-shadow: 0 0 0 0 #9006A1;
  }

  100% {
    box-shadow: 0 0 0 8px #fbb32f01;
  }
}

@keyframes pulsa-stella {
  0% {
    box-shadow: 0 0 0 0 #ffffff;
  }

  100% {
    box-shadow: 0 0 0 4px #fbb32f01;
  }
}

@keyframes muovi-razzo {
  from {
    transform: rotate(180deg);
  }

  25% {
    transform: translate3d(40px, 32px, 0);
  }

  50% {
    transform: translate3d(32px, -60px, 0);
  }

  75% {
    transform: translate3d(0px, -60px, 0) rotate(0);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes pulsa-active {
  0% {
    box-shadow: 0 0 0 0 #9006A1;
  }

  100% {
    box-shadow: 0 0 0 16px #fbb32f01;
  }
}

button#submitUrl {
  background: linear-gradient(90deg, #4f46e5, #9333ea);
  color: white;
  font-weight: 600;
 border-radius: 10px;
}


.crcl-noi {
    background: linear-gradient(45deg, #3272e7, #c6b7d3) !important;
    box-shadow: 0px 0px 6px 3px #ffffff42;
}

.crcl-ext {
    background: #0c1427;
}

button#submitUrl:hover {
  background: linear-gradient(90deg, #6366f1, #a855f7);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateY(-1px);
}

button#submitUrl:active {
  transform: scale(0.98);
}

.clignot {
    border-color: #111c34 !important;
    transition-duration: 500ms;
}

#circlAn {
    transition-duration: 1000ms;
}
.circle-up {
   transform: translateY(10px);
   transition-duration: 1000ms;
}

.element-props {
    background: #0c1427;
    padding: 20px 0;
    border-radius: 10px;
}

/*input#site_url {*/
/*    border-color: #666666;*/
/*    color:#666666;*/
/*    width: 300px;*/
/*    border-radius: 20px;*/
/*}*/
/*form#formDataWebChecker button.btnSubmit {*/
/*    background: #ff5a11;*/
/*    border-radius: 20px;*/
/*    color:#fff;*/
/*    padding-left: 30px;*/
/*    padding-right: 30px;*/
/*}*/
/*form#formDataWebChecker button.btnSubmit:hover {*/
/*    background: transparent;*/
/*    border-radius: 20px;*/
/*    color:#ff5a11;*/
/*    border:1px solid #ff5a11;*/
/*}*/

select#strategy {
    border-color: #666666;
    border-radius: 20px;
    color: #666666;
}

div#dataInfoTtl {
    text-align: center;
    margin: 50px 0 30px 0;
}
div#dataInfoTtl h3{
    color: #fff;
    font-family:roboto;
}

div#dataInfoScore {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
    margin-bottom: 50px;
}
@media screen and (max-width:768px){
    div#dataInfoScore {
        grid-template-columns: 100%;
    }
}

p.dxf {
    display: grid;
    text-align: center;
    color: #5a84e1;
    margin-top:15px;
}
.data-score-dt {
    display: flex;
    justify-content: center;
}

div.boxData {
    color: #f3f3f3;
    width: 65px;
    height: 65px;
    border: 2px solid #fff;
    border-radius: 60px;
    font-size: 30px;
    background: #ff5a11;
    /*box-shadow: 0 0 5px #747474;*/
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}


input#site_url {
    border-radius: 10px;
}

.cntx-data {
    /*box-shadow: 0 0 5px gray;*/
    border-radius: 20px;
    padding: 20px;
    background: #111c34;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

/* From Uiverse.io by seyed-mohsen-mousavi */ 
.loader__btn {
  background: #0c1427 !important;
  border: 1px solid #666666 !important;
  color: #666666 !important;
  /*border: none;*/
  padding: 10px 20px 10px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  border-radius: 10px;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  cursor: wait;
}

.loader {
 
}

.loader {
  border: 4px solid rgb(89 67 230);
  border-left-color: transparent;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  animation: spin89345 1s linear infinite;
}

@keyframes spin89345 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.dxfdesc {
    font-size: 17px;
    font-weight: inherit;
    color: #99a1af;
    font-family: 'roboto' !important;
}
