
.voiceslider{
  width: 80%;
  margin-left: 30px;
}


#voicecontainer{
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  z-index: 100;
}

#voicebox{

  position: relative;
  top: 20%;
  height: 420px;
  width: 500px;
  max-width: 80%;
  background: var(--window_background);
  border: solid 2px var(--window_border);
  display: flex;
  flex-direction: column;

}

#voicedone{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

#voicetest{
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 0px;
}

.voicetogglesetting{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin-left: 30px;
  margin-top: 14px;
}

#voiceshowprevious{
  width: 18px;
  height: 18px;
}
