

#airesults .airesult{

    overflow:hidden;


}
.aidown {
  top:10px;
  left:10px;
  border-radius:32px;
text-align:center;
  width:44px;
  height:44px;
line-height:44px;
}
.aiup {
  top:60px;
    width:34px;
  height:34px;
  left:15px;
  
  line-height:34px;
}




.kingai-ext input:checked + label {
    background-color: #0c0b0d;
    color: #fff;

}

.slider {
  appearance: none;
  width: 100%;
  height: 28px;

  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;

  padding:4px;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 45px;
  height: 20px;
  background: #1f2937;
  cursor: pointer;
   border-radius:14px;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 20px;
  background: #1f2937;
  cursor: pointer;
  border-radius:14px;
}



::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #e5e7eb;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #363636;
}
input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0; /* Optional - remove any spacing between the input and buttons */
  }

#submit-button.loading {
  font-size:0;
}
#promter.loading {
  font-size:0;
}
