.ta-scroll-bar[data-v-11548c24]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.ta-scroll-bar[data-v-11548c24]::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}
.ta-scroll-bar[data-v-11548c24]::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
.drawer-review-status[data-v-11548c24] {
  position: relative;
  width: 360px;
  height: calc(100vh - 180px);
  border-left: 1px solid #afafb3;
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.06);
  transition: width 0.25s ease-in-out;
}
.drawer-review-status .btn-hide-wrap[data-v-11548c24] {
  position: absolute;
  top: 100px;
  left: -56px;
  display: none;
  width: 56px;
  height: 178px;
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 18px;
  line-height: 56px;
  letter-spacing: 8px;
  background-color: #314079;
  cursor: pointer;
}
.drawer-review-status .btn-hide-wrap.eng[data-v-11548c24] {
  letter-spacing: 2px;
}
.drawer-review-status .btn-hide-wrap[data-v-11548c24]::before {
  display: inline-block;
  width: 56px;
  height: 4px;
  background: linear-gradient(128deg, #f7ea4a -2.98%, #f7bb05 71.76%);
  content: " ";
}
.drawer-review-status.review-status-collapse[data-v-11548c24] {
  width: 0;
  border-left: none;
}
.drawer-review-status.review-status-collapse .btn-hide-wrap[data-v-11548c24] {
  display: block;
}
.drawer-review-status.review-status-collapse .icon-close[data-v-11548c24] {
  display: none;
}
.drawer-review-status .title-wrap[data-v-11548c24] {
  height: 47px;
  padding: 0 8px 0 16px;
  line-height: 47px;
  border-bottom: 1px solid #45538f;
}
.drawer-review-status .title-wrap .title[data-v-11548c24] {
  color: #1e436b;
  font-size: 16px;
}
.drawer-review-status .title-wrap .icon-close[data-v-11548c24] {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}
.drawer-review-status .title-wrap .icon-close[data-v-11548c24]:hover {
  background-color: #f7f8f9;
}
.drawer-review-status .review-markup-list[data-v-11548c24] {
  height: calc(100vh - 252px);
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto;
}
.drawer-review-status .review-markup-list[data-v-11548c24]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.drawer-review-status .review-markup-list[data-v-11548c24]::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}
.drawer-review-status .review-markup-list[data-v-11548c24]::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
.drawer-review-status.review-status-collapse .btn-hide-wrap[data-v-11548c24] {
    display: none;
}
}

.ta-scroll-bar[data-v-2f4d505a]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.ta-scroll-bar[data-v-2f4d505a]::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}
.ta-scroll-bar[data-v-2f4d505a]::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
.title[data-v-2f4d505a] {
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
  font-size: 18px;
}
.review-doc[data-v-2f4d505a] {
  width: 100vw;
  height: calc(100vh - 60px);
  background-color: #fff;
}
.review-doc .review-doc-body-wrap[data-v-2f4d505a] {
  display: flex;
  flex-direction: column;
}
.review-doc .review-doc-body-wrap > .left[data-v-2f4d505a] {
  position: relative;
  flex: 1;
  height: 100%;
}
.review-doc .review-doc-body-wrap > .left .editor-wrap[data-v-2f4d505a] {
  position: relative;
  height: calc(100vh - 180px);
  padding: 0 20vw;
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto;
}
.review-doc .review-doc-body-wrap > .left .editor-wrap[data-v-2f4d505a]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.review-doc .review-doc-body-wrap > .left .editor-wrap[data-v-2f4d505a]::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}
.review-doc .review-doc-body-wrap > .left .editor-wrap[data-v-2f4d505a]::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
.review-doc .review-doc-body-wrap > .left .editor-wrap .ve-editor-review[data-v-2f4d505a] {
  height: 100%;
}
.review-doc .review-doc-body-wrap > .left .tag-wrap[data-v-2f4d505a] {
  position: absolute;
  top: 18px;
  right: 127px;
}
.review-doc .review-doc-body-wrap > .left .tag-wrap > .tag-time-wrap[data-v-2f4d505a] {
  display: inline-flex;
  justify-content: space-between;
  height: 23px;
  padding: 0 15px;
  color: #111;
  font-style: italic;
  white-space: nowrap;
  background-color: #ffe2a9;
}
.review-doc .review-doc-body-wrap > .left .tag-wrap > .tag-time-wrap > img[data-v-2f4d505a] {
  position: absolute;
  top: 0;
  right: -17px;
  width: 18px;
  height: 23px;
  margin-left: 16px;
}
.review-doc .review-doc-body-wrap > .left .tag-wrap > .tag-img[data-v-2f4d505a] {
  position: absolute;
  top: 68.5px;
  left: 0;
  width: 92px;
}
.review-doc .review-doc-body-wrap > .left .action-wrap[data-v-2f4d505a] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  box-shadow: 0 0 4px rgba(0,0,0,0.11765);
}
.review-doc .review-doc-body-wrap > .right[data-v-2f4d505a] {
  width: 360px;
  height: calc(100vh - 180px);
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto;
  border-left: 1px solid #e6e7eb;
}
.review-doc .review-doc-body-wrap > .right[data-v-2f4d505a]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.review-doc .review-doc-body-wrap > .right[data-v-2f4d505a]::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}
.review-doc .review-doc-body-wrap > .right[data-v-2f4d505a]::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
.mobile-view[data-v-2f4d505a] {
  display: none;
}
.annotations-text[data-v-2f4d505a] {
  display: flex;
  gap: 5px;
  align-items: center;
}
.annotations-text .icon[data-v-2f4d505a] {
  width: 20px;
}
.review-x[data-v-2f4d505a] {
  display: flex;
  justify-content: end;
}
.review-con[data-v-2f4d505a] {
  flex: 1;
}
@media (max-width: 1200px) {
.review-doc .review-doc-body-wrap > .left .editor-wrap[data-v-2f4d505a] {
    padding: 0;
    padding-top: 14px;
}
}
@media (max-width: 768px) {
.mobile-view[data-v-2f4d505a] {
    display: block;
}
.mobile-view[data-v-2f4d505a].ta-title-bar {
    display: flex;
    padding: 0 16px;
}
.mobile-view[data-v-2f4d505a].ta-title-bar .center {
    width: calc(100% - 64px - 70px);
    border-right: 0.5px solid #afafb3;
}
.pc-view[data-v-2f4d505a] {
    display: none;
}
.title[data-v-2f4d505a] {
    display: block;
    width: calc(100% - 48px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.review-doc[data-v-2f4d505a] {
    display: flex;
    flex-direction: column;
}
.review-doc .review-doc-body-wrap[data-v-2f4d505a] {
    flex: 1;
    height: 100%;
    overflow: hidden;
}
.review-doc .review-doc-body-wrap > .left[data-v-2f4d505a] {
    position: static;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
    overflow: hidden;
}
.review-doc .review-doc-body-wrap > .left .editor-wrap[data-v-2f4d505a] {
    width: 100vw;
    height: calc(var(--m-vh) * 100 - 180px);
}
.review-doc .review-doc-body-wrap > .left .tag-wrap[data-v-2f4d505a] {
    right: 33px;
}
.review-doc .review-doc-body-wrap > .left .action-wrap[data-v-2f4d505a] {
    position: static;
    padding: 0 16px;
}
.review-doc .review-doc-body-wrap > .left .action-wrap .dc-btn[data-v-2f4d505a] {
    width: 100%;
    height: 44px;
    font-size: 16px;
}
.review-doc .review-doc-body-wrap > .left .action-wrap .dc-btn[data-v-2f4d505a].ivu-btn-default {
    color: #1e346b;
    border-color: #1e346b;
}
.review-doc .review-doc-body-wrap > .right[data-v-2f4d505a] {
    display: none;
}
[data-v-2f4d505a] .ve-editor-review {
    width: 100vw;
    padding: 0;
}
.review-x[data-v-2f4d505a] {
    flex: 1;
    overflow: hidden;
}
.review-con[data-v-2f4d505a] {
    display: flex;
    height: 100%;
}
[data-v-2f4d505a] .ve-edit-term {
    width: 100%;
    padding: 10px;
}
[data-v-2f4d505a] .ve-edit-term > div[\:has\(.ve-edit-table\)] {
    width: 100%;
    overflow-x: scroll;
}
[data-v-2f4d505a] .ve-edit-term > div:has(.ve-edit-table) {
    width: 100%;
    overflow-x: scroll;
}
}

