.skelenton-suggest__title {
  display: flex;
}
.skelenton-suggest__title-item {
  width: 48px;
  height: 16px;
  background: var(--common-background);
  border-radius: 2px;
}
.skelenton-suggest__title-refresh {
  margin-left: 9px;
  color: #417FF9;
  fill: #417FF9;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-family: MicrosoftYaHei;
}
.skelenton-suggest__title-refresh svg {
  margin-right: 4px;
}
.skelenton-suggest__title-refresh:hover {
  color: #1F72F1;
  fill: #1F72F1;
}
.skelenton-suggest__title-refresh:active {
  color: #608DFA;
  fill: #608DFA;
}
.skelenton-suggest__app {
  margin-top: 11px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.skelenton-suggest__app-item {
  flex: 1 1;
  height: 40px;
  background: var(--common-background);
  border-radius: 2px;
  margin-left: 16px;
}
.skelenton-suggest__app-item:nth-child(1) {
  margin-left: 0;
}
.skelenton-suggest__moban {
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.skelenton-suggest__moban-item {
  flex: 1 1;
  height: 56px;
  background: rgba(198, 206, 214, 0.2);
  border-radius: 2px;
  margin-left: 16px;
}
.skelenton-suggest__moban-item:nth-child(1) {
  margin-left: 0;
}
.skelenton-suggest__moban-item--loading {
  background: linear-gradient(90deg, rgba(179, 189, 199, 0.1) 25%, rgba(228, 232, 236, 0.1) 37%, rgba(179, 189, 199, 0.1));
  background-size: 400% 100%;
  -webkit-animation: skeleton-loading 1.4s ease infinite;
          animation: skeleton-loading 1.4s ease infinite;
}

.tabs {
  position: relative;
  display: flex;
  padding: 0 16px;
}
.tabs__item {
  height: 22px;
  line-height: 22px;
  margin-right: 24px;
  padding-bottom: 7px;
  cursor: pointer;
}
.tabs__item--active {
  color: var(--common-active-color);
}
.tabs__item:not(.tabs__item--active):hover {
  color: var(--common-content-name-text);
}
.tabs__ink-bar {
  position: absolute;
  height: 2px;
  bottom: 0;
  background-color: var(--common-active-color);
}
.tabs #tab_full_text_search {
  position: relative;
}
.tabs #tab_full_text_search .fulltext-search__vip {
  position: absolute;
  right: -18px;
  top: 3px;
}

.recent-search {
  position: relative;
  padding: 16px 16px 8px;
}
.recent-search__close {
  position: absolute;
  top: 18px;
  right: 16px;
  color: var(--common-secondary-text);
  font-size: 11px;
  line-height: 16px;
  cursor: pointer;
}
.recent-search__close:hover {
  color: var(--common-secondary-text-hover);
}
.recent-search__close:active {
  color: var(--common-secondary-text-active);
}
.recent-search__title {
  height: 22px;
  line-height: 22px;
  font-weight: 600;
  color: var(--common-title-color);
}
.recent-search__list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  max-height: 38px;
}
.recent-search__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-right: 16px;
  padding: 0 12px;
  height: 28px;
  border-radius: 14px;
  color: var(--common-active-color);
  border: 1px solid var(--common-active-color);
  max-width: 214px;
  box-sizing: content-box;
  white-space: nowrap;
  cursor: pointer;
}
.recent-search__item > span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.recent-search__item:hover {
  background-color: var(--KWebStartpageRightV2CommonPalette-theme-common-05);
}
.recent-search__item:active {
  background-color: var(--KWebStartpageRightV2CommonPalette-theme-common-04);
}

.avatar {
  flex: none;
  width: 32px;
  height: 32px;
  line-height: 0;
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.avatar__img {
  width: 50%;
  height: 50%;
}
.avatar_text_bg {
  width: 32px;
  height: 32px;
  background-image: url('skinimg://skin/icon/defaultThemeArea/96/96/ksearchpanel_teamlist_default_avatar');
  background-image: var(--ksearchpanel_teamlist_default_avatar, url('skinimg://skin/icon/defaultThemeArea/96/96/ksearchpanel_teamlist_default_avatar'));
  background-size: 100% 100%;
  margin-right: 10px;
}
.avatar_img_nogood {
  border-radius: 2px;
  overflow: hidden;
  width: 28px !important;
  height: 28px !important;
  margin-left: 2px;
}

.recent-open {
  position: relative;
  margin-bottom: 16px;
}
.recent-open__close {
  position: absolute;
  top: 3px;
  right: 0;
  color: var(--common-secondary-text);
  font-size: 11px;
  line-height: 16px;
  cursor: pointer;
}
.recent-open__close:hover {
  color: var(--common-secondary-text-hover);
}
.recent-open__close:active {
  color: var(--common-secondary-text-active);
}
.recent-open__title {
  height: 22px;
  line-height: 22px;
  font-weight: 600;
  color: var(--common-title-color);
}
.recent-open__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  max-height: 96px;
  overflow: hidden;
}
.recent-open__item {
  display: flex;
  align-items: center;
  flex: 1 1;
  min-width: 180px;
  max-width: 278px;
  height: 40px;
  padding: 9px;
  margin-right: 16px;
  margin-top: 8px;
  box-sizing: border-box;
  border: 1px solid var(--common-border-color);
  border-radius: 2px;
  cursor: pointer;
}
.recent-open__item > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.recent-open__item:not(.recent-open__item--placeholder):hover {
  background-color: var(--common-background-hover);
}
.recent-open__item:not(.recent-open__item--placeholder):active {
  background-color: var(--common-background-active);
}
.recent-open__item--placeholder {
  border-color: transparent;
  cursor: default;
}
.recent-open__avatar {
  margin-right: 9px;
  width: 24px;
  height: 24px;
  flex: none;
}

.search-suggest__title {
  height: 22px;
  line-height: 22px;
  font-weight: 600;
  color: var(--common-title-color);
}
.search-suggest__app-list {
  display: flex;
  overflow: hidden;
  margin-right: -16px;
  flex-wrap: wrap;
  height: 48px;
  margin-bottom: 12px;
}
.search-suggest__app-item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex: 1 1;
  min-width: 180px;
  max-width: 278px;
  height: 40px;
  padding: 9px;
  margin-right: 16px;
  margin-top: 8px;
  border-radius: 4px;
  cursor: pointer;
  background-color: var(--KWebStartpageRightV2CommonPalette-ctl-background-01);
}
.search-suggest__app-item > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.search-suggest__app-item--placeholder {
  border-color: transparent;
  cursor: default;
}
.search-suggest__app-item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: none;
}
.search-suggest__app-item:hover::before {
  display: block;
}
.search-suggest__app-item:hover {
  color: var(--KWebStartpageRightV2CommonPalette-theme-common-02);
}
.search-suggest__app-item:hover .search-suggest__app-avatar {
  opacity: 1;
}
.search-suggest__app-item:active {
  color: var(--KWebStartpageRightV2CommonPalette-theme-common-03);
}
.search-suggest__app-item:active .search-suggest__app-avatar {
  opacity: 1;
}
.search-suggest__app-avatar {
  flex: none;
  width: 20px;
  height: 20px;
  margin-right: 9px;
  opacity: 0.8;
}
.search-suggest__moban-list {
  display: flex;
  overflow: hidden;
  margin-right: -16px;
  flex-wrap: wrap;
  height: 62px;
}
.search-suggest__moban-item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex: 1 1;
  min-width: 180px;
  max-width: 278px;
  height: 54px;
  padding: 0 15px;
  margin-right: 16px;
  margin-top: 8px;
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
}
.search-suggest__moban-item > div {
  overflow: hidden;
}
.search-suggest__moban-item--placeholder {
  border-color: transparent;
  cursor: default;
}
.search-suggest__moban-item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--common-panel-item-hover-color);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: none;
}
.search-suggest__moban-item:hover::before {
  display: block;
}
.search-suggest__moban-item:active::before {
  background-color: var(--common-panel-item-active-color);
}
.search-suggest__moban-avatar {
  width: 48px;
  height: 48px;
  margin-right: 13px;
  flex: none;
}
.search-suggest__moban-name {
  color: var(--common-content-name-text);
  line-height: 16px;
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.search-suggest__moban-desc {
  color: var(--common-content-file-label-text);
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.skeleton-block {
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(179, 189, 199, 0.1) 25%, rgba(228, 232, 236, 0.1) 37%, rgba(179, 189, 199, 0.1));
  background-size: 400% 100%;
  -webkit-animation: skeleton-loading 1.4s ease infinite;
          animation: skeleton-loading 1.4s ease infinite;
}
@-webkit-keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
@keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}

.skeleton__right {
  flex: 3 1;
  padding: 40px;
}
.skeleton__preview {
  height: 230px;
  margin-bottom: 4px;
}
.skeleton__desc {
  height: 12px;
  margin-top: 32px;
}
.skeleton__desc:last-of-type {
  width: 60%;
}

.web-view {
  position: relative;
  flex: 1 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.web-view > iframe {
  border: none;
  width: 100%;
  height: 100%;
  flex: 1 1;
}
.web-view .skeleton__right {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: var(--common-background);
}

.webview-keep-alive {
  position: absolute;
  top: 43px;
  left: 0;
  width: 100%;
  height: calc(100% - 43px);
}

.skeleton {
  display: flex;
  flex: 1 1;
}
.skeleton__left {
  max-width: 480px;
  flex: 172 1;
  border-right: 1px solid var(--common-division-color);
  padding-right: 2px;
}
.skeleton__left_inner {
  padding: 30px 16px;
}
.skeleton__full {
  max-width: 100%;
}
.skeleton_right_wrapper {
  flex: 135 1;
  max-width: 480px;
  box-sizing: border-box;
}
.skeleton__item:not(:last-of-type) {
  margin-bottom: 36px;
}
.skeleton__title {
  width: 60px;
  height: 12px;
}
.skeleton__info {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.skeleton__icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.skeleton__text {
  flex: 1 1;
  height: 12px;
}

.file-tag {
  box-sizing: border-box;
  height: 18px;
  min-width: 27px;
  border: 1px solid var(--KWebStartpageRightV2CommonPalette-ctl-border-01);
  border-radius: 10px;
  padding: 0 6px;
  text-align: center;
  margin-right: 6px;
  color: var(--common-item-desc-text);
  position: relative;
}
.file-tag.highlight {
  color: var(--KWebStartpageRightV2CommonPalette-theme-common-01);
  border-color: var(--KWebStartpageRightV2CommonPalette-theme-common-01);
}
.file-tag:last-of-type {
  margin-right: 0;
}
.file-tag:last-child .file-tag-ellipsis {
  display: none;
}
.file-tag .tag-text {
  display: inline-block;
  line-height: 16px;
  font-size: 12px;
  transform: scale(0.917);
  position: relative;
  top: -1px;
}

.com-multiline-tags {
  position: relative;
}
.com-multiline-tags .tag-ellipsis {
  display: flex;
  align-items: center;
  text-align: center;
  height: 18px;
  box-sizing: border-box;
  border: 1px solid var(--KWebStartpageRightV2CommonPalette-ctl-border-01);
  border-radius: 10px;
  padding: 0 6px;
  cursor: pointer;
}

/*
 * @summary 引导条目的公共样式
 * @author zhouzhi <zhouzhi@wps.cn>
 * Created at Thu Mar 17 2022 下午3:15:30
 * Copyright (c) 2022 KSO
 */
.fsg-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--KWebStartpageRightV2CommonPalette-separator-04);
}
.fsg-wrapper .fsg-container {
  padding-left: 16px;
}
.fsg-wrapper .fsg-container:hover {
  background-color: var(--common-item-hover-color);
}
.fsg-wrapper .fsg-container:active {
  background-color: var(--common-item-active-color);
}
.fsg-container {
  width: 100%;
  height: 56px;
  cursor: pointer;
}
.fsg-container .fsg-logo-icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.fsg-container .fsg-main {
  width: 0;
}
.fsg-container .fsg-vip-icon {
  width: 16px;
  height: 16px;
  margin-left: 2px;
}
.fsg-container.fsg-title {
  font-size: 13px;
  font-family: MicrosoftYaHei;
  color: var(--common-content-name-text);
}
.fsg-container .fsg-desc {
  color: var(--common-item-desc-text);
  font-size: 12px;
  font-family: MicrosoftYaHei;
  height: 18px;
  line-height: 18px;
}
.fsg-container .fsg-desc span {
  color: var(--common-active-color);
}

/*
 * @summary 引导条目的公共样式
 * @author zhouzhi <zhouzhi@wps.cn>
 * Created at Thu Mar 17 2022 下午3:15:30
 * Copyright (c) 2022 KSO
 */
.fsg-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 1px solid var(--KWebStartpageRightV2CommonPalette-separator-04);
}
.fsg-wrapper .fsg-container {
  padding-left: 16px;
}
.fsg-wrapper .fsg-container:hover {
  background-color: var(--common-item-hover-color);
}
.fsg-wrapper .fsg-container:active {
  background-color: var(--common-item-active-color);
}
.fsg-container {
  width: 100%;
  height: 56px;
  cursor: pointer;
}
.fsg-container .fsg-logo-icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.fsg-container .fsg-main {
  width: 0;
}
.fsg-container .fsg-vip-icon {
  width: 16px;
  height: 16px;
  margin-left: 2px;
}
.fsg-container.fsg-title {
  font-size: 13px;
  font-family: MicrosoftYaHei;
  color: var(--common-content-name-text);
}
.fsg-container .fsg-desc {
  color: var(--common-item-desc-text);
  font-size: 12px;
  font-family: MicrosoftYaHei;
  height: 18px;
  line-height: 18px;
}
.fsg-container .fsg-desc span {
  color: var(--common-active-color);
}

.search-item {
  display: flex;
  align-items: center;
  overflow: hidden;
  flex: 1 1;
}
.search-item__avatar {
  flex: none;
}
.search-item__content {
  overflow: hidden;
  flex: 1 1;
  margin-right: 8px;
}
.search-item__name {
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 18px;
}
.search-item__name--inner em,
.search-item__name .highlight {
  font-style: inherit;
  color: var(--common-active-color);
}
.search-item__preview-wrapper {
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  width: 32px;
  background-color: var(--common-item-hover-color);
}
.search-item__preview-wrapper:hover {
  background-color: var(--common-item-active-color) !important;
}
.search-item__preview-wrapper:active {
  background-color: var(--common-item-arrow-active-color) !important;
}
.search-item__preview {
  color: var(--common-icon-color);
}
.search-item__preview-wrapper:hover .search-item__preview {
  color: var(--common-icon-hover-color);
}
.search-item__preview-wrapper:active .search-item__preview {
  color: var(--common-icon-active-color);
}
.search-item .source-wrapper {
  flex-shrink: 0;
  margin-left: 8px;
  color: var(--common-item-desc-text);
}
.search-item .item-tags-wrapper {
  max-height: 18px;
  margin-left: 8px;
  overflow: hidden;
}
.single-line-item {
  height: 36px;
}
.single-line-item__avatar {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.double-line-item {
  height: 56px;
}
.double-line-item__avatar {
  margin-right: 8px;
  width: 32px;
  height: 32px;
}
.double-line-item__icon {
  width: 16px;
  height: 16px;
  margin-right: 2px;
  flex: none;
}
.double-line-item__name {
  line-height: 18px;
  color: var(--common-content-name-text);
  font-size: 13px;
}
.double-line-item .item-metadata-cnt {
  height: 20px;
}
.double-line-item__desc {
  color: var(--common-item-desc-text);
  line-height: 18px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 134px);
}
.double-line-item__desc:last-child {
  max-width: 100%;
}
.double-line-item__desc > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.moban-item {
  height: 64px;
}
.moban-item__name {
  line-height: 18px;
  color: var(--common-content-name-text);
  font-size: 13px;
}
.moban-item__img {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(54, 66, 90, 0.06);
  box-sizing: border-box;
  margin-right: 12px;
  flex: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.moban-item__avatar {
  max-width: 100%;
  max-height: 100%;
}
.moban-item__header {
  display: flex;
  align-items: center;
}
.moban-item__icon {
  margin-right: 2px;
  flex: none;
  margin-left: 2px;
}
.moban-item__icon--docer {
  width: 15px;
  height: 15px;
}
.moban-item__icon--free {
  width: 13px;
  height: 13px;
}
.moban-item__desc {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.moban-item__type {
  height: 16px;
  line-height: 14px;
  padding: 0 4px;
  margin-right: 7px;
  color: var(--common-item-desc-text);
  border-radius: 2px;
  border: 1px solid var(--common-item-desc-text);
  white-space: nowrap;
  box-sizing: border-box;
}
.moban-item__type--wps {
  border-color: var(--common-docer-wps-type-color);
  color: var(--common-docer-wps-type-color);
}
.moban-item__type--et {
  border-color: var(--common-docer-et-type-color);
  color: var(--common-docer-et-type-color);
}
.moban-item__type--wpp {
  border-color: var(--common-docer-wpp-type-color);
  color: var(--common-docer-wpp-type-color);
}
.moban-item__tags {
  line-height: 22px;
  color: var(--common-item-desc-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.library-item {
  height: 72px;
  padding-left: 40px;
  position: relative;
}
.library-item * {
  font-family: MicrosoftYaHei!important;
}
.library-item .moban-item__name {
  line-height: 19px;
}
.library-item .moban-item__icon {
  width: 16px;
  height: 16px;
}
.library-item__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 10px;
}
.library-item__desc {
  line-height: 19px;
  color: var(--common-item-desc-text);
}
.library-item__desc em {
  display: inline-block;
  padding: 0 1px;
  line-height: 16px;
  background: rgba(65, 127, 249, 0.14);
  border-radius: 1px;
}

.search-result__line {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--common-division-color);
}
.search-list-label__tips {
  display: inline-block;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: var(--common-item-desc-text);
  height: 22px;
  line-height: 22px;
}
.search-mark__bg {
  height: 172px;
}
.SlideIn-appear {
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  opacity: 1;
}
.SlideIn-appear.SlideIn-appear-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: all 0.6s linear;
}
.list-appear {
  transform: translate3d(0, 8px, 0);
  opacity: 0;
}
.list-appear.list-appear-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s cubic-bezier(0.51, 0.17, 0.5, 1);
}
.local-leave {
  height: 172px;
  opacity: 1;
}
.local-leave.local-leave-active {
  height: 0;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.58, 0.01, 0.5, 1);
}
.item-third-appear {
  opacity: 0;
}
.item-third-appear.item-third-appear-active {
  opacity: 1;
  transition: all 0.8s cubic-bezier(0.58, 0.01, 0.5, 1);
}
.item-second-appear {
  height: 172px;
  opacity: 0;
}
.item-second-appear.item-second-appear-active {
  height: 139px;
  opacity: 1;
  transition: all 0.8s cubic-bezier(0.58, 0.01, 0.5, 1);
}
.item-first-appear {
  height: 172px;
  opacity: 0;
}
.item-first-appear.item-first-appear-active {
  height: 56px;
  opacity: 1;
  transition: all 0.8s cubic-bezier(0.58, 0.01, 0.5, 1);
}
.SlideIn-leave {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  opacity: 1;
}
.SlideIn-leave.SlideIn-leave-active {
  opacity: 0;
  transform: translate3d(0, -30px, 0);
  -webkit-transform: translate3d(0, -30px, 0);
  transition: all 0.6s linear;
}

.file {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 22px;
  flex: 1 1;
  height: 100%;
  padding-bottom: 48px;
}
.file__img {
  width: 96px;
  height: 96px;
  margin-bottom: 8px;
}
.file__name {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  max-height: 66px;
  overflow: hidden;
  padding: 0 24px;
  word-break: break-all;
  display: -webkit-box;
  color: var(--common-content-name-text);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.file__type {
  color: var(--common-content-file-label-text);
}
.file__desc {
  margin-top: 24px;
  padding: 0 24px;
  overflow: hidden;
  max-width: 100%;
  box-sizing: border-box;
}
.file__desc-item {
  display: flex;
}
.file__desc-label {
  color: var(--common-content-file-label-text);
  margin-right: 12px;
  white-space: nowrap;
}
.file__desc-path {
  word-break: break-all;
  max-height: 110px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: pre-wrap;
  text-overflow: ellipsis;
}
.file__desc-value {
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file__desc-value.com-multiline-tags {
  max-height: 44px;
  overflow: hidden;
}
.file__desc-value.com-multiline-tags .file-tag {
  margin-top: 2px;
  margin-bottom: 2px;
}
.file__desc-value.com-multiline-tags .tag-ellipsis {
  margin: 2px 0 2px 0;
}
.file__footer {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  height: 24px;
}
.file__footer-btn {
  display: flex;
  align-items: center;
  margin-right: 8px;
  box-sizing: border-box;
  padding: 0 16px;
  border-radius: 12px;
  cursor: pointer;
  background-color: var(--common-button-primary-background);
  color: var(--common-button-primary-text);
}
.file__footer-btn > svg {
  margin-right: 2px;
}
.file__footer-btn--focus {
  border: 2px solid #90b5ff;
  padding: 0 14px;
}
.file__footer-btn:hover {
  background-color: var(--common-button-primary-background-hover);
}
.file__footer-btn:active {
  background-color: var(--common-button-primary-background-active);
}
.file__footer-btn--light {
  color: var(--common-text);
  border: 1px solid var(--common-button-secondary-border);
  background-color: var(--common-button-secondary-background);
}
.file__footer-btn--light:hover {
  border-color: var(--common-button-secondary-border-hover);
  background-color: var(--common-button-secondary-background-hover);
}
.file__footer-btn--light:active {
  border-color: var(--common-button-secondary-border-active);
  background-color: var(--common-button-secondary-background-active);
}
.file__footer-btn--light.file__footer-btn--focus {
  border: 2px solid var(--common-button-secondary-border-focus);
  padding: 0 15px;
}
.file__footer-btn:last-of-type {
  margin-right: 0;
}
.folder {
  flex: 1 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-right: 2px;
}
.folder__list {
  overflow: hidden;
}
.folder--overflow .folder__list {
  overflow-y: auto;
}
.folder__header {
  border-bottom: 1px solid var(--common-division-color);
}
.folder__skeleton {
  padding: 6px 32px;
}
.folder__skeleton-item {
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.folder__skeleton-icon {
  width: 32px;
  height: 32px;
  border-radius: 2px;
  margin-right: 16px;
}
.folder__skeleton-name {
  flex: 1 1;
  height: 14px;
}
.folder-header {
  position: relative;
  display: flex;
  align-items: center;
  height: 58px;
  margin: 0 16px;
  box-sizing: content-box;
  flex: none;
}
.folder-header__avatar {
  margin-right: 12px;
  flex: none;
}
.folder-header__info {
  flex: 1 1;
  overflow: hidden;
  margin-right: 8px;
}
.folder-header__name {
  font-size: 14px;
  color: var(--common-content-name-text);
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.folder-header__path {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  color: var(--common-item-desc-text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.folder-header__path > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}
.folder-header__open {
  flex: none;
  display: flex;
  align-items: center;
  background-color: var(--common-button-primary-background);
  color: var(--common-button-primary-text);
  height: 24px;
  padding: 0 12px;
  border-radius: 12px;
  cursor: pointer;
}
.folder-header__open > svg {
  margin-right: 2px;
}
.folder-header__open:hover {
  background-color: var(--common-button-primary-background-hover);
}
.folder-header__open:active {
  background-color: var(--common-button-primary-background-active);
}
.folder-header__open--focus {
  border: 2px solid #90b5ff;
  padding: 0 10px;
}
.folder-header__icon {
  margin-right: 2px;
  height: 16px;
  width: 16px;
  flex: none;
}
.folder-item {
  display: flex;
  align-items: center;
  height: 56px;
  padding: 0 31px;
  cursor: pointer;
}
.folder-item:hover {
  background-color: var(--common-item-hover-color);
}
.folder-item:active,
.folder-item--active {
  background-color: var(--common-item-active-color) !important;
}
.folder-item__avatar {
  margin-right: 8px;
}
.folder-item__name {
  font-size: 13px;
  line-height: 18px;
  color: var(--common-title-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.folder-item__desc {
  color: var(--common-item-desc-text);
  font-size: 11px;
  line-height: 18px;
}
.folder-item__info {
  overflow: hidden;
}
.app-header {
  display: flex;
  align-items: center;
  padding: 16px 40px 16px 37px;
}
.app-header__avatar {
  border-radius: 24px;
  height: 48px;
  width: 48px;
  flex: none;
  margin-right: 12px;
}
.app-header__name {
  flex: 1 1;
  color: var(--common-content-name-text);
  font-size: 16px;
}
.app-header__open {
  flex: none;
  display: flex;
  align-items: center;
  background-color: var(--common-button-primary-background);
  color: var(--common-button-primary-text);
  height: 24px;
  padding: 0 12px;
  border-radius: 12px;
  cursor: pointer;
}
.app-header__open > svg {
  margin-right: 2px;
}
.app-header__open:hover {
  background-color: var(--common-button-primary-background-hover);
}
.app-header__open:active {
  background-color: var(--common-button-primary-background-active);
}
.app-header__open--focus {
  border: 2px solid #90b5ff;
  padding: 0 10px;
}
.app {
  overflow-y: auto;
  height: 100%;
}
.app__preview {
  margin: 0 40px 16px;
}
.app__preview-content {
  position: relative;
}
.app__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: var(--common-icon-light-color);
}
.app__arrow:hover {
  color: var(--common-icon-color);
}
.app__arrow:active {
  color: var(--common-icon-active-color);
}
.app__arrow--left {
  left: -20px;
}
.app__arrow--right {
  right: -20px;
}
.app__placeholder-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 62.5%;
}
.app__placeholder {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--common-app-placeholder-background);
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: var(--common-input-placeholder-text);
  line-height: 22px;
}
.app__placeholder-img {
  width: 100px;
  height: 100px;
  margin-bottom: 8px;
}
.app__img {
  width: 100%;
}
.app__desc {
  font-size: 12px;
  color: var(--common-content-name-text);
  line-height: 22px;
  padding: 0 40px;
}
.web {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.web__img {
  margin-top: 121px;
  width: 96px;
  height: 96px;
}
.web__url {
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
  word-break: break-all;
  color: var(--common-content-name-text);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  max-height: 110px;
}
.web__tip {
  margin-top: 8px;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  color: var(--common-content-file-label-text);
}
.web__overlay {
  position: absolute;
  height: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  pointer-events: none;
}
.web__open {
  position: absolute;
  bottom: 24px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--common-button-primary-background);
  color: var(--common-button-primary-text);
  height: 24px;
  width: 74px;
  border-radius: 12px;
  cursor: pointer;
}
.web__open > svg {
  margin-right: 2px;
}
.web__open:hover {
  background-color: var(--common-button-primary-background-hover);
}
.web__open:active {
  background-color: var(--common-button-primary-background-active);
}
.web__open--focus {
  border: 2px solid #90b5ff;
  width: 70px;
}
.skill-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
  background-color: var(--common-background);
  padding: 14px 40px 0;
}
.skill-skeleton__header {
  margin-bottom: 20px;
  display: flex;
}
.skill-skeleton__avatar {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.skill-skeleton__info {
  flex: 1 1;
}
.skill-skeleton__info > .skeleton-block {
  width: 100%;
  height: 12px;
  margin-bottom: 8px;
}
.skill-skeleton__info > .skeleton-block:last-of-type {
  margin-bottom: 0;
  width: 60%;
}
.skill-skeleton__text {
  height: 12px;
  margin-bottom: 8px;
}
.skill-skeleton__img {
  margin-top: 12px;
  height: 270px;
}
.skill-skeleton__video {
  height: 356px;
}
.docer-skeleton.skeleton__right {
  padding-left: 40px;
  padding-right: 40px;
}
.act_keyword {
  position: relative;
  padding: 5px 10px 5px 5px;
  height: 100%;
  width: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
}
.act_keyword__img {
  cursor: pointer;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  display: none;
}
.act_keyword__img--focus {
  outline: 2px solid #90b5ff;
}
.act_keyword__img--loaded {
  display: block;
}

.prepare-local {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: var(--common-input-placeholder-text);
  line-height: 22px;
}
.prepare-local__icon {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  -webkit-animation: rotate 0.96s linear infinite;
          animation: rotate 0.96s linear infinite;
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

.search-result {
  display: flex;
  overflow: hidden;
  flex: 1 1;
}
.search-result .shortcut-file-logo {
  position: relative;
}
.search-result .shortcut-file-logo::before {
  content: '';
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMiI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiNGRkYiIGQ9Ik0zLjc3NTMyMDc4LDEuNDEzODg4MDQgTDEwLjcyMjMwMjYsMi40MjIzMjA4OCBMOC4xNDY1MDU1LDkuMTQxNzkxNDkgTDYuOTI1ODA3MzUsNi4zMTczMDc1OCBDNS4wMzE4Mzk1LDcuMzQ4OTM3OTEgMy4yNjc1MzIzNCw4Ljg0MDc4NDggMS42MzcwNTkxMSwxMC43OTY2OTk2IEMxLjI4MDU4NjcsOS4yNDA0ODA4NSAxLjM3NjYzMDExLDguMDEyMTIyOTggMS43MzY0MzY4Myw3LjAzMjkwNjc1IEMyLjQ2NzUxNjc1LDUuMDQzMjY4MjIgNC4yNTgzODEyLDQuMTA5Mzk0NDggNS4yNzI1ODkzNiwzLjQ5NzA5Mjk2IEwzLjc3NTMyMDc4LDEuNDEzODg4MDQgWiIvPjwvc3ZnPg==);
  width: 12px;
  height: 12px;
  left: 0;
  bottom: 0px;
}
.search-result .shortcut-file-logo.big::before {
  width: 24px;
  height: 24px;
  left: 0;
  bottom: 14px;
}
.search-result.with-padding {
  margin-top: 13px;
  border-top: 1px solid var(--KWebStartpageRightV2CommonPalette-separator-04);
}
.search-result__list-wrapper {
  flex: 172 1;
  overflow: hidden;
  display: flex;
  border-right: 1px solid var(--common-division-color);
}
.search-result__list-wrapper--scroll {
  padding-right: 2px;
  background-color: var(--common-scroll-background);
}
.search-result__list-wrapper--width-limited {
  max-width: 480px;
}
.search-result__list-wrapper--width-intranetVersion-limited {
  max-width: 100%;
}
.search-result__list {
  flex: 1 1;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}
.search-result__list--scroll {
  background-color: var(--common-scroll-background);
}
.search-result__list--allwrapper {
  transition: all 5s ease-in-out;
}
.search-result__list--virtual-list {
  overflow: hidden;
}
.search-result__list-content {
  position: relative;
  background-color: var(--common-background);
}
.search-result__list-content--scroll {
  margin-right: 2px;
}
.search-result__list-content--scroll .open-pos__btn {
  margin-right: 16px !important;
}
.search-result__item {
  background-color: var(--common-background);
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 16px;
}
.search-result__item:hover {
  background-color: var(--common-item-hover-color);
}
.search-result__item:hover .search-item__preview-wrapper {
  display: flex;
}
.search-result__item:hover .open-pos__btn {
  display: flex;
}
.search-result__item--active,
.search-result__item:active {
  background-color: var(--common-item-active-color) !important;
}
.search-result__item--active:hover .search-item__preview-wrapper {
  display: none;
}
.search-result__item--blur {
  background-color: var(--common-item-hover-color) !important;
}
.search-result__item--test-b .search-item__preview-wrapper {
  display: none !important;
  cursor: default;
}
.search-result__item--placeholder {
  height: 56px;
  background-color: var(--common-background) !important;
}
.search-result__item--placeholder:active {
  background-color: var(--common-background) !important;
}
.search-result__item .open-pos__btn {
  display: none;
  height: 28px;
  padding: 0 16px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 14px;
  margin-right: 24px;
  flex-shrink: 0;
  color: var(--KWebStartpageRightV2CommonPalette-text-03);
  border: 1px solid var(--KWebStartpageRightV2CommonPalette-ctl-border-01);
  background-color: var(--KWebStartpageRightV2CommonPalette-ctl-background-01);
}
.search-result__item .open-pos__btn:hover {
  border: 1px solid var(--KWebStartpageRightV2CommonPalette-ctl-border-02);
  background-color: var(--KWebStartpageRightV2CommonPalette-ctl-background-02);
}
.search-result__item .open-pos__btn:active {
  border: 1px solid var(--KWebStartpageRightV2CommonPalette-ctl-border-03);
  background-color: var(--KWebStartpageRightV2CommonPalette-ctl-background-03);
}
.search-result__item .open-pos__btn .open-pos__icon {
  margin-right: 3px;
}
.search-result__label {
  height: 22px;
  line-height: 22px;
  padding-left: 16px;
  padding-top: 8px;
  color: var(--common-text);
  background-color: var(--common-background);
}
.search-result__label--fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: content-box;
  opacity: 1;
  z-index: 1;
}
.search-result__label--fixed.search-result__label--scroll {
  width: calc(100% - 16px);
}
.search-result__label .highlight_label {
  color: var(--KWebStartpageRightV2CommonPalette-theme-common-01);
}
.search-result__more-tip {
  text-align: center;
  font-size: 12px;
  color: #8b97af;
  line-height: 22px;
  padding-bottom: 12px;
}
.search-result__more-tip > a {
  color: var(--common-button-primary-background);
  cursor: pointer;
}
.search-result__more-tip > a:hover {
  color: var(--common-button-primary-background-hover);
}
.search-result__more-tip > a:active {
  color: var(--common-button-primary-background-active);
}
.search-result__content-wrapper {
  flex-shrink: 1;
  max-width: 480px;
  overflow: hidden;
}
.search-result__content-wrapper-visible {
  flex: 135 1;
}
.search-result__content-wrapper-visible .search-result__toggle-content {
  visibility: hidden;
}
.search-result__content-wrapper-visible:hover:hover .search-result__toggle-content,
.search-result__content-wrapper-hidden:hover .search-result__toggle-content {
  visibility: visible;
}
.search-result__content {
  flex-grow: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.search-result__content--hidden {
  display: none;
}
.search-result__toggle-content {
  overflow: hidden;
  flex-shrink: 0;
}
.search-result__toggle-content__arrow {
  display: block;
  overflow: hidden;
  width: 12px;
  height: 64px;
  color: var(--KWebStartpageRightV2CommonPalette-text-04);
  margin: 0 0 0 4px;
  border-radius: 4px 0 0 4px;
  background-color: var(--KWebStartpageRightV2CommonPalette-scroll-01);
}
.search-result__toggle-content__arrow.collapsed {
  border-radius: 0 4px 4px 0;
  margin: 0 4px 0 0;
}
.search-result__toggle-content__arrow:hover {
  background-color: var(--KWebStartpageRightV2CommonPalette-scroll-02);
}
.search-result__toggle-content__arrow:active {
  background-color: var(--KWebStartpageRightV2CommonPalette-scroll-03);
}
.search-result__bottom-line {
  padding: 0 0 2px;
  border-bottom: 1px solid var(--common-division-color);
}
.search-result__bottom-line:last-of-type {
  border-bottom: none;
}
.search-result__more {
  height: 22px;
  line-height: 22px;
  padding-left: 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--common-division-color);
}
.search-result__more:last-of-type {
  border-bottom: none;
}
.search-result__more--local-more {
  border-bottom: 1px solid var(--common-division-color) !important;
}
.search-result__more > span {
  color: var(--common-item-more-color);
  cursor: pointer;
}
.search-result__more > span:hover {
  color: var(--common-secondary-text-active);
}
.search-result__more > span:active {
  color: var(--common-content-name-text);
}
.search-result__more--active {
  background-color: var(--common-item-active-color) !important;
}
.search-result #view-more-cloud {
  border-bottom: none;
}
.search-result__network-tip {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--common-feedback-text);
}
.search-result__network-tip > svg {
  margin-right: 2px;
  margin-top: 2px;
}
.search-result__local-error {
  padding: 12px 16px 0;
}
.local-error {
  display: flex;
  padding: 8px;
  line-height: 22px;
  color: var(--common-input-text);
  background-color: var(--common-local-error-background);
}
.local-error__info-icon {
  margin-top: 3px;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  flex: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+5Zu+5qCHL+aPkOekui8xNnB4L3JlbWluZGVyX3N1cmZhY2VfaW5mb3JtYXRpb25fbF8xNjwvdGl0bGU+CiAgICA8ZyBpZD0i5Zu+5qCHL+aPkOekui8xNnB4L3JlbWluZGVyX3N1cmZhY2VfaW5mb3JtYXRpb25fbF8xNiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IuWbvuaghy/mtYXoibIv5o+Q56S6LzE2cHgvcmVtaW5kZXJfc3VyZmFjZV93YXJuaW5nX2xfMTYiPgogICAgICAgICAgICA8cmVjdCBpZD0iIzE2IiBmaWxsLW9wYWNpdHk9IjAuMSIgZmlsbD0iI0QwMDIxQiIgb3BhY2l0eT0iMCIgeD0iMCIgeT0iMCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij48L3JlY3Q+CiAgICAgICAgICAgIDxjaXJjbGUgaWQ9IuakreWchuW9oiIgZmlsbD0iIzQxN0ZGOSIgY3g9IjgiIGN5PSI4IiByPSI4Ij48L2NpcmNsZT4KICAgICAgICAgICAgPGNpcmNsZSBpZD0i5b2i54q257uT5ZCIIiBmaWxsPSIjRkZGRkZGIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDguMjAwMDAwLCA0LjcwMDAwMCkgc2NhbGUoMSwgLTEpIHRyYW5zbGF0ZSgtOC4yMDAwMDAsIC00LjcwMDAwMCkgIiBjeD0iOC4yIiBjeT0iNC43IiByPSIxLjIiPjwvY2lyY2xlPgogICAgICAgICAgICA8cmVjdCBpZD0i55+p5b2iIiBmaWxsPSIjRkZGRkZGIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4LjIwMDAwMCwgOS45MDAwMDApIHNjYWxlKDEsIC0xKSB0cmFuc2xhdGUoLTguMjAwMDAwLCAtOS45MDAwMDApICIgeD0iNy4yIiB5PSI2LjkiIHdpZHRoPSIyIiBoZWlnaHQ9IjYiIHJ4PSIxIj48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 100%;
}
.local-error__loading-icon {
  margin-top: 4px;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  transform-origin: center;
  -webkit-animation: rotate 0.96s linear infinite;
          animation: rotate 0.96s linear infinite;
  flex: none;
}
.local-error__content {
  flex: 1 1;
}
.local-error__title {
  margin-top: 2px;
  line-height: 18px;
}
.local-error__close-icon {
  margin-top: 3px;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  flex: none;
  color: var(--common-feedback-text);
}
.local-error__close-icon:hover {
  color: var(--common-local-error-close-hover-color);
}
.local-error__close-icon:active {
  color: var(--common-local-error-close-active-color);
}
.local-error__footer {
  display: flex;
  margin-top: 2px;
  margin-right: -30px;
}
.local-error__footer .local-error__button:not(:last-of-type) {
  margin-right: 16px;
}
.local-error__button {
  cursor: pointer;
  color: var(--common-input-placeholder-text);
}
.local-error__button:hover {
  color: var(--common-text);
}
.local-error__button:active {
  color: var(--common-input-text);
}
.local-error__button--primary {
  color: var(--common-active-color);
}
.local-error__button--primary:hover {
  color: var(--common-local-error-primary-hover-color);
}
.local-error__button--primary:active {
  color: var(--common-local-error-primary-active-color);
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

.wps-select {
  width: 102px;
  font-size: 12px;
  position: relative;
}
.wps-select .wps-selection {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  color: var(--KWebStartpageRightV2CommonPalette-text-02);
  background-color: var(--KWebStartpageRightV2CommonPalette-ctl-background-01);
  border-radius: 2px;
  padding: 0 6px 0 10px;
  cursor: pointer;
  border: 1px solid var(--KWebStartpageRightV2CommonPalette-ctl-border-01);
}
.wps-select .wps-selection .wps-selection-text {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wps-select .wps-selection .wps-selection-arrow {
  color: var(--KWebStartpageRightV2CommonPalette-text-04);
  flex-shrink: 0;
}
.wps-select .wps-selection .wps-selection-arrow.arrow-up {
  transform: rotate(180deg);
}
.wps-select .wps-selection:hover {
  border-color: var(--KWebStartpageRightV2CommonPalette-ctl-border-02);
}
.wps-select .wps-selection:active {
  border-color: var(--KWebStartpageRightV2CommonPalette-ctl-border-03);
}
.wps-select .wps-select-dropmenu {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 36px;
  padding: 4px 2px;
  background-color: var(--KWebStartpageRightV2CommonPalette-background-03);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  border: 1px solid var(--KWebStartpageRightV2CommonPalette-ctl-border-01);
}
.wps-select .wps-select-dropmenu.wps-select-dropmenu-collapsed {
  display: none;
}
.wps-select .wps-select-option {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 28px;
  color: var(--KWebStartpageRightV2CommonPalette-text-02);
  border-radius: 2px;
  cursor: pointer;
  padding-left: 26px;
  margin-bottom: 2px;
}
.wps-select .wps-select-option svg {
  margin-right: 6px;
}
.wps-select .wps-select-option:last-child {
  margin: 0;
}
.wps-select .wps-select-option.wps-select-option-selected {
  padding-left: 4px;
}
.wps-select .wps-select-option:hover {
  background-color: var(--KWebStartpageRightV2CommonPalette-status-02);
}
.wps-select .wps-select-option:active {
  background-color: var(--KWebStartpageRightV2CommonPalette-status-03);
}
.wps-select .wps-select-option.wps-select-option-selected {
  background-color: var(--KWebStartpageRightV2CommonPalette-status-04);
}

.file-filter-wrapper {
  width: 42%;
  min-width: 290px;
  height: 430px;
  background: var(--common-background);
  border: 1px solid var(--common-border-color);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  position: absolute;
  top: 45px;
  right: 16px;
  z-index: 3;
  box-sizing: border-box;
}
.file-filter-wrapper button {
  cursor: pointer;
}
.file-filter-wrapper.show {
  display: flex;
}
.file-filter-wrapper.hide {
  display: none;
}
.file-filter-wrapper .file-filter-main {
  overflow-y: scroll;
  padding: 16px 20px 0 14px;
}
.file-filter-wrapper .file-filter-title {
  color: var(--KWebStartpageRightV2CommonPalette-text-02);
  font-size: 12px;
  line-height: 1.8;
  margin: 0 0 6px 0;
  height: 22px;
  display: flex;
  align-items: center;
}
.file-filter-wrapper .file-filter-title > .arrow {
  margin-left: 4px;
}
.file-filter-wrapper .file-filter-title > .arrow.bottom {
  transform: rotate(180deg);
}
.file-filter-wrapper .file-filter-sub-title {
  color: var(--KWebStartpageRightV2CommonPalette-text-05);
  font-size: 12px;
  line-height: 1.8;
  margin: 0 0 6px 0;
}
.file-filter-wrapper .file-types-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 0 12px 0;
}
.file-filter-wrapper .file-type-btn {
  width: 80px;
  height: 28px;
  line-height: 28px;
  color: var(--KWebStartpageRightV2CommonPalette-text-05);
  border-radius: 2px;
  padding: 0 0 0 28px;
  margin: 0 0 6px 0;
  text-align: left;
  background: none no-repeat 6px center / 16px 16px;
}
.file-filter-wrapper .file-type-btn:hover {
  color: var(--KWebStartpageRightV2CommonPalette-text-03);
  background-color: var(--KWebStartpageRightV2CommonPalette-status-02);
}
.file-filter-wrapper .file-type-btn:active {
  color: var(--KWebStartpageRightV2CommonPalette-theme-common-02);
  background-color: var(--KWebStartpageRightV2CommonPalette-status-03);
}
.file-filter-wrapper .file-type-btn.picked {
  color: var(--KWebStartpageRightV2CommonPalette-theme-common-01);
  background-color: var(--KWebStartpageRightV2CommonPalette-status-02);
}
.file-filter-wrapper .file-type-excel {
  background-image: url("skinimg://skin/icon/defaultThemeArea/16/16/format_fill_et");
}
.file-filter-wrapper .file-type-word {
  background-image: url("skinimg://skin/icon/defaultThemeArea/16/16/format_fill_wps");
}
.file-filter-wrapper .file-type-ppt {
  background-image: url("skinimg://skin/icon/defaultThemeArea/16/16/format_fill_wpp");
}
.file-filter-wrapper .file-type-pdf {
  background-image: url("skinimg://skin/icon/defaultThemeArea/16/16/format_fill_pdf");
}
.file-filter-wrapper .file-type-ofd {
  background-image: url("skinimg://skin/icon/defaultThemeArea/16/16/format_fill_ofd");
}
.file-filter-wrapper .file-type-img {
  background-image: url("skinimg://skin/icon/defaultThemeArea/16/16/format_fill_pic");
}
.file-filter-wrapper .file-type-mind {
  background-image: url("skinimg://skin/icon/defaultThemeArea/16/16/format_fill_mind");
}
.file-filter-wrapper .file-type-flow {
  background-image: url("skinimg://skin/icon/defaultThemeArea/16/16/format_fill_flow");
}
.file-filter-wrapper .file-type-folder {
  background-image: url("skinimg://skin/icon/defaultThemeArea/16/16/format_fill_folder");
}
.file-filter-wrapper .file-type-txt {
  background-image: url("skinimg://skin/icon/defaultThemeArea/16/16/format_fill_txt");
}
.file-filter-wrapper .file-type-other {
  background-image: url("skinimg://skin/icon/defaultThemeArea/16/16/format_fill_other");
}
.file-filter-wrapper .file-type-placeholder {
  width: 85px;
}
.file-filter-wrapper .wps-select {
  margin: 0 0 16px 0;
}
.file-filter-wrapper .file-filter-select-folder-cnt {
  width: 100%;
  height: 30px;
  margin: 4px auto 16px;
  padding: 0 8px;
  font-size: 12px;
  border-radius: 2px;
  border: 1px solid var(--KWebStartpageRightV2CommonPalette-ctl-border-01);
}
.file-filter-wrapper .file-filter-select-folder-cnt:hover {
  border-color: var(--KWebStartpageRightV2CommonPalette-ctl-border-02);
}
.file-filter-wrapper .file-filter-select-folder-cnt:active {
  border-color: var(--KWebStartpageRightV2CommonPalette-ctl-border-03);
}
.file-filter-wrapper .file-filter-select-folder-cnt img {
  margin: 0 4px 0 0;
}
.file-filter-wrapper .file-filter-select-folder-cnt .file-filter-folder-str {
  color: var(--KWebStartpageRightV2CommonPalette-text-02);
}
.file-filter-wrapper .file-filter-select-folder-cnt .file-filter-folder-str.placeholder {
  color: var(--KWebStartpageRightV2CommonPalette-text-05);
}
.file-filter-wrapper .file-filter-select-folder-cnt .file-filter-folder-str span {
  width: 0;
  margin-right: 8px;
}
.file-filter-wrapper .file-filter-select-folder-cnt .file-filter-folder-str .icon-clear {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin: 0 4px 0 8px;
}
.file-filter-wrapper .file-filter-select-folder-cnt .file-filter-folder-str .hidden {
  display: none;
}
.file-filter-wrapper .file-filter-select-folder-cnt button {
  padding-left: 12px;
  color: var(--KWebStartpageRightV2CommonPalette-theme-common-01);
  border-left: 1px solid var(--KWebStartpageRightV2CommonPalette-separator-01);
}
.file-filter-wrapper .file-filter-source-block {
  margin-bottom: 10px;
}
.file-filter-wrapper .file-filter-source {
  width: 50%;
  height: 24px;
  font-size: 12px;
  color: var(--KWebStartpageRightV2CommonPalette-text-05);
  margin-bottom: 6px;
  cursor: pointer;
  border-radius: 2px;
  padding: 0 9px;
  box-sizing: border-box;
}
.file-filter-wrapper .file-filter-source:nth-child(2n + 1) {
  margin-right: 6px;
  width: calc(50% - 6px);
}
.file-filter-wrapper .file-filter-source-name {
  width: calc(100% - 22px);
}
.file-filter-wrapper .file-filter-source svg {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.file-filter-wrapper .file-filter-source:hover {
  color: var(--KWebStartpageRightV2CommonPalette-text-03);
  background-color: var(--KWebStartpageRightV2CommonPalette-status-02);
}
.file-filter-wrapper .file-filter-source.selected {
  color: var(--KWebStartpageRightV2CommonPalette-theme-common-01);
  background-color: var(--KWebStartpageRightV2CommonPalette-status-02);
}
.file-filter-wrapper .file-filter-source.selected:hover {
  color: var(--KWebStartpageRightV2CommonPalette-theme-common-02);
}
.file-filter-wrapper .file-filter-source.selected:active {
  color: var(--KWebStartpageRightV2CommonPalette-theme-common-03);
  background-color: var(--KWebStartpageRightV2CommonPalette-status-03);
}
.file-filter-wrapper .file-filter-source:active {
  color: var(--KWebStartpageRightV2CommonPalette-theme-common-02);
  background-color: var(--KWebStartpageRightV2CommonPalette-status-03);
}
.file-filter-wrapper .file-filter-footer {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  padding: 16px 20px 16px;
  border-top: 1px solid var(--KWebStartpageRightV2CommonPalette-separator-02);
}
.file-filter-wrapper .file-filter-footer .wps-button {
  width: 80px;
  height: 24px;
  padding: 0;
  line-height: 24px;
  border-radius: 100px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
}
.file-filter-wrapper .file-filter-confirm-btn {
  margin-right: 12px;
}
.file-filter-wrapper .file-filter-more-button {
  font-size: 12px;
  margin: 6px 0;
  color: var(--KWebStartpageRightV2CommonPalette-text-05);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
}
.file-filter-wrapper .file-filter-more-button > .arrow.bottom {
  transform: rotate(180deg);
}

.panel-content {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1 1;
}
.panel-content .tabs {
  flex: none;
  margin-top: 13px;
}
.panel-content__history {
  background-color: var(--common-background);
}
.panel-content__wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}
.panel-content__wrap--inner {
  margin: 6px;
  padding: 10px;
}
.webview-rank {
  height: 100%;
}
.panel-content-r {
  position: absolute;
  z-index: 1;
  top: -4px;
  right: 16px;
  display: flex;
  align-items: center;
  height: 48px;
}
.feedback,
.file-filter-btn {
  display: flex;
  align-items: center;
  height: 24px;
  padding: 0 4px;
  margin: 12px 0 0 0;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: var(--common-feedback-text);
  cursor: pointer;
  border-radius: 2px;
}
.feedback__icon,
.file-filter-btn__icon {
  margin-right: 2px;
}
.feedback:hover,
.file-filter-btn:hover {
  color: var(--common-feedback-hover-text);
  background-color: var(--common-background-hover);
}
.feedback:active,
.file-filter-btn:active {
  color: var(--common-feedback-active-text);
  background-color: var(--common-background-active);
}
.file-filter-btn {
  margin-right: 10px;
}
.file-filter-btn.active {
  color: var(--common-feedback-active-text);
  background-color: var(--common-background-active);
}
.content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: var(--common-background);
  padding: 16px;
  box-sizing: border-box;
}
.content-skeleton__line {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  height: 155px;
  overflow: hidden;
}
.content-skeleton__item {
  height: 100%;
  margin-right: 16px;
  padding: 20px 15px;
  flex: 1 1;
  border-radius: 2px;
  border: 1px solid var(--common-border-color);
  box-sizing: border-box;
}
.content-skeleton__header {
  display: flex;
  margin-bottom: 21px;
}
.content-skeleton__avatar {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.content-skeleton__title {
  height: 16px;
  flex: 1 1;
}
.content-skeleton__text {
  margin-top: 20px;
  height: 12px;
}
.content-skeleton__text:last-of-type {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .content-skeleton__item {
    min-width: 40%;
  }
}
.vip-guide-tip {
  color: var(--common-content-name-text);
  font-size: 13px;
  cursor: pointer;
}
.vip-guide-tip .upgrade-vip,
.vip-guide-tip .goto-login {
  color: var(--commonThemePalette-wvip-01);
  text-decoration: none;
  margin-left: 16px;
}
.vip-guide-tip .goto-login {
  color: var(--common-active-color);
}
.vip-guide-tip:hover .upgrade-vip {
  color: var(--commonThemePalette-wvip-02);
}
.vip-guide-tip:active .upgrade-vip {
  color: var(--commonThemePalette-wvip-03);
}
.rank-skeleton {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.rank-skeleton__title {
  width: 48px;
  height: 16px;
  background: var(--common-background);
  border-radius: 2px;
  margin-bottom: 12px;
}
.rank-skeleton__list {
  display: flex;
}
.rank-skeleton__list__item {
  flex: 1 1;
  height: 110px;
  background: var(--common-background);
  border-radius: 2px;
  margin-left: 16px;
}
.rank-skeleton__list__item:nth-child(1) {
  margin-left: 0;
}
.rank-skeleton__list__item--notAll {
  height: 162px;
}

.search-bar {
  display: flex;
  position: relative;
  margin: 0 12px;
}
.search-bar__input-cnt {
  flex: 1 1;
  font-size: 12px;
  line-height: 38px;
  height: 38px;
  padding: 0 30px 0 37px;
  color: var(--common-content-name-text);
  border-radius: 20px;
  background: var(--common-background);
  border: 1px solid var(--common-active-color);
}
.search-bar__folder-tip {
  height: 26px;
  margin-right: 8px;
  padding: 0 6px 0 12px;
  border-radius: 13px;
  color: var(--KWebStartpageRightV2CommonPalette-text-03);
  background: var(--KWebStartpageRightV2CommonPalette-status-03);
}
.search-bar__folder-tip:hover {
  background: var(--KWebStartpageRightV2CommonPalette-status-04);
}
.search-bar__folder-tip:active {
  background: var(--KWebStartpageRightV2CommonPalette-status-03);
}
.search-bar__folder-tip svg,
.search-bar__folder-tip img {
  width: 16px;
  height: 16px;
}
.search-bar__folder-name {
  margin: 0 6px 0 4px;
  max-width: 124px;
  color: var(--KWebStartpageRightV2CommonPalette-text-03);
}
.search-bar__del-folder {
  cursor: pointer;
  color: var(--KWebStartpageRightV2CommonPalette-icon-06);
}
.search-bar__del-folder:hover {
  color: var(--KWebStartpageRightV2CommonPalette-icon-04);
}
.search-bar__del-folder:active {
  color: var(--KWebStartpageRightV2CommonPalette-icon-03);
}
.search-bar__input {
  font-size: 12px;
  border: none;
  outline: none;
  line-height: 40px;
  height: 40px;
  background: transparent;
  color: var(--common-content-name-text);
}
.search-bar__input::-moz-placeholder {
  color: var(--common-input-placeholder-text);
}
.search-bar__input:-ms-input-placeholder {
  color: var(--common-input-placeholder-text);
}
.search-bar__input::placeholder {
  color: var(--common-input-placeholder-text);
}
.search-bar__icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  cursor: pointer;
  color: var(--common-icon-color);
}
.search-bar__input:focus + .search-bar__icon {
  color: var(--common-icon-active-color);
}
.search-bar__close {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  color: var(--common-icon-light-color);
}
.search-bar__close:hover {
  color: var(--common-icon-color);
}
.search-bar__close:active {
  color: var(--icon-hover-color);
}
.search-bar__tip {
  position: fixed;
  background-color: var(--common-background);
  border: 1px solid rgba(54, 66, 90, 0.15);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  z-index: 100;
  width: 150px;
  box-sizing: border-box;
  padding: 4px 2px;
}
.search-bar__tip-item {
  height: 28px;
  line-height: 28px;
  color: var(--common-content-name-text);
  padding-left: 30px;
}
.search-bar__tip-item:hover {
  background-color: var(--common-background-hover);
}
.search-bar__tip-item:active {
  background-color: var(--common-background-active);
}
.search-bar__tip-item--disabled {
  color: var(--common-secondary-text) !important;
  background-color: transparent !important;
  cursor: default;
}
.dashboardview-html .search-bar__input-cnt {
  padding-left: 42px;
}
.dashboardview-html .search-bar__folder-tip {
  font-size: 15px;
}
.dashboardview-html .search-bar__input {
  font-size: 15px;
}
.dashboardview-html .search-bar__input::-moz-placeholder {
  color: var(--KWebStartpageRightV2CommonPalette-text-04);
}
.dashboardview-html .search-bar__input:-ms-input-placeholder {
  color: var(--KWebStartpageRightV2CommonPalette-text-04);
}
.dashboardview-html .search-bar__input::placeholder {
  color: var(--KWebStartpageRightV2CommonPalette-text-04);
}

html {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden !important;
  background-color: var(--common-background);
}
body {
  margin: 0;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-button {
  display: none;
}
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 7px;
}
::-webkit-scrollbar-thumb {
  background: var(--common-scroll-color);
  border-radius: 7px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--common-scroll-hover-color);
}
::-webkit-scrollbar-thumb:active {
  background: var(--common-scroll-active-color);
}
button {
  background-color: inherit;
  border: none;
  outline: none;
  padding: 0;
  font-size: inherit;
  color: inherit;
}
.ellipsis,
.ellipsis-paragraph {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis {
  white-space: nowrap;
  word-break: break-all;
}
.ellipsis-paragraph {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.search-page {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 12px;
  font-size: 12px;
  color: var(--common-text);
  background-color: var(--common-background);
}
.hidden {
  display: none;
}
.out-of-viewbox {
  position: absolute;
  left: -100vw;
  top: -100vh;
}
.g-tip {
  width: 100%;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.g-tip__img {
  width: 100px;
  height: 100px;
}
.g-tip__text {
  margin-top: 13px;
  font-size: 14px;
  color: var(--KWebStartpageRightV2CommonPalette-text-04);
  line-height: 22px;
  white-space: pre-wrap;
  text-align: center;
}
.g-tip__fulltext-search-guide {
  cursor: pointer;
}
.g-tip__fulltext-search-guide span {
  color: var(--common-active-color);
}
.g-tip__desc {
  margin-top: 4px;
  font-size: 12px;
  color: var(--common-input-placeholder-text);
  line-height: 22px;
}
.g-tip__btn {
  font-size: 14px;
  margin-top: 20px;
  cursor: pointer;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: var(--common-button-primary-background);
  color: var(--common-button-primary-text);
  border-radius: 2px;
}
.g-tip__btn:hover {
  background-color: var(--common-button-primary-background-hover);
}
.g-tip__btn:active {
  background-color: var(--common-button-primary-background-active);
}
.g-tip__vip-btn {
  background-color: var(--commonThemePalette-wvip-01);
}
.g-tip__vip-btn:hover {
  background-color: var(--commonThemePalette-wvip-02);
}
.g-tip__vip-btn:active {
  background-color: var(--commonThemePalette-wvip-03);
}
.g-tip__center-btn {
  margin: 20px auto 0;
}
.g-tip__wider-btn {
  width: auto;
  display: table;
  border-collapse: separate;
  padding: 0 8px;
}
/*
 * @summary flex布局公共类
 * @author zhouzhi <zhouzhi@wps.cn>
 * Created at Tue Jun 22 2021 上午11:04:36
 * Copyright (c) 2021 KSO
 */
.flex-row,
.flex-col {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-row {
  flex-direction: row;
}
.flex-row.flex-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col.flex-reverse {
  flex-direction: column-reverse;
}
.flex-center {
  justify-content: center;
  align-items: center;
}
.flex-hcenter {
  justify-content: center;
}
.flex-jc-start {
  justify-content: flex-start;
}
.flex-jc-end {
  justify-content: flex-end;
}
.flex-jc-between {
  justify-content: space-between;
}
.flex-jc-around {
  justify-content: space-around;
}
.flex-jc-evenly {
  justify-content: space-evenly;
}
.flex-vcenter {
  align-items: center;
}
.flex-ai-start {
  align-items: flex-start;
}
.flex-ai-end {
  align-items: flex-end;
}
.flex-ai-stretch {
  align-items: stretch;
}
.flex-g-1 {
  flex-grow: 1;
}
.flex-no-shrink {
  flex-shrink: 0;
}
/*
 * @summary button公共样式
 * @author zhouzhi <zhouzhi@wps.cn>
 * Created at Thu Jun 17 2021 下午5:53:50
 * Copyright (c) 2021 KSO
 */
.wps-button {
  display: block;
  box-sizing: border-box;
  width: 80px;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  padding: 0 18px;
  text-align: center;
  font-size: 14px;
  border: none;
  outline: none;
}
.wps-button.wps-button-normal {
  color: var(--common-content-name-text);
  background: var(--common-button-secondary-background);
  border: 1px solid var(--common-button-secondary-border);
}
.wps-button.wps-button-normal:hover:not([disabled]) {
  border-color: var(--common-button-secondary-border-hover);
  background: var(--common-button-secondary-background-hover);
}
.wps-button.wps-button-normal:active:not([disabled]) {
  border-color: var(--common-button-secondary-border-active);
  background: var(--common-button-secondary-background-active);
}
.wps-button.wps-button-primary {
  color: var(--common-button-primary-text);
  background: var(--common-button-primary-background);
}
.wps-button.wps-button-primary:hover:not([disabled]) {
  background: var(--common-button-primary-background-hover);
}
.wps-button.wps-button-primary:active:not([disabled]) {
  background: var(--common-button-primary-background-active);
}
.wps-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}


/*# sourceMappingURL=""*/