
.tool_bg{
  background-image: url('../webimages/tool_bg.png');
  min-height: 850px;
  background-repeat: no-repeat;
  background-color: #E8E9EB;
  background-size: 100% 512px;
}
.tool_heading{font-size: 26px;}
.tool_desc{font-size: 16px;max-width: 815px;}
.tool_box{
  max-width:1200px;
  border-radius:8px;
  min-height:540px;
  box-shadow: 0px 20px 200px 100px #00000014;
}
.tool_input{
  background-color: #F5F6FB;
  border-radius: 8px 0px 0px 8px;
  padding: 2rem 2.5rem;
  color: #000;
  font-size: 16px;
}
.ti_heading{font-size: 16px;}
.ew_txtarea::placeholder{font-size: 16px;color: #000;}
.cus_scrollbar{height: 220px;}
.ew_btn{
  height: 46px;
  background-color: #1E70B9;
}
.ew_select{
  height: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../webimages/ew_select.png');
  background-repeat: no-repeat;
  background-position: 93% 7px;
}
.check_area{
  position:relative;
  cursor:pointer;
  font-size: 16px;
  color: #000 !important;
}
.check_area input{
  position:absolute;
  opacity:0;
  cursor:pointer;
  top:0px;
  left:3px;
}
.checkmark{
  position:absolute;
  top:0;
  left:0;
  height:20px;
  width:20px;
  border:1px solid #CDD0D6;
}
.check_area input:checked ~ .checkmark{border-color: #EA5050;}
.checkmark:after{content:"";position:absolute;display:none;}
.check_area input:checked ~ .checkmark:after{display:block;}
.check_area .checkmark:after{
  left:6px;
  top:3px;
  width:6px;
  height:11px;
  border:solid #EA5050;
  border-width:0 2.5px 2.5px 0;
  -webkit-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
}
.tool_output{border-radius: 0px 8px 8px 0px;padding: 2rem 2.5rem;}
.ew_essay_info{font-size: 14px;}
.ew_options span{
  min-width: 32px;
  height: 32px;
  background-color: #F2F5F7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  cursor: pointer;
}
.ew_options span:hover{
  background-color: #e3e4e5;
}
.ew_share{background-image: url('../webimages/pc_tryagain.svg');}
.ew_download{background-image: url('../webimages/ar_download.svg');}
.ew_copy{background-image: url('../webimages/ar_copy.svg');}
.further_process a {
  min-width: 80px;
  height: 32px;
  font-size: 15px;
  color: #000;
  background-color: #F5F6FB;
}
.cus_scrollbar.res_txt{font-size: 16px;height: 390px;}
.res_txt_heading{font-size: 20px;}
.cus_scrollbar.res_txt .ew_copy{display: none;}
.cus_scrollbar.res_txt .res_txt_h:hover .ew_copy{display: block;}
.res_txt_h{min-height: 32px;}


@media only screen and (max-width: 767px) {
  .tool_heading{font-size: 20px;}
  .tool_input,.tool_output{border-radius: 8px;padding: .7rem 1rem;margin-bottom: 1rem;}
}
body[data-theme="dark"] #feedbackModal .tool_heading{color:#fff;}