/*
 * @FilePath     : /135new/webroot/css/xpages/online_text_proofreading/index.css
 * @Description  : 在线文本校对
 */
.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] {
  position: fixed;
  z-index: 1001;
  left: 120px;
  top: 50px;
  width: 384px;
  height: 100%;
  background-color: white;
  border-right: 1px solid #ccc;
  display: none;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .btn {
  width: auto;
  height: auto;
  padding: 0;
  line-height: normal;
  border: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-container .proofreading-header {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-container .proofreading-header .header-title {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-container .proofreading-header .header-description {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 20px 26px;
  border-bottom: 1px solid #e5e5e5;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-header .header-left_side {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-header .header-left_side .header-title {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-header .header-right_side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-header .header-right_side .proofreading_state {
  font-weight: 400;
  font-size: 12px;
  color: #fb6701;
  margin-right: 9px;
  display: none;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-header .header-right_side .btn.btn-upload {
  width: 178px;
  height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fb6701), to(#f03402));
  background: -webkit-linear-gradient(top, #fb6701 0%, #f03402 100%);
  background: -moz-linear-gradient(top, #fb6701 0%, #f03402 100%);
  background: -o-linear-gradient(top, #fb6701 0%, #f03402 100%);
  background: linear-gradient(180deg, #fb6701 0%, #f03402 100%);
  border-radius: 50px;
  text-align: center;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-header .header-right_side .btn.btn-upload .tag {
  width: 40px;
  height: 20px;
  font-size: 12px;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc526), to(#ff9d2d));
  background: -webkit-linear-gradient(top, #ffc526 0%, #ff9d2d 100%);
  background: -moz-linear-gradient(top, #ffc526 0%, #ff9d2d 100%);
  background: -o-linear-gradient(top, #ffc526 0%, #ff9d2d 100%);
  background: linear-gradient(180deg, #ffc526 0%, #ff9d2d 100%);
  border-radius: 10px 0px 10px 10px;
  font-style: normal;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: -12px;
  top: -10px;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-header .header-right_side .btn.btn-upload img {
  margin-right: 4px;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-header .header-right_side .btn.btn-upload span {
  font-size: 14px;
  color: #ffffff;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-body {
  margin-top: 10px;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-body .sensitive_words {
  width: 100%;
  height: auto;
  background: #f8f8f8;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 16px;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-body .sensitive_words .sensitive_words-statistics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-body .sensitive_words .sensitive_words-statistics .statistics-text {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-body .sensitive_words .sensitive_words-statistics .statistics-num {
  font-size: 14px;
  color: #333333;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-body .sensitive_words .sensitive_words-statistics .statistics-num .num {
  font-style: normal;
  color: #f03402;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-body .sensitive_words .sensitive_words-result {
  width: 100%;
  margin-top: 8px;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-body .sensitive_words .sensitive_words-result .result-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-body .sensitive_words .sensitive_words-result .result-item+.result-item {
  margin-top: 6px;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-body .sensitive_words .sensitive_words-result .result-item .result-item__text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #ffffff;
  border-radius: 17px;
  padding: 2px 10px;
  font-size: 14px;
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-body .sensitive_words .sensitive_words-result .result-item .result-item__text img {
  margin-right: 8px;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-body .sensitive_words .sensitive_words-result .result-item .result-item__num {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-body .ghost_word {
  width: 100%;
  height: auto;
  background: #f8f8f8;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 16px;
  margin-top: 10px;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-body .ghost_word .ghost_word-statistics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-body .ghost_word .ghost_word-statistics .statistics-text {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-body .ghost_word .ghost_word-statistics .statistics-num {
  font-size: 14px;
  color: #333333;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-body .ghost_word .ghost_word-statistics .statistics-num .num {
  font-style: normal;
  color: #f03402;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-footer {
  width: 100%;
  margin-top: 18px;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-footer .trigger-detection__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-footer .trigger-detection__wrapper .btn.btn-detection {
  width: 114px;
  height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fb6701), to(#f03402));
  background: -webkit-linear-gradient(top, #fb6701 0%, #f03402 100%);
  background: -moz-linear-gradient(top, #fb6701 0%, #f03402 100%);
  background: -o-linear-gradient(top, #fb6701 0%, #f03402 100%);
  background: linear-gradient(180deg, #fb6701 0%, #f03402 100%);
  border-radius: 50px;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-footer .trigger-detection__wrapper .detection-interest {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 7px;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-footer .trigger-detection__wrapper .detection-interest .interest-count {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: normal;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-footer .trigger-detection__wrapper .detection-interest .interest-count i {
  font-style: normal;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-footer .trigger-detection__wrapper .detection-interest .btn {
  line-height: normal;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-footer .trigger-detection__wrapper .detection-interest .btn.btn-upgrade {
  font-weight: 400;
  font-size: 14px;
  color: #fb6701;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-footer .btn-groups {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-footer .btn-groups .left-side {
  white-space: nowrap;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-footer .btn-groups .left-side .btn {
  width: 96px;
  height: 34px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-footer .btn-groups .left-side .btn.animation {
  color: white;
  border-color: #fb6701;
  background-color: rgba(251, 103, 1, 0.8);
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-footer .btn-groups .left-side .btn+.btn {
  margin-left: 10px;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .detection__wrapper .detection-footer .btn-groups .right-side .btn {
  width: 96px;
  height: 34px;
  background: #efefef;
  border-radius: 4px;
  font-size: 14px;
  color: #999999;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .article__wrapper {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 0;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .article__wrapper #article__content {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  overflow-y: auto;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .article__wrapper .popover.proofreading_popover {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 6px 1px #e5e5e5;
  box-shadow: 0px 0px 6px 1px #e5e5e5;
  border-radius: 4px;
  border: none;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .article__wrapper .popover.proofreading_popover .popover-container {
  width: 164px;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .article__wrapper .popover.proofreading_popover .popover-container .words_panel {
  width: 100%;
  display: none;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .article__wrapper .popover.proofreading_popover .popover-container .words_panel .panel-body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 12px 16px;
  font-size: 14px;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .article__wrapper .popover.proofreading_popover .popover-container .words_panel .panel-body .panel-title {
  color: #333333;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .article__wrapper .popover.proofreading_popover .popover-container .words_panel .panel-footer {
  width: 100%;
  border-top: 1px solid #f2f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .article__wrapper .popover.proofreading_popover .popover-container .words_panel .panel-footer .btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #333333;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .article__wrapper .popover.proofreading_popover .popover-container .words_panel .panel-footer .btn+.btn {
  border-left: 1px solid #f2f2f2;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .article__wrapper .popover.proofreading_popover .popover-container .words_panel.error_words .panel-body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 12px 16px;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .article__wrapper .popover.proofreading_popover .popover-container .words_panel.error_words .panel-body .wrong_word {
  margin-top: 10px;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .article__wrapper .popover.proofreading_popover .popover-container .words_panel.error_words .panel-body .wrong_word .wrong_word_name {
  color: #f03402;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .article__wrapper .popover.proofreading_popover .popover-container .words_panel.error_words .panel-body .positive_word {
  margin-top: 5px;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .article__wrapper .popover.proofreading_popover .popover-container .words_panel.error_words .panel-body .positive_word .positive_word_name {
  color: #1cc194;
}

.online_text_proofreading__wrapper #online_text_proofreading[scoped="b25saW5lX3RleHRfcHJvb2ZyZWFkaW5n"] .proofreading-content .article__wrapper .popover.proofreading_popover .popover-container .words_panel.sensitive_words .panel-body .sensitive_words_txt {
  display: none;
}

.online_text_proofreading__wrapper .custom-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.online_text_proofreading__wrapper .custom-modal>.modal-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}

.online_text_proofreading__wrapper .custom-modal>.modal-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.online_text_proofreading__wrapper #consult_modal {
  z-index: 1500;
}

.online_text_proofreading__wrapper #consult_modal>.modal-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.online_text_proofreading__wrapper #consult_modal>.modal-container .modal-close {
  line-height: normal;
  position: absolute;
  right: -10px;
  top: 0px;
  color: #ffffff;
  z-index: 10;
}

.online_text_proofreading__wrapper #consult_modal>.modal-container .modal-close i {
  font-size: 20px;
  line-height: normal;
  cursor: pointer;
}

.online_text_proofreading__wrapper #consult_modal>.modal-container .consult {
  width: 300px;
  height: auto;
}