@keyframes fileLoading {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.file-loading-icon {
  animation: fileLoading .9s linear infinite;
  border: 2px solid #eee;
  border-left-color: #aaa;
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.file-loading-tip {
  display: block;
  margin: 0 auto;
}

.menu-group .sdoc-color-menu.menu-show {
  background: #e5e5e5;
  border-radius: 2px;
}

.menu-group .sdoc-color-menu .last-used-color-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.menu-group .sdoc-color-menu .last-used-color-container.disabled {
  padding-right: 0;
}

.menu-group .sdoc-color-menu .sdoc-color-toggle {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.menu-group .sdoc-color-menu .last-used-color-container:not(.disabled):hover, .menu-group .sdoc-color-menu .sdoc-color-toggle:hover {
  background-color: #e5e5e5;
}

.menu-group .sdoc-color-menu.disabled .sdoc-color-toggle .sdocfont {
  color: #bdbdbd;
}

.sdoc-color-menu .sdoc-color-icon {
  height: 12px;
  line-height: 12px;
  transform: scale(.85);
  width: 12px;
}

.sdoc-color-menu .last-used-color {
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 1px;
  height: 3px;
  margin-top: 1px;
  width: 14px;
}

.sdoc-color-menu-popover .popover {
  left: -24px !important;
}

.sdoc-color-menu-popover .sdoc-color-dropdown-menu {
  padding: 0 0 12px;
  width: 251px;
}

.sdoc-color-menu-popover .sdoc-color-no-color-container {
  height: 24px;
  margin-bottom: 5px;
  width: 100%;
}

.sdoc-color-menu-popover .sdoc-color-no-color-content {
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 2px;
  cursor: pointer;
  font-size: 12px;
  height: 100%;
  line-height: 22px;
  text-align: center;
  width: 100%;
}

.sdoc-color-menu-popover .sdoc-color-default-colors-container {
  display: flex;
  flex-wrap: wrap;
}

.sdoc-color-menu-popover .sdoc-color-item {
  border: .5px solid rgba(0, 0, 0, .08);
  height: 20px;
  margin-bottom: 3px;
  margin-right: 3px;
  position: relative;
  width: 20px;
}

.sdoc-color-menu-popover .sdoc-color-item:not(.selected):hover:before {
  border: 1px solid rgba(0, 0, 0, .24);
  content: "";
  height: calc(100% + 5px);
  left: -2.5px;
  pointer-events: none;
  position: absolute;
  top: -2.5px;
  width: calc(100% + 5px);
}

.sdoc-color-menu-popover .sdoc-color-item.selected:after {
  border: 1px solid rgba(0, 0, 0, .88);
  content: "";
  height: calc(100% + 5px);
  left: -2.5px;
  pointer-events: none;
  position: absolute;
  top: -2.5px;
  width: calc(100% + 5px);
}

.sdoc-color-menu-popover .sdoc-color-item:hover {
  cursor: pointer;
}

.sdoc-color-menu-popover .sdoc-color-item:nth-child(10n) {
  margin-right: 0;
}

.sdoc-color-menu-popover .sdoc-color-sub-title {
  color: rgba(0, 0, 0, .4);
  font-size: 11px;
  line-height: 16px;
  margin: 7px 0;
}

.sdoc-color-menu-popover .sdoc-colors-divider {
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  height: 1px;
  margin: 0 0 8px;
  width: 100%;
}

.sdoc-color-menu-popover .sdoc-more-colors {
  align-items: center;
  display: flex;
  font-size: 12px;
  height: 30px;
  justify-content: space-between;
  padding: 0 12px;
}

.sdoc-color-menu-popover .sdoc-more-colors .sdocfont {
  color: #888;
  font-size: 12px;
}

.sdoc-color-menu-popover .sdoc-more-colors.show-pick {
  background-color: rgba(51, 77, 102, .06);
  cursor: pointer;
}

.sdoc-more-colors-popover .popover {
  left: 10px !important;
}

.menu-group #button-sdoc-highlight-color .sdoc-color-icon {
  left: 1px;
  position: relative;
}

.menu-group {
  align-items: center;
  border-radius: 0 !important;
  border-right: 1px solid #e5e6e8;
  color: #444;
  display: flex;
  font-size: .75rem;
  height: 100%;
  justify-content: center;
  padding: 6px 0 6px 8px;
}

.menu-group .menu-group-item {
  background-color: transparent;
  border: none !important;
  color: #444;
  height: 24px;
  line-height: 24px;
  margin-right: 8px;
  width: 24px;
}

.menu-group .menu-group-item:disabled {
  color: #bdbdbd;
}

.menu-group .menu-group-item:hover {
  background-color: #f2f2f2;
  border-radius: 2px;
}

.menu-group .menu-group-item[data-active=true] {
  color: #eb8205;
}

.menu-group .menu-group-item .sdocfont, .sdoc-menu-with-dropdown .sdoc-menu-with-dropdown-icon .sdocfont {
  font-size: 12px;
}

.menu-group .menu-group-item.sdoc-menu-with-dropdown {
  align-items: center;
  border: 0 !important;
  display: flex;
  height: 24px;
  justify-content: center;
  margin-right: 10px;
  overflow: hidden;
  padding: 0 !important;
  width: 36px;
}

.menu-group .menu-group-item.sdoc-menu-with-dropdown.disabled {
  color: #999;
}

.sdoc-menu-with-dropdown:not(.disabled):hover {
  background: #f2f2f2;
  border-radius: 2px;
}

.sdoc-menu-with-dropdown .sdoc-menu-with-dropdown-icon {
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.sdoc-menu-with-dropdown .sdoc-menu-with-dropdown-triangle {
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 12px;
}

.sdoc-menu-with-dropdown .sdoc-menu-with-dropdown-triangle .sdoc-menu-with-dropdown-triangle-icon {
  color: #999;
  font-size: 12px;
}

.menu-group:last-child {
  border-right: none;
}

.sdoc-menu-container {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  box-shadow: 0 4px 10px #eee;
  color: #212529;
  display: flex;
  flex-direction: column;
  min-width: 80px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 8px 0;
  position: absolute;
  width: 150px;
  z-index: 1080;
}

.sdoc-menu-container .sdoc-menu-item {
  cursor: pointer;
  display: flex;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  position: relative;
}

.sdoc-menu-container .sdoc-menu-item:hover {
  background-color: #f5f5f5;
}

.sdoc-menu-container .sdoc-menu-item .menu-item-icon {
  color: #aaa;
  margin-right: 5px;
}

.sdoc-menu-container .sdoc-menu-item .sdoc-check-mark {
  color: #aaa;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  right: 10px;
}

.select-container {
  display: inline-block;
  font-weight: 400;
  margin: 0 5px;
  position: relative;
}

.select-container .control-container {
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  height: 24px;
  justify-content: center;
  line-height: 1.5;
  padding: 0 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.select-container .control-container.active, .select-container .control-container:hover {
  border: 1px solid #3c88fd;
  box-shadow: 0 0 0 2px rgba(70, 127, 207, .25);
}

.select-container .control-container .placeholder {
  color: #bfbfbf;
}

.select-container .control-container .control-icon {
  color: #aaa;
  cursor: default;
  font-size: 13px;
  margin-right: 5px;
}

.select-container .control-container .operation {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin-left: 8px;
}

.select-container .control-container .arrow {
  color: #949494;
  display: inline-block;
  font-size: 12px;
  transform: scale(.8);
  transition: all .1s;
}

.select-container .control-container .arrow:hover {
  color: #666;
}

.select-container .select-popover {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  box-shadow: 0 4px 10px #eee;
  display: flex;
  flex-direction: column;
  left: 0;
  margin-top: 4px;
  max-height: 265px;
  min-width: 80px;
  padding: 8px 0;
  position: absolute;
  z-index: 10;
}

.select-popover .option-item-divider {
  border-top: 1px solid #efefef;
  margin-top: 8px;
}

.select-popover .sdoc-field-setting {
  align-items: center;
  display: flex;
  position: relative;
}

.select-popover .sdoc-field-setting .icon-container {
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 10px;
}

.select-popover .sdoc-field-setting .sdoc-text-style {
  color: #aaa;
  font-size: 14px;
}

.select-popover .sdoc-field-setting .op-icon {
  color: #aaa;
  font-size: 12px;
  transform: rotate(90deg);
}

.select-popover .option-item-wrapper {
  flex: 1 1;
  min-height: 0;
  min-width: 0;
  overflow: auto;
}

.select-popover .option-item {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  height: 32px;
  min-width: 80px;
  overflow-wrap: normal;
  padding: 0 12px;
  white-space: nowrap;
}

.select-popover .option-item:hover {
  background-color: #f5f5f5;
}

.select-popover .option-item.active {
  background-color: #39a0ff;
  color: #fff;
}

.select-popover .option-item.disable {
  color: #aaa;
  cursor: default;
}

.select-popover .option-item .item-icon {
  color: #aaa;
  cursor: default;
  font-size: 14px;
}

.select-popover .option-item.active .item-icon {
  color: #fff;
}

.select-popover .option-item .label {
  margin: 0 5px;
}

code[class*=language-], pre[class*=language-] {
  word-wrap: normal;
  background: none;
  color: #000;
  font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
  font-size: 1em;
  hyphens: none;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  text-align: left;
  text-shadow: 0 1px #fff;
  white-space: pre;
  word-break: normal;
  word-spacing: normal;
}

code[class*=language-] ::-moz-selection, code[class*=language-]::-moz-selection, pre[class*=language-] ::-moz-selection, pre[class*=language-]::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

code[class*=language-] ::selection, code[class*=language-]::selection, pre[class*=language-] ::selection, pre[class*=language-]::selection {
  background: #b3d4fc;
  text-shadow: none;
}

@media print {
  code[class*=language-], pre[class*=language-] {
    text-shadow: none;
  }
}

pre[class*=language-] {
  margin: .5em 0;
  overflow: auto;
  padding: 1em;
}

:not(pre)>code[class*=language-], pre[class*=language-] {
  background: #f5f2f0;
}

:not(pre)>code[class*=language-] {
  border-radius: .3em;
  padding: .1em;
  white-space: normal;
}

.token.cdata, .token.comment, .token.doctype, .token.prolog {
  color: #708090;
}

.token.punctuation {
  color: #999;
}

.token.namespace {
  opacity: .7;
}

.token.boolean, .token.constant, .token.deleted, .token.number, .token.property, .token.symbol, .token.tag {
  color: #905;
}

.token.attr-name, .token.builtin, .token.char, .token.inserted, .token.selector, .token.string {
  color: #690;
}

.language-css .token.string, .style .token.string, .token.entity, .token.operator, .token.url {
  background: hsla(0, 0%, 100%, .5);
  color: #9a6e3a;
}

.token.atrule, .token.attr-value, .token.keyword {
  color: #07a;
}

.token.class-name, .token.function {
  color: #dd4a68;
}

.token.important, .token.regex, .token.variable {
  color: #e90;
}

.token.bold, .token.important {
  font-weight: 700;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

.sdoc-callout-color-selector-container {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  left: 0;
  padding: 10px;
  position: absolute;
  top: 36.5px;
  z-index: 100;
}

.sdoc-callout-color-selector-container .sdoc-color-selector-list {
  display: flex;
  margin: 0;
  padding: 0;
}

.sdoc-callout-color-selector-container .sdoc-color-selector-list .sdoc-callout-color-item {
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  height: 20px;
  list-style: none;
  margin-right: 10px;
  position: relative;
  width: 20px;
}

.sdoc-callout-color-selector-container .sdoc-color-selector-list .sdoc-callout-color-item:last-child {
  margin-right: 0;
}

.sdoc-callout-color-selector-container .sdoc-color-selector-list .sdoc-callout-color-item .sdoc-callout-color-checked-icon {
  font-size: 12px;
  left: 3px;
  position: absolute;
  top: 1px;
}

.sdoc-callout-icon-selector-container {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  display: flex;
  left: 40px;
  min-width: 100px;
  padding: 4px;
  position: absolute;
  top: 36.5px;
  z-index: 100;
}

.sdoc-callout-icon-selector-container .icon-item {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 32px;
  justify-content: center;
  margin: 0 4px;
  width: 32px;
}

.sdoc-callout-icon-selector-container .icon-item:hover {
  background-color: #f2f2f2;
}

.sdoc-callout-icon-selector-container .icon-item img {
  cursor: pointer;
  display: inline-block;
  height: 24px;
  width: 24px;
}

.sdoc-callout-hover-menu {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  display: flex;
  height: 36px;
  padding: 7px;
  position: absolute;
  z-index: 100;
}

.sdoc-callout-hover-menu .callout-menu-item {
  align-items: center;
  border-radius: 3px;
  color: #212529;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  justify-content: center;
  padding: 0 4px;
}

.sdoc-callout-hover-menu .callout-menu-item:hover {
  background-color: #f2f2f2;
}

.sdoc-callout-hover-menu .callout-menu-item .sdocfont {
  color: #444;
  font-size: 12px;
}

.sdoc-callout-hover-menu .callout-menu-item .sdoc-drop-down {
  color: #999;
}

.sdoc-callout-hover-menu .callout-menu-item.color-active, .sdoc-callout-hover-menu .callout-menu-item.icon-active {
  background-color: #f2f2f2;
  border-radius: 2px;
}

.sdoc-callout-hover-menu .callout-menu-divider {
  border-left: 1px solid #ccc;
  margin: 4px 8px;
}

.sdoc-callout-white-wrapper {
  padding: 5px 0;
}

.sdoc-callout-container {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  padding: 10px;
  position: relative;
}

.sdoc-callout-container .callout-content {
  flex: 1 1;
  overflow: auto;
  position: relative;
}

.sdoc-callout-container .sdoc-callout-placeholder {
  color: #b8b6b6;
  pointer-events: none;
  position: absolute;
  top: 5px;
}

.sdoc-emoji {
  align-items: center;
  display: flex;
  font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Noto Color Emoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;
  font-size: 21px;
  height: 24px;
  justify-content: center;
  line-height: 24px;
  white-space: nowrap;
  width: 24px;
}

.sdoc-emoji.wraning {
  color: block;
}

.sdoc-callout-container .callout-icon {
  margin-right: 8px;
  margin-top: 2px;
  width: 18px;
}

.sdoc-callout-container .callout-icon .sdoc-emoji {
  font-size: 16px;
}

.sdoc-code-block-hover-menu-container {
  height: 42px;
  max-width: 250px;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 101;
}

.sdoc-code-block-hover-menu-container .hover-menu-container {
  align-items: center;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
  display: flex;
  height: 36px;
  justify-content: space-around;
  padding: 7px 8px;
  width: 100%;
}

.sdoc-code-block-hover-menu-container .hover-menu-container .active {
  background: #f2f2f2;
  color: #212529;
  text-decoration: none;
}

.sdoc-code-block-hover-menu-container .hover-menu-container .op-item {
  border-radius: 2px;
  color: #212529;
  font-size: 12px;
  height: 100%;
  line-height: 20px;
  position: relative;
  text-align: center;
  width: 100%;
}

.sdoc-code-block-hover-menu-container .sdoc-code-block-hover-operation-item.sdoc-code-block-hover-operation-lang .op-item {
  padding: 0 5px;
}

.sdoc-code-block-hover-menu-container .hover-menu-container .sdoc-code-block-hover-operation-lang .icon-font {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin-left: 8px;
}

.sdoc-code-block-hover-menu-container .sdoc-code-block-hover-operation-item {
  height: 20px;
  justify-content: center;
  text-align: center;
  width: 20px;
}

.sdoc-code-block-hover-menu-container .sdoc-code-block-hover-operation-item.sdoc-code-block-hover-operation-lang {
  width: -moz-fit-content;
  width: fit-content;
}

.sdoc-code-block-hover-menu-container .sdoc-code-block-hover-operation-lang .icon-font {
  color: #999;
}

.sdoc-code-block-hover-menu-container .sdoc-code-block-hover-operation-divider {
  background-color: #e5e5e5;
  height: 20px;
  margin: 0 8px;
  width: 1px;
}

.sdoc-code-block-hover-menu-container .hover-menu-container .op-item:hover {
  background: #f2f2f2;
  color: #212529;
  text-decoration: none;
}

.sdoc-code-block-hover-menu-container .icon-font {
  color: #444;
  font-size: 12px;
}

.sdoc-langs-list-container {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  box-shadow: 0 0 5px #ccc;
  left: 0;
  overflow-y: hidden;
  position: absolute;
  top: 38px;
  width: 200px;
}

.sdoc-langs-list-container .sdoc-search-langs {
  padding: 10px 10px 0;
}

.sdoc-langs-list-container .sdoc-search-langs input {
  font-size: 14px;
  max-height: 30px;
}

.langs-list-empty {
  font-size: 13px;
  line-height: 30px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.sdoc-langs-list-container .langs-list-ul {
  list-style: none;
  max-height: 280px;
  min-height: 100px;
  overflow-y: auto;
  padding: 10px;
}

.sdoc-langs-list-container .langs-list-ul .langs-list-li {
  cursor: pointer;
  display: flex;
  font-size: 13px;
  height: 30px;
  justify-content: space-between;
  line-height: 30px;
  padding-left: 12px;
  position: relative;
  white-space: nowrap;
}

.sdoc-langs-list-container .langs-list-ul .langs-list-li.active, .sdoc-langs-list-container .langs-list-ul .langs-list-li.hover {
  background-color: #f5f5f5;
}

.sdoc-langs-list-container .langs-list-ul .langs-list-li .li-check-mark {
  opacity: 0;
  padding: 0 10px;
}

.sdoc-langs-list-container .langs-list-ul .langs-list-li .li-checked {
  opacity: 1;
}

.sdoc-file-link-hover-menu-container {
  height: 42px;
  position: absolute;
  width: auto;
  z-index: 101;
}

.sdoc-file-link-hover-menu-container .hover-menu-container {
  align-items: center;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
  display: flex;
  height: 36px;
  justify-content: flex-start;
  padding: 7px 8px;
}

.sdoc-file-link-hover-menu-container .hover-menu-container>span:not(:last-of-type) {
  border-right: 1px solid #e5e5e5;
  padding-right: 8px;
}

.sdoc-file-link-hover-menu-container .hover-menu-container .op-item {
  align-items: center;
  border-radius: 2px;
  color: #212529;
  display: inline-flex;
  font-size: 12px;
  height: 24px;
  justify-content: center;
  min-width: 24px;
  padding: 0 5px;
  position: relative;
}

.sdoc-file-link-hover-menu-container .hover-menu-container .op-item:hover {
  background: #f1f1f1;
  color: #212529;
  text-decoration: none;
}

.sdoc-file-link-hover-menu-container .op-group-item:last-child .op-item {
  margin-left: 8px;
}

.sdoc-file-link-hover-menu-container .hover-menu-container .link-style-icon-active {
  background: #f1f1f1;
}

.sdoc-file-link-hover-menu-container .hover-menu-container .op-tooltip:hover:after {
  align-items: center;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  box-shadow: 0 0 5px #ccc;
  color: #212529;
  content: attr(op-item-tooltip);
  display: flex;
  font-size: 12px;
  height: 30px;
  justify-content: center;
  left: -20px;
  position: absolute;
  top: -40px;
  width: 70px;
}

.sdoc-file-link-hover-menu-container .hover-menu-container .icon-font {
  color: #444;
  font-size: 12px;
}

.sdoc-file-link-hover-menu-container .hover-menu-container .sdoc-drop-down {
  color: #999;
}

.sdoc-file-link-hover-menu-container .sdoc-file-display-style-popover {
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid #e5e6e8;
  border-radius: 2px;
  box-shadow: 0 0 10px #ccc;
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  position: absolute;
  right: -80px;
  top: 37px;
  white-space: nowrap;
  z-index: 101;
}

.file-link-selected, .sdoc-file-link-render:hover {
  background-color: hsla(0, 0%, 60%, .15) !important;
  border-radius: 3px;
  padding: 3px 0;
}

.sdoc-file-link-render:hover {
  cursor: pointer;
}

.sdoc-file-link-render:hover .sdoc-file-text-link a {
  border-radius: 3px;
  padding: 3px 0;
  text-decoration: underline;
  text-decoration-color: rgba(55, 53, 47, .25);
  text-underline-position: under;
}

.sdoc-file-link-render .sdoc-file-text-link a {
  color: #212529;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(55, 53, 47, .25);
  text-underline-position: under;
}

.sdoc-file-link-render .sdoc-file-text-link a:hover, .sdoc-file-link-render .sdoc-file-text-link.sdoc-no-file-link-icon a:hover {
  border-radius: 3px;
  padding: 3px 0;
  text-decoration: underline;
  text-decoration-color: rgba(55, 53, 47, .25);
  text-underline-position: under;
}

.sdoc-file-link-render .sdoc-file-link-icon {
  color: #9aa0ac;
  padding-right: 5px;
}

.sdoc-file-link-render .sdoc-file-link-icon .file-link-img {
  width: 20px;
}

@-webkit-keyframes closeWindow {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes closeWindow {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.ril__outer {
  -ms-content-zooming: none;
  -ms-touch-select: none;
  background-color: rgba(0, 0, 0, .85);
  bottom: 0;
  height: 100%;
  left: 0;
  outline: none;
  right: 0;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  width: 100%;
  z-index: 1000;
}

.ril__outerClosing {
  opacity: 0;
}

.ril__image, .ril__imageNext, .ril__imagePrev, .ril__inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.ril__image, .ril__imageNext, .ril__imagePrev {
  -ms-content-zooming: none;
  -ms-touch-select: none;
  margin: auto;
  max-width: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
}

.ril__imageDiscourager {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ril__navButtons {
  border: none;
  bottom: 0;
  cursor: pointer;
  height: 34px;
  margin: auto;
  opacity: .7;
  padding: 40px 30px;
  position: absolute;
  top: 0;
  width: 20px;
}

.ril__navButtons:hover {
  opacity: 1;
}

.ril__navButtons:active {
  opacity: .7;
}

.ril__outer .ril__navButtonPrev {
  background: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiPjxwYXRoIGQ9Im00MTIgNTE1LjIgMzYxLjYtMzYxLjZjMjIuNC0xOS4yIDIyLjQtNTQuNCAwLTc2LjhzLTU3LjYtMjIuNC03Ni44IDBsLTQwNi40IDQwMGMtMjIuNCAyMi40LTIyLjQgNTcuNiAwIDc2LjhsNDA2LjQgNDAzLjJjMjIuNCAyMi40IDU3LjYgMjIuNCA3Ni44IDBzMjIuNC01Ny42IDAtNzYuOEw0MTIgNTE1LjJ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat 50%;
  left: 0;
}

.ril__outer .ril__navButtonNext {
  background: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiPjxwYXRoIGQ9Ik02NDAgNTE1LjIgMjc4LjQgMTUzLjZjLTIyLjQtMTkuMi0yMi40LTU0LjQgMC03Ni44czU3LjYtMjIuNCA3Ni44IDBsNDA2LjQgNDAwYzIyLjQgMjIuNCAyMi40IDU3LjYgMCA3Ni44TDM1NS4yIDk1Ni44Yy0yMi40IDIyLjQtNTcuNiAyMi40LTc2LjggMHMtMjIuNC01Ny42IDAtNzYuOEw2NDAgNTE1LjJ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat 50%;
  right: 0;
}

.ril__downloadBlocker {
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.ril__caption, .ril__toolbar {
  -ms-flex-pack: justify;
  background-color: rgba(0, 0, 0, .5);
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  left: 0;
  position: absolute;
  right: 0;
}

.ril__caption {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  gap: 24px;
  justify-content: center;
  max-height: 150px;
  overflow: auto;
}

.ril__captionContent {
  color: #fff;
  margin: 0 auto;
  padding: 10px 20px;
}

.ril__toolbar {
  height: 50px;
  top: 0;
}

.ril__toolbarSide {
  height: 50px;
  margin: 0;
}

.ril__toolbarLeftSide {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 0;
  text-overflow: ellipsis;
}

.ril__toolbarRightSide {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 0;
  padding-right: 20px;
}

.ril__toolbarItem {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ril__toolbarItemChild {
  vertical-align: middle;
}

.ril__builtinButton {
  border: none;
  cursor: pointer;
  height: 35px;
  opacity: .7;
  padding: 0;
  width: 24px;
}

.ril__viewOriginalButton {
  background-color: inherit;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.ril__divider {
  background-color: #fff;
  height: 30px;
  opacity: .4;
  width: 2px;
}

.mobile-image-footer-choice .ril__builtinButton, .ril__builtinButton:hover {
  opacity: 1;
}

.ril__builtinButton:active {
  outline: none;
}

.ril-toolbar .ril__builtinButton {
  width: 30px;
}

.ril__builtinButtonDisabled {
  cursor: default;
  opacity: .5;
}

.ril__builtinButtonDisabled:hover {
  opacity: .5;
}

.ril__deleteButton {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMSA0aDE4djJIMXoiLz48cGF0aCBkPSJNNC42NzcgNXYxMy4yMTNjMCAuMDguMDE5LjEwMi0uMDE3LjEwMmgxMC42OGMtLjAzNiAwLS4wMTctLjAyMi0uMDE3LS4xMDJWNUgxN3YxMy4yMTNjMCAuOTY0LS43MTYgMS43ODctMS42NiAxLjc4N0g0LjY2QzMuNzE2IDIwIDMgMTkuMTc3IDMgMTguMjEzVjVoMS42NzdaTTEyLjUxMyAxQzEzLjMwOCAxIDE0IDEuNjQgMTQgMi41MDhWNC41aC0xLjUzOGwtLjAwMS0xLjgxM0g3LjUzOFY0LjVINlYyLjUwOEM2IDEuNjQgNi42OTIgMSA3LjQ4NyAxaDUuMDI2WiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTcgOWgydjZIN3pNMTEgOWgydjZoLTJ6Ii8+PHBhdGggZD0iTTAgMGgyMHYyMEgweiIvPjwvZz48L3N2Zz4=) no-repeat 50%;
}

.ril__downloadButton {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMCAwaDIwdjIwSDB6Ii8+PHBhdGggZD0iTTE5IDE1djMuMmMwIC40NDItLjQyNC44LS45NDcuOEgxLjk0N0MxLjQyNCAxOSAxIDE4LjY0MiAxIDE4LjJWMTUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTguOTI0IDFoMi4yMjJ2MTNIOC45MjR6Ii8+PHBhdGggc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjIiIGQ9Im0xNS42IDEwLjA3Ny01LjUgNS4xNTctNS41LTUuMTU3Ii8+PC9nPjwvc3ZnPg==) no-repeat 50%;
}

.ril__downMoveButton {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSJweCIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBzdHlsZT0ic3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDojZmZmO2ZpbGwtb3BhY2l0eToxIiBkPSJNOCAxNS41QTcuNDkyIDcuNDkyIDAgMCAxIC41IDhDLjUgMy44NTIgMy44NTIuNSA4IC41czcuNSAzLjM1MiA3LjUgNy41LTMuMzUyIDcuNS03LjUgNy41Wk04IDIuMTQ4QzQuOCAyLjE0OCAyLjE0OCA0LjgwMSAyLjE0OCA4YzAgMy4yIDIuNjUzIDUuODUyIDUuODUyIDUuODUyIDMuMiAwIDUuODUyLTIuNjUzIDUuODUyLTUuODUyIDAtMy4yLTIuNjUzLTUuODUyLTUuODUyLTUuODUyWm0wIDAiLz48cGF0aCBzdHlsZT0ic3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDojZmZmO2ZpbGwtb3BhY2l0eToxIiBkPSJNOC41NSAxMGEuOTEuOTEgMCAwIDEtMS4xOTggMEw0LjQ0OSA3LjEwMkM0LjIgNi43NSA0LjIgNi4yNSA0LjUgNS45NDljLjMtLjMuOC0uMzQ3IDEuMTQ4LS4wNWwyLjMwMSAyLjMgMi4zMDEtMi4zYy4yLS4yNS41NS0uMzQ4Ljg1Mi0uMjk3LjI5Ni4wNDYuNTQ2LjI5Ni42NDguNjQ4LjA1LjMtLjA1LjY0OC0uMy44NTJabTAgMCIvPjwvc3ZnPg==) no-repeat 50%;
}

.ril__upMoveButton {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSJweCIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBzdHlsZT0ic3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDojZmZmO2ZpbGwtb3BhY2l0eToxIiBkPSJNOCAuNUE3LjQ5MiA3LjQ5MiAwIDAgMCAuNSA4YzAgNC4xNDggMy4zNTIgNy41IDcuNSA3LjVzNy41LTMuMzUyIDcuNS03LjVTMTIuMTQ4LjUgOCAuNVptMCAxMy4zNTJjLTMuMiAwLTUuODUyLTIuNjUzLTUuODUyLTUuODUyIDAtMy4yIDIuNjUzLTUuODUyIDUuODUyLTUuODUyIDMuMiAwIDUuODUyIDIuNjUzIDUuODUyIDUuODUyIDAgMy4yLTIuNjUzIDUuODUyLTUuODUyIDUuODUyWm0wIDAiLz48cGF0aCBzdHlsZT0ic3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDojZmZmO2ZpbGwtb3BhY2l0eToxIiBkPSJNOC41NSA2YS45MS45MSAwIDAgMC0xLjE5OCAwTDQuNDQ5IDguODk4Yy0uMjUuMzUyLS4yNS44NTIuMDUxIDEuMTUzLjMuMy44LjM0NyAxLjE0OC4wNWwyLjMwMS0yLjMgMi4zMDEgMi4zYy4yLjI1LjU1LjM0OC44NTIuMjk3LjI5Ni0uMDQ2LjU0Ni0uMjk2LjY0OC0uNjQ4LjA1LS4zLS4wNS0uNjQ4LS4zLS44NTJabTAgMCIvPjwvc3ZnPg==) no-repeat 50%;
}

.ril__closeButton {
  background: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjxwYXRoIGQ9Ik02MTEuMiA1MTIgOTEyIDIxMS4yYzI4LjgtMjguOCAyOC44LTczLjYgMC05OS4ycy03My42LTI4LjgtOTkuMiAwTDUxMiA0MTIuOCAyMTEuMiAxMTJjLTI4LjgtMjguOC03My42LTI4LjgtOTkuMiAwcy0yOC44IDczLjYgMCA5OS4yTDQxMi44IDUxMiAxMTIgODEyLjhjLTI4LjggMjguOC0yOC44IDczLjYgMCA5OS4yIDI4LjggMjUuNiA3My42IDI4LjggOTkuMiAwTDUxMiA2MTEuMiA4MTIuOCA5MTJjMjguOCAyOC44IDczLjYgMjguOCA5OS4yIDAgMjguOC0yOC44IDI4LjgtNzMuNiAwLTk5LjJMNjExLjIgNTEyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat 50%;
}

.ril__zoomInButton {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0ibTEgMTkgNi02TTkgOGg2TTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat 50%;
}

.ril__zoomOutButton {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0ibTEgMTkgNi02TTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=) no-repeat 50%;
}

.ril__rotateButton {
  background: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiPjxwYXRoIGQ9Im0xMjQuOCAxNjAgNTQuNCA1MS4yQzM0NS42IDI4LjggNjMwLjQgMTYgODEyLjggMTgyLjRTMTAwOCA2MzMuNiA4NDEuNiA4MTYgMzkwLjQgMTAxMS4yIDIwOCA4NDQuOGMtMzguNC0zNS4yLTczLjYtNzYuOC05Ni0xMjQuOC02LjQtOS42LTkuNi0xNi05LjYtMjguOCAwLTMyIDI1LjYtNTQuNCA1NC40LTU0LjQgMTkuMiAwIDM4LjQgOS42IDU0LjQgMzIgODMuMiAxNjYuNCAyODggMjMwLjQgNDU0LjQgMTQ0czIzMC40LTI5MS4yIDE0NC00NTcuNi0yODgtMjMwLjQtNDU0LjQtMTQ0Yy0zNS4yIDE5LjItNjcuMiA0MS42LTk2IDczLjZsNTEuMiA0NC44YzEyLjggMTIuOCAxNiAzOC40IDMuMiA1MS4yLTYuNCA2LjQtMTYgOS42LTI1LjYgOS42TDEwNS42IDQwMGMtMTkuMiAwLTM1LjItMTIuOC0zOC40LTMyTDY0IDE4OC44Yy0zLjItMTkuMiAxMi44LTM1LjIgMzItMzguNCAxMi44LTMuMiAyMi40IDMuMiAyOC44IDkuNnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat 50%;
}

.ril__rotateButton_2 {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMCAwaDIwdjIwSDB6Ii8+PHBhdGggZD0iTTIuNjg0IDIwaDExLjYzMkMxNS43OTYgMjAgMTcgMTguODIxIDE3IDE3LjM3NXYtOC43NUMxNyA3LjE3NiAxNS43OTUgNiAxNC4zMTYgNkgyLjY4NEMxLjIwNCA2IDAgNy4xNzkgMCA4LjYyNXY4Ljc1QzAgMTguODIxIDEuMjA1IDIwIDIuNjg0IDIwWm0xMS40NS0xMmMuNDc4IDAgLjg2Ni4zNzQuODY2LjgzM3Y4LjMzNGMwIC40NTktLjM4OC44MzMtLjg2Ny44MzNIMi44NjdDMi4zODggMTggMiAxNy42MjYgMiAxNy4xNjdWOC44MzNDMiA4LjM3NCAyLjM4OCA4IDIuODY3IDhoMTEuMjY2WiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJub256ZXJvIi8+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJub256ZXJvIj48cGF0aCBkPSJNMTkuMDk4IDguOGEuODU4Ljg1OCAwIDAgMS0uNzg3LS41MjhjLTEuODI5LTQuMjc3LTYuMjA4LTQuOTE1LTguNjU1LTQuOTE1YS44Ny44NyAwIDAgMS0uODU5LS44NzkuODcuODcgMCAwIDEgLjg1OS0uODc4YzQuODc3IDAgOC42MDYgMi4xNzcgMTAuMjI5IDUuOTdhLjg4OS44ODkgMCAwIDEtLjQ0MyAxLjE1OS44NzQuODc0IDAgMCAxLS4zNDQuMDcxWiIvPjxwYXRoIGQ9Ik05Ljc3NyA0LjhhLjU0Ni41NDYgMCAwIDEtLjQzNS0uMjQzTDguMTggMi45ODdjLS4yNC0uMzI0LS4yNC0uODQ5IDAtMS4xNzRMOS4zNDIuMjQzYy4yNC0uMzI0LjYzLS4zMjQuODcgMCAuMjQuMzI2LjI0Ljg1IDAgMS4xNzZsLS43MjguOTgyLjcyNy45ODFjLjI0LjMyNi4yNC44NSAwIDEuMTc1YS41NDcuNTQ3IDAgMCAxLS40MzQuMjQzWiIvPjwvZz48cGF0aCBkPSJNMjAgMEgwdjIwaDIweiIvPjwvZz48L3N2Zz4=) no-repeat 50%;
}

.ril__OCR {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMCAwaDIwdjIwSDB6Ii8+PHBhdGggZD0iTTUuNSA2aDl2MS41aC05Wm0wIDMuNWg5VjExaC05Wm0wIDMuNWg1djEuNWgtNVptLTIuNDU1IDEuMTc5djMuMjZjMCAuMDQ4LjA0Ny4wOTIuMTEuMDkyaDMuNTQ4VjE5SDMuMTU2Yy0uOTEyIDAtMS42NTYtLjY5Ni0xLjY1Ni0xLjU2MXYtMy4yNmgxLjU0NVptMTUuNDU1LjA0MXYzLjIxOWMwIC44NjUtLjc0NCAxLjU2MS0xLjY1NiAxLjU2MWgtMy40OXYtMS40N2gzLjQ5Yy4wNjQgMCAuMTEtLjA0My4xMS0uMDkxVjE0LjIySDE4LjVaTTE2Ljg0NCAxYy45MTIgMCAxLjY1Ni42OTYgMS42NTYgMS41NjF2My40MTJoLTEuNTQ1VjIuNTZjMC0uMDQ4LS4wNDctLjA5Mi0uMTEtLjA5MmgtMy41MTJWMWgzLjUxMVpNNi43NTIgMXYxLjQ3SDMuMTU2Yy0uMDY0IDAtLjExLjA0My0uMTEuMDkxdjMuMzZIMS41di0zLjM2QzEuNSAxLjY5NiAyLjI0NCAxIDMuMTU2IDFoMy41OTZaIiBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L2c+PC9zdmc+) no-repeat 50%;
}

.ril__outerAnimating {
  -webkit-animation-name: closeWindow;
  animation-name: closeWindow;
}

@-webkit-keyframes pointFade {
  0%, 19.999%, to {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }
}

@keyframes pointFade {
  0%, 19.999%, to {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }
}

.ril__loadingCircle {
  height: 60px;
  position: relative;
  width: 60px;
}

.ril__loadingCirclePoint {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ril__loadingCirclePoint:before {
  -webkit-animation: pointFade .8s ease-in-out infinite both;
  animation: pointFade .8s ease-in-out infinite both;
  background-color: #fff;
  border-radius: 30%;
  content: "";
  display: block;
  height: 30%;
  margin: 0 auto;
  width: 11%;
}

.ril__loadingCirclePoint:first-of-type {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.ril__loadingCirclePoint:first-of-type:before, .ril__loadingCirclePoint:nth-of-type(7):before {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s;
}

.ril__loadingCirclePoint:nth-of-type(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.ril__loadingCirclePoint:nth-of-type(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.ril__loadingCirclePoint:nth-of-type(2):before, .ril__loadingCirclePoint:nth-of-type(8):before {
  -webkit-animation-delay: -666ms;
  animation-delay: -666ms;
}

.ril__loadingCirclePoint:nth-of-type(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.ril__loadingCirclePoint:nth-of-type(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.ril__loadingCirclePoint:nth-of-type(3):before, .ril__loadingCirclePoint:nth-of-type(9):before {
  -webkit-animation-delay: -533ms;
  animation-delay: -533ms;
}

.ril__loadingCirclePoint:nth-of-type(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ril__loadingCirclePoint:nth-of-type(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.ril__loadingCirclePoint:nth-of-type(10):before, .ril__loadingCirclePoint:nth-of-type(4):before {
  -webkit-animation-delay: -.4s;
  animation-delay: -.4s;
}

.ril__loadingCirclePoint:nth-of-type(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.ril__loadingCirclePoint:nth-of-type(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.ril__loadingCirclePoint:nth-of-type(11):before, .ril__loadingCirclePoint:nth-of-type(5):before {
  -webkit-animation-delay: -266ms;
  animation-delay: -266ms;
}

.ril__loadingCirclePoint:nth-of-type(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.ril__loadingCirclePoint:nth-of-type(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.ril__loadingCirclePoint:nth-of-type(12):before, .ril__loadingCirclePoint:nth-of-type(6):before {
  -webkit-animation-delay: -133ms;
  animation-delay: -133ms;
}

.ril__loadingCirclePoint:nth-of-type(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ril__loadingCirclePoint:nth-of-type(13) {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.ril__loadingCirclePoint:nth-of-type(13):before, .ril__loadingCirclePoint:nth-of-type(7):before {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.ril__loadingContainer {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.ril__imageNext .ril__loadingContainer, .ril__imagePrev .ril__loadingContainer {
  display: none;
}

.ril__errorContainer {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  bottom: 0;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.ril__imageNext .ril__errorContainer, .ril__imagePrev .ril__errorContainer {
  display: none;
}

.ril__loadingContainer__icon {
  color: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.mobile-image-previewer .ril-toolbar .ril__toolbarRightSide {
  padding-right: 14px;
}

.image-footer-choice.mobile-image-footer-choice {
  background-color: #000;
  height: 100px;
  padding: 0;
  z-index: 1052;
}

.mobile-image-footer-choice {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, .6);
  border-radius: 2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  bottom: 0;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  justify-content: space-between;
  padding: 0 3px;
  position: absolute;
  width: 100%;
}

.mobile-image-footer-choice .image-footer-icon, .mobile-image-footer-choice .image-footer-icon .image-footer-right-icons {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.mobile-image-footer-choice .image-footer-icon .image-footer-right-icons {
  gap: 16px;
}

.mobile-image-footer-choice .image-footer-icon span {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  align-items: center;
  color: #dbdbdb;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.image-footer-choice.mobile-image-footer-choice .image-footer-icon {
  -ms-flex-pack: justify;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 20px;
  width: 100%;
}

.mobile-image-footer-choice .image-footer-icon .image-footer-choice-item {
  background-color: #333;
  border-radius: 5px;
  height: 40px;
  width: 40px;
}

.ril__outer .ril-toolbar .ril-close {
  height: 53px;
  width: 30px;
}

.ril__outer .ril__toolbarItem {
  height: 50px;
}

.ril__outer .ril__toolbarItem button {
  opacity: .7;
}

.ril__outer .ril__toolbarItem button:hover {
  opacity: 1;
}

.sdoc-image-hover-menu-container .hover-menu-container .icon-font {
  color: #444;
}

.sdoc-image-hover-menu-container .hover-menu-container .sdoc-drop-down {
  color: #999;
}

.sdoc-image-process-container .loading-spinner {
  -moz-user-select: none;
}

.sdoc-multicolumn-wrapper {
  display: grid;
  height: auto;
  margin: 16px 0;
  max-width: 100%;
  width: 100%;
}

.sdoc-multicolumn-wrapper .sdoc-multicolumn-container {
  cursor: text;
  display: grid;
  min-height: 43px;
  position: relative;
}

.sdoc-multicolumn-wrapper .column {
  align-items: flex-start;
  display: flex;
  left: 3px;
}

.sdoc-column-container {
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
  padding: 5px 5px 5px 0;
  position: relative;
  white-space: pre-wrap;
  width: calc(100% - 50px);
}

.sdoc-multicolumn-container .column-resize-handler {
  height: 100%;
  position: absolute;
}

.sdoc-multicolumn-container .column-resize-handler .column-width-just {
  cursor: col-resize;
  height: 100%;
  margin-right: 1.5px;
  position: absolute;
  top: 0;
  width: 4px;
  z-index: 1;
}

.sdoc-multicolumn-container .column-resize-handler .column-width-just.active, .sdoc-multicolumn-container .column-resize-handler .column-width-just:hover {
  background-color: #d3d3d3;
  cursor: col-resize;
}

.sdoc-table-template-inner-popover {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding: 10px;
  width: 310px;
}

.sdoc-table-template-view-table {
  border: 1px solid #e2e3e6;
  cursor: pointer;
  margin: 10px 5px;
  padding: 10px;
}

.sdoc-table-template-view-table.active, .sdoc-table-template-view-table:hover {
  box-shadow: 0 0 3px 2px #e2e3e6;
}

.sdoc-table-template-view-table .sdoc-table-template-row .sdoc-table-template-cell {
  border-left: 1px solid #e2e3e6;
  border-right: 1px solid #e2e3e6;
  height: 15px;
  width: 28px;
}

.sdoc-table-template-view-table .sdoc-table-template-row {
  display: flex;
}

.sdoc-table-template-view-table .sdoc-table-template-row:first-child .sdoc-table-template-cell {
  border: none;
  border-top: 1px solid #e2e3e6;
}

.sdoc-table-template-view-table .sdoc-table-template-row:last-child .sdoc-table-template-cell {
  border-bottom: 1px solid #e2e3e6;
}

.sdoc-table-body-3f495d {
  background-color: #f1f3f6;
}

.sdoc-table-header-3f495d {
  background-color: #3f495d;
  color: #fff;
}

.sdoc-table-body-2367f2 {
  background-color: #e1edff;
}

.sdoc-table-header-2367f2 {
  background-color: #2367f2;
  color: #fff;
}

.sdoc-table-body-f77d21 {
  background-color: #fff1e8;
}

.sdoc-table-header-f77d21 {
  background-color: #f77d21;
}

.sdoc-table-body-0099f4 {
  background-color: #e1f5ff;
}

.sdoc-table-header-0099f4 {
  background-color: #0099f4;
}

.sdoc-selected-table-size-popover .popover {
  background-color: #fff;
  border-radius: 2px;
  max-width: 222px;
  min-height: 100px;
  min-width: 100px;
}

.sdoc-selected-table-size-popover .sdoc-selected-table-size-tip {
  font-size: 14px;
  height: 35px;
  padding: 5px 10px 10px;
  text-align: center;
}

.sdoc-selected-table-size-popover .sdoc-table-size-select {
  padding: 0 10px;
}

.sdoc-selected-table-size-popover .sdoc-table-size-row {
  border-bottom: 1px solid #ccc;
  flex-direction: row;
  width: -moz-fit-content;
  width: fit-content;
}

.sdoc-selected-table-size-popover .sdoc-table-size-row:first-child {
  border-top: 1px solid #ccc;
}

.sdoc-selected-table-size-popover .sdoc-table-size-cell {
  border-right: 1px solid #ccc;
  height: 15px;
  width: 20px;
}

.sdoc-selected-table-size-popover .sdoc-table-size-row .sdoc-table-size-cell:first-child {
  border-left: 1px solid #ccc;
}

.sdoc-selected-table-size-popover .sdoc-table-size-cell.active {
  background-color: #ffa94d;
}

.sdoc-selected-table-size-popover .sdoc-table-size-select {
  margin-top: 5px;
}

.sdoc-selected-table-size-container .sdoc-selected-table-tools-container {
  border-bottom: 1px solid #dedede;
  margin-bottom: 10px;
  padding: 10px 0;
}

.sdoc-selected-table-size-popover .sdoc-selected-table-size-custom {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 32px;
  padding: 0 10px;
}

.sdoc-selected-table-size-popover .sdoc-selected-table-size-custom:hover {
  background: #f5f5f5;
  cursor: pointer;
}

.sdoc-selected-table-size-popover .sdoc-selected-table-size-custom .sdocfont {
  font-size: 12px;
}

.sdoc-insert-element-toolbar .sdoc-dropdown-menu-item.sdoc-dropdown-item-selected {
  background-color: #e3e3e3;
}

.sdoc-insert-element-toolbar .sdoc-insert-element-content-wrapper {
  max-height: 278px;
  overflow-y: auto;
}

.sdoc-toast-manager {
  left: 0;
  margin: 0 auto;
  max-width: 560px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
}

.sdoc-toast-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 0;
  transition: all .24s cubic-bezier(0, 0, .2, 1);
}

@keyframes openAnimation {
  0% {
    opacity: 0;
    transform: translateY(-120%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes closeAnimation {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(.9);
  }
}

.sdoc-toast-container.entered, .sdoc-toast-container.entering {
  animation: openAnimation .24s cubic-bezier(.175, .885, .32, 1.175) both;
}

.sdoc-toast-container.exiting {
  animation: closeAnimation .12s cubic-bezier(.4, 0, 1, 1) both;
}

.sdoc-toast-alert-container {
  align-items: center;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 1px rgba(67, 90, 111, .3), 0 8px 10px -4px rgba(67, 90, 111, .47);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 16px;
}

.sdoc-toast-alert-container.success {
  border-left: 3px solid #47b881;
  color: #47b881;
}

.sdoc-toast-alert-container.warning {
  border-left: 3px solid #d9822b;
  color: #d9822b;
}

.sdoc-toast-alert-container.none {
  border-left: 3px solid #1070ca;
  color: #1070ca;
}

.sdoc-toast-alert-container.danger {
  border-left: 3px solid #ec4c47;
  color: #ec4c47;
}

.sdoc-toast-alert-container .toast-alert-icon {
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  width: 20px;
}

.sdoc-toast-alert-container .toast-text-title {
  color: #435a6f;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.sdoc-toast-alert-container .toast-text-child {
  color: #666;
  font-size: 14px;
  margin: 0;
}

.sdoc-toast-alert-container .toast-close {
  color: #000;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  height: 24px;
  line-height: 22px;
  margin-left: 15px;
  opacity: .5;
  text-align: center;
  width: 24px;
}

.sdoc-toast-alert-container .toast-close:hover {
  opacity: 1;
}

.sdoc-tooltip {
  pointer-events: none;
}

.sdoc-tooltip .tooltip-inner {
  background-color: #303133;
  font-weight: lighter;
  text-align: start;
}

.sdoc-tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow:before {
  border-bottom-color: #303133;
}

.sdoc-tooltip.bs-tooltip-auto[x-placement^=top] {
  margin-bottom: -2px;
}

.sdoc-tooltip.bs-tooltip-auto[x-placement^=top] .arrow:before {
  border-top-color: #303133;
}

.sdoc-tooltip.bs-tooltip-auto[x-placement^=right] .arrow:before {
  border-right-color: #303133;
}

.sdoc-tooltip.bs-tooltip-auto[x-placement^=left] .arrow:before {
  border-left-color: #303133;
}

.sdoc-shortcut-prompt-container kbd {
  background-color: transparent;
  border: none;
  color: #999;
  display: inline-block;
  font: inherit;
  margin-bottom: 0;
  margin-left: 1px;
  margin-right: 1px;
  min-width: 12px;
  padding: 1px 3px;
  text-align: center;
}

.sdoc-shortcut-prompt-container kbd:last-child {
  margin-right: 0;
  padding-right: 0;
}

.sdoc-dropdown-item-with-left-icon .sdoc-dropdown-item-content .sdoc-dropdown-item-content-icon {
  color: #444;
}

.sdoc-link-dropdown-menu-item .sdoc-dropdown-item-content {
  justify-content: space-between;
}

.sdoc-dropdown-menu-item-relative {
  position: relative;
}

.sdoc-image-hover-menu-container {
  height: 42px;
  position: absolute;
  width: auto;
  z-index: 101;
}

.sdoc-image-hover-menu-container .hover-menu-container {
  align-items: center;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
  display: flex;
  height: 36px;
  justify-content: flex-start;
}

.sdoc-image-hover-menu-container .hover-menu-container>span {
  padding: 0 8px;
}

.sdoc-image-hover-menu-container .hover-menu-container>span:not(:last-of-type) {
  border-right: 1px solid #e5e5e5;
  padding: 0 8px;
}

.sdoc-image-hover-menu-container .hover-menu-container .op-item {
  align-items: center;
  border-radius: 2px;
  color: #212529;
  display: inline-flex;
  font-size: 12px;
  height: 24px;
  justify-content: center;
  min-width: 24px;
  padding: 0 5px;
  position: relative;
}

.sdoc-image-hover-menu-container .hover-menu-container .op-item:hover {
  background: #f1f1f1;
  color: #212529;
  text-decoration: none;
}

.sdoc-image-hover-menu-container .hover-menu-container .active {
  background: #f1f1f1;
}

.sdoc-image-hover-menu-container .hover-menu-container .icon-font {
  color: #999;
  font-size: 12px;
}

.sdoc-image-hover-menu-container .sdoc-image-popover {
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid #e5e6e8;
  border-radius: 2px;
  box-shadow: 0 0 10px #ccc;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 37px;
  white-space: nowrap;
  z-index: 101;
}

.sdoc-image-hover-menu-container .align-popover {
  left: 80px;
  min-width: 6rem;
}

.sdoc-image-hover-menu-container .border-popover {
  align-items: center;
  flex-direction: row;
  height: 80px;
  left: 115px;
  padding: 0 8px;
}

.sdoc-image-hover-menu-container .border-popover .sdoc-dropdown-menu-item .sdoc-dropdown-item-content .sdoc-check-mark {
  transform: translateX(-24px);
}

.sdoc-image-hover-menu-container .border-popover .sdoc-dropdown-menu-item:hover {
  background-color: transparent;
}

.sdoc-image-process-container {
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.sdoc-image-process-container .loading-spinner {
  animation: spin 1s linear infinite;
  border: 3px solid #d8d8d8;
  border-radius: 50%;
  border-top-color: #939393;
  height: 20px;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  width: 20px;
}

.sdoc-image-process-container .copyright {
  color: #fff;
  margin-top: 4px;
}

.sdoc-image-content.upload-error>span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 300px;
  min-width: 400px;
}

.link-op-menu {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
  display: flex;
  height: 36px;
  padding: 7px 8px;
  position: absolute;
  z-index: 101;
}

.link-op-menu .link-op-menu-triangle {
  background: #fff;
  border-bottom: 1px solid rgba(0, 40, 100, .12);
  border-right: 1px solid rgba(0, 40, 100, .12);
  height: 8px;
  position: absolute;
  right: 50%;
  top: 31px;
  transform: rotate(45deg);
  width: 8px;
  z-index: 1001;
}

.link-op-menu-link {
  border-radius: 2px;
  color: #212529;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  padding: 0 5px;
}

.link-op-menu-link:hover {
  background: #f1f1f1;
  color: #212529;
  text-decoration: none;
}

.link-op-icons {
  border-left: 1px solid #e5e5e5;
  margin-left: 8px;
}

.link-op-icon {
  align-items: center;
  border-radius: 2px;
  color: #999;
  display: flex;
  margin-left: 8px;
  padding: 4px;
}

.link-op-icon .sdocfont {
  color: #444;
  font-size: 12px;
}

.link-op-icon:hover {
  background: #f2f2f2;
}

.seafile-ed-hovermenu-mouseclick {
  background-color: #e5e5e5;
}

.sdoc-insert-video-menu-popover-container {
  padding: 8px 0;
}

.sdoc-editor__article .virtual-link {
  color: #eb8205;
}

.sdoc-editor__article .virtual-link:hover {
  text-decoration: underline;
  text-underline-position: under;
}

.comment-editor .list-container li p {
  margin: 0 !important;
}

.comment-editor .comment-editor-paragraph {
  margin: .8em 0 !important;
  padding: 0 !important;
}

.comment-editor .sdoc-image-wrapper {
  padding: 1px !important;
}

.sdoc-dropdown-menu .sdoc-dropdown-item-right-icon {
  transform: scale(.8);
}

.sdoc-comment-caret-list {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 5px;
  max-height: 200px;
  max-width: 200px;
  min-width: 150px;
  overflow: auto;
  padding: 10px 0;
  position: absolute;
  z-index: 1049;
}

.sdoc-comment-caret-list .comment-participant-item {
  padding: 5px 0;
}

.sdoc-comment-caret-list .comment-participant-item.active, .sdoc-comment-caret-list .comment-participant-item:hover {
  background: #f5f5f5;
  cursor: pointer;
}

.sdoc-comment-caret-list .comment-participant-item .comment-participant-container {
  align-items: center;
  display: flex;
  padding: 0 8px;
}

.sdoc-comment-caret-list .comment-participant-item .comment-participant-avatar {
  border-radius: 50%;
  height: 16px;
  vertical-align: middle;
  width: 16px;
}

.sdoc-comment-caret-list .comment-participant-item .comment-participant-name {
  flex: 1 1;
  font-size: 14px;
  margin-left: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sdoc-mention-temp-ipt {
  border-radius: 5px;
  display: inline-block;
  margin: 0 1px;
  padding: 0 5px;
}

.sdoc-mention {
  background-color: transparent;
  border: none;
  cursor: default;
  display: inline-block;
  margin: 0 2px;
  padding: 0 2px;
}

.sdoc-comment-btn {
  color: #ff8e03;
}

.sdoc-comment-btn:hover {
  color: #d47604;
}

.comment-editor-wrapper {
  cursor: text;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.comment-editor-wrapper .comment-editor-container {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  min-height: 0;
}

.comment-editor-wrapper .comment-editor-content {
  border: 1px solid #ececec;
  border-radius: 3px;
  transition: border-color .3s ease;
}

.comment-editor-wrapper .comment-editor-content:focus-within {
  border-color: #ff8e03;
}

.comment-editor-wrapper .comment-editor-content .article.comment-editor {
  background-color: transparent;
  border: none;
  box-shadow: none;
  display: block;
  max-height: 130px;
  min-height: 60px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 8px 8px 0;
  width: 100%;
}

.comment-editor-wrapper .comment-editor-content .article.comment-editor :first-child {
  margin-top: 0 !important;
}

.comment-editor-wrapper .comment-editor:empty:before {
  content: attr(placeholder);
  opacity: .6;
}

.comment-editor-wrapper .comment-editor:focus-visible {
  outline: none;
}

.comment-editor-wrapper .comment-editor:focus {
  border: 1px solid rgba(0, 0, 0, .12);
}

.comment-editor-wrapper .comment-editor-user-info {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}

.comment-editor-wrapper .comment-editor-user-info .comment-editor-user-img {
  border-radius: 50%;
  height: 30px;
  margin-right: 8px;
  overflow: hidden;
  width: 30px;
}

.comment-editor-wrapper .comment-editor-user-info .comment-editor-user-name {
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.comment-editor-wrapper .comment-operations {
  display: flex;
  justify-content: flex-end;
}

.comment-editor-wrapper .comment-editor-toolbar {
  align-items: center;
  display: flex;
  height: 32px;
  justify-content: space-between;
  margin: 5px 8px 0;
  -webkit-user-select: none;
  user-select: none;
  z-index: 102;
}

.comment-editor-wrapper .comment-editor-toolbar .comment-editor-menu-group {
  align-items: center;
  border-radius: 0 !important;
  border-right: none !important;
  color: #444;
  display: flex;
  font-size: .75rem;
  height: 100%;
  justify-content: center;
  padding-left: 0 !important;
}

.comment-editor-wrapper .comment-editor-toolbar .comment-editor-menu-group .comment-editor-menu-group-item {
  background-color: transparent;
  border: none !important;
  color: #444;
  height: 24px;
  line-height: 24px;
  margin-right: 8px;
  width: 24px;
}

.comment-editor-wrapper .comment-editor-toolbar .comment-editor-menu-group .comment-editor-menu-group-item:disabled {
  color: #bdbdbd;
}

.comment-editor-wrapper .comment-editor-toolbar .comment-editor-menu-group .comment-editor-menu-group-item:hover {
  background-color: #f2f2f2;
  border-radius: 2px;
}

.comment-editor-wrapper .comment-editor-toolbar .comment-editor-menu-group .comment-editor-menu-group-item[data-active=true] {
  color: #eb8205;
}

.comment-editor-wrapper .comment-editor-toolbar .comment-editor-menu-group .comment-editor-menu-group-item .sdocfont {
  font-size: 12px;
}

.sdoc-comment-list-container {
  position: absolute;
  right: 0;
}

.sdoc-comment-list-container .article.sdoc-comment-editor {
  font-size: 14px;
}

.sdoc-comment-list-container .comment-item-detail-wrapper .comment-item-list .comment-item .comment-content {
  margin-bottom: 0;
}

.sdoc-comment-list-container .comment-item-detail-wrapper .comment-item {
  padding: 16px 16px 0;
}

.sdoc-comment-list-container .comment-item-selected-text-container .sdoc-comment-quote {
  flex-shrink: 0;
  font-size: 12px;
}

.sdoc-comment-list-container .comment-item-selected-text-container .comment-item-selected-text {
  flex: 1 1;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sdoc-comment-list-container .comment-item-list {
  margin: 0;
  min-width: 280px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}

.sdoc-context-comment-list-container {
  max-height: 430px;
  overflow-y: auto;
}

.sdoc-context-comment-popover-wrapper .comment-item-list {
  border-bottom: none !important;
}

.sdoc-context-comment-popover-wrapper .non-global-comment-input-wrapper {
  border-bottom: 1px solid #ececec;
}

.sdoc-comment-list-container .sdoc-context-comment-popover-wrapper:last-child .non-global-comment-input-wrapper {
  border-bottom: none !important;
}

.sdoc-comment-list-container .comment-item-list .context-comment-item-selected-text-container {
  color: #666;
  display: flex;
  padding: 16px 16px 0;
}

.comment-item-list .context-comment-item-selected-text-container .sdoc-comment-quote {
  font-size: 12px;
  padding-top: 2px;
}

.comment-item-list .context-comment-item-selected-text-container .context-comment-items {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.sdoc-comment-list-container .comment-item {
  padding: 0;
  position: relative;
}

.sdoc-comment-list-container .comment-item .comment-item-operation-wrapper {
  margin-top: -12px;
}

.comment-delete-popover .comment-delete-popover-container {
  padding: 16px;
  width: 250px;
}

.comment-delete-popover .comment-delete-popover-container .delete-control {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.sdoc-comment-list-container .comment-item .comment-author, .sdoc-comment-list-container .comment-item .comment-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.comment-item .comment-content {
  word-wrap: break-word;
  font-size: 14px;
  margin-left: 35px;
  margin-top: 10px;
}

.comment-item .comment-content ol, .comment-item .comment-content ul {
  padding-left: 2em;
}

.comment-item .comment-content ol li p, .comment-item .comment-content p, .comment-item .comment-content ul li p {
  margin: 0;
}

.comment-item .comment-content img {
  cursor: pointer;
}

.comment-item .comment-footer {
  color: #666;
  display: flex;
  font-size: 14px;
  margin-left: 35px;
  margin-top: 16px;
}

.comment-item .comment-footer .comments-count {
  align-items: center;
  display: flex;
  position: relative;
}

.comment-item .comment-footer .comments-count .comments-count-number {
  margin-left: 8px;
  margin-top: -2px;
}

.comment-item .comment-footer .comment-author {
  align-items: normal;
  margin-left: 20px;
}

.comment-item .comment-footer .comment-author__latest-reply {
  margin-left: 8px;
}

.comment-item .comment-footer .comment-author__latest-reply p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 220px;
}

.sdoc-comment-list-container .comment-header .comment-author__info {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding-left: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sdoc-comment-list-container .comment-header .comment-author__info .name {
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.sdoc-comment-list-container .comment-header .comment-author__info .time {
  align-items: center;
  color: #444746;
  display: inline-flex;
  font-size: 12px;
  line-height: 16px;
}

.sdoc-comment-list-container .comment-header .comment-author__info .time .comment-success-resolved {
  color: #47b881;
  font-size: 14px;
  margin-left: 6px;
}

.sdoc-comment-list-container .comment-header .sdoc-unread-message-tip {
  background-color: #fc6440;
  border-radius: 50%;
  display: inline-block;
  height: 6px;
  margin-right: 6px;
  width: 6px;
}

.sdoc-comment-list-container .comment-header .sdoc-unread-message-text-tip {
  background-color: #fc6440;
  border-radius: 8px;
  color: #fff;
  display: none;
  height: 16px;
  margin-left: 6px;
  padding: 0 5px;
}

.sdoc-comment-list-container .comment-ui-container .comment-operation {
  align-items: center;
  background-color: #fff;
  border-radius: 2px;
  color: #464d5a;
  display: flex;
  height: 24px;
  justify-content: center;
  overflow: hidden;
  padding: 0 !important;
  width: 24px;
}

.sdoc-comment-list-container .comment-ui-container.active .comment-operation:hover {
  background-color: #efefef;
  cursor: pointer;
}

.sdoc-comment-menu {
  border-radius: 2px;
  padding: 0;
}

.sdoc-popover-menu {
  background: #fff;
  height: auto;
  padding: 8px 0;
  width: 140px;
}

.sdoc-popover-menu__item {
  background-color: transparent;
  background-color: #fff;
  color: #202428;
  cursor: default;
  font-size: 14px;
  height: 28px;
  padding: 4px 24px;
  vertical-align: middle;
}

.sdoc-popover-menu__item:hover {
  background-color: #20a0ff;
  color: #fff;
}

.sdoc-comment-editor-wrapper {
  border: 1px solid #ececec;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-radius: 3px;
  transition: border-color .3s ease;
}

.sdoc-comment-editor-wrapper:focus-within {
  border-color: #ff8e03;
}

.comment-editor-wrapper .sdoc-comment-editor-wrapper .article.sdoc-comment-editor {
  background-color: transparent;
  border: none;
  box-shadow: none;
  max-height: 130px;
  min-height: 60px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 8px 8px 0;
  width: 100%;
}

.comment-container-right .sdoc-editor-container {
  width: 365px;
}

.sdoc-comment-container .comment-container-right .sdoc-editor-container {
  width: auto;
}

.article.sdoc-comment-editor :first-child {
  margin-top: 0 !important;
}

.sdoc-comment-list-container .comment-editor-wrapper {
  cursor: text;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sdoc-comment-list-container .comment-editor-wrapper .comment-editor:empty:before {
  content: attr(placeholder);
  opacity: .6;
}

.sdoc-comment-list-container .comment-editor-wrapper .comment-editor:focus-visible {
  outline: none;
}

.sdoc-comment-list-container .comment-editor-wrapper .comment-editor:focus {
  border: 1px solid rgba(0, 0, 0, .12);
}

.sdoc-comment-list-container .comment-editor-wrapper .comment-editor-user-info {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}

.sdoc-comment-list-container .comment-editor-wrapper .comment-editor-user-info .comment-editor-user-img {
  border-radius: 50%;
  height: 30px;
  margin-right: 8px;
  overflow: hidden;
  width: 30px;
}

.sdoc-comment-list-container .comment-editor-wrapper .comment-editor-user-info .comment-editor-user-name {
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.sdoc-comment-list-container .comment-editor-wrapper .comment-operations {
  display: flex;
  justify-content: flex-end;
}

.sdoc-article-container .sdoc-comment-list-container .comment-item .comment-header .comment-author__avatar {
  align-items: center;
  display: flex;
  height: 24px;
  margin-top: 3px;
  width: 24px;
}

.sdoc-article-container .sdoc-comment-list-container .comment-item .comment-header .comment-author__avatar img {
  border-radius: 50%;
}

.sdoc-article-container .sdoc-comment-list-container .comment-item .comment-footer .comment-author__avatar {
  height: 16px;
  margin-top: -1px;
  width: 16px;
}

.sdoc-article-container .sdoc-comment-list-container .comment-item .comment-footer .comment-author__avatar img {
  border-radius: 50%;
}

.sdoc-article-container .sdoc-comment-list-container .comment-item .comment-editor-wrapper.pb-3 {
  padding-bottom: 0 !important;
}

.sdoc-article-container .sdoc-comment-list-container .comment-item .comment-author {
  align-items: flex-start;
}

.sdoc-article-container .sdoc-comment-list-container .comment-item .comment-author__info {
  padding-left: 8px;
}

.sdoc-article-container .sdoc-comment-list-container .comment-content div:last-child p {
  margin-bottom: 0;
}

.sdoc-comment-list-container-popover {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15), 0 4px 8px 3px rgba(0, 0, 0, .15);
}

.sdoc-comment-list-container-popover .comment-item-list {
  border-bottom: 1px solid #ececec;
  margin-bottom: 16px;
  max-height: 260px;
  padding-bottom: 16px;
}

.sdoc-comment-list-container-popover .non-global-comment-input-wrapper {
  padding: 0 16px 16px;
  width: 100%;
}

.sdoc-comment-list-container-popover .non-global-comment-input-wrapper .form-control[readonly] {
  background-color: #fff;
}

.sdoc-comment-list-container-popover .non-global-comment-input-wrapper .form-control {
  border: 1px solid #ececec;
  font-size: 14px;
  font-weight: inherit;
}

.sdoc-comment-list-container-popover .non-global-comment-input-wrapper.active .form-control {
  padding-top: 14px;
}

.sdoc-comment-list-container-popover .non-global-comment-input-wrapper .form-control:focus {
  border-color: #e1e2e5;
  box-shadow: none;
}

.sdoc-comment-list-container-popover .non-global-comment-input-wrapper .form-control::-moz-placeholder {
  color: #bfbfbf;
}

.sdoc-comment-list-container-popover .non-global-comment-input-wrapper .form-control::placeholder {
  color: #bfbfbf;
}

.sdoc-comment-list-container .btn {
  font-size: 14px;
  font-weight: 500;
  height: 30px;
  line-height: 15px;
}

.sdoc-comment-container .comment-container-right .element-comments-count {
  align-items: center;
  color: #999;
  display: flex;
  height: 16px;
  justify-content: center;
  left: -22px;
  position: absolute;
  width: 16px;
}

.sdoc-comment-container .comment-container-right .element-comments-count:hover {
  color: #333;
  cursor: pointer;
}

.sdoc-comment-container .comment-container-right .element-comments-count-value {
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  height: 14px;
  left: 0;
  line-height: 13px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  width: 16px;
}

.sdoc-comment-drawer {
  height: 100%;
  width: 100%;
}

.sdoc-comment-drawer .comments-panel-wrapper {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 93px);
}

.sdoc-comment-drawer .sdoc-comment-resize-handler {
  cursor: ew-resize;
  height: 100%;
  left: 0;
  margin-right: -2px;
  position: absolute;
  width: 6px;
  z-index: 103;
}

.sdoc-comment-drawer .sdoc-comment-resize-handler:hover {
  border-left: 1px solid #d8d8d8;
}

.sdoc-comment-resize-handler .sdoc-comment-move-dragger {
  background-color: #2674f8;
  border-radius: 3px;
  cursor: ew-resize;
  display: none;
  height: 30px;
  left: -4px;
  position: absolute;
  top: 0;
  width: 6px;
}

.sdoc-comment-drawer .comments-panel-header {
  align-items: center;
  border-bottom: 1px solid #eaecef;
  display: flex;
  height: 46px;
  justify-content: space-between;
  padding: 0 16px;
}

.sdoc-comment-drawer .comments-panel-header .comments-panel-header-left {
  display: flex;
}

.sdoc-comment-drawer .comments-panel-header .comments-panel-header-left .title {
  color: #212529;
  font-size: 16px;
  font-weight: 500;
}

.sdoc-comment-drawer .comments-panel-header .comments-panel-header-left .goback {
  margin-right: 4px;
}

.sdoc-comment-drawer .comments-panel-header .comments-panel-header-right {
  display: flex;
}

.comments-panel-header-right .sdoc-comment-filter-dropdown {
  box-shadow: 0 4px 10px #eee;
  left: auto !important;
  position: absolute;
  right: 72px;
  top: 36px !important;
}

.comments-panel-header-right .sdoc-dropdown-menu-item {
  position: relative;
}

.comments-panel-header-right .sdoc-file-checked {
  color: #798d99;
  font-size: 12px;
  font-weight: 400;
  left: 7px;
  position: absolute;
}

.sdoc-comment-drawer .comments-panel-header-right .sdoc-icon-btn:not(:last-child) {
  margin-right: 4px;
}

.sdoc-comment-drawer .comments-panel-header .sdoc-icon-btn .sdocfont.sdoc-sm-close {
  font-weight: 700;
}

.sdoc-comment-drawer .comments-panel-body {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  min-height: 0;
  position: relative;
}

.sdoc-comment-drawer .comments-panel-body__header {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
}

.sdoc-comment-drawer .comments-panel-body__header .comments-types-count {
  align-items: center;
  display: flex;
  height: 38px;
  justify-content: space-between;
  padding: 16px 0;
}

.sdoc-comment-drawer .comments-panel-body__header .comment-type {
  color: #212529;
  font-size: 12px;
}

.sdoc-comment-drawer .comments-panel-body__header .comment-count-tip {
  color: #999;
  font-size: 12px;
}

.sdoc-comment-drawer .comments-panel-body__content {
  border-bottom: 1px solid #e1e2e5;
  display: flex;
  flex: 1 1;
  flex-direction: column;
  margin-bottom: 16px;
  overflow: auto;
  padding-top: 0;
}

.sdoc-comment-drawer .comments-panel-body__content .sdoc-comment-list-container {
  margin-top: 0;
  position: relative;
}

.sdoc-comment-drawer .comments-panel-body__content .comment-ui-container.active {
  background: #fff;
  box-shadow: none;
  left: 0;
}

.sdoc-dropdown-menu .dropdown-item {
  color: #212529;
  font-size: 14px;
}

.sdoc-comment-drawer .comments-panel-body .global-comment-input-wrapper {
  margin-bottom: 16px;
  padding: 0 16px;
  width: 100%;
}

.sdoc-comment-drawer .comments-panel-body .global-comment-input-wrapper .form-control[readonly] {
  background-color: #fff;
}

.sdoc-comment-drawer .comments-panel-body .global-comment-input-wrapper .form-control {
  border: 1px solid #ececec;
  font-size: 14px;
  font-weight: inherit;
}

.sdoc-comment-drawer .comments-panel-body .global-comment-input-wrapper.active .form-control {
  padding-top: 14px;
}

.sdoc-comment-drawer .comments-panel-body .global-comment-input-wrapper .form-control:focus {
  border-color: #e1e2e5;
  box-shadow: none;
}

.sdoc-comment-drawer .comments-panel-body .global-comment-input-wrapper .form-control::-moz-placeholder {
  color: #bfbfbf;
}

.sdoc-comment-drawer .comments-panel-body .global-comment-input-wrapper .form-control::placeholder {
  color: #bfbfbf;
}

.sdoc-comment-drawer .comments-panel-body .sdoc-doc-comment-editor-container {
  position: relative;
  width: 100%;
}

.sdoc-comment-drawer .sdoc-doc-comment-editor-container .sdoc-doc-comment-editor-content {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  left: 0;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.sdoc-comment-drawer .sdoc-comment-list-container {
  left: 0;
  margin-top: 0;
}

.sdoc-comment-drawer .sdoc-comment-list-container .comment-collapse-wrapper {
  cursor: pointer;
}

.sdoc-comment-drawer .sdoc-comment-list-container .comment-ui-container {
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding: 16px;
}

.sdoc-comment-drawer .sdoc-comment-list-container .comment-ui-container:hover {
  background-color: #f5f5f5;
}

.sdoc-comment-drawer .sdoc-comment-list-container .comment-ui-container.active .comment-item:hover {
  background-color: transparent;
  background-color: initial;
}

.sdoc-comment-drawer .sdoc-comment-list-container .comment-item .comment-header .comment-author__avatar {
  height: 24px;
  margin-top: -5px;
  width: 24px;
}

.sdoc-comment-drawer .sdoc-comment-list-container .comment-item .comment-header .comment-author__avatar img {
  border-radius: 50%;
}

.sdoc-comment-drawer .sdoc-comment-list-container .comment-item .comment-content {
  align-items: center;
  display: flex;
  margin-left: 35px;
}

.sdoc-comment-drawer .sdoc-comment-list-container .comment-item .comment-footer .comments-count {
  align-items: center;
  display: flex;
  position: relative;
}

.sdoc-comment-drawer .sdoc-comment-list-container .comment-item .comment-footer .comments-count .comments-count-number {
  margin-left: 8px;
  margin-top: -2px;
}

.sdoc-comment-drawer .sdoc-comment-list-container .comment-item .comment-footer .comment-author {
  align-items: normal;
  margin-left: 20px;
}

.sdoc-comment-drawer .sdoc-comment-list-container .comment-item .comment-item-operation-wrapper .comment-operation {
  height: 24px;
  width: 24px;
}

.sdoc-comment-drawer .sdoc-comment-list-container .comment-item .comment-footer .comment-author__avatar {
  height: 16px;
  margin-top: -1px;
  width: 16px;
}

.sdoc-comment-drawer .sdoc-comment-list-container .comment-item .comment-footer .comment-author__avatar img {
  border-radius: 50%;
}

.sdoc-comment-drawer .sdoc-comment-list-container .comment-item .comment-footer .comment-author__latest-reply {
  margin-left: 8px;
}

.sdoc-comment-drawer .sdoc-comment-list-container .comment-item .comment-footer .comment-author__latest-reply p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 220px;
}

.sdoc-comment-drawer .sdoc-comment-list-container .comment-item-selected-text-container {
  align-items: center;
  border-radius: 3px 3px 0 0;
  color: #666;
  cursor: pointer;
  display: flex;
  height: auto;
  overflow: hidden;
  padding: 0 0 16px;
  width: 100%;
}

.sdoc-comment-drawer .sdoc-comment-list-container .detail-context-comment {
  align-items: start !important;
}

.sdoc-comment-drawer .sdoc-comment-list-container .detail-context-comment .sdoc-comment-quote {
  padding-top: 1px;
}

.sdoc-comment-drawer .sdoc-comment-list-container .context-comment-item-selected-text-container {
  color: #666;
  display: flex;
  padding: 16px 16px 0;
}

.sdoc-comment-drawer .sdoc-comment-list-container .context-comment-item-selected-text-container .sdoc-comment-quote {
  font-size: 12px;
  padding-top: 1px;
}

.sdoc-comment-drawer .sdoc-comment-list-container .context-comment-item-selected-text-container .context-comment-items {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.comments-panel-body__header .sdoc-comment-filter-dropdown.sdoc-dropdown-menu {
  border: 1px solid #dee3eb;
}

.sdoc-comment-drawer .sdoc-comment-list-container .global-comment-item-detail-wrapper {
  border-bottom: 0;
}

.sdoc-comment-drawer .sdoc-comment-list-container .global-comment-item-detail-wrapper:hover {
  background-color: #fff;
}

.sdoc-comment-drawer .sdoc-comment-list-container .global-comment-item-detail-wrapper .comment-operation .sdoc-confirm {
  color: #464d5a;
  font-weight: inherit;
}

.sdoc-comment-drawer .sdoc-comment-list-container .global-comment-item-detail-wrapper .comment-item:not(:last-child) {
  margin-bottom: 16px;
}

.sdoc-comment-container {
  left: 0;
}

.sdoc-comment-container, .sdoc-comment-container .comment-container-main {
  position: absolute;
  top: 0;
  width: 100%;
}

.sdoc-comment-container .comment-container-right {
  left: 100%;
  position: absolute;
}

.sdoc-comment-container .comment-container-right .comment-add-wrapper {
  left: -22px;
  position: absolute;
  width: 20px;
}

.sdoc-comment-container .comment-container-right .comment-add-wrapper .sdocfont {
  background-color: #fff;
  color: #999;
}

.sdoc-comment-container .comment-container-right .comment-add-wrapper .sdocfont:hover {
  color: #333;
  cursor: pointer;
}

.sdoc-comment-container .comment-container-right .comment-list-wrapper {
  left: 14px;
  position: absolute;
  width: 280px;
}

.sdoc-notification-count {
  background: #fc6440;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  min-height: 20px;
  min-width: 20px;
  padding: 2px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -7px;
  transform: scale(.7);
}

.sdoc-plugin-operation-btn-container .sdoc-unread-message-tip {
  background-color: #fc6440;
  border-radius: 50%;
  display: inline-block;
  height: 6px;
  left: 12px;
  margin-left: 6px;
  position: absolute;
  top: 4px;
  width: 6px;
}

.sdoc-editor-container.fullscreen .sdoc-content-wrapper {
  height: 100vh !important;
}

.sdoc-editor-container.fullscreen .sdoc-article-container {
  padding: 0 !important;
  width: 100% !important;
}

.sdoc-editor-container.fullscreen .sdoc-editor__article {
  font-size: 1.85139vw !important;
  padding: 5.03778vw 7.55668vw !important;
}

.sdoc-editor-container.fullscreen .sdoc-checkbox-input {
  width: 1.63728vw !important;
}

.sdoc-editor-container.fullscreen .sdoc-code-block-pre {
  font-size: 1.67506vw !important;
}

.sdoc-editor-container.fullscreen .sdoc-header-title {
  font-size: 4.24433vw !important;
}

.sdoc-editor-container.fullscreen .sdoc-header-subtitle {
  font-size: 2.51889vw !important;
}

.sdoc-editor-container.fullscreen .sdoc-header-1 {
  font-size: 3.36272vw !important;
}

.sdoc-editor-container.fullscreen .sdoc-header-2 {
  font-size: 2.68262vw !important;
}

.sdoc-editor-container.fullscreen .sdoc-header-3 {
  font-size: 2.35516vw !important;
}

.sdoc-editor-container.fullscreen .sdoc-header-4 {
  font-size: 2.01511vw !important;
}

.sdoc-editor-container.fullscreen .sdoc-header-5, .sdoc-editor-container.fullscreen .sdoc-header-6 {
  font-size: 1.85139vw !important;
}

.sdoc-editor-container.fullscreen .sdoc-drag-cover, .sdoc-editor-container.fullscreen .sdoc-file-link-render, .sdoc-editor-container.fullscreen .sdoc-file-render, .sdoc-editor-container.fullscreen a {
  pointer-events: none;
}

.sdoc-editor-container.fullscreen a {
  color: #212529;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(55, 53, 47, .25);
  text-underline-position: under;
}

.sdoc-editor-container {
  flex-direction: column;
}

.sdoc-editor-container .sdoc-editor-toolbar {
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #e5e6e8;
  display: flex;
  flex: 1 1;
  height: 44px;
  justify-content: center;
  padding: 0 10px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 102;
}

.sdoc-editor-container .sdoc-editor-toolbar .sdoc-editor-toolbar-right-menu {
  border-right: none;
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  right: 8px;
}

.sdoc-content-wrapper {
  display: flex;
  height: calc(100vh - 44px);
  width: 100%;
}

.sdoc-editor-container .sdoc-editor-content {
  display: flex;
  min-width: 1100px;
  position: absolute;
  width: 100%;
}

.sdoc-editor-container.mobile .sdoc-editor-content.readonly.no-outline {
  min-width: 100% !important;
  width: 100% !important;
}

.sdoc-editor-container .sdoc-scroll-container {
  background: #f5f5f5;
  flex: 1 1;
  height: 100%;
  overflow: auto;
  position: relative;
  z-index: 100;
}

.sdoc-editor-container .sdoc-article-container {
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  top: 0;
  width: 794px;
}

.sdoc-editor-container .seafile-block-container {
  position: relative;
}

.sdoc-editor-container .seafile-block-container .comment-count {
  align-items: center;
  background: rgba(0, 0, 0, .3);
  border-radius: 4px;
  color: #fff;
  display: flex;
  height: 15px;
  justify-content: center;
  line-height: 18px;
  pointer-events: none;
  position: absolute;
  right: -55px;
  top: 0;
  width: 15px;
}

.sdoc-editor-container .seafile-block-container .comment-count__btn {
  font-size: 12px;
  transform: scale(.75);
}

.sdoc-comment-editor-toolbar {
  align-items: center;
  display: flex;
  height: 32px;
  justify-content: space-between;
  margin: 5px 8px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 102;
}

.sdoc-comment-editor-menu-group {
  border-right: none;
  padding-left: 0 !important;
}

.sdoc-editor-container.mobile .sdoc-editor-toolbar {
  justify-content: space-evenly;
}

.sdoc-editor-container.mobile .sdoc-editor-toolbar .sdoc-editor-toolbar-right-menu {
  bottom: 1px;
}

.sdoc-editor-container.mobile .sdoc-editor-content {
  min-width: 100%;
}

.mobile .sdoc-article-container {
  width: 100% !important;
}

.sdoc-editor-container.mobile .sdoc-article-container {
  padding-bottom: 0;
  padding-top: 0;
}

.element-icon {
  color: #444 !important;
}

.sdoc-icon-btn {
  align-items: center;
  border-radius: 2px;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.sdoc-icon-btn:hover {
  background-color: #efefef;
  cursor: pointer;
}

.sdoc-icon-btn .sdocfont {
  color: #999;
  font-size: 16px;
}

.sdoc-icon-btn:hover .sdocfont {
  color: #5a5a5a;
}

.linked-block-highlight-overlay {
  position: relative;
}

.linked-block-highlight-overlay:after {
  background: rgba(169, 201, 237, .3);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.sdoc-editor__article {
  background-color: #fff;
  border: 1px solid #e5e6e8;
  box-shadow: 0 0 15px rgba(0, 0, 0, .06);
  font-size: 11pt;
  min-height: 800px;
  padding: 40px 60px;
  width: 100%;
}

.mobile .sdoc-editor__article {
  border: 0 solid #e5e6e8;
  padding: 1rem;
}

.sdoc-editor__article>div {
  caret-color: blue;
}

.sdoc-editor__article .sdoc-drag-cover:before {
  content: " ";
  display: inline-block;
  left: -60px;
  position: absolute;
  width: 59px;
}

.sdoc-editor__article .sdoc-draging {
  border-bottom: 2px solid #2383e2;
}

.sdoc-editor__article .sdoc-code-block-pre {
  font-size: 10pt;
}

.sdoc-editor__article .sdoc-header-1, .sdoc-editor__article .sdoc-header-2, .sdoc-editor__article .sdoc-header-3, .sdoc-editor__article .sdoc-header-4, .sdoc-editor__article .sdoc-header-5, .sdoc-editor__article .sdoc-header-6, .sdoc-editor__article .sdoc-header-subtitle, .sdoc-editor__article .sdoc-header-title {
  font-weight: 700;
  line-height: 1.1;
  margin: 1.2em 0 .4em;
}

.sdoc-editor__article .sdoc-header-2, .sdoc-editor__article .sdoc-header-3 {
  line-height: 1.5;
}

.sdoc-editor__article .sdoc-header-4 {
  line-height: 1.125;
}

.sdoc-editor__article .list-container {
  margin: 0;
  padding-left: 1.2em !important;
}

.sdoc-editor__article .list-container .sdoc-li-bold::marker {
  font-weight: 700;
}

.sdoc-editor__article .sdoc-checkbox-container {
  padding: 0 2px;
}

.sdoc-editor__article .sdoc-checkbox-container .sdoc-checkbox-input-wrapper {
  align-items: normal;
  display: flex;
}

.sdoc-editor__article .sdoc-checkbox-container .sdoc-checkbox-input-wrapper .sdoc-checkbox-input {
  margin-right: 5px;
  vertical-align: middle;
}

.sdoc-editor__article .sdoc-checkbox-container .sdoc-checkbox-input-wrapper .sdoc-checkbox-content-container {
  margin: 0;
  padding: 5px 0;
  width: calc(100% - 1em);
  word-break: normal;
}

.sdoc-editor__article .sdoc-image-wrapper {
  caret-color: transparent;
  display: inline-block;
  margin: 5px .15em;
  max-width: 99%;
  position: relative;
}

.sdoc-editor__article .sdoc-image-wrapper .sdoc-image-placeholder-wrapper {
  aspect-ratio: 1;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  max-width: 100%;
  padding: 0 3%;
  pointer-events: all;
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
  width: 100%;
}

.sdoc-editor__article .sdoc-image-wrapper .sdoc-image-tip-content, .sdoc-editor__article .sdoc-image-wrapper .sdoc-image-title {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.sdoc-editor__article .sdoc-image-title .sdoc-exclamation-circle {
  align-items: center;
  color: red;
  display: flex;
  font-size: 18px;
  justify-content: center;
}

.sdoc-editor__article .sdoc-image-title .sdoc-image-tip-title {
  color: red;
  font-size: 18px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.sdoc-editor__article .sdoc-image-inner {
  display: inline-block;
  margin: 0 3px;
  position: relative;
}

.sdoc-editor__article .sdoc-image-content {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.sdoc-editor__article .sdoc-image-content :first-child {
  position: relative;
}

.sdoc-editor__article .sdoc-image-content .sdoc-image-caption-input-wrapper {
  background-color: transparent;
  border: 0;
  caret-color: blue;
  color: #8a8f8d;
  margin-top: 8px;
  outline: none;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sdoc-editor__article .sdoc-image-content .sdoc-image-caption-input-wrapper::-moz-placeholder {
  color: #bec0bf;
}

.sdoc-editor__article .sdoc-image-content .sdoc-image-caption-input-wrapper::placeholder {
  color: #bec0bf;
}

.sdoc-editor__article .image-selected {
  box-shadow: 0 0 0 2px #007bff;
}

.sdoc-editor__article .image-resizer {
  background-color: #007bff;
  border: 1px solid #fff;
  bottom: -5px;
  cursor: se-resize;
  height: 10px;
  position: absolute;
  right: -5px;
  width: 10px;
}

.sdoc-editor__article .image-full-screen {
  background-color: #fff;
  border: 1px solid rgba(0, 40, 100, .12);
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
  display: inline-block;
  height: 26px;
  line-height: 20px;
  padding: 2px;
  position: absolute;
  right: -32px;
  text-align: center;
  top: 0;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
  width: 26px;
  z-index: 1000;
}

.sdoc-editor__article .image-full-screen:hover {
  background-color: #efefef;
  display: block;
}

.sdoc-editor__article .image-size {
  background-color: #4c4c4c;
  border-radius: 3px;
  bottom: -25px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 22px;
  left: 100%;
  line-height: 12px;
  padding: 5px;
  position: absolute;
  transform: translateX(5px);
  white-space: nowrap;
  z-index: 1;
}

.sdoc-insert-image-menu-popover-container, .sdoc-insert-video-menu-popover-container, .sdoc-insert-whiteboard-menu-popover-container {
  padding: 8px 0;
}

.sdoc-editor__article .caret-item .caret-name:before {
  content: attr(name);
}

.sdoc-editor__article .caret-item .caret-name {
  display: none;
}

.sdoc-editor__article .caret-item:hover .caret-name {
  display: block;
}

.sdoc-editor__article .virtual-link, .sdoc-editor__article .virtual-link a {
  color: #212529;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(55, 53, 47, .25);
  text-underline-position: under;
}

.sdoc-editor__article .virtual-link a:hover, .sdoc-editor__article .virtual-link:hover {
  background-color: hsla(0, 0%, 60%, .15);
  border-radius: 3px;
  cursor: pointer;
  padding: 3px 0;
  text-decoration: underline;
  text-decoration-color: rgba(55, 53, 47, .25);
  text-underline-position: under;
}

.sdoc-code-block-container {
  position: relative;
}

.sdoc-code-block-pre {
  background: #fafafa;
  border: 1px solid #f0f0f0;
}

.sdoc-code-block-pre .sdoc-code-no-wrap {
  white-space: nowrap;
}

.sdoc-code-block-pre .sdoc-code-no-wrap .sdoc-code-line>span {
  white-space: pre;
}

.sdoc-code-block-code .sdoc-code-line {
  counter-increment: number;
  margin-left: 32px;
  position: relative;
}

.sdoc-code-block-code .sdoc-code-line:before {
  color: #ccc;
  content: counter(number);
  left: -50px;
  position: absolute;
  text-align: end;
  width: 40px;
}

.sdoc-code-line .token.cdata, .sdoc-code-line .token.comment, .sdoc-code-line .token.doctype, .sdoc-code-line .token.prolog {
  color: #708090;
}

.sdoc-code-line .token.punctuation {
  color: #999;
}

.sdoc-code-line .token.namespace {
  opacity: .7;
}

.sdoc-code-line .token.boolean, .sdoc-code-line .token.constant, .sdoc-code-line .token.deleted, .sdoc-code-line .token.number, .sdoc-code-line .token.property, .sdoc-code-line .token.symbol, .sdoc-code-line .token.tag {
  color: #905;
  padding: 0;
}

.sdoc-code-line .token.attr-name, .sdoc-code-line .token.builtin, .sdoc-code-line .token.char, .sdoc-code-line .token.inserted, .sdoc-code-line .token.selector, .sdoc-code-line .token.string {
  color: #690;
}

.sdoc-code-line .language-css .token.string, .sdoc-code-line .style .token.string, .sdoc-code-line .token.entity, .sdoc-code-line .token.operator, .sdoc-code-line .token.url {
  color: #9a6e3a;
}

.sdoc-code-line .token.atrule, .sdoc-code-line .token.attr-value, .sdoc-code-line .token.keyword {
  color: #07a;
}

.sdoc-code-line .token.class-name, .sdoc-code-line .token.function {
  color: #dd4a68;
}

.sdoc-code-line .token.important, .sdoc-code-line .token.regex, .sdoc-code-line .token.variable {
  color: #e90;
}

.sdoc-code-line .sdoc-code-line .token.important, .sdoc-code-line .token.bold {
  font-weight: 700;
}

.sdoc-code-line .token.italic {
  font-style: italic;
}

.sdoc-code-line .token.entity {
  cursor: help;
}

.sdoc-editor-container .sdoc-comment-editor .list-container {
  padding-left: 2em !important;
}

.sdoc-comment-editor .list-container li p {
  margin: 0 !important;
}

.sdoc-comment-editor .sdoc-comment-editor-paragraph {
  margin: .8em 0 !important;
  padding: 0 !important;
}

.sdoc-comment-editor .sdoc-image-wrapper {
  padding: 1px !important;
}

.sdoc-dropdown-menu, .sdoc-dropdown-menu .sdoc-dropdown-menu-container {
  min-width: 12rem;
}

.sdoc-dropdown-menu .sdoc-seatable-selected-table-list-wrapper {
  background-color: #fff;
  left: -8px;
  max-height: 370px;
  max-width: 200px;
  padding: 8px 0;
  position: absolute;
}

.sdoc-dropdown-menu .sdoc-seatable-selected-table-list-wrapper .sdoc-seatable-list-search-wrapper {
  padding: 12px;
}

.sdoc-dropdown-menu .sdoc-seatable-selected-table-list-wrapper .sdoc-seatable-list-search-wrapper>input {
  font-size: 12px;
  max-height: 30px;
}

.sdoc-dropdown-menu .sdoc-seatable-selected-table-list-wrapper .sdoc-seatable-list-wrapper {
  max-height: 300px;
  overflow-y: auto;
}

.sdoc-dropdown-menu .sdoc-dropdown-menu-divider {
  border-top: 1px solid #e9ecef;
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  width: 100%;
}

.sdoc-dropdown-menu .sdoc-dropdown-menu-item {
  align-items: center;
  display: flex;
  height: 30px;
  padding: 4px 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.sdoc-dropdown-menu .sdoc-dropdown-menu-item-title {
  color: #666;
  padding: 3px 12px;
}

.sdoc-dropdown-menu .sdoc-dropdown-menu-item-title:hover {
  background-color: transparent !important;
  background-color: initial !important;
  cursor: auto !important;
}

.sdoc-dropdown-menu .sdoc-dropdown-menu-item-no-results {
  align-items: center;
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 4px 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.sdoc-dropdown-menu .sdoc-dropdown-menu-item-hidden {
  display: none;
}

.sdoc-dropdown-menu .sdoc-dropdown-menu-item.disabled, .sdoc-dropdown-menu .sdoc-dropdown-menu-item.disabled .sdoc-dropdown-item-content-icon {
  color: #c2c2c2 !important;
}

.sdoc-dropdown-menu .sdoc-dropdown-menu-item:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

.sdoc-dropdown-menu .sdoc-dropdown-menu-item.disabled:hover {
  background-color: transparent;
  background-color: initial;
  color: #c2c2c2;
  cursor: default;
}

.sdoc-dropdown-menu .sdoc-dropdown-menu-item .sdocfont {
  font-size: 12px;
  line-height: 12px;
}

.sdoc-dropdown-menu .sdoc-dropdown-menu-item .sdoc-dropdown-item-content {
  align-items: center;
  display: flex;
  flex: 1 1;
  font-size: 14px;
}

.sdoc-dropdown-menu .sdoc-dropdown-item-content .sdoc-dropdown-item-content-icon {
  margin-right: 10px;
  vertical-align: 1px;
}

.sdoc-dropdown-menu .sdoc-dropdown-item-right-icon {
  color: #999;
}

.sdoc-dropdown-menu .sdoc-dropdown-item-with-left-icon {
  min-height: 32px;
  padding: 3px 12px;
}

.sdoc-dropdown-menu .sdoc-check-mark {
  color: #798d99;
  transform: scale(1);
}

.sdoc-sub-dropdown-menu .popover {
  left: -8px !important;
}

.sdoc-sub-dropdown-menu .bs-popover-auto[x-placement^=left] {
  left: 8px !important;
}

.mobile-login .sdoc-dropdown-menu {
  padding: 0 !important;
}

.mobile-login .sdoc-dropdown-menu .sdoc-dropdown-menu-item {
  height: 47px !important;
  padding: 16px !important;
}

.mobile-login .sdoc-dropdown-menu .sdoc-operator-folder-divider {
  margin: 0 !important;
}

.sdoc-outline-wrapper {
  bottom: 0;
  display: flex;
  left: 0;
  margin: 20px 30px 20px 16px;
  min-height: 0;
  pointer-events: none;
  position: fixed;
  top: 100px;
  z-index: 101;
}

.sdoc-outline-wrapper.active {
  pointer-events: all;
}

.wiki-outline-wrapper {
  flex: none;
  left: auto;
  margin: 0;
  max-height: 400px;
  pointer-events: inherit !important;
  position: fixed;
  right: 0;
}

.wiki-outline-wrapper .sdoc-outline {
  width: 59px;
}

.wiki-outline-wrapper .sdoc-outline .sdoc-outline-list-container {
  flex: none;
  max-height: 400px;
  overflow-y: hidden;
}

.wiki-outline-wrapper .sdoc-outline .sdoc-outline-list-container .sdoc-outline-item .wiki-outline-context {
  background-color: #e3e2e0;
  border-radius: 2px;
  box-shadow: none;
  height: 2px;
}

.wiki-outline-wrapper .sdoc-outline .sdoc-outline-list-container .sdoc-outline-item .active {
  background-color: #32302c;
}

.wiki-outline-wrapper .wiki-outline-popover {
  background-color: #fff;
  border: 1px solid rgba(55, 53, 47, .06);
  border-radius: 14px;
  box-shadow: 0 0 0 1px hsla(0, 0%, 6%, .04), 0 3px 6px hsla(0, 0%, 6%, .03), 0 9px 24px hsla(0, 0%, 6%, .06);
  margin-right: 10px;
  max-height: 538px;
  overflow-y: auto;
  padding: 12px;
  position: absolute;
  right: 0;
  width: 242px;
}

.wiki-outline-wrapper .wiki-outline-popover .sdoc-outline-list-container {
  padding: 6px;
}

.wiki-outline-wrapper .wiki-outline-popover .sdoc-outline-list-container .sdoc-outline-item {
  color: #787774;
  cursor: pointer;
  font-size: 14px;
  padding: 4px 6px 4px 4px;
  transition: color .15s;
}

.wiki-outline-wrapper .wiki-outline-popover .sdoc-outline-list-container .wiki-outline-active {
  color: #2383e2;
}

.wiki-outline-wrapper .wiki-outline-popover .sdoc-outline-list-container .sdoc-outline-item:hover {
  background: rgba(55, 53, 47, .06);
  border-radius: 6px;
}

.sdoc-outline {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  font-size: 14px;
  min-height: 0;
  position: relative;
  width: 220px;
}

.sdoc-outline-header {
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
  color: #999;
  display: flex;
  justify-content: space-between;
  padding: .25rem 0;
}

.sdoc-outline-header__title {
  font-size: 14px;
  line-height: 1.1;
  margin: 0 !important;
}

.sdoc-outline-header__close {
  cursor: pointer;
  font-size: 14px;
}

.sdoc-outline-header__close:hover {
  color: #555;
}

.sdoc-outline-list-container {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  list-style: none;
  overflow-x: hidden;
  overflow-y: auto;
  padding: .5rem 0;
  word-break: break-word;
}

.sdoc-outline-item {
  cursor: pointer;
  overflow-wrap: anywhere;
  padding: 4px 6px 4px 0;
}

.sdoc-outline-item.active {
  color: #ff8000;
}

.sdoc-outline-menu {
  align-items: center;
  background: #fff;
  border-radius: 0 50% 50% 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, .12);
  color: #888;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 28px;
  justify-content: center;
  left: -15px;
  line-height: 1;
  pointer-events: all;
  position: absolute;
  top: 20px;
  width: 28px;
}

.sdoc-outline-menu.disabled {
  opacity: .65;
}

.sdoc-outline-menu:not(.disabled):hover {
  color: #333;
}

.sdoc-resize-width-handler {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
}

.sdoc-resize-width-handler.resize-handler-placement-right {
  left: 0;
  right: auto;
}

.sdoc-resize-width-handler:hover {
  cursor: col-resize;
}

.sdoc-resize-width-handler .sdoc-resize-width-handler-content {
  background-color: transparent;
  background-color: initial;
  height: 100%;
  position: relative;
  width: 2px;
}

.sdoc-resize-width-handler:hover .sdoc-resize-width-handler-content {
  background-color: #ccc;
}

.sdoc-resize-width-handler .sdoc-resize-width-handler-bar {
  background-color: #2d7ff9;
  border-radius: 3px;
  content: "";
  left: 50%;
  margin-left: -3px;
  position: absolute;
  width: 6px;
}

.sdoc-content-right-panel-wrapper {
  display: flex;
  flex-direction: row;
  margin-right: -360px;
  max-width: 620px;
  min-width: 360px;
  position: relative;
  right: 0;
  transition: margin-right .3s ease-in-out;
}

.sdoc-content-right-panel-wrapper.open {
  margin-right: 0;
}

.sdoc-content-right-panel-wrapper .sdoc-content-right-panel {
  border-left: 1px solid #d8d8d8;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.sdoc-file-preview-drawer {
  height: 100%;
  width: 100%;
}

.sdoc-file-preview-drawer a {
  color: #212529;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(55, 53, 47, .25);
  text-underline-position: under;
}

.sdoc-file-preview-drawer .file-preview-panel-wrapper {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 93px);
}

.sdoc-file-preview-drawer .file-preview-panel-header {
  align-items: center;
  border-bottom: 1px solid #eaecef;
  display: flex;
  height: 44px;
  justify-content: space-between;
  padding: 0 16px;
}

.sdoc-file-preview-drawer .file-preview-panel-header .file-preview-panel-header-left {
  align-items: center;
  display: flex;
}

.sdoc-file-preview-drawer .file-preview-panel-header-right .file-preview-full-screen {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 24px;
  justify-content: center;
  margin-right: 8px;
  width: 24px;
}

.sdoc-file-preview-drawer .file-preview-panel-header-right .file-preview-full-screen:hover {
  background-color: #efefef;
  border-radius: 3px;
}

.sdoc-file-preview-drawer .file-preview-panel-header-right .file-preview-full-screen .icon-font {
  color: #999;
  font-size: 14px;
}

.sdoc-file-preview-drawer .file-preview-panel-header .file-preview-panel-header-left .detail-header-icon-container {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.sdoc-file-preview-drawer .file-preview-panel-header .file-preview-panel-header-left .name.ellipsis {
  color: var(--bs-body-color);
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 .5rem 0 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.sdoc-file-preview-drawer .file-preview-panel-header .file-preview-panel-header-left .title {
  color: #212529;
  font-size: 16px;
  font-weight: 500;
}

.sdoc-file-preview-drawer .file-preview-panel-header .file-preview-panel-header-right {
  display: flex;
}

.sdoc-file-preview-drawer .file-preview-panel-body {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
}

.file-preview-panel-body .file-preview-container {
  overflow: auto;
}

.sdoc-file-preview-drawer .file-preview-panel-body .sdoc-article-container {
  padding: 0;
  pointer-events: none;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
  width: 100% !important;
}

.file-preview-panel-body .sdoc-article-container .article.sdoc-editor__article {
  border: none;
  box-shadow: none;
  padding: 8px 16px;
}

.file-preview-panel-body .sdoc-article-container .sdoc-table-wrapper {
  max-width: none !important;
}

.zoom-out-container {
  align-items: center;
  background: rgba(0, 0, 0, .7);
  display: flex;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 9999;
}

.file-preview-zoom-out-container {
  background: #fff;
  border-radius: 12px;
  max-height: 80%;
  max-width: 80%;
  overflow: auto;
  pointer-events: auto;
}

.file-preview-zoom-out-container .article {
  padding: 40px;
  pointer-events: none;
}

.sdoc-link-hover-menu-container {
  height: 42px;
  position: absolute;
  width: auto;
  z-index: 101;
}

.sdoc-link-hover-menu-container .hover-menu-container {
  align-items: center;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
  display: flex;
  height: 36px;
  justify-content: flex-start;
  padding: 7px 8px;
}

.sdoc-link-hover-menu-container .hover-menu-container>span:not(:last-of-type) {
  border-right: 1px solid #e5e5e5;
  padding-right: 8px;
}

.sdoc-link-hover-menu-container .hover-menu-container .op-item {
  align-items: center;
  border-radius: 2px;
  color: #212529;
  display: inline-flex;
  font-size: 12px;
  height: 24px;
  justify-content: center;
  min-width: 24px;
  padding: 0 5px;
  position: relative;
}

.sdoc-link-hover-menu-container .hover-menu-container .op-item:hover {
  background: #f1f1f1;
  color: #212529;
  text-decoration: none;
}

.sdoc-link-hover-menu-container .op-group-item:not(:first-child) .op-item {
  margin-left: 8px;
}

.sdoc-link-hover-menu-container .hover-menu-container .link-style-icon-active {
  background: #f1f1f1;
}

.sdoc-link-hover-menu-container .hover-menu-container .op-tooltip:hover:after {
  align-items: center;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  box-shadow: 0 0 5px #ccc;
  color: #212529;
  content: attr(op-item-tooltip);
  display: flex;
  font-size: 12px;
  height: 30px;
  justify-content: center;
  left: -20px;
  position: absolute;
  top: -40px;
  width: 70px;
}

.sdoc-link-hover-menu-container .hover-menu-container .icon-font {
  color: #444;
  font-size: 12px;
}

.sdoc-link-hover-menu-container .hover-menu-container .sdoc-drop-down {
  color: #999;
}

.sdoc-link-hover-menu-container .sdoc-file-display-style-popover {
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid #e5e6e8;
  border-radius: 2px;
  box-shadow: 0 0 10px #ccc;
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  position: absolute;
  right: -80px;
  top: 37px;
  white-space: nowrap;
  z-index: 101;
}

.sdoc-file-link-selected, .sdoc-file-render:hover {
  background-color: hsla(0, 0%, 60%, .15) !important;
  border-radius: 3px;
  padding: 3px 0;
}

.sdoc-file-render:hover {
  cursor: pointer;
}

.sdoc-file-render:hover .sdoc-file-text-link a {
  border-radius: 3px;
  padding: 3px 0;
  text-decoration: underline;
  text-decoration-color: rgba(55, 53, 47, .25);
  text-underline-position: under;
}

.sdoc-file-card-link {
  background-color: #f3f3f3;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  margin-bottom: -3px;
  position: relative;
  width: 420px;
}

.sdoc-file-render .sdoc-file-link-icon {
  color: #666;
  padding-right: 5px;
}

.sdoc-file-card-link .sdoc-file-link-icon :first-child {
  font-size: 24px;
}

.sdoc-file-card-link .sdoc-file-link-icon {
  left: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.sdoc-file-render .sdoc-file-link-icon .file-link-img {
  width: 20px;
}

.sdoc-file-card-link .sdoc-file-link-icon .file-link-img {
  width: 28px;
}

.sdoc-file-render .sdoc-file-card-link a, .sdoc-file-render .sdoc-file-text-link a, .sdoc-file-render .sdoc-file-text-link.sdoc-no-file-link-icon a {
  color: #212529;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(55, 53, 47, .25);
  text-underline-position: under;
}

.sdoc-file-render .sdoc-file-card-link a:hover, .sdoc-file-render .sdoc-file-text-link a:hover, .sdoc-file-render .sdoc-file-text-link.sdoc-no-file-link-icon a:hover {
  border-radius: 3px;
  padding: 3px 0;
  text-decoration: underline;
  text-decoration-color: rgba(55, 53, 47, .25);
  text-underline-position: under;
}

.sdoc-file-card-link .sdoc-file-text-link {
  left: 42px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  width: 330px;
}

.sdoc-file-name-insert-collector {
  padding: 0;
}

.sdoc-search-replace-popover-container {
  background: #fff;
  border: 1px solid #ebebeb;
  height: 280px;
  position: absolute;
  width: 400px;
  z-index: 103;
}

.sdoc-search-replace-popover-container .sdoc-search-replace-popover-title {
  border-bottom: 1px solid #ebebeb;
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.sdoc-search-replace-popover-container .sdoc-search-replace-popover-title .sdoc-search-replace-title-text {
  color: #333;
  font-weight: 600;
}

.sdoc-search-replace-popover-container .sdoc-search-replace-popover-title .sdoc-search-replace-title-close {
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  pointer-events: all;
  width: 24px;
}

.sdoc-search-replace-popover-container .sdoc-search-replace-popover-title .sdoc-search-replace-title-close:hover {
  background-color: #efefef;
  cursor: pointer;
}

.sdoc-search-replace-popover-container .sdoc-search-replace-popover-body {
  padding: 10px 15px;
  pointer-events: visibleFill;
  pointer-events: none;
}

.sdoc-search-replace-popover-body button, .sdoc-search-replace-popover-body input, .sdoc-search-replace-popover-body label {
  pointer-events: auto;
}

.sdoc-search-replace-popover-body label {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.sdoc-search-replace-popover-body .sdoc-replace-ipt-label {
  margin-top: 10px;
}

.sdoc-search-replace-popover-body .sdoc-search-replace-popover-btn-group {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.sdoc-search-replace-popover-body .sdoc-search-replace-popover-btn-group .btn {
  border-radius: 5px;
  min-height: 35px;
  padding: 0;
  width: 23%;
}

.sdoc-replace-all-confirm-modal {
  background: rgba(0, 0, 0, .5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 104;
}

.sdoc-replace-ipt-container {
  display: flex;
  position: relative;
}

.sdoc-replace-ipt-container input {
  padding-right: 85px;
}

.sdoc-replace-ipt-container .sdoc-replace-ipt-tip {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 0;
}

.sdoc-search-highlight-container {
  left: 0;
  mix-blend-mode: multiply;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.sdoc-find-search-highlight-canvas {
  position: absolute;
}

.sdoc-table-cell-bg-colors-popover .popover {
  margin-left: 30px;
}

.sdoc-table-more-colors.sdoc-more-colors-popover .popover {
  margin-left: -8px;
}

.sdoc-context-menu .sdoc-dropdown-menu {
  display: flex;
  flex-direction: column;
}

.sdoc-table-alignment-menu .sdoc-dropdown-menu-item {
  padding: 4px 10px !important;
}

.sdoc-table-alignment-menu .sdoc-dropdown-menu-item .sdoc-checked {
  height: 21px;
  line-height: 21px;
  margin-right: 6px;
  width: 12px;
}

.sdoc-table-alignment-menu .sdoc-dropdown-menu-item .sdoc-check-mark {
  display: none;
  font-size: 12px !important;
}

.sdoc-table-alignment-menu .sdoc-dropdown-menu-item .sdoc-check-mark.active {
  display: inline;
}

.sdoc-context-menu .sdoc-table-context-menu {
  display: block;
  font-size: .875rem;
}

.sdoc-table-context-menu .insert-number {
  margin-left: 50px;
}

.sdoc-table-context-menu .insert-number-input {
  height: 20px;
  margin-right: .25rem;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
  transition: none;
  width: 36px;
}

.sdoc-table-context-menu .dropdown-item:hover .insert-number-input {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.sdoc-table-context-menu .dropdown-item:disabled .insert-number-input {
  color: #adb5bd;
}

.side-extendable {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-right: 12px;
}

.side-extendable .sdoc-right-slide {
  color: #fff;
}

.sdoc-table-wrapper {
  margin: 16px 0;
  page-break-inside: avoid;
  width: 100%;
}

.sdoc-table-wrapper+.sdoc-table-wrapper {
  margin-top: 32px;
}

.sdoc-table-wrapper .sdoc-table-scroll-wrapper {
  cursor: default;
  max-width: 100%;
  overflow-x: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.sdoc-table-wrapper.scroll .sdoc-table-scroll-wrapper.scroll-at-center:before, .sdoc-table-wrapper.scroll .sdoc-table-scroll-wrapper.scroll-at-right:before {
  background: linear-gradient(270deg, transparent, rgba(0, 0, 0, .1));
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 8px;
}

.sdoc-table-wrapper.scroll .sdoc-table-scroll-wrapper.scroll-at-center:after, .sdoc-table-wrapper.scroll .sdoc-table-scroll-wrapper.scroll-at-left:after {
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .1));
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
}

.sdoc-table-wrapper .sdoc-table-container {
  cursor: text;
  display: grid;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
}

.sdoc-table-wrapper .table-row {
  height: auto;
}

.sdoc-table-wrapper .table-cell {
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: flex;
  line-height: 1.5;
  padding: 10px;
}

.sdoc-cell-container {
  width: 100%;
}

.table-cell>span {
  min-width: 1px;
}

.sdoc-table-wrapper .cell-selected {
  caret-color: transparent;
  position: relative;
}

.sdoc-table-wrapper .table-row-height-just {
  bottom: -2.5px;
  height: 5px;
  left: 0;
  pointer-events: none;
  width: 100%;
  z-index: 1;
}

.sdoc-table-wrapper .table-row-height-just:hover {
  cursor: row-resize;
  z-index: 2;
}

.sdoc-table-wrapper .table-row-height-just.resizing .table-row-height-just-color-tip {
  background-color: #2d7ff9;
  border-radius: 1px;
  height: 2px;
  margin-top: 1.5;
  width: 100%;
}

.sdoc-table-wrapper .table-cell-width-just {
  height: 100%;
  pointer-events: none;
  top: 0;
  width: 5px;
  z-index: 1;
}

.sdoc-table-wrapper .table-cell-width-just:hover {
  cursor: col-resize;
  z-index: 2;
}

.sdoc-table-wrapper .table-cell-width-just.resizing .table-cell-width-just-color-tip {
  background-color: #2d7ff9;
  border-radius: 1px;
  height: 100%;
  margin-left: 1.5px;
  width: 2px;
}

.sdoc-table-wrapper .background-color-tip-blue {
  background-color: #2d7ff9 !important;
}

.sdoc-table-wrapper .sdoc-table-selected-range .table-cell ::-moz-selection {
  background-color: transparent;
  background-color: initial;
}

.sdoc-table-wrapper .sdoc-table-selected-range .table-cell ::selection {
  background-color: transparent;
  background-color: initial;
}

.sdoc-table-resize-mask {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2;
}

.sdoc-table-resize-mask .sdoc-table-resize-top {
  cursor: row-resize;
  height: 1px;
  position: absolute;
  top: 1px;
  width: 100%;
}

.sdoc-table-resize-mask>div {
  pointer-events: auto;
  position: absolute;
}

.sdoc-table-resize-mask .sdoc-table-resize-bottom {
  bottom: 1px;
  cursor: row-resize;
  height: 1px;
  width: 100%;
}

.sdoc-table-resize-mask .sdoc-table-resize-right {
  cursor: col-resize;
  height: 100%;
  right: -1px;
  width: 1px;
}

.sdoc-table-resize-mask .sdoc-table-resize-left {
  cursor: col-resize;
  height: 100%;
  left: -1px;
  width: 1px;
}

.sdoc-table-wrapper .sdoc-table-columns-header {
  height: 12px;
  overflow: hidden;
  top: -12px;
  width: 100%;
}

.sdoc-table-wrapper .sdoc-table-columns-header .sdoc-table-column-header {
  background-color: #f3f5f7;
  border-right: 1px solid rgba(0, 0, 0, .08);
  cursor: pointer;
  flex-shrink: 0;
}

.sdoc-table-wrapper .sdoc-table-columns-header .sdoc-table-column-header.drag {
  cursor: move;
}

.sdoc-table-wrapper .sdoc-table-rows-header {
  height: 100%;
  left: -12px;
  position: absolute;
  width: 12px;
}

.sdoc-table-wrapper .sdoc-table-rows-header .sdoc-table-row-header:first-child {
  border-top: 1px solid rgba(0, 0, 0, .08);
}

.sdoc-table-wrapper .sdoc-table-row-header {
  background-color: #f3f5f7;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  cursor: pointer;
  width: 100%;
}

.sdoc-table-wrapper .sdoc-table-rows-header .sdoc-table-row-header.drag {
  cursor: move;
}

.sdoc-table-wrapper .sdoc-table-rows-columns-header {
  background-color: #f3f5f7;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  border-right: 1px solid rgba(0, 0, 0, .08);
  border-top-left-radius: 3px;
  height: 13px;
  left: -12px;
  position: absolute;
  top: -12px;
  width: 13px;
}

.sdoc-table-wrapper .sdoc-table-column-header.range-selected, .sdoc-table-wrapper .sdoc-table-row-header.range-selected, .sdoc-table-wrapper .sdoc-table-rows-columns-header.range-selected {
  background-color: #81868f !important;
}

.sdoc-table-wrapper .sdoc-table-column-header.range-selected-tip, .sdoc-table-wrapper .sdoc-table-row-header.range-selected-tip, .sdoc-table-wrapper .sdoc-table-rows-columns-header.range-selected-tip {
  background-color: #e9ebed;
}

.sdoc-table-wrapper .sdoc-table-add-element-icon-content {
  background-color: #ccc;
  border-radius: 50%;
  color: #fff;
  cursor: default;
  height: 12px;
  line-height: 10px;
  text-align: center;
  width: 12px;
  z-index: 1;
}

.sdoc-table-wrapper .sdoc-table-add-element-icon-content:hover {
  cursor: pointer;
}

.video-hover-menu-container {
  height: 42px;
  position: absolute;
  width: auto;
  z-index: 101;
}

.video-hover-menu-container .hover-menu-container {
  align-items: center;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
  display: flex;
  height: 36px;
  justify-content: flex-start;
  padding: 7px 8px;
}

.video-hover-menu-container .hover-menu-container>span:not(:last-of-type) {
  border-right: 1px solid #e5e5e5;
  padding-right: 8px;
}

.video-hover-menu-container .hover-menu-container .op-item {
  align-items: center;
  border-radius: 2px;
  color: #212529;
  display: inline-flex;
  font-size: 12px;
  height: 24px;
  justify-content: center;
  min-width: 24px;
  padding: 0 5px;
  position: relative;
}

.video-hover-menu-container .hover-menu-container .op-item:hover {
  background: #f1f1f1;
  color: #212529;
  text-decoration: none;
}

.video-hover-menu-container .op-group-item:first-child .op-item:last-child, .video-hover-menu-container .op-group-item:not(:first-child) .op-item {
  margin-left: 8px;
}

.video-hover-menu-container .hover-menu-container .icon-font {
  color: #444;
  font-size: 12px;
}

.video-loading-placeholder {
  align-items: center;
  background-color: #f2f2f2;
  display: flex;
  height: auto;
  width: 100%;
}

.video-loading-placeholder .video-file-icon {
  height: auto;
  width: 35px;
}

.video-loading-placeholder .video-file-info {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-size: small;
  justify-content: center;
}

.video-loading-placeholder .file-size {
  align-items: center;
  color: #939393;
  display: flex;
}

.video-loading-placeholder .loading-spinner {
  animation: spin 1s linear infinite;
  border: 3px solid #d8d8d8;
  border-radius: 50%;
  border-top-color: #939393;
  height: 15px;
  width: 15px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.sdoc-video-wrapper {
  display: flex;
  position: relative;
}

.sdoc-video-wrapper .sdoc-video-inner {
  aspect-ratio: 16/9;
  display: flex;
  margin-bottom: 10px;
  margin-top: 5px;
  position: relative;
  width: 100%;
}

.sdoc-video-inner .sdoc-video-element {
  width: 100%;
}

.sdoc-video-inner .sdoc-video-element:focus-visible {
  outline: none;
}

.sdoc-video-inner .sdoc-video-play {
  font-size: 48px;
  left: 46.3%;
  pointer-events: none;
  position: absolute;
  top: 36.75%;
}

.sdoc-whiteboard-hover-menu-container {
  height: 42px;
  position: absolute;
  width: auto;
  z-index: 101;
}

.sdoc-whiteboard-hover-menu-container .hover-menu-container {
  align-items: center;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
  display: flex;
  height: 36px;
  justify-content: flex-start;
}

.sdoc-whiteboard-hover-menu-container .hover-menu-container>span {
  padding: 0 8px;
}

.sdoc-whiteboard-hover-menu-container .hover-menu-container>span:not(:last-of-type) {
  border-right: 1px solid #e5e5e5;
  padding: 0 8px;
}

.sdoc-whiteboard-hover-menu-container .hover-menu-container .op-item {
  align-items: center;
  border-radius: 2px;
  color: #212529;
  display: inline-flex;
  font-size: 12px;
  height: 24px;
  justify-content: center;
  min-width: 24px;
  padding: 0 5px;
  position: relative;
}

.sdoc-whiteboard-hover-menu-container .hover-menu-container .op-item:hover {
  background: #f1f1f1;
  color: #212529;
  text-decoration: none;
}

.sdoc-whiteboard-hover-menu-container .hover-menu-container .icon-font {
  color: #444;
  font-size: 12px;
}

.sdoc-whiteboard-container {
  border: 1px solid #ccc;
  height: 300px;
  margin: 5px 0;
  position: relative;
  width: 100%;
}

.sdoc-whiteboard-container.isSelected {
  border: 2px solid #007bff;
}

.sdoc-whiteboard-title {
  color: #333;
  font-size: 14px;
  left: 0;
  margin: 5px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 3;
}

.sdoc-whiteboard-container .iframe-overlay {
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.sdoc-whiteboard-container .sdoc-whiteboard-element {
  border: none;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.whiteboard-zoom-out-container {
  align-items: center;
  background: rgba(0, 0, 0, .7);
  display: flex;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 9999;
}

.whiteboard-zoom-out-container .sdoc-whiteboard-element-full-screen {
  background: #fff;
  border-radius: 12px;
  height: 80%;
  overflow: auto;
  pointer-events: auto;
  width: 80%;
}

.sdoc-rebase-btn-group {
  color: #aaa;
  display: flex;
  margin-bottom: 3px;
  width: 100%;
}

.sdoc-rebase-btn-group .sdoc-rebase-btn {
  cursor: pointer;
}

.sdoc-rebase-other-changes-title {
  background-color: #cae8fe;
  border-radius: 3px 3px 0 0;
  padding-left: 4px;
  width: 100%;
}

.sdoc-rebase-other-changes {
  background-color: rgba(202, 232, 254, .8);
  border-radius: 0 0 3px 3px;
  margin-bottom: 3px;
}

.sdoc-rebase-my-changes-title {
  background-color: #d4d4fe;
  border-radius: 3px 3px 0 0;
  padding-left: 4px;
  width: 100%;
}

.sdoc-rebase-my-changes {
  background-color: #dee8fe;
  border-radius: 0 0 3px 3px;
}

.sdoc-rebase-my-changes.empty, .sdoc-rebase-other-changes.empty {
  height: 3px;
}

.sdoc-rebase-my-changes>:first-child, .sdoc-rebase-other-changes>:first-child {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding: .8em 0 .8em .2em;
}

.menu-group-item.sdoc-comment-menu-container {
  color: #212529;
  font-size: 14px;
  width: auto;
}

.sdoc-comment-menu-item .sdoc-comments {
  margin-right: 4px;
}

.sdoc-ask-ai-icon.big {
  height: 18px;
  left: 16px;
  position: absolute;
  width: 18px;
}

.sdoc-ask-ai-icon.small {
  height: 13px;
  margin-right: 4px;
  width: 12px;
}

.sdoc-ai-result-header div {
  display: flex;
}

.sdoc-ai-result-header .sdoc-ask-ai-icon.big {
  left: 0;
  margin-right: 10px;
  position: relative;
}

.menu-group-item.sdoc-ask-ai-menu-container {
  color: #212529;
  font-size: 14px;
  width: auto;
}

.sdoc-context-menu-divider {
  border-left: 1px solid #e5e5e5;
  height: 24px;
  margin-right: 8px;
  width: 1px;
}

.sdoc-context-toolbar {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  box-shadow: 0 0 0 0 hsla(0, 0%, 6%, .05), 0 3px 6px hsla(0, 0%, 6%, .1), 0 9px 24px hsla(0, 0%, 6%, .2);
  display: none;
  height: 42px;
  position: absolute;
  width: auto;
  z-index: 101;
}

.sdoc-context-toolbar .menu-group {
  border-right: none;
}

.menu-group .menu-group-item.sdoc-menu-with-dropdown.sdoc-font-family-menu {
  max-width: 76px;
  width: 76px;
}

.menu-group .menu-group-item.sdoc-menu-with-dropdown.sdoc-font-family-menu.disabled {
  width: 70px !important;
}

.sdoc-font-family-menu .sdoc-menu-with-dropdown-icon, .sdoc-font-family-menu .sdoc-menu-with-dropdown-icon div {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 64px;
}

.sdoc-font-family-menu .sdoc-menu-with-dropdown-icon div {
  color: #212529;
  padding-left: 5px;
}

.menu-group .menu-group-item.sdoc-menu-with-dropdown.sdoc-font-family-menu.disabled .sdoc-menu-with-dropdown-icon {
  width: 70px !important;
}

.menu-group .menu-group-item.sdoc-menu-with-dropdown.sdoc-font-family-menu.disabled .sdoc-menu-with-dropdown-icon div {
  color: #bdbdbd;
  padding-right: 5px;
  width: 70px;
}

.sdoc-font-family-menu-popover .sdoc-dropdown-menu-title-name {
  color: gray;
  cursor: default;
  font-size: 14px;
  padding: 8px 10px;
}

.menu-group .sdoc-menu-with-dropdown.sdoc-font-size-menu {
  width: 46px;
}

.menu-group .sdoc-menu-with-dropdown.sdoc-font-size-menu.disabled {
  width: 34px !important;
}

.menu-group .sdoc-font-size-menu .sdoc-menu-with-dropdown-icon, .menu-group .sdoc-font-size-menu .sdoc-menu-with-dropdown-icon div {
  font-size: 14px;
  width: 34px;
}

.menu-group .sdoc-font-size-menu .sdoc-menu-with-dropdown-icon div {
  color: #212529;
  padding-left: 5px;
}

.menu-group .sdoc-menu-with-dropdown.sdoc-font-size-menu.disabled .sdoc-menu-with-dropdown-icon div {
  color: #bdbdbd;
  padding-right: 5px;
}

.sdoc-font-size-menu-popover .sdoc-dropdown-menu-item .sdoc-check-mark {
  color: #798d99;
  left: 8px;
  position: absolute;
}

.sdoc-font-size-menu-popover .sdoc-font-size-menu-container {
  height: -moz-fit-content;
  height: fit-content;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 8px 0;
}

.sdoc-font-size-menu-popover .sdoc-dropdown-menu-item {
  font-size: 14px;
}

.header-menu {
  align-items: center;
  border-right: 1px solid #e5e6e8;
  display: flex;
  height: 100%;
  padding: 6px 8px;
  position: relative;
  width: 140px;
}

.header-menu .header-toggle {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex: 1 1;
  height: 24px;
  justify-content: space-between;
  padding-left: 5px;
}

.header-menu .header-toggle .active {
  font-size: 14px;
}

.header-menu .header-toggle-disabled {
  color: #bdbdbd;
  cursor: inherit;
}

.header-menu .header-toggle:not(.header-toggle-disabled):hover {
  background: #f2f2f2;
  border-radius: 2px;
}

.header-menu .header-toggle .sdocfont {
  align-items: center;
  color: #999;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  height: 24px;
  justify-content: center;
  margin-left: 8px;
  width: 12px;
}

.header-menu .header-toggle-disabled .sdocfont {
  color: #bdbdbd;
  cursor: inherit;
}

.header-menu .header-popover {
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid #e5e6e8;
  border-radius: 2px;
  box-shadow: 0 0 10px #ccc;
  display: flex;
  flex-direction: column;
  left: 8px;
  padding: 8px 0;
  position: absolute;
  top: 42px;
  width: 180px;
  z-index: 101;
}

.header-menu .sdoc-dropdown-menu-mobile {
  bottom: 100%;
  top: auto;
}

.header-menu .header-popover .sdoc-dropdown-menu-item {
  font-size: 14px;
  height: auto;
  line-height: 1;
  padding: 9px 16px 9px 28px;
}

.header-menu .header-popover .sdoc-dropdown-menu-item .sdoc-check-mark, .sdoc-text-align-dropdown .sdocfont.sdoc-check-mark {
  color: #798d99;
  left: 8px;
  position: absolute;
}

.menu-group .menu-group-item.sdoc-insert-toolbar-btn {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 76px;
}

.menu-group .menu-group-item.sdoc-insert-toolbar-btn.disabled {
  color: #bdbdbd;
  width: 64px !important;
}

.menu-group .sdoc-insert-toolbar-btn .sdoc-menu-with-dropdown-icon {
  flex: 1 1;
  font-size: 14px;
  justify-content: flex-start;
  padding-left: 6px;
  padding-right: 2px;
}

.sdoc-insert-menu-popover .popover {
  min-width: 200px;
}

.sdoc-insert-menu-popover .sdoc-insert-menu-container {
  padding: 8px 0;
}

.sdoc-side-menu, .sdoc-side-menu-popover {
  position: absolute;
}

.sdoc-side-menu {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 4px;
  box-shadow: 0 2px 12px 2px rgba(68, 73, 77, .16);
  padding: 8px 0;
  transform: translateX(-200px);
  width: 200px;
  z-index: 999;
}

.sdoc-side-menu .sdoc-side-menu-search-wrapper {
  padding: 12px;
}

.sdoc-side-menu .sdoc-side-menu-search-wrapper input {
  font-size: 14px;
  max-height: 30px;
}

.sdoc-side-menu .sdoc-side-menu-insert-wrapper {
  max-height: 278px;
  overflow-y: auto;
}

.sdoc-side-menu-insert-below-popover .popover {
  background-color: #fff;
  border-radius: 2px;
  cursor: pointer;
  left: -6px !important;
  min-width: 150px;
}

.sdoc-side-toolbar-container {
  align-items: center;
  border-radius: 3px;
  display: flex;
  height: 24px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}

.sdoc-side-toolbar-container:hover {
  background-color: #efefef;
}

.sdoc-side-toolbar-container .sdoc-side-op-icon {
  border-radius: 3px;
  color: #afafad;
  cursor: pointer;
  height: 24px;
  margin-right: 1px;
  padding: 0 3px;
}

.sdoc-side-toolbar-container .sdoc-side-op-icon :first-child {
  font-size: 14px;
}

.sdoc-side-toolbar-container .side-op-icon-active {
  background-color: #f2f2f2;
  border-radius: 2px;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  to {
    opacity: .3;
  }
}

.fade-out {
  animation: fade-out .15s ease-out;
}

.sdoc-editor-container .sdoc-editor-content.no-outline .sdoc-article-container {
  margin-left: 0 !important;
}

.sdoc-editor-container.mobile .sdoc-editor-content.readonly .sdoc-article-container {
  min-width: 100% !important;
  padding: 0;
  width: 100% !important;
}

.sdoc-editor-container.mobile .sdoc-editor-content.readonly .article {
  padding: 1rem;
  width: 100vw !important;
}

.sdoc-diff {
  margin: 0 -5px;
  overflow: hidden;
  padding: 0 5px;
}

.sdoc-ai-module-container {
  display: none;
  max-width: 672px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 101;
}

.sdoc-ai-module-container .sdoc-ai-content {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.sdoc-ai-content .sdoc-ai-search {
  align-items: center;
  display: flex;
  height: 50px;
  line-height: 50px;
  position: relative;
}

.sdoc-ai-content .sdoc-ai-search input {
  border: none;
  border-radius: 10px;
  outline: none;
  padding: 0 44px;
  pointer-events: all;
  width: 100%;
}

.sdoc-ai-content .sdoc-ai-search .sdoc-send-arrow {
  color: #ff9800;
  cursor: pointer;
  pointer-events: auto;
  position: absolute;
  right: 16px;
}

.sdoc-ai-content .sdoc-ai-search .sdoc-send-arrow.disable {
  color: #bdbdbd;
  cursor: text;
}

.sdoc-ai-content .sdoc-ai-result {
  height: 50px;
  position: relative;
}

.sdoc-ai-module-container .sdoc-ai-operations {
  background-color: #fff;
  border: 1px solid #e5e6e8;
  border-radius: 2px;
  box-shadow: 0 0 10px #ccc;
  margin-top: 8px;
  overflow: hidden;
  padding: 8px 0;
  pointer-events: all;
  width: 200px;
}

.sdoc-ai-module-container .sdoc-ai-operations .op-type {
  color: #666;
  font-size: 14px;
  min-height: 32px;
  padding: 3px 12px;
}

.sdoc-ai-module-container .sdoc-ai-result {
  display: flex;
  flex-direction: column;
  height: auto;
  max-height: 300px;
  padding: 16px;
  pointer-events: all;
}

.sdoc-ai-module-container .sdoc-ai-result .sdoc-ai-result-content {
  font-size: 11pt;
  height: auto;
  overflow-y: auto;
}

.sdoc-ai-module-container .sdoc-ai-result .sdoc-ai-result-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.sdoc-ai-module-container .sdoc-ai-result .sdoc-ai-result-header span {
  color: #666;
}

.sdoc-ai-module-container .sdoc-ai-result .sdoc-ai-result-header .sdocfont {
  font-size: 14px;
}

.sdoc-ai-module-container .sdoc-ai-result .sdoc-ai-result-header .sdoc-ask-ai {
  margin-right: 10px;
}

.sdoc-ai-module-container .sdoc-ai-result .sdoc-ai-result-header .sdoc-close {
  color: #999;
}

.sdoc-ai-module-container .sdoc-ai-result .sdoc-ai-result-header .sdoc-close:hover {
  color: #555;
}

.sdoc-ai-module-container .sdoc-ai-result .sdoc-ai-statistic {
  color: #666;
}

.ai-adjust-sub-menu .popover, .ai-lang-sub-menu .popover {
  background-color: #fff;
  border: 1px solid #e5e6e8;
  border-radius: 2px;
  box-shadow: 0 0 10px #ccc;
  padding: 8px 0;
}

.md-rendered-html table {
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.md-rendered-html td, .md-rendered-html th, .md-rendered-html tr {
  border: 1px solid #ccc;
  padding: 6px;
}

.md-rendered-html p {
  line-height: 1.5;
  margin-bottom: 0 !important;
  padding: 5px 0;
}

.md-rendered-html li, .md-rendered-html ul {
  padding: revert;
}

.select-btn {
  display: flex;
  flex-direction: row;
  margin-bottom: .575rem;
}

.select-btn .link-address-btn, .select-btn .link-block-btn {
  font-size: .875rem;
  font-weight: 600;
  padding-bottom: 1px;
}

.select-btn .link-address-btn:hover, .select-btn .link-block-btn:hover {
  cursor: pointer;
}

.select-btn .link-address-btn.active, .select-btn .link-block-btn.active {
  border-bottom: 2px solid #ff9800;
  color: #ff9800;
}

.select-btn .link-address-btn {
  margin-right: 40px;
}

.selected-linked-block-wrapper {
  position: relative;
}

.selected-linked-block-wrapper .form-control {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.selected-linked-block-wrapper .form-control.expanded .sdoc-file-icon-toggle, .selected-linked-block-wrapper .select-block-wrapper.expanded .sdoc-file-icon-toggle {
  transform: rotate(90deg);
}

.selected-linked-block-wrapper .sdoc-file-icon-toggle {
  align-items: center;
  color: #9aa0ac;
  display: flex;
  font-size: 12px;
  justify-content: center;
}

.selected-linked-block-wrapper .selected-linked-block:not(img) {
  overflow-y: auto;
  width: 95%;
}

.selected-linked-block-wrapper .selected-linked-block .linked-block-item {
  cursor: pointer;
  margin-bottom: 0 !important;
}

.selected-linked-block-wrapper .linked-block-item:not(img) {
  cursor: pointer;
  max-height: 60px;
  overflow-y: auto;
  padding-bottom: 3px;
  padding-top: 3px;
}

.selected-linked-block-wrapper .linked-block-item:has(img) {
  cursor: pointer;
  max-height: none !important;
}

.selected-linked-block-wrapper .link-block-wrapper {
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid rgba(0, 40, 100, .12);
  border-radius: 3px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .12);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 3px;
  max-height: 400px;
  overflow-y: auto;
  padding: .75rem 0;
  position: absolute;
  width: 100%;
}

.link-block-wrapper .select-block-wrapper {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 .75rem;
}

.link-block-wrapper .select-block-wrapper .title {
  color: #666;
  font-size: 14px;
  margin-left: 5px;
}

.link-block-wrapper .link-block-container {
  margin: 5px 0;
  width: 100%;
}

.link-block-wrapper .link-block-container .linked-block-item {
  cursor: pointer;
  display: block;
  margin-bottom: 5px !important;
  padding-left: .75rem;
}

.link-block-wrapper .link-block-container blockquote, .link-block-wrapper .select-block-wrapper blockquote {
  border-left: 4px solid #ddd;
}

.link-block-wrapper .link-block-container blockquote p, .link-block-wrapper .select-block-wrapper blockquote p {
  margin: 5px 0 !important;
}

.selected-linked-block-wrapper img {
  height: auto !important;
  width: 160px !important;
}

.selected-linked-block-wrapper .link-block-wrapper .linked-block-item:hover {
  background-color: #f5f5f5;
}

.selected-linked-block-wrapper .link-block-wrapper .dropdown-item {
  padding: 3px 8px;
}

.sdoc-custom-table-size-dialog .sdoc-custom-table-size-container {
  width: 100%;
}

.sdoc-custom-table-size-dialog .sdoc-custom-table-size-item {
  width: calc(50% - 16px);
}

.sdoc-history-files-content {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15), 0 4px 8px 3px rgba(0, 0, 0, .15);
  display: flex;
  flex-direction: column;
  max-height: 300px;
  max-width: 400px;
  position: absolute;
  width: 400px;
  z-index: 103;
}

.sdoc-history-files-content .sdoc-history-files-header {
  align-items: center;
  color: #999;
  cursor: default;
  display: flex;
  flex-shrink: 0;
  font-size: 14px;
  height: 32px;
  margin-top: 8px;
  padding: 0 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.sdoc-history-files-content .sdoc-history-files {
  cursor: pointer;
  flex-grow: 1;
  overflow-y: auto;
}

.sdoc-history-files-content .no-header {
  margin-top: 8px;
  width: 100%;
}

.sdoc-history-files-content .sdoc-history-files .sdoc-history-files-item {
  align-items: flex-start;
  display: flex;
  font-size: 14px;
  height: 32px;
  padding: 6px 16px;
}

.sdoc-history-files-content .sdoc-history-files .file-item-img {
  margin-right: 6px;
  width: 21.6px;
}

.sdoc-history-files-content .sdoc-history-files .sdoc-history-files-item .file-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sdoc-history-files-content .sdoc-history-files .sdoc-history-files-item .file-item-more {
  font-size: 16px;
  margin-left: 2px;
}

.sdoc-history-files-content .sdoc-history-files .sdoc-history-files-item .more-text {
  margin-left: 10px;
}

.sdoc-history-files-content .sdoc-history-files .sdoc-history-files-item:hover {
  background-color: #f5f5f5;
}

.sdoc-history-files-content .sdoc-history-files-add {
  align-items: center;
  border-top: 1px solid #e9ecef;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-size: 14px;
  height: 32px;
  padding: 0 16px;
  width: 100%;
}

.sdoc-history-files-content .sdoc-history-files-add :first-child {
  color: #444;
  margin-right: 10px;
}

.sdoc-history-files-content .sdoc-history-files-add .new-file-name {
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sdoc-files-list {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  height: 400px;
  overflow-y: auto;
  padding: 8px 16px;
  width: 100%;
}

.sdoc-file-wrapper {
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  font-size: .8125rem;
  height: auto;
  padding: 10px 0 10px 8px;
  position: relative;
}

.sdoc-file-wrapper:hover {
  background-color: #f5f5f5;
}

.sdoc-file-wrapper .file-icon {
  height: 36px;
  width: 36px;
}

.sdoc-item-content {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  margin-left: .25rem;
  overflow: hidden;
}

.sdoc-item-name {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sdoc-item-path {
  color: #666;
}

.sdoc-item-user-container {
  color: #666;
  display: flex;
}

.sdoc-item-user-container .item-divide {
  margin: 0 5px;
  transform: translateY(-1px);
}

.sdoc-files-list .sdoc-file-checked {
  color: #798d99;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 30px;
}

.sdoc-files-list .sdoc-file-search-no-result {
  display: flex;
  justify-content: center;
}

.sdoc-files-tree {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  height: 400px;
  overflow-y: auto;
  padding: 8px 16px;
  width: 100%;
}

.sdoc-files-tree .sdoc-file-info {
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  padding-left: 2.8rem;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sdoc-files-tree .sdoc-file-info:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

.sdoc-files-tree .sdoc-file-info .sdoc-file-icon-container {
  align-items: center;
  display: flex;
  height: 100%;
  left: 0;
  padding-left: 1.5rem;
  position: absolute;
  width: 2.8rem;
}

.sdoc-file-icon-container .sdoc-file-img, .sdoc-file-icon-container .video-file-img, .sdoc-file-icon-container .whiteboard-file-img {
  position: absolute;
  right: 1px;
  width: 21.6px;
}

.sdoc-files-tree .sdoc-file-checked {
  color: #798d99;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  right: 10px;
}

.sdoc-files-tree .sdoc-file-info .sdoc-file-icon {
  color: #9aa0ac;
}

.sdoc-files-tree .sdoc-file-info.active {
  background-color: #f5f5f5;
}

.sdoc-files-tree .sdoc-file-icon-toggle {
  font-size: 12px !important;
  height: 1.5rem;
  left: 0;
  line-height: 1.5rem !important;
  position: absolute;
  text-align: center;
  width: 1.5rem;
}

.sdoc-files-tree .sdoc-file-info.expanded .sdoc-file-icon-toggle {
  transform: rotate(90deg);
}

.sdoc-files-tree .sdoc-file-info .sdoc-file-name {
  font-size: 14px;
}

.sdoc-files-tree .sdoc-folder-children {
  padding-left: 20px;
}

.sdoc-files-tree .sdoc-folder-children-empty {
  color: #999;
  padding: 4px 20px;
}

.sdoc-files-tree .sdoc-file-info .sdoc-search-folder-name {
  color: #7d7d7d;
  font-size: 14px;
}

.sdoc-folder-container.sdoc-folder-search-results .sdoc-file-info {
  border-radius: 2px;
  flex-direction: column;
  height: 59px;
  justify-content: center;
  overflow: hidden;
  padding: 10px 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sdoc-folder-container.sdoc-folder-search-results .sdoc-file-info .sdoc-file-icon-container .sdoc-file-img, .sdoc-folder-container.sdoc-folder-search-results .sdoc-file-info .sdoc-file-icon-container .whiteboard-file-img {
  height: 36px;
  width: 36px;
}

.sdoc-folder-container.sdoc-folder-search-results .sdoc-file-name, .sdoc-search-folder-name {
  align-items: center;
  display: flex;
  height: 19.5px;
}

.sdoc-files-tree .sdoc-file-search-no-result {
  display: flex;
  justify-content: center;
}

.sdoc-file-select-dialog {
  max-width: 700px;
}

.sdoc-file-select-dialog .sdoc-file-select-modal {
  width: 700px;
}

.sdoc-file-select-dialog .sdoc-file-select-footer {
  align-items: center;
  border-top: 1px solid #e9ecef;
  display: flex;
  justify-content: flex-end;
  padding: 1rem;
}

.sdoc-file-select-dialog .highlight-bg-color {
  background-color: #ff8000;
  border-color: #ff8000;
}

.sdoc-file-select-dialog .modal-header-container {
  align-items: center;
  border-bottom: 1px solid #e9ecef;
  display: flex;
  height: 57px;
  justify-content: space-between;
  padding: 16px;
  position: relative;
  width: 100%;
}

.sdoc-file-select-dialog .modal-title-container {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  justify-content: center;
  margin: auto 0;
  position: relative;
  white-space: nowrap;
}

.sdoc-close-dialog {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 28px;
}

.sdoc-file-select-dialog .modal-header-container .sdoc-close1 {
  color: #666;
  font-size: 16px;
}

.sdoc-file-select-dialog .modal-header-container .sdoc-close1:hover {
  background-color: #efefef;
  border-radius: 3px;
  height: 28px;
  width: 28px;
}

.sdoc-files-search-popover {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 28px;
}

.sdoc-search-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}

.sdoc-search-input {
  flex: 1 1;
  height: 38px;
  line-height: 28px;
  padding: 0 35px;
}

.sdoc-search-input::-moz-placeholder {
  color: #868e96;
  font-size: 14px;
}

.sdoc-search-input::placeholder {
  color: #868e96;
  font-size: 14px;
}

.sdoc-files-search-popover-container .sdoc-search-wrapper .sdoc-close, .sdoc-files-search-popover-container .sdoc-search-wrapper .sdoc-search {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 20px;
}

.sdoc-files-search-popover-container .sdoc-search-wrapper .sdoc-close1, .sdoc-files-search-popover-container .sdoc-search-wrapper .sdoc-find-replace {
  color: #666;
  font-size: 14px;
}

.sdoc-files-search-popover-container .sdoc-search-wrapper .sdoc-close1:hover {
  background-color: #efefef;
  border-radius: 3px;
  height: 20px;
  width: 20px;
}

.sdoc-files-search-popover-container .sdoc-search-wrapper .sdoc-search {
  left: 10px;
  position: absolute;
}

.sdoc-files-search-popover-container .sdoc-search-wrapper .sdoc-close {
  position: absolute;
  right: 9px;
}

.sdoc-file-select-container .sdoc-file-select-wrapper {
  display: flex;
  width: 100%;
}

.sdoc-file-select-wrapper .sdoc-file-metadata-wrapper {
  display: flex;
}

.sdoc-file-left-panel {
  width: 100%;
}

.sdoc-file-left-panel.with-right-metadata-panel {
  width: 398px;
}

.sdoc-file-left-panel .sdoc-files-search-popover-container {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 8px 16px 0;
  width: 100%;
}

.sdoc-file-select-dialog .modal-header-container .modal-operation-container {
  align-items: center;
  display: flex;
}

.sdoc-toggle-view {
  border: 1px solid #eee;
  border-radius: 3px;
  display: flex;
  height: 36px;
  margin-right: .5rem;
  padding: 3px;
}

.sdoc-toggle-view .sdoc-list-view, .sdoc-toggle-view .sdoc-tree-view {
  align-items: center;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-width: 66px;
  width: -moz-fit-content;
  width: fit-content;
}

.sdoc-toggle-view .sdoc-list-view.active, .sdoc-toggle-view .sdoc-tree-view.active {
  background-color: #f5f5f5;
}

.sdoc-toggle-view .sdoc-list-view:hover, .sdoc-toggle-view .sdoc-tree-view:hover {
  background-color: #f0f0f0;
}

.wiki-history-files-content {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15), 0 4px 8px 3px rgba(0, 0, 0, .15);
  display: flex;
  flex-direction: column;
  max-height: 350px;
  max-width: 400px;
  position: absolute;
  width: 400px;
  z-index: 103;
}

.wiki-history-files-content .wiki-history-files-header {
  align-items: center;
  color: #999;
  cursor: default;
  display: flex;
  flex-shrink: 0;
  font-size: 14px;
  height: 32px;
  margin-top: 8px;
  padding: 0 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.wiki-history-files-content .sdoc-history-files {
  cursor: pointer;
  flex-grow: 1;
  overflow-y: auto;
}

.wiki-history-files-content .no-header {
  margin-top: 8px;
  width: 100%;
}

.wiki-history-files-content .sdoc-history-files .sdoc-history-files-item {
  align-items: flex-start;
  display: flex;
  font-size: 14px;
  height: 32px;
  padding: 6px 16px;
}

.wiki-history-files-content .sdoc-history-files .sdoc-history-files-item .file-item-icon {
  align-items: center;
  color: #666;
  display: flex;
  font-size: 16px;
  height: 20px;
  justify-content: center;
  margin-right: 8px;
  width: 20px;
}

.wiki-history-files-content .sdoc-history-files .sdoc-history-files-item .file-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wiki-history-files-content .sdoc-history-files .sdoc-history-files-item:hover {
  background-color: #f5f5f5;
}

.wiki-history-files-content .sdoc-history-files-add {
  align-items: center;
  border-top: 1px solid #e9ecef;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-size: 14px;
  height: 32px;
  padding: 0 16px;
  width: 100%;
}

.wiki-history-files-content .sdoc-history-files-add :first-child {
  color: #444;
  margin-right: 10px;
}

.wiki-history-files-content .sdoc-history-files-add .new-file-name {
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wiki-history-files-content .sdoc-history-files .sdoc-history-files-item.files-item-has-dir {
  height: 51px;
}

.wiki-history-files-content .sdoc-history-files .sdoc-history-files-item .file-item-emoticons {
  align-items: center;
  display: flex;
  font-size: 14px;
  height: 20px;
  justify-content: center;
  margin-right: 8px;
  width: 20px;
}

.wiki-history-files-content .sdoc-history-files .sdoc-history-files-item .file-item-name-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wiki-history-files-content .sdoc-history-files .sdoc-history-files-item .file-item-name-wrapper .name-dir {
  color: #666;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sdoc-wiki-viewer-outline {
  border-left: 1px solid #ddd;
  padding: .5rem 1rem .5rem 0;
}

.sdoc-wiki-viewer-outline .outline-h2, .sdoc-wiki-viewer-outline .outline-h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sdoc-wiki-viewer-outline .outline-h2 {
  color: #364149;
  cursor: pointer;
  line-height: 2.5;
  margin-left: 20px;
  white-space: nowrap;
}

.sdoc-wiki-viewer-outline .outline-h2:hover {
  color: #eb8205;
}

.sdoc-wiki-viewer-outline .outline-h3 {
  color: #364149;
  cursor: pointer;
  line-height: 2.5;
  margin-left: 40px;
  white-space: nowrap;
}

.sdoc-wiki-viewer-outline .outline-h3:hover {
  color: #eb8205;
}

.sdoc-wiki-viewer-outline .empty-container {
  margin-top: 10px;
  text-align: center;
}

.sdoc-wiki-viewer-outline .outline-h2.active, .sdoc-wiki-viewer-outline .outline-h3.active {
  color: #eb8205;
}

.sdoc-editor-container {
  display: flex;
  flex: 1 1;
  min-height: 0;
}

.sdoc-wiki-scroll-container {
  display: flex;
  overflow: auto;
}

.sdoc-wiki-scroll-container .sdoc-article-container {
  width: 100%;
}

.sdoc-wiki-scroll-container .sdoc-article-container .article .sdoc-header-2 {
  border-bottom: 1px solid #ccc;
}

.sdoc-wiki-outline-container {
  height: 80%;
  overflow-y: auto;
  padding-right: 1rem;
  position: fixed;
  right: 0;
  top: 97px;
  width: 300px;
}

.sdoc-editor__article {
  overflow: auto;
  position: relative;
}

.slate-content.hide-native-cursor {
  caret-color: transparent;
}

.custom-cursor {
  animation: blink 1s infinite;
  background-color: blue;
  height: 1.2em;
  position: absolute;
  width: 1px;
}

.custom-cursor.link-start:after, .custom-cursor.next-start:after {
  background-color: blue;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 4px;
}

.custom-cursor.link-end:after, .custom-cursor.prev-end:after {
  background-color: blue;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  width: 4px;
}

@keyframes blink {
  0%, to {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.sdoc-draft-menu {
  margin-left: .5rem;
  position: relative;
}

.sdoc-draft-identifier {
  background: #eee;
  border-radius: 10px;
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
}

.sdoc-draft-identifier:hover {
  background: #dbdbdb;
}

.sdoc-draft-menu .draft-popover {
  background-color: #fff;
  border: 1px solid #e5e6e8;
  border-radius: 2px;
  box-shadow: 0 0 10px #e5e6e8;
  left: 0;
  padding: 8px 0;
  position: absolute;
  top: 25px;
  width: 178px;
  z-index: 10;
}

.sdoc-draft-menu .draft-popover .draft-menu-item {
  cursor: pointer;
  padding: 4px 12px;
  width: 100%;
}

.sdoc-draft-menu .draft-popover .draft-menu-item:hover {
  background-color: #f5f5f5;
}

.sdoc-editor-page-wrapper .tip-message {
  color: #999;
  display: inline-flex;
  font-size: 12px;
  height: 27px;
  line-height: 27px;
  margin-left: 12px;
  opacity: .75;
  width: -moz-max-content;
  width: max-content;
}

.sdoc-editor-page-wrapper .tip-message .sdocfont {
  font-size: 14px;
  padding-top: 1px;
}

.sdoc-editor-page-header .doc-info {
  align-items: center;
  display: flex;
}

.sdoc-editor-page-header .doc-info .doc-name {
  color: #212529;
  font-size: 18px;
  font-weight: 700;
}

.sdoc-editor-page-header .doc-info .doc-icon {
  color: #999;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  margin-left: .5rem;
}

.sdoc-editor-page-header .doc-info .doc-icon:hover {
  color: #333;
  margin-left: .5rem;
}

.sdoc-editor-page-header .doc-info .sdoc-link {
  font-size: 14px;
}

.sdoc-editor-page-header .doc-info .sdoc-freezed {
  color: red;
}

.sdoc-editor-page-header .doc-state {
  font-size: .8125rem;
}

.sdoc-editor-page-header .doc-info .sdoc-revision-avatar {
  margin-right: 6px;
  width: 44px;
}

.sdoc-editor-page-header .sdoc-revision-info .sdoc-revision-avatar {
  height: 44px;
  margin-right: 6px;
  overflow: hidden;
  width: 44px;
}

.sdoc-editor-page-header .sdoc-revision-avatar img {
  height: 100%;
  width: 100%;
}

.sdoc-editor-page-header .sdoc-revision-info .sdoc-revision-detail {
  display: flex;
  flex-direction: column;
}

.sdoc-editor-page-header .sdoc-revision-info .sdoc-revision-order {
  background: #eee;
  border-radius: 10px;
  color: #888;
  cursor: default;
  display: inline-block;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-left: .5rem;
  padding: 0 8px;
}

.sdoc-editor-page-header .sdoc-revision-info .sdoc-revision-published-tip {
  background: #5eba00;
  border-radius: 10px;
  color: #fff;
  cursor: default;
  display: inline-block;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-left: .5rem;
  padding: 0 8px;
}

.sdoc-editor-page-header .sdoc-revision-info .sdoc-revision-source-doc {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  height: 20px;
  justify-content: center;
  margin-left: .5rem;
  width: 20px;
}

.sdoc-editor-page-header .sdoc-revision-info .sdoc-revision-source-doc .sdoc-jump-to {
  color: #999;
  font-size: 14px;
}

.sdoc-editor-page-header .sdoc-revision-info .sdoc-revision-source-doc:hover .sdoc-jump-to {
  color: #333;
}

.error-page {
  align-items: center;
  display: flex;
  flex: 1 1;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.error-page .error-tip {
  color: red;
}

.error-page .error-button {
  margin-top: 20px;
}

.collaborators-popover.popover {
  max-width: 300px;
  width: 300px;
}

.collaborators-popover .popover-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  max-height: 360px;
  padding: 0;
}

.collaborators-popover .popover-header {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #ededed;
  color: #212529;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  min-height: 50px;
}

.collaborators-popover .popover-container .content-list {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  min-height: 0;
  overflow: auto;
  padding: 5px 0;
}

.content-list .collaborator-details {
  align-items: center;
  display: flex;
  height: 32px;
  line-height: 32px;
  padding: 3px 12px;
  position: relative;
  width: 100%;
}

.content-list .collaborator-details:hover {
  background-color: #f8f8f8;
}

.content-list .collaborator-details .collaborator-tag {
  background-color: #08db6b;
  border-radius: 50%;
  height: 5px;
  margin-right: 8px;
  overflow: hidden;
  width: 5px;
}

.content-list .collaborator-details .collaborator-avatar {
  border-radius: 50%;
  height: 20px;
  margin-right: 8px;
  overflow: hidden;
  width: 20px;
}

.content-list .collaborator-details .collaborator-name {
  color: #212529;
  max-width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content-list .collaborator-details .sdocfont {
  display: inline-block;
  font-size: 14px;
  position: absolute;
  right: 12px;
}

.content-list .collaborator-details .sdocfont:hover {
  color: #333;
  cursor: pointer;
}

.content-list .collaborator-details .rename-container input {
  word-wrap: break-word;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: content-box;
  height: 22px;
  line-height: 19px;
  max-width: 100%;
  padding: 2px 3px;
  vertical-align: middle;
  width: auto;
}

.content-list .collaborator-details .rename-container input:focus {
  background-color: #fff;
  border-color: #1991eb;
  box-shadow: 0 0 0 2px rgba(70, 127, 207, .25);
  outline: 0;
}

.sdoc-add-link-close-icon {
  align-items: center;
  border-radius: 3px;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.sdoc-add-link-close-icon .sdocfont {
  color: #666;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}

.sdoc-add-link-close-icon:hover {
  background-color: #efefef;
}

.sdoc-tip-dialog .highlight-bg-color {
  background-color: #ff8000;
  border-color: #ff8000;
}

.sdoc-tip-dialog .sdoc-tip-dialog-custom-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  padding-top: 46px;
}

.sdoc-tip-dialog .sdoc-tip-dialog-custom-container .sdoc-tip-img-container {
  align-items: center;
  display: flex;
  height: 140px;
  justify-content: center;
  overflow: hidden;
  width: 140px;
}

.sdoc-tip-dialog .sdoc-tip-dialog-custom-container .sdoc-tip-content {
  padding: 10px 16px 64px;
  text-align: center;
  width: 100%;
}

.sdoc-tip-dialog .sdoc-tip-dialog-custom-container .sdoc-tip-operation-btn {
  min-width: 140px;
}

.sdoc-tip-dialog .sdoc-tip-dialog-custom-container.publishing {
  height: 180px;
  justify-content: center;
  padding: 2rem;
}

.sdoc-tip-dialog .sdoc-tip-dialog-custom-container.publishing .common-loading-tip {
  border-width: 4px;
  height: 30px;
  width: 30px;
}

.sdoc-tip-dialog .sdoc-tip-dialog-custom-container.publishing .sdoc-tip-content {
  margin-top: 8px;
  padding: 0;
}

.sdoc-revision-changes-container {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  height: 32px;
}

.sdoc-revision-changes-container .sdoc-revision-changes-divider {
  border-right: 1px solid #e5e5e5;
  height: 100%;
  width: 1px;
}

.sdoc-revision-changes-container .sdoc-revision-changes-last, .sdoc-revision-changes-container .sdoc-revision-changes-next {
  height: 100%;
  padding: 0 8px;
}

.sdoc-revision-changes-container .sdoc-revision-changes-last .sdocfont, .sdoc-revision-changes-container .sdoc-revision-changes-next .sdocfont {
  color: #000;
  opacity: .5;
}

.sdoc-revision-changes-container .sdoc-revision-changes-last:hover, .sdoc-revision-changes-container .sdoc-revision-changes-next:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

.sdoc-revision-changes-container .sdoc-revision-changes-last:hover .sdocfont, .sdoc-revision-changes-container .sdoc-revision-changes-next:hover .sdocfont {
  opacity: .75;
}

.sdoc-more-revision-operations-dropdown .sdoc-more-revision-operations-toggle {
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 14px;
  color: #666;
  display: flex;
  height: 28px;
  justify-content: center;
  width: 66px;
}

.sdoc-more-revision-operations-dropdown .sdoc-more-revision-operations-toggle:hover {
  background-color: #e4e4e4;
  cursor: pointer;
}

.sdoc-more-revision-operations-dropdown .sdoc-more-revision-operations-toggle .sdoc-revise {
  margin-right: 10px;
}

.sdoc-more-revision-operations-dropdown .sdoc-more-revision-operations-toggle .sdocfont {
  font-size: 14px;
}

.sdoc-more-revision-operations-dropdown .dropdown-item {
  height: 64px;
  padding: 12px;
}

.sdoc-more-revision-operations-dropdown .sdoc-more-revision-operation {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 373px;
}

.sdoc-more-revision-operations-dropdown .sdoc-more-revision-operation-title .sdocfont {
  font-size: 14px;
  margin-right: 6px;
}

.sdoc-more-revision-operations-dropdown .sdoc-more-revision-operation-title-name {
  color: #212529;
  font-size: 14px;
}

.sdoc-more-revision-operations-dropdown .sdoc-more-revision-operation-describe {
  color: #999;
  font-size: 13px;
  padding-left: 20px;
  white-space: break-spaces;
  width: 100%;
}

.sdoc-editor-page-header .sdoc-publish-button:active {
  background-color: #7ec833;
  border-color: #6ec11a;
  color: #fff;
}

.sdoc-revision-operation-toggle-container {
  align-items: center;
  border-radius: 2px;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.sdoc-revision-operation-toggle-container:hover {
  background-color: #e5e5e5;
  cursor: pointer;
}

.sdoc-revision-operation-toggle {
  color: #999;
  display: none;
  font-size: 16px;
}

.revisions-body .sdoc-revision:hover .sdoc-revision-operation-toggle, .revisions-dialog .revisions-body .sdoc-revision.operating .sdoc-revision-operation-toggle {
  display: inline-block;
}

.sdoc-revision-operation-toggle:hover {
  color: #333;
  cursor: pointer;
}

.sdoc-revision-menu-popover .popover {
  margin-top: 0;
}

.revisions-dialog {
  height: calc(100% - 56px);
  max-width: 700px;
  width: 700px;
}

.revisions-dialog .modal-content {
  height: 100%;
  overflow: hidden;
}

.revisions-dialog .revisions-body {
  height: calc(100% - 50px);
  overflow: hidden;
  padding: 0;
}

.revisions-dialog .sdoc-revisions-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.revisions-dialog .sdoc-revisions-container .sdoc-revisions-header {
  align-items: center;
  border-bottom: 1px solid rgba(0, 40, 100, .12);
  display: flex;
  height: 41px;
  justify-content: center;
  margin: 0 16px;
  width: calc(100% - 32px);
}

.revisions-dialog .sdoc-revisions-container .sdoc-revisions-content {
  flex: 1 1;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0 16px 16px;
}

.revisions-dialog .sdoc-revisions-container .sdoc-revisions-list {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.revisions-dialog .sdoc-revisions-container.loading {
  align-items: center;
  justify-content: center;
}

.revisions-dialog .revisions-body .sdoc-revision {
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 40, 100, .12);
  display: flex;
  height: 41px;
  justify-content: center;
  width: 100%;
}

.revisions-dialog .revisions-body .sdoc-revision.operating {
  background-color: #f5f5f5;
}

.revisions-dialog .revisions-body .sdoc-revision:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

.revisions-dialog .sdoc-revision-name-header, .revisions-dialog .sdoc-revision-time-header, .revisions-dialog .sdoc-revision-user-header {
  color: #999;
  padding-left: 9px;
}

.revisions-dialog .sdoc-revision .sdoc-revision-name, .revisions-dialog .sdoc-revision .sdoc-revision-user {
  align-items: center;
  display: flex;
  height: 100%;
  overflow: hidden;
  padding-left: 9px;
}

.revisions-dialog .sdoc-revision .sdoc-revision-name-content {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.revisions-dialog .sdoc-revision .sdoc-revision-time {
  align-items: center;
  display: flex;
  height: 100%;
  overflow: hidden;
  padding-left: 9px;
}

.revisions-dialog .revisions-body .sdoc-revision.loading {
  align-items: center;
  border-bottom: none;
  height: 40px;
}

.revisions-dialog .sdoc-revision.loading:hover {
  background-color: transparent;
  background-color: initial;
}

.revisions-dialog .sdoc-revision-operations {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.sdoc-revisions-count {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  color: #666;
  height: 28px;
  line-height: 26px;
  margin-left: 1rem;
  padding: 0 16px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.sdoc-revisions-count:hover {
  color: #333;
  cursor: pointer;
}

.sdoc-toggle-revision-changes .custom-switch {
  padding-left: 0;
}

.doc-ops, .doc-ops .op-item {
  align-items: center;
  display: flex;
}

.doc-ops .op-item {
  border-radius: 3px;
  cursor: pointer;
  height: 28px;
  justify-content: center;
  margin-left: 10px;
  position: relative;
  width: 28px;
}

.doc-ops .collaborators-op-item {
  width: 40px;
}

.doc-ops .op-item .sdocfont {
  color: #666;
  cursor: pointer;
  font-size: 16px;
}

.doc-ops .op-item:hover {
  background-color: #efefef;
  cursor: pointer;
}

.doc-ops .popover-wrapper {
  width: 300px;
}

.sdoc-dropdown-print-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.sdoc-operator-folder .sdoc-dropdown-menu {
  padding: 8px 0;
}

.sdoc-operator-folder .sdoc-dropdown-menu .sdoc-dropdown-menu-item {
  padding: 4px 16px;
}

.sdoc-operator-folder .sdoc-dropdown-menu .sdoc-operator-folder-divider {
  border-top: 1px solid #e6e9ed;
  height: 1px;
  margin: 8px 0;
  width: 100%;
}

.sdoc-operator-folder .sdoc-dropdown-menu .sdoc-dropdown-menu-item .sdoc-full-width-mode-wrapper .custom-switch {
  cursor: pointer;
  justify-content: space-between;
  padding-left: 0;
  width: 100%;
}

.sdoc-operator-folder .sdoc-dropdown-menu .sdoc-dropdown-menu-item .sdoc-full-width-mode-wrapper .custom-switch .custom-switch-description {
  color: inherit;
  margin-left: 0;
}

.sdoc-operator-folder .sdoc-dropdown-menu .sdoc-dropdown-menu-item .sdoc-full-width-mode-wrapper .custom-switch .custom-switch-indicator {
  border-radius: 6px;
  height: 12px;
  width: 22px;
}

.sdoc-operator-folder .sdoc-dropdown-menu .sdoc-dropdown-menu-item .sdoc-full-width-mode-wrapper .custom-switch .custom-switch-indicator:before {
  height: 8px;
  width: 8px;
}

.sdoc-operator-folder .sdoc-dropdown-menu .sdoc-dropdown-menu-item .sdoc-full-width-mode-wrapper .custom-switch .custom-switch-input:checked~.custom-switch-indicator:before {
  left: 12px;
}

.sdoc-operator-folder .sdoc-dropdown-menu .sdoc-dropdown-menu-item .sdoc-full-width-mode-wrapper .custom-switch .custom-switch-input:checked~.custom-switch-indicator {
  background: #ff8000;
}

.sdoc-operator-folder .sdoc-dropdown-menu .sdoc-dropdown-menu-item .sdoc-full-width-mode-wrapper .custom-switch .custom-switch-input:focus~.custom-switch-indicator {
  border-color: #ff8000;
  box-shadow: 0 0 0 2px rgba(255, 128, 0, .25);
}

.doc-ops #op-edit {
  height: 44px;
  width: 44px;
}

body {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

#root, #wrapper {
  display: flex;
  height: 100%;
  width: 100%;
}

.sdoc-editor-page-wrapper {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  min-height: 0;
}

.sdoc-editor-page-wrapper .sdoc-editor-page-header {
  background-color: #fff;
  border-bottom: 1px solid #e5e6e8;
  flex-shrink: 0;
  height: 56px;
  position: relative;
  z-index: 103;
}

.sdoc-editor-page-wrapper .sdoc-editor-page-content {
  display: flex;
  flex: 1 1;
  min-height: 0;
}

.sdoc-context-menu .dropdown-item:not(:disabled), .sdoc-editor-page-wrapper .dropdown-item {
  color: #212529;
}

.sdoc-context-menu .dropdown-item:hover {
  color: #fff;
}

.sdoc-share-permission {
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 4px;
  font-size: 12px;
  padding: 2px 6px;
}

.app {
  display: flex;
  flex: 1 1;
  flex-direction: column;
}

.app .header {
  align-items: center;
  display: flex;
  font-size: 28px;
  font-weight: 700;
  justify-content: center;
}

.app .nav-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 20px;
}

.app .nav-container a {
  margin: 10px;
}

.app .tip-message {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.lds-ripple {
  display: inline-block;
  height: 64px;
  position: relative;
  width: 64px;
}

.lds-ripple div {
  animation: lds-ripple 1s cubic-bezier(0, .2, .8, 1) infinite;
  border: 4px solid #eb8205;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -.5s;
}

@keyframes lds-ripple {
  0% {
    height: 0;
    left: 28px;
    opacity: 1;
    top: 28px;
    width: 0;
  }

  to {
    height: 58px;
    left: -1px;
    opacity: 0;
    top: -1px;
    width: 58px;
  }
}

.empty-loading-page {
  height: 100%;
  position: fixed;
  width: 100%;
}

.page-centered {
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}

.seadoc-switch.small .custom-switch-indicator {
  border-radius: 6px;
  height: 12px;
  width: 22px;
}

.seadoc-switch.small .custom-switch-indicator:before {
  height: 8px;
  width: 8px;
}

.seadoc-switch.small .custom-switch-input:checked~.custom-switch-indicator:before {
  left: 12px;
}

.sdoc-file-history .sdoc-file-history-container {
  flex: 1 1;
  overflow: hidden;
}

.sdoc-file-history .sdoc-file-history-header {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  height: 50px;
}

.sdoc-file-history .sdoc-file-history-header .sdoc-file-history-header-left {
  flex: 1 1;
  font-size: 1.25rem;
}

.sdoc-file-history .sdoc-file-history-header .file-name {
  flex: 1 1;
}

.sdoc-file-history .sdoc-file-history-header .sdoc-file-history-header-right {
  height: 100%;
  min-width: 100px;
}

.sdoc-file-history .sdoc-file-history-header .sdoc-file-changes-container {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  height: 32px;
}

.sdoc-file-history .sdoc-file-history-header .sdoc-file-changes-divider {
  border-right: 1px solid #e5e5e5;
  height: 100%;
  width: 1px;
}

.sdoc-file-history .sdoc-file-history-header .sdoc-file-changes-last, .sdoc-file-history .sdoc-file-history-header .sdoc-file-changes-next {
  height: 100%;
  padding: 0 8px;
}

.sdoc-file-history .sdoc-file-history-header .sdoc-file-changes-last .fas, .sdoc-file-history .sdoc-file-history-header .sdoc-file-changes-next .fas {
  color: #000;
  opacity: .5;
}

.sdoc-file-history .sdoc-file-history-header .sdoc-file-changes-last:hover, .sdoc-file-history .sdoc-file-history-header .sdoc-file-changes-next:hover {
  background-color: #f5f5f5;
  cursor: pointer;
  opacity: .75;
}

.sdoc-file-history .sdoc-file-history-header .sdoc-file-changes-last:hover .fas, .sdoc-file-history .sdoc-file-history-header .sdoc-file-changes-next:hover .fas {
  opacity: .75;
}

.sdoc-file-history .sdoc-file-history-content {
  height: 100%;
  width: 100%;
}

.sdoc-file-history .sdoc-editor-container {
  flex-direction: row;
}

.sdoc-file-history .sdoc-file-history-content .sdoc-file-history-viewer {
  background-color: #fff;
  border: 1px solid #e6e6dd;
  flex: 1 1;
  min-height: 120px;
  width: 100%;
  word-break: break-word;
}

.sdoc-file-history .sdoc-file-history-content .sdoc-editor-content {
  padding: 20px 40px;
  position: absolute;
}

.sdoc-file-history .sdoc-editor-container.mobile .sdoc-editor-content {
  padding: 0;
}

.sdoc-file-history.mobile .sdoc-file-history-container .sdoc-file-history-content .sdoc-editor-content {
  min-width: auto;
  padding: 0;
}

.sdoc-editor-container.mobile .sdoc-editor-content.readonly .sdoc-article-container {
  width: 100%;
}

.sdoc-file-history .sdoc-file-history-content .sdoc-scroll-container {
  position: relative !important;
  width: 100%;
}

.sdoc-file-history .sdoc-file-history-content .sdoc-article-container {
  padding-bottom: 0;
  padding-top: 0;
  width: 100%;
}

.sdoc-file-history .sdoc-file-history-content .article {
  width: 100%;
}

.sdoc-file-history .sdoc-file-history-panel {
  border-left: 1px solid #e5e5e5;
  height: calc(100vh - 44px);
  overflow: auto;
  width: 260px;
}

.sdoc-file-history .sdoc-file-history-panel .sdoc-file-history-select-range {
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  height: 50px;
  justify-content: space-between;
  padding: 10px 18px;
}

.sdoc-file-history .sdoc-file-history-panel .sdoc-file-history-select-range-title {
  font-size: 1rem;
  font-weight: bolder;
  height: 100%;
  line-height: 29px;
  width: 100%;
}

.sdoc-file-history .sdoc-file-history-panel .sdoc-file-history-select-range .sdoc-side-panel-close {
  cursor: pointer;
  opacity: .7;
}

.sdoc-file-history .sdoc-file-history-panel .sdoc-file-history-diff-switch {
  border-top: 1px solid #e5e5e5;
  height: 50px;
  padding: 0 18px;
}

.sdoc-file-history .sdoc-file-history-diff-switch .custom-switch {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  width: 100%;
}

.sdoc-file-history .sdoc-file-history-diff-switch .custom-switch-description {
  flex: 1 1;
  margin-left: 0;
  padding-right: 8px;
}

.sdoc-file-history-versions {
  flex: 1 1;
  flex-direction: column;
  min-height: 0;
  overflow: auto;
}

.sdoc-file-history-versions .history-list-item {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  flex: 1 1;
  padding: 5px 10px;
}

.sdoc-file-history-versions .history-list-item:last-child {
  border-bottom: none;
}

.sdoc-file-history-versions .history-list-item:not(.item-active):hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

.sdoc-file-history-versions .history-list-item .history-operation:hover {
  cursor: pointer;
}

.sdoc-file-history-versions .history-list-item .history-operation a.fas {
  color: #888;
}

.sdoc-file-history-versions .history-list-item .history-operation:hover a.fas {
  color: #333;
}

.sdoc-file-history-versions .history-list-item.item-active {
  background-color: #ffecd9 !important;
}

.sdoc-file-history-versions .history-list-item.item-active .history-info .time {
  color: #ff8000;
}

.history-info .owner {
  min-height: 22.5px;
}

.sdoc-file-history-versions .dropdown-menu {
  min-width: 8rem;
}

.history-content .main-panel {
  flex: 1 1 auto;
}

.history-content .history-side-panel {
  background-color: #fff;
  border-left: 1px solid #e5e5e5;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  -webkit-user-select: none;
  user-select: none;
}

.history-content .history-side-panel .history-side-panel-title {
  background-color: #fafaf9;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1rem;
  font-weight: bolder;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
}

@media (min-width:992px) {
  .history-side-panel {
    width: 260px;
  }
}

@media (max-width:768px) {
  .sdoc-file-history .sdoc-file-history-content {
    padding: 0;
  }

  .sdoc-file-history .sdoc-file-history-content .sdoc-file-history-viewer {
    border: none;
  }

  .markdown-viewer-render-content {
    margin: 20px;
  }

  .markdown-viewer-render-content .diff-view {
    padding: 20px;
  }
}

.item-active {
  background-color: #fdc297 !important;
  color: #fff;
}

.item-active i {
  color: #fff;
}

.history-list-item .history-info {
  flex: 1 1;
  padding: 0 .5rem;
}

.history-list-item .history-operation {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 1.5rem;
}

.history-info .time {
  color: #000;
}

.history-info .owner {
  align-items: center;
  color: #888;
  display: flex;
  margin-top: .25rem;
}

.owner .squire-icon {
  background-color: #549b5a;
  height: .5rem;
  margin-right: .25rem;
  width: .5rem;
}

.history-body .dropdown-menu {
  min-width: 8rem;
}

.history-body .dropdown-menu a {
  color: #6e7687;
  text-decoration: none;
}

body, html {
  height: 100%;
  overflow-y: auto !important;
  width: 100%;
}

html {
  scrollbar-width: none;
}

.sdoc-editor {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  min-height: 0;
}

.sdoc-editor .sdoc-editor-header {
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 3px 2px -2px hsla(0, 0%, 78%, .15);
  display: flex;
  flex-shrink: 0;
  height: 56px;
  justify-content: flex-end;
  padding: 4px 16px;
}

.sdoc-editor .sdoc-editor-header .helper {
  cursor: pointer;
}

.sdoc-editor .sdoc-editor-header .helper:hover {
  color: #999;
}

.markdown-viewer-container {
  display: flex;
  flex: 1 1;
  min-height: 0;
  min-width: 0;
}

.wiki-page-container {
  display: flex;
  flex: 1 1;
  margin: 0 -1rem -1.25rem;
  overflow-y: auto;
  padding: 30px 1rem 1.25rem 30px;
}

.wiki-page-container .wiki-page-content {
  padding-right: 30px;
  width: calc(100% - 200px);
}

.wiki-page-content .sdoc-wiki-outline-container {
  width: 200px;
}

#root, body, html {
  height: 100%;
  position: relative;
  width: 100%;
}

.wiki-main {
  display: flex;
  flex: 1 1;
  height: 100%;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  width: 100%;
}

.wiki-main .wiki-side-panel {
  border-right: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 300px;
}

.wiki-main .wiki-main-panel {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
}

.wiki-main .wiki-main-panel__north {
  align-items: center;
  border-bottom: 1px solid #ccc;
  display: flex;
  height: 43px;
  padding: 0 16px;
}

.wiki-main .wiki-main-panel__center {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
}

.sdoc-scroll-container {
  background-color: #fff;
  display: flex;
  flex: 1 1;
  min-height: 0;
  overflow: auto;
}

.wiki-editor-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.wiki-editor-container .sdoc-editor-container {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  min-height: auto;
  min-width: 1100px;
  width: 100%;
}

.wiki-editor-container .sdoc-editor-container .sdoc-content-wrapper {
  height: auto;
}

.wiki-editor-container .sdoc-editor-container .sdoc-content-wrapper .sdoc-editor-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 1100px;
  position: static;
  width: 100%;
}

.wiki-editor-container .sdoc-article-container {
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  width: 100%;
}

.wiki-editor-container .sdoc-editor-container .article {
  background-color: #fff;
  border: none;
  box-shadow: none;
  display: flex;
  flex: 1 1;
  justify-content: center;
  min-height: 800px;
  padding: 15px 142px 0;
  width: 100%;
}

.wiki-editor-container .sdoc-editor-container .article #sdoc-editor {
  width: 100%;
}

.wiki-editor-container .sdoc-editor-container .article :first-child {
  margin-top: 0;
}

.wiki-editor-container .wiki-page-title {
  padding: 0 142px;
}

.wiki-editor-container .wiki-page-title .ops {
  align-items: center;
  display: flex;
  height: 40px;
  line-height: 40px;
}

.wiki-editor-container .wiki-page-title .ops .op-item {
  border-radius: 4px;
  color: #949491;
  cursor: pointer;
  display: flex;
  padding: 2px 8px;
}

.wiki-editor-container .wiki-page-title .ops .op-item:hover {
  background-color: #efefef;
  border-radius: 4px;
}
