
#textbox.cus_scrollbar {
    height: 265px !important;
}
.input_section textarea::placeholder {
  color: #C9D0DB;
  font-size: 28px;
  text-align: center;
  padding-top: 120px;
}
/*result*/
#garammarDisplay{border-bottom: none !important;}
#garammarDisplay roshu{
  font-weight: 700;
  cursor: pointer;
}
.text_stats div{
  /*width: 172px;*/
  min-width: 135px;
  height: 40px;
  font-size: 14px;
  justify-content: space-evenly;
}
.text_stats div span{
  min-width: 24px;
  height: 21px;
  font-weight: 700;
  font-size: 12px;
}
.text_stats #GrammarMistake{background-color: #1E70B9;}
.text_stats #SpellingMistake{background-color: #E24040;}
.text_stats #Suggestions{background-color: #08B701;}
.clr_GrammarMistake{color: #1E70B9;}
.clr_SpellingMistake{color: #E24040;}
.clr_Suggestions{color: #08B701;}
.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;*/
  color: #000;
  font-size: 12px;
  justify-content: space-evenly;
}
button.plag_lang:focus{outline:none;}
.upload_btns.upload_file {
  background-image: url(../webimages/ar_upload_file.svg);
  background-color: #fff;
}
.jc-flexend{justify-content: flex-end;}
@media only screen and (max-width: 767px) {
  .text_stats div{
    width: 150px;
    font-size: 13px;
    padding: 0px 7px !important;
  }
  .text_stats{text-align: center !important;}
  .speak_search{width: 38px;}
  .speak_search span{display:none;}
  .re_limit_count{font-size: 11px;}
  .lang_drop{width: 17rem !important;left: -4rem !important;font-size: 13px;}
}
.sst_tooltip{
  background: #ebebeb;
  width: 240px;
  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;
}
.mistakes_,.suggestions_,.org_word_{
  background: #fff;
  padding: 2px 10px;
  border: 1px solid #bbc2c8;
  font-size: 12px;
  cursor: pointer;
  margin: 1px;
  display: inline-block;
}
.mistakes_,.org_word_{cursor: unset;}
.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;}
#garammarDisplay.cus_scrollbar{height:360px !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;
}
.lang_drop{width: 25rem;}
.ai_tool_btn {height: 45px;}
#tooltip_box{word-break: break-all;}