@charset "UTF-8";
@keyframes dropdown-pop {
  0% {
    opacity: 0;
    transform: translateY(6px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.voice-control-container {
  width: 100%;
  margin: 3px 0 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 5px 0;
  justify-content: space-between;
  align-items: center;
  background: transparent;
}
.voice-control-container .speed-wrapper,
.voice-control-container .repeat-wrapper,
.voice-control-container .interval-wrapper,
.voice-control-container .trans-interval-wrapper {
  width: 100%;
  padding: 3px 0px;
  margin: 8px 0;
  border-bottom: 1px solid var(--border-public);
}
.voice-control-container .wrapper {
  width: 100%;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  padding: 13px 10px;
}
.voice-control-container .block-top {
  display: flex;
  align-items: center;
  gap: 5px;
}
.voice-control-container .block-top svg {
  width: 20px;
  height: 20px;
  color: var(--text-black-800);
}
.voice-control-container .block-top span {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-black-800);
}
.voice-control-container .block-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 5px;
  margin-top: 12px;
}
.voice-control-container .dropdown-tspeed-btn.active .options-tspeed-wrapper {
  display: block;
  animation: dropdown-pop 0.18s ease-out both;
  -webkit-animation: dropdown-pop 0.18s ease-out both;
}
.voice-control-container .dropdown-repeat-btn.active .options-repeat-wrapper {
  display: block;
  animation: dropdown-pop 0.18s ease-out both;
  -webkit-animation: dropdown-pop 0.18s ease-out both;
}
.voice-control-container .dropdown-tspeed-btn,
.voice-control-container .interval-div,
.voice-control-container .trans-interval-div,
.voice-control-container .dropdown-repeat-btn {
  white-space: nowrap;
  position: relative;
  min-width: 69px;
  padding: 8px 3px;
  user-select: none;
  cursor: auto;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  text-align: center;
  color: var(--text-black-900);
  font-weight: 600;
  font-size: 0.87rem;
}
.voice-control-container .repeat-val {
  color: var(--text-black-900);
  font-weight: 600;
  font-size: 0.8rem;
}
.voice-control-container .dropdown-tspeed-btn,
.voice-control-container .dropdown-repeat-btn {
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  color: var(--text-black-900);
  font-weight: 600;
  font-size: 0.87rem;
  width: fit-content;
  padding: 7px 10px;
}
.voice-control-container .dropdown-tspeed-btn:hover,
.voice-control-container .dropdown-repeat-btn:hover {
  background-color: var(--bg-card-hover);
}
.voice-control-container .dropdown-tspeed-btn .options-repeat-wrapper,
.voice-control-container .dropdown-repeat-btn .options-repeat-wrapper {
  width: fit-content;
}
.voice-control-container .dropdown-tspeed-btn .options-repeat-wrapper ul,
.voice-control-container .dropdown-repeat-btn .options-repeat-wrapper ul {
  display: block;
}
.voice-control-container .dropdown-tspeed-btn .options-repeat-wrapper li,
.voice-control-container .dropdown-repeat-btn .options-repeat-wrapper li {
  width: 100%;
}
.voice-control-container .dropdown-tspeed-btn .options-tspeed-wrapper,
.voice-control-container .dropdown-repeat-btn .options-tspeed-wrapper {
  width: 150px;
}
.voice-control-container .dropdown-tspeed-btn .options-tspeed-wrapper ul,
.voice-control-container .dropdown-repeat-btn .options-tspeed-wrapper ul {
  display: flex;
}
.voice-control-container .dropdown-tspeed-btn .options-tspeed-wrapper li,
.voice-control-container .dropdown-repeat-btn .options-tspeed-wrapper li {
  width: 50%;
}
.voice-control-container .dropdown-tspeed-btn .options-tspeed-wrapper,
.voice-control-container .dropdown-tspeed-btn .options-repeat-wrapper,
.voice-control-container .dropdown-repeat-btn .options-tspeed-wrapper,
.voice-control-container .dropdown-repeat-btn .options-repeat-wrapper {
  display: none;
  position: absolute;
  bottom: 27px;
  z-index: 5;
  right: 0;
  height: auto;
  padding: 10px 2px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--bg-options);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.08);
}
.voice-control-container .dropdown-tspeed-btn .options-tspeed-wrapper ul,
.voice-control-container .dropdown-tspeed-btn .options-repeat-wrapper ul,
.voice-control-container .dropdown-repeat-btn .options-tspeed-wrapper ul,
.voice-control-container .dropdown-repeat-btn .options-repeat-wrapper ul {
  list-style: none;
  width: 100%;
  flex-wrap: wrap;
}
.voice-control-container .dropdown-tspeed-btn .options-tspeed-wrapper li,
.voice-control-container .dropdown-tspeed-btn .options-repeat-wrapper li,
.voice-control-container .dropdown-repeat-btn .options-tspeed-wrapper li,
.voice-control-container .dropdown-repeat-btn .options-repeat-wrapper li {
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
  padding: 10px 15px;
  font-weight: 600;
  color: var(--col-black2);
  text-align: start;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.voice-control-container .dropdown-tspeed-btn .options-tspeed-wrapper li:hover,
.voice-control-container .dropdown-tspeed-btn .options-repeat-wrapper li:hover,
.voice-control-container .dropdown-repeat-btn .options-tspeed-wrapper li:hover,
.voice-control-container .dropdown-repeat-btn .options-repeat-wrapper li:hover {
  background-color: var(--bg-card-hover);
}
.voice-control-container .block-range {
  transition: height 0.4s ease-out;
  width: 80%;
  perspective: 1000px;
  perspective-origin: bottom;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 0px 0px 8px 8px;
  -webkit-border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
  -ms-border-radius: 0px 0px 8px 8px;
  -o-border-radius: 0px 0px 8px 8px;
  -webkit-transition: height 0.4s ease-out;
  -moz-transition: height 0.4s ease-out;
  -ms-transition: height 0.4s ease-out;
  -o-transition: height 0.4s ease-out;
}
.voice-control-container .block-range .range {
  position: relative;
  width: 70%;
}
.voice-control-container .block-range input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: var(--slider-active);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.voice-control-container .block-range input[type=range]:hover + .range-output .output {
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
  /* Slightly move up on hover */
}
.voice-control-container .block-range input[type=range]:focus {
  outline: none;
}
.voice-control-container .block-range input::-webkit-slider-thumb {
  box-sizing: border-box;
  border: 6px solid var(--slider-active);
  height: 24px;
  width: 24px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: var(--slider-active);
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-ou;
  -moz-transition: all 0.2s ease-ou;
  -ms-transition: all 0.2s ease-ou;
  -o-transition: all 0.2s ease-ou;
}
.voice-control-container .block-range input::-webkit-slider-thumb:hover {
  box-shadow: 0px 0px 0px 10px rgba(92, 103, 255, 0.3);
}
.voice-control-container .block-range input::-moz-range-thumb {
  box-sizing: border-box;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
  border: 6px solid #fff;
  height: 24px;
  width: 24px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: var(--slider-active);
  cursor: pointer;
}
.voice-control-container .block-range .output {
  opacity: 0;
  position: absolute;
  height: 40px;
  line-height: 40px;
  min-width: 27px;
  padding: 0 10px;
  top: -60px;
  background: var(--slider-active);
  color: #fff;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  transform: translateX(-50%);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.voice-control-container .block-range .output:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  border: 10px solid var(--slider-active);
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  transform: translateX(-50%);
}
.voice-control-container .block-range .number-input-wrapper {
  display: flex;
  align-items: center;
  width: fit-content;
  transform-style: preserve-3d;
  background-color: var(--bg-card);
  box-shadow: var(--main-shadow);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 5px;
  overflow: hidden;
  height: 45px;
  box-shadow: 0 0 6px 1px var(--shadow-card);
  /* إخفاء أزرار الزيادة والنقصان الافتراضية */
}
.voice-control-container .block-range .number-input-wrapper input[type=number] {
  width: 40px;
  height: 100%;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  outline: none;
  background-color: transparent;
  border: none;
  color: var(--text-black-900);
}
.voice-control-container .block-range .number-input-wrapper input[type=number]::-webkit-inner-spin-button,
.voice-control-container .block-range .number-input-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.voice-control-container .block-range .number-input-wrapper input[type=number] {
  -moz-appearance: textfield;
}
.voice-control-container .block-range .number-input-wrapper button {
  width: 45px;
  height: 100%;
  border: none;
  cursor: pointer;
  outline: none;
  color: var(--text-black-800);
  background-color: transparent;
  position: relative;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.voice-control-container .block-range .number-input-wrapper button svg {
  width: 20px;
  height: 20px;
}
.voice-control-container .block-range .number-input-wrapper button:hover {
  background-color: var(--slider-active);
  color: #ffffff;
}
.voice-control-container .block-range .number-input-wrapper button:active::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: var(--slider-active-before);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  animation: ripple 0.25s ease-out;
}
@keyframes ripple {
  0% {
    width: 80px;
    height: 80px;
    opacity: 0.8;
  }
  100% {
    width: 230px;
    height: 230px;
    opacity: 0.3;
  }
}
.voice-control-container .block-range .number-input-wrapper button:disabled {
  background-color: var(--btn-disabled);
  cursor: not-allowed;
}

@media (max-width: 991px) {
  .voice-control-container .speed-wrapper,
  .voice-control-container .repeat-wrapper,
  .voice-control-container .interval-wrapper,
  .voice-control-container .trans-interval-wrapper {
    width: 100%;
    padding: 3px 0px;
    margin: 8px 0;
  }
  .voice-control-container .wrapper {
    margin-bottom: 20px;
  }
  .voice-control-container .block-top svg {
    width: 18px;
    height: 18px;
  }
  .voice-control-container .block-top span {
    font-size: 0.83rem;
  }
  .voice-control-container .block-bottom {
    padding: 6px 5px;
    margin-top: 12px;
  }
  .voice-control-container .block-range .number-input-wrapper {
    height: 45px;
  }
  .voice-control-container .block-range .number-input-wrapper input[type=number] {
    width: 40px;
    font-size: 14px;
  }
  .voice-control-container .block-range .number-input-wrapper button {
    width: 40px;
  }
  .voice-control-container .block-range .number-input-wrapper button svg {
    width: 18px;
    height: 18px;
  }
  .voice-control-container .block-range .number-input-wrapper button:active::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: var(--slider-active-before);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
    animation: ripple 0.25s ease-out;
  }
  @keyframes ripple {
    0% {
      width: 80px;
      height: 80px;
      opacity: 0.8;
    }
    100% {
      width: 230px;
      height: 230px;
      opacity: 0.3;
    }
  }
  .voice-control-container .block-range .number-input-wrapper button:disabled {
    background-color: var(--bg-disabled);
    cursor: not-allowed;
  }
}

/*# sourceMappingURL=voice-control.css.map */
