
.misc_option select{height: 36px;}
#select_language{width: 171px;}
#voice_speed, #voice_pitch{width: 132px;}
.mwidth{min-width: 46px;width: 46px;}
.voice_plus{
	width: 36px;
	height: 36px;
	color: #8F99A7;
	padding:6px;
}
.tts_paste{
	background-image: url(../webimages/tts-paste.svg);
	background-repeat: no-repeat;
    background-position: center;
}
.tts_toggle{color: #8F99A7;}
.tts_toggle .switch {
  display: inline-block;
  height: 14px;
  position: relative;
  width: 43px;
}
.tts_toggle .switch input {display:none;}
.tts_toggle .slider {
  background-color: #8F99A7;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}
.tts_toggle .slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 24px;
  left: -1px;
  top: -6px;
  position: absolute;
  transition: .4s;
  width: 24px;
  box-shadow: 0px 0px 2px 1px #F2F2F2;
}
.tts_toggle input:checked + .slider {background-color: #66bb6a;}
.tts_toggle input:checked + .slider:before {transform: translateX(22px);}
.tts_toggle .slider.round {border-radius: 34px;}
.tts_toggle .slider.round:before {border-radius: 50%;}
.input_section textarea{height: 250px !important;}