
#textbox.cus_scrollbar {
    height: 265px !important;
}
.input_section textarea::placeholder {
  color: #C9D0DB;
  font-size: 28px;
  text-align: center;
  padding-top: 120px;
}
/*result*/
.text_stats div{
  width: 172px;
  height: 40px;
  font-size: 14px;
  justify-content: space-evenly;
}
.text_stats div span{
  min-width: 24px;
  height: 21px;
  background-color: #E24040;
  font-weight: 700;
}
.text_stats span.read_speak{background-color: #F2F5F7;}
.rewrite_done{
  min-height: 100px;
  max-height: 360px;
  overflow: auto;
}
.speak_search{
  width: 140px;
  height: 36px;
  font-size: 14px;
  justify-content: space-evenly;
}
.re_limit_count{font-size: 15px;}
.re_limit_count span{color: #E24040;}
.plag_lang {
  width: 108px;
  height: 30px;
  color: #A8B3C3;
  font-size: 12px;
  justify-content: space-evenly;
}
button.plag_lang:focus{outline:none;}
.jc-flexend{justify-content: flex-end;}
@media only screen and (max-width: 767px) {
  .text_stats div{
    width: 150px;
    font-size: 13px;
  }
  .text_stats{text-align: center !important;}
  .speak_search{width: 38px;}
  .speak_search span{display:none;}
  .re_limit_count{font-size: 11px;}
  /*.upload_option{display: block !important;}*/
  .sst_tooltip{
    right: 0px;
    margin: 0px auto;
  }
}
.sst_tooltip{
  background: #ebebeb;
  width: 290px;
  min-height: 150px;
  display: inline-block;
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 100;
  top: 30px;
  color: #000;
  font-size: 14px;
  padding: 10px;
  font-weight: 600;
  text-align:left;
}
.sst_tooltip:after {
  content: '';
  position: absolute;
  top: 0%;
  left: 13%;
  margin-left: -32px;
  margin-top: -16px;
  width: 0;
  height: 0;
  border-bottom: 16px solid #ebebeb;
  border-right: 48px solid transparent;
  border-left: 32px solid transparent;
}
.suggestions_{
  background: #fff;
  padding: 2px 10px;
  border: 1px solid #bbc2c8;
  font-size: 12px;
  cursor: pointer;
  margin: 1px;
  display: inline-block;
}
.user_inp_label{
  margin: 10px 0px 3px 0px;
}
.user_inp{
  border: 1px solid #bbc2c8;
  width: 180px;
  padding: 2px 7px;
  float: left;
}
.use{
  background: #1e70b9;
  padding: 4px 5px;
  color: #fff;
  float: left;
  font-size: 12px;
  margin-left: 6px;
  cursor: pointer;
  border: 1px solid #ebebeb;
}
.sst_tooltip hr{
  float: left;
  width: 100%;
  margin: 10px 0px;
  border-color: #fff;
}
.use_desc{
  font-size: 11px;
  float: left;
  margin: 1px 0px;
}
.sst_tooltip .glyphicon.glyphicon-remove{
  position: absolute;
  right: 0px;
  background: #ac2925;
  color: #fff;
  padding: 2px 7px;
  top: 0px;
  font-size:12px;
  cursor: pointer;
}
.grammar{color:red;}
.spelling{color:blue;cursor:pointer}
#grammarDisplay.cus_scrollbar{height:360px !important;border-bottom: none !important}
.speak_search_btn{
  background-image: url(../webimages/speak_search.svg);
  width: 20px;
  height: 22px;
  background-repeat: no-repeat;
}
#check_on_plagiarism:hover,#check_on_article_rewriter:hover{
  background-color: #1e70b9;
  border-color: #1e70b9;
  color: #fff;
}