/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/layout/LayoutSidebar/sub-footer.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.layout-left-sidebar--sub-footer {
  padding: 4px 16px 0;
}
.layout-left-sidebar--sub-footer:empty {
  display: none;
}
.layout-left-sidebar--sub-footer-divider {
  margin: 0;
}

/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/layout/LayoutSidebar/header.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.layout-left-sidebar--header {
  width: 100%;
  min-height: 56px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #f8f8f8;
  padding: 20px 16px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E7E7E7;
  z-index: 2;
}
.layout-left-sidebar--header__btn {
  padding: 4px;
  margin: 0 -4px;
  position: absolute;
  top: 20px;
  right: 16px;
}
.layout-left-sidebar--header__btn.collapsed {
  margin: auto;
  margin-right: 1px;
}
.layout-left-sidebar--header__btn .collapsed {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/layout/LayoutSidebar/footer.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.layout-left-sidebar--footer {
  padding: 4px 16px 0;
}
.layout-left-sidebar--footer-divider {
  margin: 0;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/layout/LayoutSidebar/content.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.layout-left-sidebar--content {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  /* 整个滚动条 */
  /* 滚动条上的滚动滑块. */
  -webkit-overflow-scrolling: touch;
}
.layout-left-sidebar--content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0);
}
.layout-left-sidebar--content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.layout-left-sidebar--content::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/layout/LayoutSidebar/sidebar.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.layout-left-sidebar {
  width: 240px;
  height: 100%;
  background-color: #fff;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: width 0.15s ease-out;
  transition: width 0.15s ease-out;
}
.layout-left-sidebar.collapsed {
  width: 68px;
}
.layout-left-sidebar.collapsed .layout-left-sidebar--item__container {
  height: 32px;
  padding: 0;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout-left-sidebar.collapsed .layout-left-sidebar--item__container.show-bg {
  background-color: #f3f3f3;
}
.layout-left-sidebar.collapsed .layout-left-sidebar--footer {
  padding: 0;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout-left-sidebar.collapsed .global-search .t-input .t-input__prefix:not(:empty) {
  margin-right: 0;
}
.layout-left-sidebar--scroll-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  /* 整个滚动条 */
  /* 滚动条上的滚动滑块. */
  -webkit-overflow-scrolling: touch;
}
.layout-left-sidebar--scroll-content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0);
}
.layout-left-sidebar--scroll-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.layout-left-sidebar--scroll-content::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.layout-left-sidebar--scroll {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  pointer-events: none;
}
.layout-left-sidebar--scroll-show {
  opacity: 1;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/layout/LayoutSidebar/sidebar-item.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.layout-left-sidebar--item__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: var(--td-radius-default);
  cursor: pointer;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 8px;
  margin-bottom: 8px;
  min-width: 32px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-left: calc(var(--level, 0) * 20px + 8px);
}
.layout-left-sidebar--item__container:hover {
  background-color: #EEE;
}
.layout-left-sidebar--item__container:hover .layout-left-sidebar--item__options {
  opacity: 1;
}
.layout-left-sidebar--item__container:focus-visible {
  background-color: #E7E7E7;
}
.layout-left-sidebar--item__container:focus-visible .layout-left-sidebar--item__options {
  opacity: 1;
}
.layout-left-sidebar--item__container.show-children .layout-left-sidebar--item__prefix--dropdown {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.layout-left-sidebar--item__container.show-children .layout-left-sidebar--item__suffix--dropdown {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.layout-left-sidebar--item__container.is-active {
  background-color: #D6E7FF !important;
}
.layout-left-sidebar--item__container.is-active .layout-left-sidebar--item__content {
  color: #0F6BFF;
}
.layout-left-sidebar--item__container.is-active .layout-left-sidebar--item__prefix,
.layout-left-sidebar--item__container.is-active .layout-left-sidebar--item__collapsed {
  color: #0F6BFF;
  fill: #0F6BFF;
}
.layout-left-sidebar--item__container.is-active .layout-left-sidebar--item__prefix svg,
.layout-left-sidebar--item__container.is-active .layout-left-sidebar--item__collapsed svg {
  color: #0F6BFF;
  fill: currentColor;
}
.layout-left-sidebar--item__prefix {
  width: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  fill: #000;
}
.layout-left-sidebar--item__prefix--dropdown {
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.layout-left-sidebar--item__content {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  margin-left: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-left-sidebar--item__content,
.layout-left-sidebar--item__content > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout-left-sidebar--item__collapsed {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.layout-left-sidebar--item__collapsed .layout-left-sidebar--item__content {
  margin-left: 0;
  text-align: center;
  display: block;
}
.layout-left-sidebar--item__suffix {
  min-width: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.layout-left-sidebar--item__suffix--dropdown {
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.layout-left-sidebar--item__options {
  opacity: 0;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.layout-left-sidebar--item--prefix-expandable .layout-left-sidebar--item__prefix {
  margin-left: 8px;
  margin-right: -8px;
}
.layout-left-sidebar--item__count {
  font-size: 12px;
  font-weight: 400;
  color: var(--td-text-color-placeholder);
  margin-left: 4px;
}
.layout-left-sidebar--item--group .layout-left-sidebar--item__content__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-left-sidebar--item--group .layout-left-sidebar--item__content__inner .layout-left-sidebar--item__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout-left-sidebar--item--group .layout-left-sidebar--item__content__inner .layout-left-sidebar--item__count {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/workspace/org-console/components/unauthorized/unauthorized.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.org-console-unauthorized {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 96px 0px;
}
.org-console-unauthorized-icon {
  font-size: 72px;
  margin-bottom: 16px;
}
.org-console-unauthorized-icon .coral-icon {
  font-size: inherit;
}
.org-console-unauthorized-text {
  font-size: 16px;
  color: var(--td-text-color-placeholder);
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/DialogKit/SurveyCreateDialog/style.less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.survey-create-dialog .t-dialog .t-dialog__footer {
  height: auto;
}
.dialog-kit--survey-creation-dialog--footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4px;
  margin: 10px 0;
}
.dialog-kit--survey-creation-dialog--footer__btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/DialogKit/CreateSurveyMaterialDialog/question-bank-dialog.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.create-question-bank-dialog-content {
  display: grid;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px 8px;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  max-width: calc(95vw - 48px);
}
.create-question-bank-dialog-item {
  cursor: pointer;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 8px;
  border-radius: var(--td-radius-default);
  min-width: 72px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.create-question-bank-dialog-item:hover {
  background-color: var(--td-gray-color-1);
}
.create-question-bank-dialog-item-icon {
  width: 32px;
  height: 32px;
}
.create-question-bank-dialog-item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.create-question-bank-dialog-item-text {
  color: var(--td-text-color-primary);
}
.create-question-bank-dialog .t-dialog__body {
  padding: 24px 0px 0px;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/DialogKit/CreateSurveyMaterialDialog/style.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.create-survey-material-dialog .t-dialog {
  padding: 24px;
}
.create-survey-material-dialog-content {
  padding: 24px;
}
.create-survey-material-dialog-section-title {
  color: var(--td-text-color-placeholder);
  margin-bottom: 16px;
}
.create-survey-material-dialog-section-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px 8px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  width: 100%;
  max-width: 372px;
}
.create-survey-material-dialog-section + .create-survey-material-dialog-section {
  margin-top: 24px;
}
.create-survey-material-dialog-item {
  cursor: pointer;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 8px;
  border-radius: var(--td-radius-default);
  min-width: 72px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.create-survey-material-dialog-item:hover {
  background-color: var(--td-gray-color-1);
}
.create-survey-material-dialog-item-icon {
  width: 32px;
  height: 32px;
}
.create-survey-material-dialog-item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.create-survey-material-dialog-item-text {
  color: var(--td-text-color-primary);
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/tdesign-react/esm/_common/style/web/components/badge/_index.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
.t-badge {
  font: var(--td-font-body-medium);
  color: var(--td-text-color-primary);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}
.t-badge--dot,
.t-badge--circle,
.t-badge--round {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--td-text-color-anti);
  text-align: center;
  font: var(--td-font-body-small);
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.t-badge--static {
  position: static;
  display: inline-block;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.t-badge--dot {
  right: 1px;
  margin-top: 1px;
  width: 6px;
  height: 6px;
  border-radius: var(--td-radius-circle);
  background-color: var(--td-error-color);
}
.t-badge--circle,
.t-badge--round {
  padding-right: calc((var(--td-comp-size-xxs) - 8px) / 2);
  padding-left: calc((var(--td-comp-size-xxs) - 8px) / 2);
  min-width: 8px;
  height: var(--td-comp-size-xxs);
  background-color: var(--td-error-color);
  line-height: var(--td-comp-size-xxs);
}
.t-badge--circle.t-size-s,
.t-badge--round.t-size-s {
  padding-right: calc((var(--td-comp-size-xxxs) - 8px) / 2);
  padding-left: calc((var(--td-comp-size-xxxs) - 8px) / 2);
  min-width: 8px;
  height: var(--td-comp-size-xxxs);
  line-height: var(--td-comp-size-xxxs);
}
.t-badge--circle {
  border-radius: calc(var(--td-comp-size-xxs) / 2);
}
.t-badge--round {
  border-radius: var(--td-radius-default);
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/DialogKit/OverShareProjectDialog/style.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.over-share-project-dialog-upgrade__wrap {
  margin-top: 16px;
  font-size: 14px;
  line-height: 22px;
}
.over-share-project-dialog-upgrade__title {
  font-weight: bold;
  margin-bottom: 8px;
}
.over-share-project-dialog-upgrade__admin {
  background-color: #F3F3F3;
  border-radius: 6px;
  padding: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.over-share-project-dialog-upgrade__img img {
  display: block;
  width: 100%;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/workspace/org-console/components/error-boundary/mobile-error-boundary.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.org-console-mobile-error-boundary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 96px 0px;
}
.org-console-mobile-error-boundary-icon {
  font-size: 72px;
  margin-bottom: 16px;
  color: var(--td-text-color-placeholder);
}
.org-console-mobile-error-boundary-text {
  font-size: 16px;
  color: var(--td-text-color-placeholder);
}
.org-console-mobile-error-boundary-info {
  margin-top: 8px;
  color: var(--td-text-color-placeholder);
}
.org-console-mobile-error-boundary-actions {
  margin-top: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/workspace/org-console/pages/layout.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.org-console {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--td-font-size-body-medium);
  line-height: var(--td-line-height-body-medium);
  background-color: #fff;
}
.org-console-sidebar {
  padding-top: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid var(--td-border-level-1-color);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.org-console-sidebar-brand {
  padding: 8px 14px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  -webkit-transform: border-color 0.2s ease-in-out;
      -ms-transform: border-color 0.2s ease-in-out;
          transform: border-color 0.2s ease-in-out;
  border-bottom: 1px solid transparent;
}
.org-console-sidebar-brand--fixed {
  border-bottom-color: var(--td-border-level-1-color);
}
.org-console-content {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 48px;
  overflow-x: auto;
  overflow-y: auto;
}
.org-console-content-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  min-width: 800px;
  margin: auto;
}
.org-console-header {
  margin: auto;
  width: 100%;
  max-width: 1800px;
  height: 64px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-bottom: 1px solid transparent;
  background-color: #fff;
  -webkit-transform: border-color 0.2s ease-in-out;
      -ms-transform: border-color 0.2s ease-in-out;
          transform: border-color 0.2s ease-in-out;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 50;
}
.org-console-header--fixed {
  border-bottom-color: var(--td-border-level-1-color);
}
.org-console-header-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.org-console-header-nav {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.org-console-header-nav .header-buy-consultation {
  float: none;
}
.org-console-main-content {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.org-console-main-content > div[class*='org-console-'] {
  width: 100%;
  max-width: 1600px;
  margin: auto;
}
.org-console .org-console-loading {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
  z-index: 1;
}
.contacts-list--nomask-drawer.t-drawer {
  height: 100%;
  top: 0px !important;
}
.org-console-sidebar-content {
  width: 200px;
  overflow-y: auto;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  /* 整个滚动条 */
  /* 滚动条上的滚动滑块. */
  -webkit-overflow-scrolling: touch;
}
.org-console-sidebar-content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0);
}
.org-console-sidebar-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.org-console-sidebar-content::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.org-console-sidebar-content-start-divider {
  margin-top: 0px;
  margin-bottom: 8px;
}
.org-console-sidebar-content .layout-left-sidebar {
  width: 100%;
  height: auto;
}
.org-console-sidebar-content .layout-left-sidebar--header__inner {
  border-bottom: 0px;
  margin-bottom: 16px;
}
.org-console-sidebar-content .layout-left-sidebar--content {
  overflow: hidden;
  height: auto;
  padding: 14px 8px 16px;
}
.org-console-sidebar-content .layout-left-sidebar--content > .layout-left-sidebar--item:not(:first-of-type) {
  padding-top: 4px;
}
.org-console-sidebar-content .layout-left-sidebar--content .layout-left-sidebar--item .layout-left-sidebar--item__container.is-active {
  background-color: var(--td-brand-color-light) !important;
}
.org-console-sidebar-content .layout-left-sidebar--content .layout-left-sidebar--item.level--2 {
  color: var(--td-text-color-secondary);
}
.org-console-sidebar-content .layout-left-sidebar--content .layout-left-sidebar--item.sidebar-item-border-top {
  position: relative;
  padding-top: 24px;
}
.org-console-sidebar-content .layout-left-sidebar--content .layout-left-sidebar--item.sidebar-item-border-top::before {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  background-color: var(--td-border-level-1-color);
  left: 8px;
  right: 8px;
  top: 0px;
}
.org-console-sidebar-content .layout-left-sidebar--content .layout-left-sidebar--item__prefix {
  font-size: 20px;
}
.org-console-sidebar-content .layout-left-sidebar--content .layout-left-sidebar--item__prefix .coral-icon {
  font-size: inherit;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/workspace/org-console/components/error-boundary/error-boundary.less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.org-console-error-boundary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 96px 0px;
}
.org-console-error-boundary-icon {
  font-size: 72px;
  margin-bottom: 16px;
  color: var(--td-text-color-placeholder);
}
.org-console-error-boundary-text {
  font-size: 16px;
  color: var(--td-text-color-placeholder);
}
.org-console-error-boundary-info {
  margin-top: 8px;
  color: var(--td-text-color-placeholder);
}
.org-console-error-boundary-actions {
  margin-top: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/project-member/list.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.project-member-list {
  overflow-y: auto;
}
.project-member-list .t-table {
  height: 100%;
}
.project-member-list .t-table__content {
  height: 100%;
}
.project-member-list-dropdown-item-description {
  margin-top: 2px;
  font-size: var(--td-font-size-body-small);
  line-height: var(--td-line-height-body-small);
  color: var(--td-text-color-placeholder);
  white-space: normal;
  word-break: normal;
}
.project-member-list__info__group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.project-member-list__info__name {
  margin-left: 8px;
  line-height: 24px;
}
.project-member-list__info__path {
  margin-left: 32px;
  font-size: 12px;
  color: #999999;
}
.project-member-list__info__icon {
  fill: var(--td-brand-color);
}
.project-member-list thead th {
  border-bottom: none;
}
.project-member-list thead th:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.project-member-list thead th:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.project-member-list tbody td {
  border-bottom-color: #E7E7E7;
  padding: 8px;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/DialogKit/CreateProjectDialog/style.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.create-project-dialog__body {
  height: 350px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.create-project-dialog__body__name {
  margin-top: 24px;
}
.create-project-dialog__body__member {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  margin-top: 12px;
}
.create-project-dialog__body__member__subtitle-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.create-project-dialog__body__subtitle {
  font-weight: 600;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  margin-bottom: 8px;
}
.create-project-dialog__body__checkbox {
  margin-top: 42px;
}
.create-project-dialog__body__checkbox .t-checkbox__input {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 3px;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/td-width-mobile-fit/style.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.t-portal-wrapper.fitMobile {
  position: fixed;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  -webkit-animation: a-popup-mobile-fade-in 0.3s ease both;
          animation: a-popup-mobile-fade-in 0.3s ease both;
  z-index: 5500;
}
@-webkit-keyframes a-popup-mobile-fade-in {
  from {
    background-color: transparent;
  }
  to {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
@keyframes a-popup-mobile-fade-in {
  from {
    background-color: transparent;
  }
  to {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
@-webkit-keyframes a-popup-mobile-fade-out {
  from {
    background-color: rgba(0, 0, 0, 0.4);
  }
  to {
    background-color: transparent;
  }
}
@keyframes a-popup-mobile-fade-out {
  from {
    background-color: rgba(0, 0, 0, 0.4);
  }
  to {
    background-color: transparent;
  }
}
@-webkit-keyframes a-popup-mobile-slide-in {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes a-popup-mobile-slide-in {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes a-popup-mobile-slide-out {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@keyframes a-popup-mobile-slide-out {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
.t-portal-wrapper.fitMobile.exit {
  -webkit-animation: a-popup-mobile-fade-out 0.3s ease both;
          animation: a-popup-mobile-fade-out 0.3s ease both;
}
.t-portal-wrapper.fitMobile .t-popup {
  top: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.t-portal-wrapper.fitMobile .t-popup--animation-enter-active,
.t-portal-wrapper.fitMobile .t-popup--animation-expand-enter-active {
  -webkit-animation: none;
          animation: none;
}
.t-portal-wrapper.fitMobile .t-popup--animation-enter-active .t-popup__content,
.t-portal-wrapper.fitMobile .t-popup--animation-expand-enter-active .t-popup__content {
  -webkit-animation: a-popup-mobile-slide-in 0.3s ease both;
          animation: a-popup-mobile-slide-in 0.3s ease both;
}
.t-portal-wrapper.fitMobile .t-popup--animation-expand-leave-active {
  -webkit-animation: none;
          animation: none;
}
.t-portal-wrapper.fitMobile .t-popup--animation-expand-leave-active .t-popup__content {
  -webkit-animation: a-popup-mobile-slide-out 0.3s ease both;
          animation: a-popup-mobile-slide-out 0.3s ease both;
}
.t-portal-wrapper.fitMobile .t-popup--animation-leave-active {
  -webkit-animation: none;
          animation: none;
}
.t-portal-wrapper.fitMobile .t-popup--animation-leave-active .t-popup__content {
  -webkit-animation: a-popup-mobile-slide-out 0.6s ease both;
          animation: a-popup-mobile-slide-out 0.6s ease both;
}
.t-portal-wrapper.fitMobile .t-popup__content {
  margin: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.t-portal-wrapper.fitMobile .t-popup .t-dropdown {
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: calc(100vh - 56px) !important;
  overflow: hidden auto;
  -webkit-overflow-scrolling: touch;
}
.t-portal-wrapper.fitMobile .t-popup .t-dropdown__menu {
  gap: 0;
  padding: 0;
  max-height: 80vh !important;
  max-height: 80svh !important;
  border-radius: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.t-portal-wrapper.fitMobile .t-popup .t-dropdown__menu > div {
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.t-portal-wrapper.fitMobile .t-popup .t-dropdown__menu > div:last-child {
  margin-bottom: calc(constant(safe-area-inset-bottom));
  margin-bottom: calc(env(safe-area-inset-bottom));
}
.t-portal-wrapper.fitMobile .t-popup .t-dropdown__item {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 16px;
  max-width: none !important;
  min-width: 0 !important;
  width: auto !important;
  border-radius: 0;
}
.t-portal-wrapper.fitMobile .t-popup .t-dropdown__item:hover,
.t-portal-wrapper.fitMobile .t-popup .t-dropdown__item:active {
  background-color: transparent !important;
  outline: none;
}
.t-portal-wrapper.fitMobile .t-popup .t-dropdown__item-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  font-size: 16px;
  line-height: 24px;
  max-width: 100%;
}
.t-portal-wrapper.fitMobile .t-popup .t-dropdown__item--suffix .t-dropdown__item-content {
  position: relative;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.t-portal-wrapper.fitMobile .t-popup .t-dropdown__item--suffix .t-dropdown__item-content .t-dropdown__item-direction {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -8px -20px 0 0;
}
.t-portal-wrapper.fitMobile .t-popup .t-dropdown__item--suffix .t-dropdown__item-content .t-dropdown__item-direction.t-icon-chevron-left {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.t-portal-wrapper.fitMobile .t-popup .t-dropdown__item--suffix .t-dropdown__item-content .t-dropdown__item-direction.t-icon-chevron-right {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.t-portal-wrapper.fitMobile .t-popup .t-dropdown__item--suffix:hover .t-dropdown__submenu-wrapper {
  right: 0;
  left: 0;
  top: auto !important;
  bottom: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}
.t-portal-wrapper.fitMobile .t-popup .t-dropdown__item--suffix:hover .t-dropdown__submenu {
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 0;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown {
  padding: 16px;
  background-color: var(--td-bg-color-container-hover);
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__menu > div:first-child {
  border-radius: var(--td-radius-default) var(--td-radius-default) 0 0;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__menu > div:last-child {
  border-radius: 0 0 var(--td-radius-default) var(--td-radius-default);
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: var(--td-bg-color-container);
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item-icon,
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item-icon .icon-component,
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item-icon .coral-icon {
  font-size: 18px !important;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns {
  position: relative;
  margin-bottom: 16px;
  padding: 0;
  background-color: transparent;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns:before,
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  background: linear-gradient(to right, var(--td-bg-color-container-hover) 4px, transparent);
  pointer-events: none;
  z-index: 10;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns:after {
  left: auto;
  right: 0;
  background: linear-gradient(to left, var(--td-bg-color-container-hover) 4px, transparent);
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns .t-dropdown__item-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
  background-color: var(--td-bg-color-container);
  padding: 0px;
  margin: 0 16px;
  width: calc(100% - 8px * 4);
  border-radius: var(--td-radius-default);
  position: relative;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns .t-dropdown__item-text::-webkit-scrollbar {
  display: none;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns .t-dropdown__item-text .operation {
  border: none;
  border-bottom: 1px solid var(--td-component-stroke);
  border-right: 1px solid var(--td-component-stroke);
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns .t-dropdown__item-text .operation:nth-last-child(-n + 3) {
  border-bottom: none;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns .t-dropdown__item-text .operation:nth-child(3n) {
  border-right: none;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns .t-dropdown__item-text > button,
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns .t-dropdown__item-text > a {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 59px;
  height: 59px;
  font-size: 12px !important;
  line-height: 1.2 !important;
  color: var(--td-text-color-primary);
  background-color: var(--td-bg-color-container);
  width: 100%;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns .t-dropdown__item-text > button .icon-component,
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns .t-dropdown__item-text > a .icon-component,
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns .t-dropdown__item-text > button svg.coral-icon,
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns .t-dropdown__item-text > a svg.coral-icon {
  margin-bottom: 4px;
  font-size: 24px;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns .t-dropdown__item-text > button.a-link--disabled > *,
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left .t-dropdown__item.mobile-dropdown-btns .t-dropdown__item-text > a.a-link--disabled > * {
  opacity: 0.4;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left.mobile-dropdown--hasBtn .t-dropdown__menu > div:first-child {
  margin: 0 -16px;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left.mobile-dropdown--hasBtn .t-dropdown__menu > div:nth-child(2) {
  border-radius: var(--td-radius-default);
  overflow: hidden;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left.mobile-dropdown--hasBtn .t-dropdown__menu > div:nth-child(3) {
  border-top-left-radius: var(--td-radius-default);
  border-top-right-radius: var(--td-radius-default);
  margin-top: 16px;
  overflow: hidden;
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left.mobile-dropdown--hasBtn .t-dropdown__menu > div:nth-last-child(4),
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left.mobile-dropdown--hasBtn .t-dropdown__menu > div:nth-last-child(3) {
  border-bottom-right-radius: var(--td-radius-default);
  border-bottom-left-radius: var(--td-radius-default);
}
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left.mobile-dropdown--hasBtn .t-dropdown__menu > div:nth-last-child(3),
.t-portal-wrapper.fitMobile .t-popup.mobile-dropdown--left.mobile-dropdown--hasBtn .t-dropdown__menu > div:nth-last-child(2) {
  border-top-right-radius: var(--td-radius-default);
  border-top-left-radius: var(--td-radius-default);
  margin-top: 16px;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Organization/InviteModal/index.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.t-cascader__item-icon {
  height: 100% !important;
}
.invite-modal-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.invite-modal-head .toggle-item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  margin: 0 24px 0 0;
  padding: 0;
  height: 100%;
  background: transparent;
  border: none;
}
.invite-modal-head .toggle-item.active {
  color: var(--td-brand-color);
}
.invite-modal-head .toggle-item.active:after {
  content: ' ';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background-color: var(--td-brand-color);
}
.invite-modal-wrap {
  padding-top: 24px;
}
.invite-modal-wrap .filter {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.invite-modal-wrap .filter .item {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.invite-modal-wrap .filter .item.group {
  margin-right: 24px;
}
.invite-modal-wrap .filter .item .label {
  width: 66px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-right: 10px;
}
.invite-modal-wrap .deadline {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
}
.invite-modal-wrap .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.invite-modal-wrap .content > div {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  height: 280px;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.02);
  position: relative;
}
.invite-modal-wrap .content > div > h3 {
  font-size: 14px;
  line-height: 14px;
}
.invite-modal-wrap .content > div > p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 26px;
}
.invite-modal-wrap .content > div > .t-button {
  position: absolute;
  left: 24px;
  bottom: 24px;
}
.invite-modal-wrap .content .link {
  margin-right: 24px;
}
.invite-modal-wrap .content .link > a {
  font-size: 14px;
  line-height: 26px;
  color: var(--td-brand-color);
  text-decoration: none;
  display: block;
  word-break: break-all;
}
.invite-modal-wrap .content .qr-code > div {
  margin-top: 5px;
}
.invite-modal-wrap .tip {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 8px;
}
.invite-modal-wrap .batch-import-info-title {
  padding: 24px 0 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.invite-modal-wrap .batch-import-info-content {
  background: var(--td-brand-color-light);
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  padding: 16px 24px;
}
.invite-modal-wrap .batch-import-info-content-link {
  color: var(--td-brand-color);
}
.invite-modal-wrap.import-finish .coral-excel-uploader-modal--result {
  min-height: auto !important;
}
.invite-modal-wrap.import-finish .coral-excel-uploader-modal--result__actions {
  margin-top: 0 !important;
}
.member-tier-tip {
  margin-top: 17px;
}
.member-tier-tip .upgrade-link {
  position: relative;
  margin-left: 17px;
}
.member-tier-tip .upgrade-link::before {
  position: absolute;
  content: '';
  width: 1px;
  background: #ececec;
  height: 16px;
  left: -8px;
}
.ua-mobile .invite-modal-dialog .dialog-container {
  top: 16px;
  bottom: 16px;
  left: 16px;
  right: 16px;
  max-width: calc(100vw - 8px*4) !important;
  height: calc(100vh - 8px*4) !important;
  max-height: 760px !important;
}
.ua-mobile .invite-modal-dialog .dialog-content {
  /* total width */
  /* set button(top and bottom of the scrollbar) */
}
.ua-mobile .invite-modal-dialog .dialog-content::-webkit-scrollbar {
  width: 8px;
  z-index: 99;
}
.ua-mobile .invite-modal-dialog .dialog-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 8px 8px transparent;
          box-shadow: inset 0 0 8px 8px transparent;
  border: solid 2px transparent;
}
.ua-mobile .invite-modal-dialog .dialog-content::-webkit-scrollbar-track:hover {
  background: #fff;
}
.ua-mobile .invite-modal-dialog .dialog-content::-webkit-scrollbar-thumb {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 8px 8px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 8px 8px rgba(0, 0, 0, 0.1);
  border: solid 2px transparent;
  border-radius: 8px;
}
.ua-mobile .invite-modal-dialog .dialog-content::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 0 0 8px 8px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 8px 8px rgba(0, 0, 0, 0.15);
}
.ua-mobile .invite-modal-dialog .dialog-content::-webkit-scrollbar-button {
  display: none;
}
@media screen and(max-width: 700px) {
  .ua-mobile .invite-modal-wrap .filter,
  .ua-mobile .invite-modal-wrap .content {
    display: block;
  }
  .ua-mobile .invite-modal-wrap .filter .item .t-select__wrap {
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
  .ua-mobile .invite-modal-wrap .filter .item.group {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .ua-mobile .invite-modal-wrap .filter .item.group .t-cascader.t-select-input {
    max-width: none !important;
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
  .ua-mobile .invite-modal-wrap .content {
    margin-top: 16px;
  }
  .ua-mobile .invite-modal-wrap .content .link {
    margin-right: 0;
    margin-bottom: 16px;
    height: 230px;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/layout/LayoutSidebar/org-header.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.layout-left-sidebar--header__dropdown-wrap {
  max-height: 80vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout-left-sidebar--header__dropdown-menu {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  max-height: 550px;
  overflow-y: auto;
}
.layout-left-sidebar--header__dropdown-menu .t-dropdown__menu {
  overflow: hidden;
}
.layout-left-sidebar--header__dropdown-menu .t-dropdown__menu > :first-child {
  margin-top: 2px;
}
.layout-left-sidebar--header__dropdown-menu .t-dropdown__menu > div {
  margin-top: 6px;
}
.layout-left-sidebar--header__dropdown-menu .t-dropdown__menu > div:last-child {
  margin-bottom: 12px !important;
}
.layout-left-sidebar--header__dropdown-menu .t-dropdown__item {
  max-width: 304px;
  width: 304px;
  position: relative;
  height: 44px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-left-sidebar--header__dropdown-menu .t-dropdown__item-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-left-sidebar--header__dropdown-menu .t-dropdown__item-text .coral-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.layout-left-sidebar--header__dropdown-menu.fitMobile .layout-left-sidebar--header__item--text-label {
  max-width: 215px;
}
.layout-left-sidebar--header__dropdown-menu.fitMobile .layout-left-sidebar--header__item--text {
  max-width: calc(100% - 36px - 12px);
}
.layout-left-sidebar--header__dropdown-menu.fitMobile .t-dropdown__menu > :nth-child(2) {
  margin-top: 6px;
}
.layout-left-sidebar--header__dropdown-menu.fitMobile .t-dropdown__menu .t-dropdown__item-text {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.layout-left-sidebar--header__dropdown-menu.fitMobile .t-dropdown__menu .t-dropdown__item {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.layout-left-sidebar--header__dropdown-header {
  font-size: 12px;
  color: #999;
  line-height: 20px;
  margin-top: 4px;
  margin-left: 8px;
}
.layout-left-sidebar--header__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 8px;
  width: 100%;
  height: 40px;
  border-radius: var(--td-radius-default);
  padding: 0 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.layout-left-sidebar--header__inner:hover {
  background-color: #e7e7e7;
}
.layout-left-sidebar--header__inner-open {
  background-color: #e7e7e7;
}
.layout-left-sidebar--header__inner.collapsed {
  border-bottom: none;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout-left-sidebar--header__inner .coral-icon {
  position: absolute;
  right: 17px;
  top: 40%;
}
.layout-left-sidebar--header__inner--value {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow: hidden;
  margin-left: 8px;
}
.layout-left-sidebar--header__inner--value .saas-vip-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.layout-left-sidebar--header__inner--value-text {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout-left-sidebar--header__inner--value-text.max-wid {
  max-width: 100%;
}
.layout-left-sidebar--header__inner--value.collapsed {
  width: 32px;
  height: 32px;
  background-color: #ADCEFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.layout-left-sidebar--header__inner--sub-label {
  font-weight: 400;
  font-size: 12px;
  color: #00000066;
}
.layout-left-sidebar--header__inner--vip {
  margin-left: 6px;
}
.layout-left-sidebar--header__dropdown {
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.layout-left-sidebar--header__dropdown.active {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.layout-left-sidebar--header__item--create-team {
  height: 40px;
  background-color: #0F6BFF;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  color: #FFFFFF;
  margin: 8px 7px 7px 7px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  font-size: 16px;
}
.layout-left-sidebar--header__item--create-team .coral-icon-add_line {
  height: 16px;
}
.layout-left-sidebar--header__item--create-team:hover {
  background-color: #3A8DFF;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.layout-left-sidebar--header__item--create-team:active {
  background-color: #0C58D9;
}
.layout-left-sidebar--header__item--create-team.fitMobile {
  margin: 8px 0 0 0;
}
.layout-left-sidebar--header__item--text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 12px;
  max-width: calc(100% - 36px - 42px);
}
.layout-left-sidebar--header__item--text-label {
  font-weight: 600;
  font-size: 16px;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout-left-sidebar--header__item--vip {
  margin: 0;
  margin-left: 4px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.layout-left-sidebar--header__item--sub-label {
  font-weight: 400;
  font-size: 12px;
  color: #00000066;
}
.layout-left-sidebar--header__item--selected-icon {
  fill: #0F6BFF;
  margin-left: auto;
}
.layout-left-sidebar--header__item--create-team {
  margin: 12px 8px 8px 8px;
}
.layout-left-sidebar--header__item--create-team.fitMobile {
  margin: 0;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/DialogKit/NormalMemberWarningDialog/style.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.normal-member-warning-dialog__tips {
  color: #999999;
  margin-top: 5px;
}
.normal-member-warning-dialog .t-table {
  margin-top: 10px;
}
.normal-member-warning-dialog__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.normal-member-warning-dialog__info__name {
  margin-left: 5px;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/layout/LayoutContent/style.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
* {
  margin: 0;
  padding: 0;
  outline: none;
}
ol,
ul,
li {
  list-style: none;
}
html {
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-family: 'PingFang SC', tahoma, arial, 'helvetica neue', 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
  font-size: 14px;
}
a {
  text-decoration: none;
}
.layout-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout-wrap.layout-wrap-has-sider {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.layout-wrap .layout-header {
  height: 56px;
  line-height: 56px;
  color: #333333;
  padding: 0 16px;
}
.layout-wrap .layout-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 2;
}
.layout-wrap .layout-header .coral-header-logo {
  margin: 12px 0;
}
@media (max-width: 980px) {
  .layout-wrap .layout-header {
    height: 56px;
    line-height: 56px;
  }
}
.layout-wrap .layout-footer-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 2;
}
.layout-wrap .layout-content {
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  min-height: 0;
}
.layout-wrap .layout-content-horizontal {
  white-space: nowrap;
  overflow-x: auto;
}
.layout-wrap .layout-sider {
  min-height: 0;
}

/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/workspace/style.less ***!
  \********************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-down {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.page-workspace {
  height: 100%;
  background-color: #fff;
  min-width: 980px;
}
.page-workspace .page-workspace-view {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: calc(100vh - 64px);
}
.page-workspace-wrap {
  position: relative;
  height: 100%;
  overflow-y: hidden !important;
}
.page-workspace-wrap .normal-member-forbid-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 100;
}
.page-workspace-list {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.page-workspace-footer .footer-copyright {
  position: static;
  padding: 16px 0;
}
.page-workspace-toolbar {
  z-index: 10;
  top: 0;
  background-color: #fff;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 32px;
}
.page-workspace-toolbar-bottom-line::after,
.page-workspace-toolbar--simple::after {
  content: '';
  display: block;
  width: calc(100% - 32px * 2);
  height: 1px;
  background-color: #e7e7e7;
  position: absolute;
  bottom: 0;
}
.page-workspace-toolbar-wrap.page-workspace-toolbar-wrap--simple {
  position: -webkit-sticky;
  position: sticky;
  height: 0px;
  z-index: 101;
}
.page-workspace-toolbar--simple {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-animation: slide-down 0.2s ease forwards;
          animation: slide-down 0.2s ease forwards;
}
.page-workspace-toolbar--simple .page-workspace-toolbar-pre-notic {
  display: none;
}
.page-workspace-toolbar--simple .page-workspace-toolbar-todo-survey-filter {
  display: none;
}
.page-workspace-toolbar--simple .page-workspace-toolbar-tab-nav {
  position: static;
}
.page-workspace-toolbar--simple .page-workspace-toolbar-tab-actions {
  right: 32px;
  top: 0px;
  height: 64px;
}
.page-workspace-toolbar--simple .page-workspace-toolbar-mid {
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  padding: 0px;
}
.page-workspace-toolbar--simple .page-workspace-toolbar-path {
  margin-right: 16px;
}
.page-workspace-toolbar--simple .page-workspace-toolbar-pre {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding: 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
}
.page-workspace-toolbar--simple .page-workspace-toolbar-tab-nav {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.page-workspace-toolbar--simple .table-head {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  margin-top: -1px;
}
.page-workspace-toolbar--simple .page-workspace-toolbar-path-single .t-breadcrumb__item .t-breadcrumb__inner-text {
  font-size: 16px;
}
.page-workspace-toolbar--simple .t-breadcrumb__item .t-breadcrumb__inner-text {
  font-size: 14px;
}
.page-workspace-toolbar--simple .t-breadcrumb__item:not(:last-child):not(:first-child) {
  display: none;
}
.page-workspace-toolbar--simple .t-breadcrumb__item:not(:last-child):not(:first-child):nth-child(2) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.page-workspace-toolbar--simple .t-breadcrumb__item:not(:last-child):not(:first-child):nth-child(2) .t-breadcrumb__inner-text {
  font-size: 0px;
}
.page-workspace-toolbar--simple .t-breadcrumb__item:not(:last-child):not(:first-child):nth-child(2) .t-breadcrumb__inner-text::after {
  content: '...';
  font-size: 14px;
}
.page-workspace-toolbar-ai-creat-survey .ai-create-icon {
  width: 16px !important;
  height: 16px !important;
}
.page-workspace-toolbar-wrap {
  z-index: 10;
  top: 0;
}
.page-workspace-toolbar-pre {
  padding: 16px 0;
}
.page-workspace-toolbar-pre:empty {
  display: none;
}
.page-workspace-toolbar-pre .btn-ai-create--wrapper .btn-ai-create {
  margin-left: 8px;
}
.page-workspace-toolbar-pre .btn-ai-create--wrapper .t-button__text {
  font-size: 14px;
}
.page-workspace-toolbar-pre .btn-ai-create--wrapper img {
  width: 18px;
  height: 18px;
}
.page-workspace-toolbar-pre-notic {
  float: right;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-workspace-toolbar-pre-notic .promotions_nav_right,
.page-workspace-toolbar-pre-notic .survey-locales-select-pc {
  margin-right: 20px;
}
.page-workspace-toolbar-pre-notic .survey-locales-select-pc-select-hidden {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.page-workspace-toolbar-pre-notic .survey-locales-select-pc .lang-atom-icon svg {
  font-size: 24px !important;
}
.page-workspace-toolbar-pre-notic .survey-locales-select-pc .icon-i18n-change {
  font-size: 24px !important;
  margin-right: 0 !important;
}
.page-workspace-toolbar-pre-notic .survey-locales-select-pc .t-input {
  padding: 0;
  height: auto;
}
.page-workspace-toolbar-pre-notic .survey-locales-select-pc .t-input__prefix .lang-atom-text,
.page-workspace-toolbar-pre-notic .survey-locales-select-pc .t-input__suffix {
  display: none !important;
}
.page-workspace-toolbar-pre-notic .header-buy-consultation {
  float: none;
}
.page-workspace-toolbar-pre-notic .ui-message-inform .inform-icon .coral-icon-notification_line {
  font-size: 24px;
}
.page-workspace-toolbar-mid {
  padding: 16px 0 7px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-workspace-toolbar-mid-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-workspace-toolbar-tab-nav {
  position: relative;
}
.page-workspace-toolbar-tab-nav .page-workspace-toolbar-path {
  height: 64px;
}
.page-workspace-toolbar-tab-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 9px;
  height: 64px;
  bottom: 0px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.page-workspace-toolbar-members {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
}
.page-workspace-toolbar-members .t-avatar-group.t-avatar--offset-right .t-avatar {
  font-size: 12px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.14);
  z-index: 0;
}
.page-workspace-toolbar-members .t-avatar-group.t-avatar--offset-right .t-avatar:not(:last-child) {
  margin-right: calc(0px - var(--td-size-6));
}
.page-workspace-toolbar-path {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.page-workspace-toolbar-path .t-breadcrumb__item .t-breadcrumb__inner-text {
  font-size: 14px;
  line-height: 32px;
  color: #999;
}
.page-workspace-toolbar-path .t-breadcrumb__item:last-child .t-breadcrumb__inner-text {
  font-weight: 600;
  color: #333;
}
.page-workspace-toolbar-path-single .t-breadcrumb__item .t-breadcrumb__inner-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #333;
}
.page-workspace-toolbar-compare-survey,
.page-workspace-toolbar-add-folder {
  margin-right: 8px;
}
.page-workspace-toolbar-compare-survey .t-button__text,
.page-workspace-toolbar-add-folder .t-button__text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-workspace-toolbar-multiple-all,
.page-workspace-toolbar-multiple-cancel,
.page-workspace-toolbar-multiple-move {
  margin-right: 8px;
}
.page-workspace-toolbar-sort,
.page-workspace-toolbar-create-project {
  margin-right: 8px;
}
.page-workspace-toolbar .coral-workspace-list-view-controls {
  float: right;
  white-space: nowrap;
  height: 32px;
}
.page-workspace-toolbar-todo-tabs-override .t-tabs__nav-item-text-wrapper {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
}
.page-workspace-toolbar-todo-tabs-override .t-is-active .t-tabs__nav-item-text-wrapper {
  color: #0f6bff;
}
.page-workspace-toolbar-material-tabs-override .t-tabs__nav-item-text-wrapper {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
}
.page-workspace-toolbar-material-tabs-override .t-is-active .t-tabs__nav-item-text-wrapper {
  color: #0f6bff;
}
.page-workspace-toolbar-todo-survey-filter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 16px;
  margin-bottom: 16px;
}
.page-workspace .project-item-empty {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-workspace .project-item-empty-icon {
  height: 64px;
  width: 64px;
}
.page-workspace .project-item-empty-text {
  margin-top: 8px;
}
.page-workspace .project-item-empty-create {
  margin-top: 24px;
  min-width: 160px;
}
.page-workspace .project-item-list {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.page-workspace-sidebar {
  border-right: 1px solid #e7e7e7;
  background-color: #f8f8f8;
}
.page-workspace-sidebar-wrap {
  border-bottom: 1px solid #e7e7e7;
  padding: 12px 8px;
}
.page-workspace-sidebar-header {
  padding: 0;
  border: 0;
}
.page-workspace-sidebar-header .global-search {
  width: 100%;
}
.page-workspace-sidebar-header .global-search .t-input {
  background-color: #e7e7e7;
}
.page-workspace-sidebar-header .global-logo {
  margin-bottom: 18px;
  min-height: 32px;
  width: 100%;
  padding-right: 24px;
}
.page-workspace-sidebar-header .global-logo .coral-header-logo__inner {
  overflow: hidden;
}
.page-workspace-sidebar-header .global-logo .coral-header-logo__img {
  width: 32px !important;
  height: 32px !important;
  margin-right: 6px;
}
.page-workspace-sidebar-header .global-logo .coral-header-logo__title {
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-workspace-sidebar .sidebar-item__promote {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: var(--td-radius-default);
  margin-bottom: 8px;
  line-height: 20px;
  padding: 4px 8px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-workspace-sidebar .sidebar-item__promote--minor {
  background: -webkit-gradient(linear, right top, left top, from(#ffe9c6), to(#fff5e4)), #fae7c8;
  background: linear-gradient(270deg, #ffe9c6 0%, #fff5e4 100%), #fae7c8;
  color: rgba(0, 0, 0, 0.6);
  fill: rgba(0, 0, 0, 0.6);
}
.page-workspace-sidebar .sidebar-item__promote--warning {
  background: #fff1e9;
  color: #f36d00;
  fill: #f36d00;
}
.page-workspace-sidebar .sidebar-item__promote--error {
  background: #fff0ed;
  color: #f73b45;
  fill: #f73b45;
}
.page-workspace-sidebar .sidebar-item__promote .coral-icon-info_line {
  position: relative;
  top: 3px;
  font-size: 16px;
  margin-left: 2px;
}
.page-workspace-sidebar .sidebar-item__promote .t-divider {
  margin: 0;
  color: var(--td-brand-color);
  border-color: var(--td-brand-color);
}
.page-workspace-sidebar .sidebar-item__user {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 8px;
  width: 100%;
  height: 40px;
  border-radius: var(--td-radius-default);
  padding: 0 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-workspace-sidebar .sidebar-item__user-open {
  background-color: #e7e7e7;
}
.page-workspace-sidebar .sidebar-item__user-open .t-icon {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.page-workspace-sidebar .sidebar-item__user:hover {
  background-color: #e7e7e7;
}
.page-workspace-sidebar .sidebar-item__user-avatar {
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.page-workspace-sidebar .sidebar-item__user-avatar-img {
  width: 100%;
  display: block;
}
.page-workspace-sidebar .sidebar-item__user .header-user-info {
  margin-left: 8px;
  margin-right: 8px;
  overflow: hidden;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  text-overflow: ellipsis;
  max-width: none;
}
.page-workspace-sidebar .sidebar-item__user .t-icon-caret-down-small {
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.page-workspace-sidebar .layout-left-sidebar--content {
  padding: 0px;
  height: unset;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.page-workspace-sidebar .layout-left-sidebar--item__share-tag {
  margin-left: 8px;
}
.page-workspace-sidebar .layout-left-sidebar--sub-footer-divider,
.page-workspace-sidebar .layout-left-sidebar--footer-divider {
  width: calc(100% - 24px);
  margin: auto;
}
.page-workspace-sidebar .layout-left-sidebar--sub-footer {
  padding: 12px 8px 4px;
}
.page-workspace-sidebar .layout-left-sidebar--footer {
  padding: 12px 8px 4px;
}
.page-workspace-sidebar-fixed {
  padding: 12px 8px 4px;
}
.page-workspace-sidebar-group {
  padding: 12px 8px 4px;
  border: 0;
}
.page-workspace-sidebar__project__more {
  opacity: 0;
}
.page-workspace-sidebar__project__enabled {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
}
.page-workspace-sidebar__project__enabled .t-tag {
  height: 20px;
  padding: 0 4px;
  margin-top: 2px;
}
.page-workspace-sidebar__project:hover .page-workspace-sidebar__project__more {
  opacity: 1;
}
.page-workspace-sidebar__project:hover .page-workspace-sidebar__project__enabled {
  opacity: 0;
}
.page-workspace-sidebar .layout-left-sidebar--item__recycle .coral-icon-ashbin_line {
  color: #000;
}
.page-workspace-sidebar.collapsed .page-workspace-sidebar-header .global-logo {
  opacity: 0;
  pointer-events: none;
}
.page-workspace-sidebar.collapsed .layout-left-sidebar--item__recycle .t-button__text {
  display: none;
}
.page-workspace-sidebar.collapsed .sidebar-item__promote {
  padding: 4px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-workspace-sidebar.collapsed .sidebar-item__promote--text {
  display: none;
}
.page-workspace-sidebar.collapsed .sidebar-item__user {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-workspace-sidebar.collapsed .sidebar-item__user .header-user-info,
.page-workspace-sidebar.collapsed .sidebar-item__user .t-icon {
  display: none;
}
.page-workspace-sidebar.collapsed .layout-left-sidebar--header__inner {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-workspace-sidebar.collapsed .layout-left-sidebar--header__inner .t-icon-caret-down-small,
.page-workspace-sidebar.collapsed .layout-left-sidebar--header__inner--value {
  display: none;
}
.page-workspace .table-head {
  top: 0;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
  display: block;
}
.page-workspace .table-head:after {
  content: ' ';
  display: block;
  clear: both;
  height: 1px;
  border-bottom: 1px solid #e5e5e5;
}
.page-workspace .table-head-th {
  float: left;
  display: block;
  color: #999999;
  line-height: calc(100% + 8px);
  text-decoration: none;
  padding: 13px 0;
  padding-right: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-workspace .table-wrap {
  margin: 0 32px;
}
.page-workspace .table-wrap .sitem-item {
  padding-top: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.page-workspace .table-wrap .sitem-item:after {
  content: ' ';
  display: block;
  clear: both;
  height: 1px;
  padding-top: 7px;
  border-bottom: 1px solid #e5e5e5;
}
.page-workspace .table-wrap .sitem-item:last-child {
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
.page-workspace .table-wrap .sitem-item:last-child:after {
  border: none;
}
.page-workspace .table-wrap .sitem-item .td .td-desktop-hide {
  display: none;
}
.page-workspace .table-wrap .sitem-item .td-multiple {
  position: relative;
  top: 5px;
}
.page-workspace .table-wrap .sitem-item .td-name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-workspace .table-wrap .sitem-item .td-name .name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 28px;
}
.page-workspace .table-wrap .sitem-item .td-name .name .survey-icon {
  font-size: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.page-workspace .table-wrap .sitem-item .td-name .name .folder-name,
.page-workspace .table-wrap .sitem-item .td-name .name .sitem-name {
  padding-left: 8px;
  max-width: calc(100% - 39px);
}
.page-workspace .table-wrap .sitem-item .td-name .name .folder-name a,
.page-workspace .table-wrap .sitem-item .td-name .name .sitem-name a {
  text-decoration: none;
}
.page-workspace .table-wrap .sitem-item .td-name .name .folder-title {
  text-align: left;
  padding-left: 6px;
}
.page-workspace .table-wrap .sitem-item .td-name .name .text,
.page-workspace .table-wrap .sitem-item .td-name .name .folder-title {
  font-weight: bold;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  border: none;
  background-color: transparent;
  display: block;
  cursor: pointer;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-workspace .table-wrap .sitem-item .td-name .name .text:hover,
.page-workspace .table-wrap .sitem-item .td-name .name .folder-title:hover {
  color: #0f6bff;
}
.page-workspace .table-wrap .sitem-item .td-name .export-package {
  position: static;
  margin-left: 30px;
}
.page-workspace .table-wrap .sitem-item .td-name .iframe {
  position: absolute;
}
.page-workspace .table-wrap .sitem-item .td-name .info {
  color: #999999;
  font-size: 12px;
  line-height: 24px;
  padding-left: 26px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-workspace .table-wrap .sitem-item .td-name .info .creator-name {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-workspace .table-wrap .sitem-item .td-name .info-name {
  max-width: calc(100% - 180px);
  display: inline-block;
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-workspace .table-wrap .sitem-item .td-name .info-name .face-url {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  margin-right: 8px;
  overflow: hidden;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
}
.page-workspace .table-wrap .sitem-item .td-name .info-name .face-url img {
  width: 100%;
}
.page-workspace .table-wrap .sitem-item .td-name .info-name .vertical-line {
  font-size: 12px;
}
.page-workspace .table-wrap .sitem-item .td-name .info-name .creator-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-workspace .table-wrap .sitem-item .td-name .info .sitem-tag {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-workspace .table-wrap .sitem-item .td-name .info .sitem-tag .common-team-avatar {
  -webkit-transform: scale(0.66666667);
      -ms-transform: scale(0.66666667);
          transform: scale(0.66666667);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.page-workspace .table-wrap .sitem-item .td-name .info .sitem-tag .tag {
  margin-right: 8px;
}
.page-workspace .table-wrap .sitem-item .td-name .info .sitem-tag .tag .coral-icon {
  fill: #999999;
  font-size: 16px;
  vertical-align: middle;
  margin-top: -3px;
}
.page-workspace .table-wrap .sitem-item .td-name .info .export-progress-round {
  position: absolute;
  bottom: 5px;
  left: 4px;
}
.page-workspace .table-wrap .sitem-item .td-scene,
.page-workspace .table-wrap .sitem-item .td-id,
.page-workspace .table-wrap .sitem-item .td-question-count,
.page-workspace .table-wrap .sitem-item .td-cited,
.page-workspace .table-wrap .sitem-item .td-recycle,
.page-workspace .table-wrap .sitem-item .td-reviewers,
.page-workspace .table-wrap .sitem-item .td-project,
.page-workspace .table-wrap .sitem-item .td-account,
.page-workspace .table-wrap .sitem-item .td-type,
.page-workspace .table-wrap .sitem-item .td-date {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  color: #333333;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
.page-workspace .table-wrap .sitem-item .td-reviewers {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px 12px;
}
.page-workspace .table-wrap .sitem-item .td-review-status,
.page-workspace .table-wrap .sitem-item .td-status {
  padding-top: 14px;
  padding-bottom: 14px;
}
.page-workspace .table-wrap .sitem-item .td-review-status .stop,
.page-workspace .table-wrap .sitem-item .td-status .stop {
  color: #999999;
}
.page-workspace .table-wrap .sitem-item .td-review-status button,
.page-workspace .table-wrap .sitem-item .td-status button {
  border: none;
  background-color: transparent;
  color: #0f6bff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.page-workspace .table-wrap .sitem-item .td-review-status button .coral-icon,
.page-workspace .table-wrap .sitem-item .td-status button .coral-icon {
  fill: #0f6bff;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 4px;
}
.page-workspace .table-wrap .sitem-item .td-review-status .review-status {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.page-workspace .table-wrap .sitem-item .td-review-status .review-status--approved {
  color: var(--td-success-color);
}
.page-workspace .table-wrap .sitem-item .td-review-status .review-status--rejected {
  color: var(--td-error-color);
}
.page-workspace .table-wrap .sitem-item .td-review-status .review-status .dot {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: currentColor;
  display: inline-block;
}
.page-workspace .table-wrap .sitem-item .td-operate {
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: right;
}
.page-workspace .table-wrap .sitem-item .td-operate .a-link--disabled {
  pointer-events: none;
}
.page-workspace .table-wrap .sitem-item .td-account .account {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.page-workspace .table-wrap .sitem-item .td-account .account .respondent-type-icon {
  color: #999999;
  margin-right: 4px;
  font-size: 16px;
  height: 16px;
  width: 16px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.page-workspace .table-wrap .sitem-item .td-account .account .respondent-type-icon svg {
  fill: currentColor;
  font-size: inherit;
}
.page-workspace .table-wrap .sitem-item .td-account .account .respondent-type-icon img {
  width: 100%;
}
.page-workspace .table-wrap .sitem-item .td-account .account .respondent-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-workspace .table-wrap .sitem-item.is-survey-reviewing .td-operate {
  padding-top: 8px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-workspace .table-wrap-tr {
  float: left;
  display: block;
  border: none;
  background-color: transparent;
  text-align: left;
  padding-right: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}
.page-workspace .table-wrap-tr.start {
  color: #1ed261;
}
.page-workspace .table-head .td-multiple,
.page-workspace .table-wrap .td-multiple {
  width: 20px;
}
.page-workspace .table-head .td-name,
.page-workspace .table-wrap .td-name {
  width: calc(41% - 20px - 5px - 38px);
}
.page-workspace .table-head .td-scene,
.page-workspace .table-wrap .td-scene {
  width: calc(7% + 20px);
}
.page-workspace .table-head .td-id,
.page-workspace .table-wrap .td-id {
  width: calc(16% - 65px);
}
.page-workspace .table-head .td-reviewers,
.page-workspace .table-wrap .td-reviewers,
.page-workspace .table-head .td-recycle,
.page-workspace .table-wrap .td-recycle {
  width: calc(18% - 60px);
}
.page-workspace .table-head .td-recycle-text,
.page-workspace .table-wrap .td-recycle-text {
  display: none;
}
.page-workspace .table-head .td-project,
.page-workspace .table-wrap .td-project,
.page-workspace .table-head .td-status,
.page-workspace .table-wrap .td-status {
  width: calc(18% - 60px - 12px);
}
.page-workspace .table-head .td-operate,
.page-workspace .table-wrap .td-operate {
  max-width: 205px;
}
.page-workspace .table-head .is-survey-reviewing .td-operate,
.page-workspace .table-wrap .is-survey-reviewing .td-operate {
  max-width: 217px;
}
.page-workspace .table-head.is-survey-reviewed .td-multiple,
.page-workspace .table-wrap.is-survey-reviewed .td-multiple,
.page-workspace .table-head .is-survey-reviewed .td-multiple,
.page-workspace .table-wrap .is-survey-reviewed .td-multiple {
  width: 20px;
}
.page-workspace .table-head.is-survey-reviewed .td-name,
.page-workspace .table-wrap.is-survey-reviewed .td-name,
.page-workspace .table-head .is-survey-reviewed .td-name,
.page-workspace .table-wrap .is-survey-reviewed .td-name {
  width: calc(36% - 20px);
}
.page-workspace .table-head.is-survey-reviewed .td-id,
.page-workspace .table-wrap.is-survey-reviewed .td-id,
.page-workspace .table-head .is-survey-reviewed .td-id,
.page-workspace .table-wrap .is-survey-reviewed .td-id {
  width: calc(15% - 20px);
}
.page-workspace .table-head.is-survey-reviewed .td-reviewers,
.page-workspace .table-wrap.is-survey-reviewed .td-reviewers,
.page-workspace .table-head .is-survey-reviewed .td-reviewers,
.page-workspace .table-wrap .is-survey-reviewed .td-reviewers {
  width: calc(21% - 70px);
}
.page-workspace .table-head.is-survey-reviewed .td-project,
.page-workspace .table-wrap.is-survey-reviewed .td-project,
.page-workspace .table-head .is-survey-reviewed .td-project,
.page-workspace .table-wrap .is-survey-reviewed .td-project {
  width: calc(18% - 55px);
}
.page-workspace .table-head.is-survey-reviewed .td-review-status,
.page-workspace .table-wrap.is-survey-reviewed .td-review-status,
.page-workspace .table-head .is-survey-reviewed .td-review-status,
.page-workspace .table-wrap .is-survey-reviewed .td-review-status {
  width: calc(10% - 5px);
}
.page-workspace .table-head.is-survey-reviewed .td-operate,
.page-workspace .table-wrap.is-survey-reviewed .td-operate,
.page-workspace .table-head .is-survey-reviewed .td-operate,
.page-workspace .table-wrap .is-survey-reviewed .td-operate {
  width: 150px;
}
.page-workspace .table-head.is-survey-to-be-answer .td-multiple,
.page-workspace .table-wrap.is-survey-to-be-answer .td-multiple,
.page-workspace .table-head .is-survey-to-be-answer .td-multiple,
.page-workspace .table-wrap .is-survey-to-be-answer .td-multiple {
  width: 20px;
}
.page-workspace .table-head.is-survey-to-be-answer .td-name,
.page-workspace .table-wrap.is-survey-to-be-answer .td-name,
.page-workspace .table-head .is-survey-to-be-answer .td-name,
.page-workspace .table-wrap .is-survey-to-be-answer .td-name {
  width: calc(36% - 20px);
}
.page-workspace .table-head.is-survey-to-be-answer .td-type,
.page-workspace .table-wrap.is-survey-to-be-answer .td-type,
.page-workspace .table-head .is-survey-to-be-answer .td-type,
.page-workspace .table-wrap .is-survey-to-be-answer .td-type {
  width: calc(15% - 20px);
}
.page-workspace .table-head.is-survey-to-be-answer .td-date,
.page-workspace .table-wrap.is-survey-to-be-answer .td-date,
.page-workspace .table-head .is-survey-to-be-answer .td-date,
.page-workspace .table-wrap .is-survey-to-be-answer .td-date {
  width: calc(49% - 130px);
}
.page-workspace .table-head.is-survey-to-be-answer .td-operate,
.page-workspace .table-wrap.is-survey-to-be-answer .td-operate,
.page-workspace .table-head .is-survey-to-be-answer .td-operate,
.page-workspace .table-wrap .is-survey-to-be-answer .td-operate {
  width: 150px;
  text-align: left;
}
.page-workspace .table-head.is-survey-answered .td-multiple,
.page-workspace .table-wrap.is-survey-answered .td-multiple,
.page-workspace .table-head .is-survey-answered .td-multiple,
.page-workspace .table-wrap .is-survey-answered .td-multiple {
  width: 20px;
}
.page-workspace .table-head.is-survey-answered .td-name,
.page-workspace .table-wrap.is-survey-answered .td-name,
.page-workspace .table-head .is-survey-answered .td-name,
.page-workspace .table-wrap .is-survey-answered .td-name {
  width: calc(36% - 30px);
}
.page-workspace .table-head.is-survey-answered .td-type,
.page-workspace .table-wrap.is-survey-answered .td-type,
.page-workspace .table-head .is-survey-answered .td-type,
.page-workspace .table-wrap .is-survey-answered .td-type {
  width: calc(12%);
}
.page-workspace .table-head.is-survey-answered .td-status,
.page-workspace .table-wrap.is-survey-answered .td-status,
.page-workspace .table-head .is-survey-answered .td-status,
.page-workspace .table-wrap .is-survey-answered .td-status {
  width: calc(12%);
}
.page-workspace .table-head.is-survey-answered .td-date,
.page-workspace .table-wrap.is-survey-answered .td-date,
.page-workspace .table-head .is-survey-answered .td-date,
.page-workspace .table-wrap .is-survey-answered .td-date {
  width: calc(20%);
}
.page-workspace .table-head.is-survey-answered .td-account,
.page-workspace .table-wrap.is-survey-answered .td-account,
.page-workspace .table-head .is-survey-answered .td-account,
.page-workspace .table-wrap .is-survey-answered .td-account {
  width: calc(20% - 70px);
}
.page-workspace .table-head.is-survey-answered .td-operate,
.page-workspace .table-wrap.is-survey-answered .td-operate,
.page-workspace .table-head .is-survey-answered .td-operate,
.page-workspace .table-wrap .is-survey-answered .td-operate {
  width: 80px;
  text-align: left;
}
.page-workspace .table-head.is-trash .td-name,
.page-workspace .table-wrap.is-trash .td-name {
  width: calc(40% - 34px);
}
.page-workspace .table-head.is-trash .td-id,
.page-workspace .table-wrap.is-trash .td-id {
  width: calc(30% - 32px);
}
.page-workspace .table-head.is-trash .td-recycle,
.page-workspace .table-wrap.is-trash .td-recycle {
  width: calc(30% - 32px);
}
.page-workspace .table-head.is-trash .td-operate,
.page-workspace .table-wrap.is-trash .td-operate {
  width: 98px;
}
.page-workspace .table-head.is-question-bank .td-name,
.page-workspace .table-wrap.is-question-bank .td-name,
.page-workspace .table-head .is-question-bank .td-name,
.page-workspace .table-wrap .is-question-bank .td-name {
  width: calc(38% - 64px);
}
.page-workspace .table-head.is-question-bank .td-id,
.page-workspace .table-wrap.is-question-bank .td-id,
.page-workspace .table-head .is-question-bank .td-id,
.page-workspace .table-wrap .is-question-bank .td-id {
  width: calc(14%);
}
.page-workspace .table-head.is-question-bank .td-scene,
.page-workspace .table-wrap.is-question-bank .td-scene,
.page-workspace .table-head .is-question-bank .td-scene,
.page-workspace .table-wrap .is-question-bank .td-scene {
  width: calc(12%);
}
.page-workspace .table-head.is-question-bank .td-question-count,
.page-workspace .table-wrap.is-question-bank .td-question-count,
.page-workspace .table-head .is-question-bank .td-question-count,
.page-workspace .table-wrap .is-question-bank .td-question-count {
  width: calc(12%);
}
.page-workspace .table-head.is-question-bank .td-cited,
.page-workspace .table-wrap.is-question-bank .td-cited,
.page-workspace .table-head .is-question-bank .td-cited,
.page-workspace .table-wrap .is-question-bank .td-cited {
  width: calc(12%);
}
.page-workspace .table-head.is-question-bank .td-operate,
.page-workspace .table-wrap.is-question-bank .td-operate,
.page-workspace .table-head .is-question-bank .td-operate,
.page-workspace .table-wrap .is-question-bank .td-operate {
  max-width: 225px;
}
.page-workspace .site-header {
  z-index: 100;
}
.page-workspace .sitem-cover-checkbox {
  opacity: 0;
}
.page-workspace .sitem-cover-checkbox-show,
.page-workspace .sitem-cover-checkbox.t-is-checked {
  opacity: 1;
}
.page-workspace .sitem:hover .sitem-cover-checkbox,
.page-workspace .sitem-item:hover .sitem-cover-checkbox,
.page-workspace .folder-box:hover .sitem-cover-checkbox {
  opacity: 1;
}
.page-workspace .page-workspace-alert {
  position: absolute;
  z-index: 99;
  background: #ffd9c2;
  left: 0;
  right: 0;
  margin: auto;
  top: 12px;
  display: none;
}
.page-workspace .page-workspace-alert:first-child {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-workspace .page-workspace-alert .t-link {
  margin-left: 8px;
}
.workspace-no-team-dialog .t-dialog__mask {
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.whiteSpace {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.folder {
  position: relative;
  width: 100%;
  height: 174px;
  padding-top: 16px;
  margin: 0 auto;
  background-color: #0056e3;
  border-radius: 0 6px 6px 6px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  cursor: pointer;
  border: none;
}
.folder:before,
.folder:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 1px;
  width: 45%;
  padding-top: 16px;
  background-color: #0056e3;
  border-radius: 6px 4px 0 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.folder:before {
  -webkit-transform: translateY(-100%) skewX(39deg);
      -ms-transform: translateY(-100%) skewX(39deg);
          transform: translateY(-100%) skewX(39deg);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}
.folder-page,
.folder-page-add {
  position: absolute;
  display: block;
  left: 8%;
  top: 8%;
  width: 84%;
  padding-top: 154px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 4px;
  z-index: 1;
}
.folder-page-add {
  display: none;
}
.folder-cover {
  position: relative;
  display: block;
  margin-top: 16px;
  padding-top: 142px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7baeffcc), color-stop(60.92%, #4e92ff));
  background-image: linear-gradient(180deg, #7baeffcc 0%, #4e92ff 60.92%);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 6px 6px 6px 6px;
  z-index: 1;
}
.folder.mini {
  border-radius: 0 1px 1px 1px;
}
.folder.mini .folder-page {
  left: 2px;
  right: 2px;
  width: auto;
  border-radius: 0;
}
.folder.mini .folder-cover {
  border-radius: 0 0 1px 1px;
}
.folder.mini:before,
.folder.mini:after {
  padding-top: 16%;
  border-radius: 1px 1px 0 0;
}
.folder.mini:before {
  -webkit-transform: translateY(-100%) skewX(20deg);
      -ms-transform: translateY(-100%) skewX(20deg);
          transform: translateY(-100%) skewX(20deg);
}
.folder.empty .folder-page {
  opacity: 0;
}
.sitem-select-mode-disabled {
  position: relative;
}
.sitem-select-mode-disabled-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  left: 0;
  cursor: pointer;
}
.sitem-wrap:not(.table-wrap) {
  padding: 20px 32px 5px 32px;
  display: grid;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: repeat(auto-fill, 220px);
  grid-gap: 0 16px;
}
.sitem-wrap:not(.table-wrap) .share-project-card-box {
  margin: 0 16px 32px 0;
}
.sitem-wrap:not(.table-wrap) .sitem {
  position: relative;
  display: block;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
  width: 220px;
  height: 210px;
  margin: 0 16px 32px 0;
}
.sitem-wrap:not(.table-wrap) .sitem-selected {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sitem-wrap:not(.table-wrap) .sitem-selected::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 6px;
  border: 3px solid #0f6bff;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
}
.sitem-wrap:not(.table-wrap) .sitem .export-package {
  z-index: 1;
}
.sitem-wrap:not(.table-wrap) .sitem:not(.sitem-select-mode-disabled):hover,
.sitem-wrap:not(.table-wrap) .sitem:not(.sitem-select-mode-disabled).hover {
  -webkit-transform: translateY(-9px);
      -ms-transform: translateY(-9px);
          transform: translateY(-9px);
  -webkit-box-shadow: 0 4px 12px 0 #00000029;
          box-shadow: 0 4px 12px 0 #00000029;
}
.sitem-wrap:not(.table-wrap) .sitem:not(.sitem-select-mode-disabled):hover .sitem-statistics,
.sitem-wrap:not(.table-wrap) .sitem:not(.sitem-select-mode-disabled).hover .sitem-statistics {
  opacity: 0;
  -webkit-transform: translateY(-21px);
      -ms-transform: translateY(-21px);
          transform: translateY(-21px);
}
.sitem-wrap:not(.table-wrap) .sitem:not(.sitem-select-mode-disabled):hover .sitem-operation,
.sitem-wrap:not(.table-wrap) .sitem:not(.sitem-select-mode-disabled).hover .sitem-operation {
  opacity: 1;
  -webkit-transform: translateY(-21px);
      -ms-transform: translateY(-21px);
          transform: translateY(-21px);
}
.sitem-wrap:not(.table-wrap) .sitem:not(.sitem-select-mode-disabled):hover .multiline.sitem-cover,
.sitem-wrap:not(.table-wrap) .sitem:not(.sitem-select-mode-disabled).hover .multiline.sitem-cover {
  height: 94px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.sitem-wrap:not(.table-wrap) .sitem:not(.sitem-select-mode-disabled):hover .multiline.sitem-name,
.sitem-wrap:not(.table-wrap) .sitem:not(.sitem-select-mode-disabled).hover .multiline.sitem-name {
  height: 48px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.sitem-wrap:not(.table-wrap) .sitem:not(.sitem-select-mode-disabled):hover .multiline.sitem-name .sitem-name-text,
.sitem-wrap:not(.table-wrap) .sitem:not(.sitem-select-mode-disabled).hover .multiline.sitem-name .sitem-name-text {
  max-height: 48px;
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  white-space: normal;
  opacity: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.sitem-wrap:not(.table-wrap) .sitem .iframe {
  position: absolute;
}
.sitem-wrap:not(.table-wrap) .sitem-cover {
  position: relative;
  height: 116px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  border-bottom: 1px solid #00000014;
  border-radius: 6px 6px 0 0;
  background: #f9f9f9;
  cursor: pointer;
  overflow: hidden;
}
.sitem-wrap:not(.table-wrap) .sitem-cover .export-progress-round {
  position: absolute;
  left: 8px;
  bottom: 8px;
}
.sitem-wrap:not(.table-wrap) .sitem-cover .sitem-tag {
  position: absolute;
  right: 4px;
  bottom: 8px;
}
.sitem-wrap:not(.table-wrap) .sitem-cover .sitem-tag .tag {
  background: rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  text-align: center;
  margin: 0 4px;
  vertical-align: middle;
}
.sitem-wrap:not(.table-wrap) .sitem-cover .sitem-tag .tag .coral-icon {
  font-size: 16px;
  fill: #ffffff;
  vertical-align: middle;
  margin-top: -2px;
}
.sitem-wrap:not(.table-wrap) .sitem-cover-checkbox {
  position: absolute;
  right: 8px;
  top: 8px;
}
.sitem-wrap:not(.table-wrap) .sitem-thumb {
  width: 100%;
  height: 100%;
  vertical-align: top;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sitem-wrap:not(.table-wrap) .sitem-err {
  display: block;
  width: 60px;
  height: 60px;
  margin: 45px auto 0;
}
.sitem-wrap:not(.table-wrap) .sitem-scene {
  position: absolute;
  left: 5px;
  top: 4px;
}
.sitem-wrap:not(.table-wrap) .sitem-scene .t-tag {
  border: 0.5px solid transparent;
  border-radius: 2px;
}
.sitem-wrap:not(.table-wrap) .sitem-scene-tag-primary {
  color: #015bf4;
  border-color: #015bf433 !important;
  background-color: #e6f0fc;
}
.sitem-wrap:not(.table-wrap) .sitem-scene-tag-success {
  color: #2fac49;
  border-color: #2fac4933 !important;
  background-color: #ebf7ed;
}
.sitem-wrap:not(.table-wrap) .sitem-scene-tag-assessment {
  color: #9348f4;
  border-color: #9348f433 !important;
  background-color: #f5edfe;
}
.sitem-wrap:not(.table-wrap) .sitem-scene-tag-warning {
  color: #ff9800;
  border-color: #f8b20033 !important;
  background-color: #fff3e0;
}
.sitem-wrap:not(.table-wrap) .sitem-scene-tag-danger {
  color: #e55c5c;
  border-color: #ee555533 !important;
  background-color: #fdeeee;
}
.sitem-wrap:not(.table-wrap) .sitem-scene-tag-vote {
  color: #18bcb2;
  border-color: #18bcb233 !important;
  background-color: #e8f9f8;
}
.sitem-wrap:not(.table-wrap) .sitem-scene-tag-registration {
  color: #f36d00;
  border-color: #f36d0033 !important;
  background-color: #fef1e6;
}
.sitem-wrap:not(.table-wrap) .sitem-scene-tag-clockin {
  color: #f8b200;
  border-color: #f8b20033 !important;
  background-color: #fff8e6;
}
.sitem-wrap:not(.table-wrap) .sitem-scene-tag-other {
  color: #ff9800;
  border-color: #ff9800 !important;
  background-color: #fff3e0;
}
.sitem-wrap:not(.table-wrap) .sitem-scene-tag-interview {
  color: #6a6aff;
  border-color: rgba(106, 106, 255, 0.2) !important;
  background-color: #e9e9ff;
}
.sitem-wrap:not(.table-wrap) .sitem-scene .text {
  color: #1ed261;
  border: 0.83px solid #1ed261;
  background-color: #f4fdf7;
  border-radius: 4px;
  font-size: 12px;
  padding: 0 6px;
}
.sitem-wrap:not(.table-wrap) .sitem-name {
  padding: 16px 16px;
  height: 24px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.sitem-wrap:not(.table-wrap) .sitem-name.multiline * {
  text-overflow: ellipsis;
}
.sitem-wrap:not(.table-wrap) .sitem-name-text {
  max-width: 100%;
  max-height: 24px;
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  word-break: break-all;
  font-weight: 600;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
}
.sitem-wrap:not(.table-wrap) .sitem-name-text:hover {
  color: #0f6bff;
}
.sitem-wrap:not(.table-wrap) .sitem-name .virtual-box {
  position: absolute;
  visibility: hidden;
  white-space: normal;
  height: 26px;
  width: 186px;
  line-height: 16px;
  font-size: 16px;
  font-weight: 600;
}
.sitem-wrap:not(.table-wrap) .sitem-info {
  padding: 0 12px 0 16px;
}
.sitem-wrap:not(.table-wrap) .sitem-statistics {
  color: #999999;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s, transform 0.3s ease;
  transition: opacity 0.3s, transform 0.3s ease, -webkit-transform 0.3s ease;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sitem-wrap:not(.table-wrap) .sitem-statistics .face-url {
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.5px solid #e5e5e5;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
}
.sitem-wrap:not(.table-wrap) .sitem-statistics .face-url img {
  width: 100%;
}
.sitem-wrap:not(.table-wrap) .sitem-statistics .number {
  font-size: 12px;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sitem-wrap:not(.table-wrap) .sitem-statistics .survey-status {
  border-radius: 4px;
  padding: 0 2 0 4px;
  font-size: 12px;
  font-weight: 400;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sitem-wrap:not(.table-wrap) .sitem-statistics .survey-status.review {
  color: #f36d00;
}
.sitem-wrap:not(.table-wrap) .sitem-statistics .survey-status.running {
  color: #2ba471;
}
.sitem-wrap:not(.table-wrap) .sitem-statistics .survey-status.paused {
  color: #999999;
}
.sitem-wrap:not(.table-wrap) .sitem-statistics .survey-status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 3px;
}
.sitem-wrap:not(.table-wrap) .sitem-statistics .survey-status-dot.review {
  color: #f36d00;
}
.sitem-wrap:not(.table-wrap) .sitem-statistics .survey-status-dot.running {
  background-color: #2ba471;
}
.sitem-wrap:not(.table-wrap) .sitem-statistics .survey-status-dot.paused {
  background-color: #999999;
}
.sitem-wrap:not(.table-wrap) .sitem-statistics .survey-status-title {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding-right: 3px;
}
.sitem-wrap:not(.table-wrap) .sitem-operation {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s, transform 0.3s ease;
  transition: opacity 0.3s, transform 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, auto);
  padding-right: 16px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sitem-wrap:not(.table-wrap) .sitem-operation button {
  background-color: transparent;
  border: none;
}
.sitem-wrap:not(.table-wrap) .sitem-operation .operation .icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.sitem-wrap:not(.table-wrap) .sitem-operation .operation .describe {
  font-size: 12px;
}
.sitem-wrap:not(.table-wrap) .sitem-operation .operation.a-link--disabled {
  pointer-events: none;
}
.sitem-wrap:not(.table-wrap) .sitem-operation .morebtn {
  position: absolute;
  right: 3.6px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  cursor: pointer;
}
.sitem-wrap:not(.table-wrap) .sitem-operation .morebtn .coral-icon-more_line {
  width: 16px;
  height: 20px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  pointer-events: none;
}
.sitem-wrap:not(.table-wrap) .sitem::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: -1;
  border: 2px solid transparent;
}
.sitem-wrap:not(.table-wrap) .sitem:hover::before {
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
}
.sitem-wrap:not(.table-wrap) .folder-box {
  position: relative;
  width: 200px;
  height: 190px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  border-radius: 6px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin: 0 0 32px 10px;
}
.sitem-wrap:not(.table-wrap) .folder-box .folder {
  -webkit-box-shadow: 0 5px 5px 0 #00000008;
          box-shadow: 0 5px 5px 0 #00000008;
  -webkit-transform: box-shadow 0.3s ease;
      -ms-transform: box-shadow 0.3s ease;
          transform: box-shadow 0.3s ease;
}
.sitem-wrap:not(.table-wrap) .folder-box:not(.sitem-select-mode-disabled):hover,
.sitem-wrap:not(.table-wrap) .folder-box:not(.sitem-select-mode-disabled).hover {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.sitem-wrap:not(.table-wrap) .folder-box:not(.sitem-select-mode-disabled):hover .folder,
.sitem-wrap:not(.table-wrap) .folder-box:not(.sitem-select-mode-disabled).hover .folder {
  -webkit-box-shadow: 0 3px 3px 0 #00000020;
          box-shadow: 0 3px 3px 0 #00000020;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.sitem-wrap:not(.table-wrap) .folder-box:not(.sitem-select-mode-disabled):hover .morebtn,
.sitem-wrap:not(.table-wrap) .folder-box:not(.sitem-select-mode-disabled).hover .morebtn {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sitem-wrap:not(.table-wrap) .folder-box:not(.sitem-select-mode-disabled):hover .multiline.folder-title,
.sitem-wrap:not(.table-wrap) .folder-box:not(.sitem-select-mode-disabled).hover .multiline.folder-title {
  height: 40px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  white-space: normal;
}
.sitem-wrap:not(.table-wrap) .folder-box-selected::before {
  content: '';
  display: block;
  width: 220px;
  height: 210px;
  position: absolute;
  left: -10px;
  top: -10px;
  border-radius: 6px;
  border: 3px solid #0f6bff;
  background: #d6e7ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sitem-wrap:not(.table-wrap) .folder-box .sitem-cover-checkbox {
  top: -4px;
  right: -4px;
  z-index: 2;
}
.sitem-wrap:not(.table-wrap) .folder-wrap {
  margin-top: 16px;
}
.sitem-wrap:not(.table-wrap) .folder-info {
  position: absolute;
  bottom: 8%;
  left: 16px;
  right: 16px;
  z-index: 3;
}
.sitem-wrap:not(.table-wrap) .folder-info button {
  border: none;
  background-color: transparent;
}
.sitem-wrap:not(.table-wrap) .folder-info .virtual-box {
  position: absolute;
  visibility: hidden;
  white-space: normal;
  height: 26px;
  width: 168px;
  line-height: 16px;
  font-size: 16px;
  font-weight: 600;
}
.sitem-wrap:not(.table-wrap) .folder-name {
  padding-bottom: 16px;
}
.sitem-wrap:not(.table-wrap) .folder-title {
  font-weight: bold;
  color: #ffffffe6;
  line-height: 20px;
  height: 20px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 8px;
  font-size: 16px;
  word-break: break-all;
  cursor: pointer;
  width: 100%;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
}
.sitem-wrap:not(.table-wrap) .folder-title.multiline {
  text-overflow: ellipsis;
}
.sitem-wrap:not(.table-wrap) .folder-title:hover {
  opacity: 0.8;
}
.sitem-wrap:not(.table-wrap) .folder-statistics {
  color: #ffffff8c;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sitem-wrap:not(.table-wrap) .folder-statistics .face-url {
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.5px solid #00000014;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
}
.sitem-wrap:not(.table-wrap) .folder-statistics .face-url img {
  width: 100%;
}
.sitem-wrap:not(.table-wrap) .folder-statistics .creator {
  font-size: 12px;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 40%;
}
.sitem-wrap:not(.table-wrap) .folder-statistics .morebtn {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
}
.sitem-wrap:not(.table-wrap) .folder-statistics .morebtn .coral-icon-more_line {
  width: 16px;
  height: 20px;
  pointer-events: none;
  fill: #ffffff;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sitem-wrap:not(.table-wrap) .folder-statistics .morebtn:hover .coral-icon-more_line {
  opacity: 0.8;
}
.sitem-wrap:not(.table-wrap) .coral-infinity-load {
  width: 220px;
  height: 206px;
  margin: 0 16px 32px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project-member-drawer .t-loading__parent {
  height: 100%;
}
.project-member-drawer__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.project-member-drawer__toolbar {
  padding: 8px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.project-member-drawer__toolbar__search {
  margin-right: 8px;
}
.coral-guide-modal {
  max-height: 100%;
  overflow-y: auto;
}
.page-workspace .v3temp-workspace {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  height: auto;
  overflow: hidden;
}
.page-workspace .v3temp-workspace .v3temp-tempInnerPage {
  background-color: #fff;
  height: 100%;
}
.page-workspace .v3temp-workspace .v3temp-listBox {
  background-color: #fff;
}
.page-workspace .v3temp-workspace .v3temp-tempHeader .v3temp-tempFixedHeader {
  width: 100%;
  background-color: #fff;
  position: relative;
}
.page-workspace .v3temp-workspace .v3temp-tempHeader .v3temp-tempFixedHeader .v3temp-search-box {
  position: absolute;
  height: 100%;
  top: 0;
  right: 32px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-workspace .v3temp-workspace .v3temp-tempHeader .v3temp-tempFixedHeader .v3temp-tempFixedHeader-content {
  width: 100%;
  padding: 0 32px;
}
.page-workspace .v3temp-workspace .v3temp-tempHeader .v3temp-tempFixedHeader .v3temp-tempFixedHeader-content > div:first-child {
  width: 100%;
}
.page-workspace .v3temp-workspace .v3temp-tempHeader .v3temp-tempFixedHeader .v3temp-tempFixedHeader-content .v3temp-nav-tabs .t-tabs__nav-item-text-wrapper {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
}
.page-workspace .v3temp-workspace .v3temp-tempHeader .v3temp-tempFixedHeader .v3temp-tempFixedHeader-content .v3temp-nav-tabs .t-is-active .t-tabs__nav-item-text-wrapper {
  color: #0f6bff;
}
.page-workspace .v3temp-workspace .v3temp-tempHeader .v3temp-tempFixedHeader-ai {
  display: none;
}
.page-workspace .v3temp-workspace .v3temp-tempHeader .v3temp-tempHeader-sub {
  background-color: #fff;
  padding: 0 32px;
  padding-top: 16px;
}
.page-workspace .v3temp-workspace .v3temp-listPanel {
  max-width: 1380px;
}
.page-workspace .v3temp-workspace .v3temp-tempListContainer {
  padding-top: 40px;
}
.page-workspace .v3temp-workspace .v3temp-tempListContainer:has(.v3temp-tempList .v3temp-topic-view:empty) {
  padding-top: 0;
}
.page-workspace .v3temp-workspace .v3temp-search-box {
  top: 0;
}
.workspace-selection {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selection-area {
  background: rgba(46, 115, 252, 0.11);
  border: 2px solid rgba(98, 155, 255, 0.81);
  border-radius: 0.1em;
}
.org-console {
  height: 100%;
}
.txc-change-log-pc__main {
  max-height: 90vh;
}

/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/workspace/mobile.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.ua-mobile .global-header {
  display: none;
}
.ua-mobile .workspace-sidebar-open .global-header {
  display: block;
}
.ua-mobile .workspace-sidebar-open .global-header .site-header {
  min-width: unset;
  height: 0;
}
.ua-mobile .workspace-sidebar-open .global-header .header-inner {
  height: 0;
}
.ua-mobile .workspace-sidebar-open .global-header .header-inner > :not(.header-user) {
  display: none;
}
.ua-mobile .workspace-sidebar-open .global-header .header-inner .header-user > :not(.header-user-info-container) {
  display: none;
}
.ua-mobile .workspace-sidebar-open .global-header .header-inner .header-user .header-user-info-container {
  position: fixed;
  right: 10px;
  top: 0;
}
.ua-mobile .page-workspace-sidebar {
  position: absolute;
  width: 100%;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0 !important;
}
.ua-mobile .page-workspace-sidebar:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ua-mobile .page-workspace-sidebar .layout-left-sidebar--header {
  background-color: #fff;
  padding: 0;
}
.ua-mobile .page-workspace-sidebar .layout-left-sidebar--header__btn {
  display: none;
}
.ua-mobile .page-workspace {
  min-width: 0;
}
.ua-mobile .page-workspace-sidebar {
  background-color: #fff;
  height: calc(100% - 64px - env(safe-area-inset-bottom));
}
.ua-mobile .page-workspace-sidebar-header {
  padding: 16px;
}
.ua-mobile .page-workspace-sidebar-header .global-search {
  max-width: none;
  width: 100%;
  margin: 0;
}
.ua-mobile .page-workspace-list {
  overflow-x: hidden;
}
.ua-mobile .page-workspace-list .table-wrap {
  margin: 0 16px;
}
.ua-mobile .page-workspace-view {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.ua-mobile .page-workspace-view--sidebar-hide .page-workspace-sidebar {
  pointer-events: none;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.ua-mobile .page-workspace-view--sidebar-hide .page-workspace-sidebar:after {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.ua-mobile .page-workspace-view--sidebar-hide .page-workspace-wrap {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.ua-mobile .page-workspace-wrap {
  position: relative;
  background-color: #f6f6f6;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 1;
}
.ua-mobile .page-workspace-wrap .normal-member-forbid-wrapper {
  top: 56px;
}
.ua-mobile .page-workspace-footer .footer-copyright {
  padding-left: 16px;
  padding-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
}
.ua-mobile .page-workspace-toolbar {
  position: static;
  padding: 0;
  background-color: transparent;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.ua-mobile .page-workspace-toolbar-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 10;
}
.ua-mobile .page-workspace-toolbar-list {
  overflow-x: hidden;
}
.ua-mobile .page-workspace-toolbar-back {
  position: absolute;
  left: 0;
  top: 4px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border: 0;
  width: 48px;
  height: 48px;
  background-color: transparent;
  z-index: 1;
}
.ua-mobile .page-workspace-toolbar-back .coral-icon {
  font-size: 20px;
}
.ua-mobile .page-workspace-toolbar-pre {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 10px;
  top: 12px;
  padding: 0;
  border-bottom: 0;
  z-index: 1;
}
.ua-mobile .page-workspace-toolbar-pre .t-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-color: transparent !important;
  background-color: transparent !important;
}
.ua-mobile .page-workspace-toolbar-pre .t-button + .t-button {
  margin-left: 8px;
}
.ua-mobile .page-workspace-toolbar-pre .t-button__text {
  display: none;
}
.ua-mobile .page-workspace-toolbar-pre .t-button .coral-icon {
  color: initial;
  font-size: 20px;
  fill: #fff;
}
.ua-mobile .page-workspace-toolbar-pre-btn__outline.t-button {
  background: transparent;
  border: 1px solid #dcdcdc;
}
.ua-mobile .page-workspace-toolbar-pre-btn__outline.t-button .coral-icon {
  fill: #000;
}
.ua-mobile .page-workspace-toolbar-mid {
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 64px 16px 8px 16px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.ua-mobile .page-workspace-toolbar-mid--hide-second-nav {
  padding-top: 56px;
  padding-bottom: 0px;
  height: 0px;
}
.ua-mobile .page-workspace-toolbar-mid--hide-second-nav .page-workspace-toolbar-mid-actions {
  display: none;
}
.ua-mobile .page-workspace-toolbar-mid:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
}
.ua-mobile .page-workspace-toolbar-path {
  display: block;
  position: absolute;
  left: 50px;
  right: 50px;
  top: 0;
  width: auto;
  height: 56px;
  text-align: center;
  white-space: nowrap;
  overflow: auto hidden;
}
.ua-mobile .page-workspace-toolbar-path::-webkit-scrollbar {
  display: none;
}
.ua-mobile .page-workspace-toolbar-path .t-breadcrumb__item {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ua-mobile .page-workspace-toolbar-path .t-breadcrumb__item .t-breadcrumb__inner-text {
  font-size: 16px;
}
.ua-mobile .page-workspace-toolbar-path .t-breadcrumb__item .t-breadcrumb__inner:hover {
  color: var(--td-text-color-placeholder);
}
.ua-mobile .page-workspace-toolbar-path .t-breadcrumb__item:last-child .t-breadcrumb__inner:hover {
  color: var(--td-text-color-primary);
}
.ua-mobile .page-workspace-toolbar-path .t-breadcrumb__inner {
  margin-top: 12px;
}
.ua-mobile .page-workspace-toolbar-path .t-breadcrumb__inner-text {
  font-size: 14px;
  line-height: 32px;
}
.ua-mobile .page-workspace-toolbar-path .t-breadcrumb__separator {
  margin-top: 12px;
}
.ua-mobile .page-workspace-toolbar-vote-back-to-old-version {
  position: absolute;
  left: 51px;
  z-index: 1;
  top: 10px;
  padding: 0px 10px;
  height: 36px;
}
.ua-mobile .page-workspace-toolbar-vote-back-to-old-version + .page-workspace-toolbar-sort {
  left: 134px;
}
.ua-mobile .page-workspace-toolbar-sort {
  position: absolute;
  left: 16px;
  width: 68px !important;
}
.ua-mobile .page-workspace-toolbar-sort .t-input {
  border: 0;
  height: 28px;
  padding: 0;
  background: transparent;
}
.ua-mobile .page-workspace-toolbar-sort .t-input--focused {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ua-mobile .page-workspace-toolbar-sort .t-input__inner {
  font-size: 12px;
}
.ua-mobile .page-workspace-toolbar-sort .t-input__suffix-icon {
  margin-left: 0 !important;
}
.ua-mobile .page-workspace-toolbar-sort .t-fake-arrow--active {
  color: var(--td-text-color-placeholder);
}
.ua-mobile .page-workspace-toolbar-sort-popup .t-popup__content {
  width: auto !important;
}
.ua-mobile .page-workspace-toolbar-add-folder,
.ua-mobile .page-workspace-toolbar-create-project {
  width: 32px;
  padding: 0;
  margin: 0 0 0 4px;
}
.ua-mobile .page-workspace-toolbar-add-folder .coral-icon,
.ua-mobile .page-workspace-toolbar-create-project .coral-icon {
  font-size: 16px;
}
.ua-mobile .page-workspace-toolbar-add-folder .t-button__text,
.ua-mobile .page-workspace-toolbar-create-project .t-button__text {
  display: none;
}
.ua-mobile .page-workspace-toolbar .t-button {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.ua-mobile .page-workspace-toolbar-todo-tabs {
  margin-bottom: 0px;
  background-color: rgba(246, 246, 246, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.ua-mobile .page-workspace-toolbar-todo-tabs .t-tabs__nav-container.t-is-top::after {
  background-color: var(--td-gray-color-3);
}
.ua-mobile .page-workspace-toolbar-todo-tabs .t-tabs__btn {
  height: 55px;
  line-height: 56px;
  font-weight: 600;
}
.ua-mobile .page-workspace-toolbar-todo-tabs .t-tabs__nav-item {
  height: 56px;
  line-height: 56px;
  font-weight: 600;
}
.ua-mobile .page-workspace-toolbar-todo-tabs .t-tabs__nav-item:not(.t-is-active) {
  color: var(--td-text-color-primary);
}
.ua-mobile .page-workspace-toolbar-todo-tabs .t-tabs__nav-item .t-tabs__nav-item-text-wrapper {
  gap: 4px;
}
.ua-mobile .page-workspace-toolbar-todo-tabs .t-tabs__nav-item .t-tabs__nav-item-text-wrapper .t-badge--circle.t-size-s {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.ua-mobile .page-workspace-toolbar-todo-tabs .t-tabs__nav-item.t-is-active::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background-color: var(--td-brand-color);
}
.ua-mobile .page-workspace-toolbar-todo-tabs .t-tabs__bar {
  display: none;
}
.ua-mobile .page-workspace-toolbar-todo-survey-filter {
  padding: 16px;
  margin: 0px;
  background-color: rgba(246, 246, 246, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.ua-mobile .page-workspace-toolbar-todo-survey-filter .t-radio-group {
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}
.ua-mobile .page-workspace-toolbar-todo-survey-filter .t-radio-button {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ua-mobile .page-workspace-toolbar-material-tabs {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  margin-top: 0px;
}
.ua-mobile .page-workspace-toolbar-tab-actions {
  height: 48px;
}
.ua-mobile .page-workspace-toolbar-tab-actions-hide-material-tabs {
  height: 56px;
}
.ua-mobile .page-workspace-toolbar-mid .t-button,
.ua-mobile .page-workspace-toolbar-tab-actions .t-button,
.ua-mobile .page-workspace-toolbar-mid .coral-workspace-list-view-controls,
.ua-mobile .page-workspace-toolbar-tab-actions .coral-workspace-list-view-controls {
  border-color: transparent;
  background-color: transparent;
}
.ua-mobile .page-workspace .coral-workspace-list-view-controls {
  margin-left: 8px;
  width: auto;
}
.ua-mobile .page-workspace .coral-workspace-list-view-controls-btn {
  margin-left: -1px !important;
  margin-right: -1px !important;
}
.ua-mobile .page-workspace .coral-workspace-list-view-controls-btn:not(.coral-workspace-list-view-controls-btn-active) {
  display: none;
}
.ua-mobile .page-workspace .coral-workspace-list-view-controls-btn .coral-icon {
  font-size: 20px;
  padding: 6px;
}
.ua-mobile .page-workspace .coral-workspace-list-view-controls-btn-active {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.ua-mobile .page-workspace .coral-workspace-list-view-controls-btn-active .coral-icon {
  fill: var(--td-text-color-primary);
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) {
  padding-top: 16px;
  padding-left: 8px;
  padding-right: 8px;
  grid-template-columns: repeat(auto-fill, 33.33%);
  grid-gap: 0;
}
@media screen and (min-width: 600px) {
  .ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) {
    grid-template-columns: repeat(auto-fill, 25%);
  }
}
@media screen and (min-width: 793px) {
  .ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) {
    grid-template-columns: repeat(auto-fill, 20%);
  }
}
@media screen and (min-width: 985px) {
  .ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) {
    grid-template-columns: repeat(auto-fill, 16.666%);
  }
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  vertical-align: top;
  border-top-right-radius: 4.545% 5.714%;
  border-bottom-right-radius: 4.545% 5.714%;
  border-bottom-left-radius: 4.545% 5.714%;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder:before,
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder:after {
  border-top-left-radius: 12.987% 75.757%;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder-box {
  width: calc(74.4% + 34px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto 18% auto;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder-box:hover,
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder-box.hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder-box:hover .folder,
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder-box.hover .folder {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder-cover {
  padding-top: 60%;
  border-bottom-right-radius: 4.545% 7.353%;
  border-bottom-left-radius: 4.545% 7.353%;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder-page,
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder-page-add {
  padding-top: 70%;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder-title {
  font-size: 12px;
  line-height: 16px;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder-statistics .face-url {
  max-width: 14px;
  height: 14px;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder-statistics .creator {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-right: 32px;
  font-size: 12px;
  white-space: nowrap;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .folder-statistics .morebtn {
  padding: 0;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem {
  width: calc(100% - 8px * 2);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto 44px auto;
  overflow: visible;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-cover {
  height: 0;
  padding-top: calc(76.4% - 34px);
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-thumb {
  position: absolute;
  left: 0;
  top: 0;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-name {
  height: 20px;
  padding: 12px 12px 0 12px;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-name-text {
  font-size: 12px;
  line-height: 16px;
  color: var(--td-text-color-primary);
  text-overflow: ellipsis;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-name-text:hover {
  color: var(--td-text-color-primary);
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-info {
  padding: 8px 8px 8px calc(8px*1.75);
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-statistics {
  position: relative;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-statistics .face-url {
  width: 14px;
  height: 14px;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-statistics .number {
  font-size: 10px;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-statistics .survey-status {
  font-size: 10px;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-statistics .survey-status-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: 2px;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-status .text {
  display: block;
  padding: 0;
  width: 8px;
  height: 8px;
  background-color: var(--td-success-color);
  border: 0;
  border-radius: 100%;
  text-indent: -999px;
  overflow: hidden;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-operation {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-operation *:not(.morebtn) {
  display: none;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem-operation .morebtn {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem:hover,
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem.hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem:hover .sitem-statistics,
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem.hover .sitem-statistics,
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem:hover .sitem-operation,
.ua-mobile .page-workspace .sitem-wrap:not(.table-wrap) .sitem.hover .sitem-operation {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.ua-mobile .page-workspace .project-item-list {
  width: 100%;
  padding-bottom: calc(64px + env(safe-area-inset-bottom));
}
.ua-mobile .page-workspace .project-item-list .sitem-wrap:not(.table-wrap) {
  grid-template-columns: repeat(auto-fill, 50%);
}
@media screen and (min-width: 600px) {
  .ua-mobile .page-workspace .project-item-list .sitem-wrap:not(.table-wrap) {
    grid-template-columns: repeat(auto-fill, 33.33%);
  }
}
@media screen and (min-width: 793px) {
  .ua-mobile .page-workspace .project-item-list .sitem-wrap:not(.table-wrap) {
    grid-template-columns: repeat(auto-fill, 25%);
  }
}
@media screen and (min-width: 985px) {
  .ua-mobile .page-workspace .project-item-list .sitem-wrap:not(.table-wrap) {
    grid-template-columns: repeat(auto-fill, 20%);
  }
}
.ua-mobile .page-workspace .project-item-list .sitem-wrap:not(.table-wrap) .share-project-card-box {
  width: auto;
}
.ua-mobile .page-workspace .share-project-card-box {
  margin-bottom: 32px;
  margin-left: 8px;
  margin-right: 8px;
}
.ua-mobile .page-workspace .share-project-card-operation .share-project-card-more {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ua-mobile .page-workspace .share-project-card-operation .share-project-card-unrestricted-tips {
  -webkit-transform: translateY(-110%);
      -ms-transform: translateY(-110%);
          transform: translateY(-110%);
  opacity: 1;
}
.ua-mobile .page-workspace .table-head {
  display: none;
}
.ua-mobile .page-workspace .table-wrap .sitem-item {
  position: relative;
  padding: 14px 0 0 36px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item:after {
  margin-left: -36px;
  padding-top: 14px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-name {
  margin-bottom: 6px;
  padding-left: 0;
  width: 100%;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-name .name {
  padding-right: 32px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-name .name .folder-title {
  padding-left: 0;
  font-size: 15px;
  line-height: 20px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-name .name .survey-icon {
  position: absolute;
  left: 3px;
  top: 14px;
  width: 20px;
  height: 20px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-name .info {
  display: none;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-id,
.ua-mobile .page-workspace .table-wrap .sitem-item .td-question-count,
.ua-mobile .page-workspace .table-wrap .sitem-item .td-recycle {
  float: left;
  width: auto;
  padding: 0;
  margin-right: 16px;
  font-size: 12px;
  line-height: 1.2;
  color: var(--td-text-color-placeholder);
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-id:before {
  content: 'ID: ';
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-recycle .td-recycle-text {
  display: inline;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-review-status,
.ua-mobile .page-workspace .table-wrap .sitem-item .td-status {
  padding: 0;
  line-height: 1;
  -webkit-transform: scale(0.83);
      -ms-transform: scale(0.83);
          transform: scale(0.83);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  width: auto;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-review-status .t-tag,
.ua-mobile .page-workspace .table-wrap .sitem-item .td-status .t-tag {
  border-radius: 4px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-cited {
  display: none;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-question-count::before {
  content: '|';
  margin-left: -8px;
  margin-right: 8px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-scene {
  float: left;
  width: auto;
  padding: 0;
  margin-right: 16px;
  font-size: 12px;
  line-height: 1.2;
  color: var(--td-text-color-placeholder);
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-scene::before {
  content: '|';
  margin-left: -8px;
  margin-right: 8px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-operate {
  position: absolute;
  right: -6px;
  top: 14px;
  padding: 0;
  width: auto;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-operate > *:not(.td-operate-more):not(.td-mobile-visible) {
  display: none;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-operate .td-operate-more {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  border-radius: var(--td-radius-default);
  overflow: hidden;
  color: var(--td-text-color-disabled);
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-operate .review-button {
  padding-left: 4px;
  padding-right: 4px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item .td-reviewers,
.ua-mobile .page-workspace .table-wrap .sitem-item .td-project {
  display: none;
}
.ua-mobile .page-workspace .table-wrap .sitem-item--folder .td-name {
  margin-bottom: 0;
}
.ua-mobile .page-workspace .table-wrap .sitem-item--folder .td-name .name {
  padding-left: 0;
}
.ua-mobile .page-workspace .table-wrap .sitem-item--folder .td-name .name .folder-title {
  line-height: 40px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item--folder .td-name .name .survey-icon {
  left: -1px;
  width: 28px;
  height: 28px;
  margin-top: 6px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item--folder .td-id,
.ua-mobile .page-workspace .table-wrap .sitem-item--folder .td-recycle,
.ua-mobile .page-workspace .table-wrap .sitem-item--folder .td-status,
.ua-mobile .page-workspace .table-wrap .sitem-item--folder .td-scene {
  display: none;
}
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-reviewing .td-name .name {
  padding-left: 0px;
  padding-right: 92px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-reviewed .td-name .name {
  padding-right: 56px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-reviewing .td-name,
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-reviewed .td-name {
  margin-bottom: 0px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-reviewing .td-name .name,
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-reviewed .td-name .name {
  margin-bottom: 4px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-reviewing .td-name .info,
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-reviewed .td-name .info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-reviewing .td-status,
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-reviewed .td-status {
  display: none;
}
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-reviewing .td-operate,
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-reviewed .td-operate {
  right: 0px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-to-be-answer .td-name .name {
  padding-left: 0px;
  padding-right: 56px;
  margin-bottom: 4px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-to-be-answer .td-name .info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-to-be-answer .td-type,
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-to-be-answer .td-date {
  display: none;
}
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-to-be-answer .td-operate {
  right: 0px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-answered .td-name .info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-answered .td-type,
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-answered .td-date,
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-answered .td-account {
  display: none;
}
.ua-mobile .page-workspace .table-wrap .sitem-item.is-survey-answered .td-operate {
  right: 0px;
}
.ua-mobile .page-workspace .td-multiple {
  display: none;
}
.ua-mobile .project-member-drawer {
  z-index: 12 !important;
}
.ua-mobile .project-member-drawer .t-drawer__content-wrapper {
  width: 100% !important;
}
.ua-mobile .move-to-dialog .t-dialog__position {
  padding: 0;
}
.ua-mobile .move-to-dialog .t-dialog__body {
  min-height: 100px;
  max-height: calc(100vh - 56px * 2 - 48px);
  height: auto;
}
.ua-mobile .move-to-dialog .folder-tree-selector {
  height: auto;
}

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/workspace/tabbar.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.workspace-tabbar {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: rgba(255, 255, 255);
  height: 64px;
  padding-bottom: env(safe-area-inset-bottom);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.workspace-tabbar-item {
  width: 64px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.workspace-tabbar-item--add {
  width: 40px;
  height: 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--Coral-brand, #0F6BFF)), to(var(--Coral-brand, #0F6BFF))), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, var(--Coral-brand, #0F6BFF), var(--Coral-brand, #0F6BFF)), linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-box-shadow: 0px 6.67px 8.33px -4.17px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6.67px 8.33px -4.17px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 13.33px 20px 1.67px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 13.33px 20px 1.67px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0px 5px 25px 4.17px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 25px 4.17px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.workspace-tabbar-item--add-icon {
  width: 20px;
  height: 20px;
}
.workspace-tabbar-item-icon {
  width: 24px;
  height: 24px;
}
.workspace-tabbar-item-icon.active {
  fill: #0F6BFF;
}
.workspace-tabbar-item-text {
  margin-top: 6px;
  font-size: 11px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
}
.workspace-tabbar-item-text.active {
  color: #0F6BFF;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/survey/create/material.less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.create-survey-material-dialog .t-dialog {
  padding: 0px;
}
.create-survey-material-popup {
  z-index: 1000;
}
.create-survey-material-popup .t-popup__content {
  padding: 0px;
}
.create-survey-material-content {
  padding: 24px;
}
.create-survey-material-section-title {
  color: var(--td-text-color-placeholder);
  margin-bottom: 4px;
}
.create-survey-material-section-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4px 8px;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 80vh;
  word-break: break-word;
}
.create-survey-material-section + .create-survey-material-section {
  margin-top: 16px;
}
.create-survey-material-item {
  height: 48px;
  cursor: pointer;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border-radius: var(--td-radius-default);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}
.create-survey-material-item:hover {
  background-color: var(--td-gray-color-1);
}
.create-survey-material-item-icon {
  width: 32px;
  height: 32px;
}
.create-survey-material-item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.create-survey-material-item-new {
  position: absolute;
  top: 0;
  right: -14px;
  color: #ef382d;
  background-color: #FFEFF1;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1;
}
.create-survey-material-item-text {
  color: var(--td-text-color-primary);
}
.create-survey-material-dropdown-icon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1em;
  height: 1em;
  font-size: 16px;
}
.create-survey-material-dropdown-icon img {
  width: 100%;
  height: 100%;
}
.create-survey-material-dropdown--large .t-dropdown__item {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 12px;
}


/*# sourceMappingURL=workspace.66365c1d.css.map*/