.slate-inline {
  padding: 2px 4px;
}
.slate-p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 0;
  margin: 0;
}
.only-brain-editor ::selection {
  background: #d7f1fe;
}
.only-brain-editor :focus {
  outline: none;
}
.slate-h1,
.slate-h2,
.slate-h3,
.slate-h4,
.slate-p,
.slate-li,
.slate-ol-li,
.slate-quote {
  font-family: PingFangSC-Regular, PingFang SC;
  color: #333333;
  width: 100%;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-break: break-all;
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
  border-radius: 4px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #e1e1e1;
}
.only-brain-editor * {
  box-sizing: border-box;
}
body {
  position: relative;
}
.only-brain-editor-wrapper {
  position: relative;
}
.only-brain-editor-wrapper .slate-placeholder {
  user-select: none;
  position: absolute;
  top: 0;
  color: #bdbdbd;
  z-index: 0;
  left: 20px;
  font-size: 15px;
  line-height: 21px;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.slate-mention {
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 99999;
  padding: 6px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  max-height: 460px;
  overflow: auto;
  min-width: 128px;
  box-sizing: border-box;
}
.slate-mention:hover::-webkit-scrollbar {
  display: block;
}
.slate-mention::-webkit-scrollbar {
  display: none;
}
.slate-mention .slate-mention-item {
  height: 28px;
  text-align: left;
  color: #333333;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 28px;
  padding-left: 5px;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
}
.slate-mention .slate-mention-item:hover {
  background: #f1f4f2;
}
.slate-mention .slate-mention-item-select {
  background: #f1f4f2;
}
.only-brain-options {
  width: 124px;
  background-color: #fff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
  border: none;
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  display: none;
}
.only-brain-options .only-brain-options-item {
  height: 34px;
  width: 100%;
  text-align: left;
  color: #333333;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 34px;
  padding-left: 12px;
  cursor: pointer;
}
.only-brain-options .only-brain-options-item:hover {
  background: #f8f9f9;
}
.only-brain-options-visiable {
  display: block;
}
.comment-editor-wrapper {
  position: relative;
}
.comment-editor-wrapper .comment-editor-placeholder {
  user-select: none;
  position: absolute;
  top: 12px;
  color: #bdbdbd;
  z-index: 0;
  left: 24px;
  font-size: 15px;
  line-height: 21px;
}
.slate-dp {
  user-select: none;
  width: 283px;
  background: #ffffff;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 0;
  box-sizing: border-box;
}
.slate-dp i {
  font-size: 12px;
  color: #666 !important;
}
.slate-dp .DayPicker {
  margin-left: 50%;
  transform: translateX(-50%);
}
.slate-dp .DayPicker-Month {
  width: 250px;
  margin: 0;
}
.slate-dp .DayPicker-Week {
  height: 34px;
}
.slate-dp .DayPicker-Day {
  padding: 0;
}
.slate-dp .DayPicker-Day:hover {
  background-color: transparent !important;
}
.slate-dp .slate-dp-day {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  padding: 0;
}
.slate-dp .slate-dp-day:hover {
  background-color: #0cc161 !important;
  box-shadow: 0px 2px 9px -3px #9acfb3;
  border-radius: 17px;
  color: #ffffff;
}
.slate-dp .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  background-color: #0cc161 !important;
  box-shadow: 0px 2px 9px -3px #9acfb3;
  border-radius: 17px;
}
.slate-dp .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) .slate-dp-day {
  color: #ffffff;
}
.slate-dp .DayPicker-Day--today .slate-dp-day {
  color: #0cc161;
}
.slate-dp .DayPicker-Day--today .slate-dp-day:hover {
  color: #fff;
}
.slate-dp .DayPicker-wrapper {
  width: 250px;
  padding-top: 36px;
}
.slate-dp .DayPicker-Weekday {
  font-weight: 600;
  color: #c5c5c5;
  font-size: 12px;
}
.slate-dp .slate-dp-nav-left {
  left: 12px;
  top: 0;
}
.slate-dp .slate-dp-nav-right {
  right: 12px;
  top: 0;
}
.slate-dp .slate-dp-nav {
  cursor: pointer;
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 21px;
  line-height: 21px;
  text-align: center;
  font-size: 10px;
  color: #666666;
}
.slate-dp .slate-dp-nav:hover {
  background: #f0f3f4;
}
.slate-dp .slate-dp-header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 20px;
  font-size: 13px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
}
.slate-dp .slate-dp-tool {
  border-top: 1px solid #eff1f1;
  margin: 0 auto;
  width: 240px;
  height: 48px;
  box-sizing: border-box;
  padding-top: 18px;
  margin-bottom: 55px;
  cursor: pointer;
  outline: none;
}
.slate-dp .slate-dp-tool .slate-dp-tool-item {
  margin-bottom: 12px;
  height: 24px;
  position: relative;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.slate-dp .slate-dp-tool .slate-dp-tool-item .only-brain-options {
  width: 102px;
  max-height: 170px;
  overflow-y: scroll;
  right: -27px;
  top: 27px;
}
.slate-dp .slate-dp-tool .slate-dp-tool-item .only-brain-options::-webkit-scrollbar {
  display: none;
}
.slate-dp .slate-dp-tool .slate-dp-tool-item .only-brain-options .only-brain-options-item {
  box-sizing: border-box;
  padding: 0;
  display: block;
  width: 102px;
  text-align: center;
  font-size: 12px;
  height: 32px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}
.slate-dp .slate-dp-tool .slate-dp-tool-item .only-brain-options .only-brain-options-item:hover {
  background-color: #f8f9f9;
}
.slate-dp .slate-dp-tool .slate-dp-tool-item-left {
  position: absolute;
  left: 0;
  top: 0;
}
.slate-dp .slate-dp-tool .slate-dp-tool-item-left .slate-dp-tool-item-left-icon {
  font-size: 14px;
}
.slate-dp .slate-dp-tool .slate-dp-tool-item-left .slate-dp-tool-item-left-desp {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.slate-dp .slate-dp-tool .slate-dp-tool-item-right-icon-focus .slate-dp-tool-item-right-desp {
  background: #f0f3f4;
  border-radius: 2px;
  display: inline-block;
  height: 24px;
}
.slate-dp .slate-dp-tool .slate-dp-tool-item-right {
  position: absolute;
  right: 0;
  top: 0;
}
.slate-dp .slate-dp-tool .slate-dp-tool-item-right .slate-dp-tool-item-right-icon {
  font-size: 10px;
  color: #333333;
}
.slate-dp .slate-dp-tool .slate-dp-tool-item-right .slate-dp-tool-item-right-desp {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.slate-dp .slate-dp-confirm {
  box-sizing: border-box;
  display: grid;
  width: 240px;
  margin: 0 auto;
  grid-template-columns: 106px 106px;
  column-gap: 28px;
  grid-template-rows: 32px;
}
.slate-dp .slate-dp-confirm .slate-dp-btn {
  cursor: pointer;
  width: 106px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #dddde0;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 32px;
  text-align: center;
  user-select: none;
  opacity: 1;
  transition: opacity 0.3s;
}
.slate-dp .slate-dp-confirm .slate-dp-btn:active {
  opacity: 0.7;
}
.slate-dp .slate-dp-confirm .slate-dp-next {
  color: #ffffff;
  background: #0cc161;
}
.slate-dp .slate-dp-confirm .slate-dp-close {
  color: #666666;
  background: #ffffff;
}
/* DayPicker styles */
.DayPicker {
  display: inline-block;
  font-size: 1rem;
}
.DayPicker-wrapper {
  position: relative;
  flex-direction: row;
  padding-bottom: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.DayPicker-Months {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.DayPicker-Month {
  display: table;
  margin: 0 1em;
  margin-top: 1em;
  border-spacing: 0;
  border-collapse: collapse;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.DayPicker-NavButton {
  position: absolute;
  top: 1em;
  right: 1.5em;
  left: auto;
  display: inline-block;
  margin-top: 2px;
  width: 1.25em;
  height: 1.25em;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  color: #8b9898;
  cursor: pointer;
}
.DayPicker-NavButton:hover {
  opacity: 0.8;
}
.DayPicker-NavButton--prev {
  margin-right: 1.5em;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC');
}
.DayPicker-NavButton--next {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==');
}
.DayPicker-NavButton--interactionDisabled {
  display: none;
}
.DayPicker-Caption {
  display: table-caption;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  text-align: left;
}
.DayPicker-Caption > div {
  font-weight: 500;
  font-size: 1.15em;
}
.DayPicker-Weekdays {
  display: table-header-group;
  margin-top: 1em;
}
.DayPicker-WeekdaysRow {
  display: table-row;
}
.DayPicker-Weekday {
  display: table-cell;
  padding: 0.5em;
  color: #8b9898;
  text-align: center;
  font-size: 0.875em;
}
.DayPicker-Weekday abbr[title] {
  border-bottom: none;
  text-decoration: none;
}
.DayPicker-Body {
  display: table-row-group;
}
.DayPicker-Week {
  display: table-row;
}
.DayPicker-Day {
  display: table-cell;
  padding: 0.5em;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.DayPicker-WeekNumber {
  display: table-cell;
  padding: 0.5em;
  min-width: 1em;
  border-right: 1px solid #eaecec;
  color: #8b9898;
  vertical-align: middle;
  text-align: right;
  font-size: 0.75em;
  cursor: pointer;
}
.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default;
}
.DayPicker-Footer {
  padding-top: 0.5em;
}
.DayPicker-TodayButton {
  border: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  color: #4a90e2;
  font-size: 0.875em;
  cursor: pointer;
}
/* Default modifiers */
.DayPicker-Day--today {
  color: #d0021b;
  font-weight: 700;
}
.DayPicker-Day--outside {
  color: #8b9898;
  cursor: default;
}
.DayPicker-Day--disabled {
  color: #dce0e0;
  cursor: default;
  /* background-color: #eff1f1; */
}
/* Example modifiers */
.DayPicker-Day--sunday {
  background-color: #f7f8f8;
}
.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #dce0e0;
}
.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  position: relative;
  background-color: #4a90e2;
  color: #f0f8ff;
}
.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #51a0fa;
}
.DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #f0f8ff;
}
/* DayPickerInput */
.DayPickerInput {
  display: inline-block;
}
.DayPickerInput-OverlayWrapper {
  position: relative;
}
.DayPickerInput-Overlay {
  position: absolute;
  left: 0;
  z-index: 1;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.slate-comment {
  width: 441px;
  height: 164px;
  background: #ffffff;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  position: absolute;
  z-index: 99999;
  right: 0;
  top: 33px;
  box-sizing: border-box;
}
.slate-comment .slate-comment-input {
  padding: 12px 5px;
  width: 100%;
  height: 161px;
  overflow-y: scroll;
  outline: none;
  resize: none;
  border: none;
  box-sizing: border-box;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.slate-comment .slate-comment-input::placeholder {
  color: #999999;
}
.slate-comment .slate-comment-send {
  color: #0cc161;
  font-size: 17px;
  position: absolute;
  bottom: 7px;
  right: 14px;
  cursor: pointer;
}
.slate-h1 {
  line-height: 40px;
  font-size: 28px;
  font-weight: 600;
  margin: 8px 0;
  padding: 0;
}
.slate-h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  margin: 8px 0;
  padding: 0;
}
.slate-h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 8px 0;
  padding: 0;
}
.slate-h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 8px 0;
  padding: 0;
}
.slate-h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin: 8px 0 !important;
  margin-top: 0;
}
.slate-code {
  color: #2994b4;
  background: #f1f4fc;
}
.slate-li {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin-left: -23px;
}
.slate-li-text {
  margin-left: -9px;
}
.slate-ol-li {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin: 0;
  padding: 0;
  margin-left: -38px;
}
.slate-ol-li .slate-ol-li-desp {
  display: inline-block;
  width: 24px;
  text-align: right;
  margin-right: 2px;
}
.editor-wrapper {
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto;
  cursor: text !important;
  touch-action: none !important;
  padding-left: 40px;
}
.editor-wrapper-retract {
  padding-left: 15px;
}
.slate-quote {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  border-left: 4px solid #e7eaf2;
  padding: 4px 15px;
  margin-left: -18px;
}
.slate-tag-wrapper {
  position: relative;
}
.slate-tag-wrapper:hover .slate-tag-remove {
  opacity: 1;
}
.slate-tag-wrapper .slate-tag-remove {
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 13px;
  right: -5px;
  top: -12px;
  position: absolute;
  cursor: pointer;
}
.slate-tag-wrapper .slate-tag {
  cursor: pointer;
}
.slate-tag {
  background: #e9f8ed;
  color: #0cc161;
}
.slate-link {
  text-decoration: none;
  color: #487bff;
  cursor: pointer;
}
.slate-link:hover {
  color: #235aeb;
}
.slate-todo-hover:hover {
  background: #f8fbfc;
}
.slate-todo-hover:hover .slate-todo-tools {
  opacity: 1;
}
.slate-todo-readonly .slate-todo-checkbox {
  cursor: default !important;
}
.slate-todo-readonly .slate-todo-tag {
  cursor: default !important;
}
.slate-todo {
  float: left;
  position: relative;
  line-height: 22px;
  margin: 0;
  margin-left: -30px;
  padding: 3px 5px;
}
.slate-todo .slate-todo-checkbox {
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid #c8cbcf;
  position: absolute;
  text-align: center;
  line-height: 14px;
  color: #fff;
  font-size: 10px;
  transition: background-color 0.3s;
  top: 7px;
  left: 5px;
}
.slate-todo .slate-todo-text {
  float: left;
  display: block;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-break: break-all;
  max-width: 426px;
  margin-left: 22px;
  padding-right: 35px;
}
.slate-todo .slate-todo-tools {
  float: left;
  margin-top: 3px;
  width: 22px;
  height: 16px;
  color: #8b8b8c;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
  line-height: 12px;
  text-align: center;
}
.slate-todo .slate-todo-tools:hover {
  background-color: #e8edef;
  border-radius: 2px;
}
.slate-todo .slate-todo-tag {
  float: left;
  display: block;
  cursor: pointer;
  background: #f3fbfb;
  margin-top: 2px;
  border-radius: 12px;
  border: 1px solid #0cc161;
  color: #0cc161;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #11b05c;
  line-height: 15px;
  padding: 0 5px;
  font-size: 12px;
  margin-right: 10px;
  height: 18px;
  text-align: center;
}
.slate-todo-checked .slate-todo-checkbox {
  background-color: #bebfc3;
}
.slate-todo-checked .slate-todo-text {
  text-decoration: line-through;
  color: #bebfc3;
}
.slate-todo-checked .slate-todo-tag {
  border: 1px solid #bebfc3;
  background: #ffffff;
  color: #bebfc3;
}
.slate-todo-expired .slate-todo-tag {
  border: 1px solid #f3583f;
  background: #fffaf9;
  color: #f3583f;
}
.slate-todo-dp {
  position: absolute;
  z-index: 10;
}
.todo-options {
  width: 124px;
}
.todo-options .only-brain-options-item {
  font-size: 14px;
  display: grid;
  grid-template-columns: 16px auto;
  column-gap: 14px;
}
.slate-img {
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin: 8px 0;
  user-select: none;
}
.slate-img:hover .slate-img-tooltips {
  opacity: 1;
}
.slate-img:hover .slate-img-drag-icon {
  opacity: 1;
}
.slate-img .slate-img-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #333;
  opacity: 0.15;
}
.slate-img .slate-img-mask-select {
  background-color: #64a996;
}
.slate-img .slate-img-mask-error {
  background-color: red;
}
.slate-img .slate-img-tooltips {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 26px;
  z-index: 989;
  font-size: 14px;
  display: grid;
  column-gap: 5px;
  grid-template-columns: 26px auto;
  grid-template-rows: 26px;
  opacity: 0;
  transition: opacity 0.2s;
}
.slate-img .slate-img-tooltips-loading {
  opacity: 1;
}
.slate-img .slate-img-content {
  padding: 0;
  width: 100%;
}
.slate-img .slate-img-content::selection {
  box-shadow: rgb(180 213 255) 0px 0px 0px 3px;
}
.slate-img .slate-img-drag-icon {
  width: 8px;
  height: 35%;
  max-height: 100px;
  cursor: col-resize;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 22;
  background-color: black;
  border: 1px solid #fff;
  border-radius: 6px;
  opacity: 0;
  transition: opacity 0.2s;
}
.slate-file {
  user-select: none;
  margin-left: -7px;
}
.slate-file:hover .slate-file-tooltips {
  opacity: 1;
}
.slate-file .slate-file-tooltips-loading {
  opacity: 1;
}
.slate-file .slate-file-tooltips {
  position: absolute;
  right: 10px;
  top: 7px;
  height: 22px;
  line-height: 22px;
  z-index: 989;
  display: grid;
  width: 90px;
  justify-content: end;
  grid-template-columns: repeat(auto-fit, 22px);
  grid-template-rows: 22px;
  opacity: 0;
  transition: opacity 0.2s;
  column-gap: 10px;
  font-size: 14px;
}
.slate-file .slate-file-wrapper {
  position: relative;
  width: 65%;
  height: 36px;
  background: #fff;
  border-radius: 4px;
  line-height: 36px;
  padding-left: 8px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #333;
  font-weight: 400;
  cursor: pointer;
}
.slate-file .slate-file-wrapper .slate-file-icon {
  vertical-align: middle;
  text-align: center;
  width: 19px;
  height: 23px;
  margin-top: -2px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.slate-file .slate-file-wrapper .slate-file-size {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #999999;
  font-weight: normal;
}
.slate-file .slate-file-wrapper-selected {
  background-color: #fffae3;
}
.slate-file .slate-file-wrapper-selected:hover {
  background-color: #fffae3 !important;
}
.slate-file-hover .slate-file-wrapper {
  cursor: text;
}
.slate-file-hover .slate-file-wrapper:hover {
  background-color: #f8fbfc;
}
.slate-file-readonly {
  user-select: text;
}
.slate-file-readonly .slate-file-wrapper {
  cursor: text;
}
.slate-file-readonly .slate-file-wrapper .slate-file-icon {
  user-select: none;
}
.slate-img-readonly {
  user-select: none;
}
.slate-file-tooltips-item-loading {
  animation: load 2.5s infinite linear;
  border: 0 !important;
  background-color: transparent !important;
}
.slate-tooltips-item {
  cursor: pointer;
  text-align: center;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  border-radius: 2px;
}
.slate-tooltips-item:hover {
  background: #eaebef;
}
.slate-tooltips-item-dark {
  cursor: pointer;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(0, 0, 0, 0.7);
}
.slate-tooltips-item-dark:hover {
  background: #000;
}
@keyframes load {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
