.dashkit-plugin-text {
  --rc-loader-active-color: var(--yc-color-base-special);
  --rc-loader-off-color: var(--yc-color-base-selection-hover);
  white-space: pre-wrap;
  overflow: auto;
  height: 100%;
  padding-right: 5px;
}
.dashkit-plugin-text_withMarkdown {
  white-space: normal;
}
.dashkit-plugin-text_loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashkit-plugin-text_error {
  padding: 10px;
}
.dashkit-plugin-text__error {
  color: var(--yc-color-text-danger);
}
.dashkit-plugin-text__loader {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashkit-plugin-text__loader-view {
  padding: 0 14px;
  margin-right: 14px;
}
.dashkit-plugin-text__loader-text {
  font-size: 20px;
}