@charset "UTF-8";
:root {
  --el-color-white: #fff;
  --el-color-black: #000;
  --el-color-primary-rgb: 64, 158, 255;
  --el-color-success-rgb: 103, 194, 58;
  --el-color-warning-rgb: 230, 162, 60;
  --el-color-danger-rgb: 245, 108, 108;
  --el-color-error-rgb: 245, 108, 108;
  --el-color-info-rgb: 144, 147, 153;
  --el-font-size-extra-large: 20px;
  --el-font-size-large: 18px;
  --el-font-size-medium: 16px;
  --el-font-size-base: 14px;
  --el-font-size-small: 13px;
  --el-font-size-extra-small: 12px;
  --el-font-family: "Helvetica Neue", Helvetica, "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  --el-font-weight-primary: 500;
  --el-font-line-height-primary: 24px;
  --el-index-normal: 1;
  --el-index-top: 1000;
  --el-index-popper: 2000;
  --el-border-radius-base: 4px;
  --el-border-radius-small: 2px;
  --el-border-radius-round: 20px;
  --el-border-radius-circle: 100%;
  --el-transition-duration: 0.3s;
  --el-transition-duration-fast: 0.2s;
  --el-transition-function-ease-in-out-bezier: cubic-bezier(
    0.645,
    0.045,
    0.355,
    1
  );
  --el-transition-function-fast-bezier: cubic-bezier(0.23, 1, 0.32, 1);
  --el-transition-all: all var(--el-transition-duration)
    var(--el-transition-function-ease-in-out-bezier);
  --el-transition-fade: opacity var(--el-transition-duration)
    var(--el-transition-function-fast-bezier);
  --el-transition-md-fade: transform var(--el-transition-duration)
      var(--el-transition-function-fast-bezier),
    opacity var(--el-transition-duration)
      var(--el-transition-function-fast-bezier);
  --el-transition-fade-linear: opacity var(--el-transition-duration-fast) linear;
  --el-transition-border: border-color var(--el-transition-duration-fast)
    var(--el-transition-function-ease-in-out-bezier);
  --el-transition-box-shadow: box-shadow var(--el-transition-duration-fast)
    var(--el-transition-function-ease-in-out-bezier);
  --el-transition-color: color var(--el-transition-duration-fast)
    var(--el-transition-function-ease-in-out-bezier);
  --el-component-size-large: 40px;
  --el-component-size: 32px;
  --el-component-size-small: 24px;
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
  --el-color-primary: #409eff;
  --el-color-primary-light-3: #79bbff;
  --el-color-primary-light-5: #a0cfff;
  --el-color-primary-light-7: #c6e2ff;
  --el-color-primary-light-8: #d9ecff;
  --el-color-primary-light-9: #ecf5ff;
  --el-color-primary-dark-2: #337ecc;
  --el-color-success: #67c23a;
  --el-color-success-light-3: #95d475;
  --el-color-success-light-5: #b3e19d;
  --el-color-success-light-7: #d1edc4;
  --el-color-success-light-8: #e1f3d8;
  --el-color-success-light-9: #f0f9eb;
  --el-color-success-dark-2: #529b2e;
  --el-color-warning: #e6a23c;
  --el-color-warning-light-3: #eebe77;
  --el-color-warning-light-5: #f3d19e;
  --el-color-warning-light-7: #f8e3c5;
  --el-color-warning-light-8: #faecd8;
  --el-color-warning-light-9: #fdf6ec;
  --el-color-warning-dark-2: #b88230;
  --el-color-danger: #f56c6c;
  --el-color-danger-light-3: #f89898;
  --el-color-danger-light-5: #fab6b6;
  --el-color-danger-light-7: #fcd3d3;
  --el-color-danger-light-8: #fde2e2;
  --el-color-danger-light-9: #fef0f0;
  --el-color-danger-dark-2: #c45656;
  --el-color-error: #f56c6c;
  --el-color-error-light-3: #f89898;
  --el-color-error-light-5: #fab6b6;
  --el-color-error-light-7: #fcd3d3;
  --el-color-error-light-8: #fde2e2;
  --el-color-error-light-9: #fef0f0;
  --el-color-error-dark-2: #c45656;
  --el-color-info: #909399;
  --el-color-info-light-3: #b1b3b8;
  --el-color-info-light-5: #c8c9cc;
  --el-color-info-light-7: #dedfe0;
  --el-color-info-light-8: #e9e9eb;
  --el-color-info-light-9: #f4f4f5;
  --el-color-info-dark-2: #73767a;
  --el-bg-color: #fff;
  --el-bg-color-page: #f2f3f5;
  --el-bg-color-overlay: #fff;
  --el-text-color-primary: #303133;
  --el-text-color-regular: #606266;
  --el-text-color-secondary: #909399;
  --el-text-color-placeholder: #a8abb2;
  --el-text-color-disabled: #c0c4cc;
  --el-border-color: #dcdfe6;
  --el-border-color-light: #e4e7ed;
  --el-border-color-lighter: #ebeef5;
  --el-border-color-extra-light: #f2f6fc;
  --el-border-color-dark: #d4d7de;
  --el-border-color-darker: #cdd0d6;
  --el-fill-color: #f0f2f5;
  --el-fill-color-light: #f5f7fa;
  --el-fill-color-lighter: #fafafa;
  --el-fill-color-extra-light: #fafcff;
  --el-fill-color-dark: #ebedf0;
  --el-fill-color-darker: #e6e8eb;
  --el-fill-color-blank: #fff;
  --el-box-shadow: 0px 12px 32px 4px #0000000a, 0px 8px 20px #00000014;
  --el-box-shadow-light: 0px 0px 12px #0000001f;
  --el-box-shadow-lighter: 0px 0px 6px #0000001f;
  --el-box-shadow-dark: 0px 16px 48px 16px #00000014, 0px 12px 32px #0000001f,
    0px 8px 16px -8px #00000029;
  --el-disabled-bg-color: var(--el-fill-color-light);
  --el-disabled-text-color: var(--el-text-color-placeholder);
  --el-disabled-border-color: var(--el-border-color-light);
  --el-overlay-color: #000c;
  --el-overlay-color-light: #000000b3;
  --el-overlay-color-lighter: #00000080;
  --el-mask-color: #ffffffe6;
  --el-mask-color-extra-light: #ffffff4d;
  --el-border-width: 1px;
  --el-border-style: solid;
  --el-border-color-hover: var(--el-text-color-disabled);
  --el-border: var(--el-border-width) var(--el-border-style)
    var(--el-border-color);
  --el-svg-monochrome-grey: var(--el-border-color);
}
.fade-in-linear-enter-active,
.fade-in-linear-leave-active {
  transition: var(--el-transition-fade-linear);
}
.fade-in-linear-enter-from,
.fade-in-linear-leave-to {
  opacity: 0;
}
.el-fade-in-linear-enter-active,
.el-fade-in-linear-leave-active {
  transition: var(--el-transition-fade-linear);
}
.el-fade-in-linear-enter-from,
.el-fade-in-linear-leave-to {
  opacity: 0;
}
.el-fade-in-enter-active,
.el-fade-in-leave-active {
  transition: all var(--el-transition-duration) cubic-bezier(0.55, 0, 0.1, 1);
}
.el-fade-in-enter-from,
.el-fade-in-leave-active {
  opacity: 0;
}
.el-zoom-in-center-enter-active,
.el-zoom-in-center-leave-active {
  transition: all var(--el-transition-duration) cubic-bezier(0.55, 0, 0.1, 1);
}
.el-zoom-in-center-enter-from,
.el-zoom-in-center-leave-active {
  opacity: 0;
  transform: scaleX(0);
}
.el-zoom-in-top-enter-active,
.el-zoom-in-top-leave-active {
  opacity: 1;
  transition: var(--el-transition-md-fade);
  transform-origin: top;
  transform: scaleY(1);
}
.el-zoom-in-top-enter-active[data-popper-placement^="top"],
.el-zoom-in-top-leave-active[data-popper-placement^="top"] {
  transform-origin: bottom;
}
.el-zoom-in-top-enter-from,
.el-zoom-in-top-leave-active {
  opacity: 0;
  transform: scaleY(0);
}
.el-zoom-in-bottom-enter-active,
.el-zoom-in-bottom-leave-active {
  opacity: 1;
  transition: var(--el-transition-md-fade);
  transform-origin: bottom;
  transform: scaleY(1);
}
.el-zoom-in-bottom-enter-from,
.el-zoom-in-bottom-leave-active {
  opacity: 0;
  transform: scaleY(0);
}
.el-zoom-in-left-enter-active,
.el-zoom-in-left-leave-active {
  opacity: 1;
  transition: var(--el-transition-md-fade);
  transform-origin: 0 0;
  transform: scale(1);
}
.el-zoom-in-left-enter-from,
.el-zoom-in-left-leave-active {
  opacity: 0;
  transform: scale(0.45);
}
.collapse-transition {
  transition: var(--el-transition-duration) height ease-in-out,
    var(--el-transition-duration) padding-top ease-in-out,
    var(--el-transition-duration) padding-bottom ease-in-out;
}
.el-collapse-transition-leave-active,
.el-collapse-transition-enter-active {
  transition: var(--el-transition-duration) max-height ease-in-out,
    var(--el-transition-duration) padding-top ease-in-out,
    var(--el-transition-duration) padding-bottom ease-in-out;
}
.horizontal-collapse-transition {
  transition: var(--el-transition-duration) width ease-in-out,
    var(--el-transition-duration) padding-left ease-in-out,
    var(--el-transition-duration) padding-right ease-in-out;
}
.el-list-enter-active,
.el-list-leave-active {
  transition: all 1s;
}
.el-list-enter-from,
.el-list-leave-to {
  opacity: 0;
  transform: translateY(-30px);
}
.el-list-leave-active {
  position: absolute !important;
}
.el-opacity-transition {
  transition: opacity var(--el-transition-duration)
    cubic-bezier(0.55, 0, 0.1, 1);
}
.el-icon--right {
  margin-left: 5px;
}
.el-icon--left {
  margin-right: 5px;
}
@keyframes rotating {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.el-icon {
  --color: inherit;
  fill: currentColor;
  width: 1em;
  height: 1em;
  color: var(--color);
  line-height: 1em;
  font-size: inherit;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: relative;
}
.el-icon.is-loading {
  animation: 2s linear infinite rotating;
}
.el-icon svg {
  width: 1em;
  height: 1em;
}
html.dark {
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
  --el-color-primary: #409eff;
  --el-color-primary-light-3: #3375b9;
  --el-color-primary-light-5: #2a598a;
  --el-color-primary-light-7: #213d5b;
  --el-color-primary-light-8: #1d3043;
  --el-color-primary-light-9: #18222b;
  --el-color-primary-dark-2: #66b1ff;
  --el-color-success: #67c23a;
  --el-color-success-light-3: #4e8e2f;
  --el-color-success-light-5: #3e6b27;
  --el-color-success-light-7: #2d481f;
  --el-color-success-light-8: #25371c;
  --el-color-success-light-9: #1c2518;
  --el-color-success-dark-2: #85ce61;
  --el-color-warning: #e6a23c;
  --el-color-warning-light-3: #a77730;
  --el-color-warning-light-5: #7d5b28;
  --el-color-warning-light-7: #533f20;
  --el-color-warning-light-8: #3e301c;
  --el-color-warning-light-9: #292218;
  --el-color-warning-dark-2: #ebb563;
  --el-color-danger: #f56c6c;
  --el-color-danger-light-3: #b25252;
  --el-color-danger-light-5: #854040;
  --el-color-danger-light-7: #582e2e;
  --el-color-danger-light-8: #412626;
  --el-color-danger-light-9: #2a1d1d;
  --el-color-danger-dark-2: #f78989;
  --el-color-error: #f56c6c;
  --el-color-error-light-3: #b25252;
  --el-color-error-light-5: #854040;
  --el-color-error-light-7: #582e2e;
  --el-color-error-light-8: #412626;
  --el-color-error-light-9: #2a1d1d;
  --el-color-error-dark-2: #f78989;
  --el-color-info: #909399;
  --el-color-info-light-3: #6b6d71;
  --el-color-info-light-5: #525457;
  --el-color-info-light-7: #393a3c;
  --el-color-info-light-8: #2d2d2f;
  --el-color-info-light-9: #202121;
  --el-color-info-dark-2: #a6a9ad;
  --el-box-shadow: 0px 12px 32px 4px #0000005c, 0px 8px 20px #000000b8;
  --el-box-shadow-light: 0px 0px 12px #000000b8;
  --el-box-shadow-lighter: 0px 0px 6px #000000b8;
  --el-box-shadow-dark: 0px 16px 48px 16px #000000b8, 0px 12px 32px #000,
    0px 8px 16px -8px #000;
  --el-bg-color-page: #0a0a0a;
  --el-bg-color: #141414;
  --el-bg-color-overlay: #1d1e1f;
  --el-text-color-primary: #e5eaf3;
  --el-text-color-regular: #cfd3dc;
  --el-text-color-secondary: #a3a6ad;
  --el-text-color-placeholder: #8d9095;
  --el-text-color-disabled: #6c6e72;
  --el-border-color-darker: #636466;
  --el-border-color-dark: #58585b;
  --el-border-color: #4c4d4f;
  --el-border-color-light: #414243;
  --el-border-color-lighter: #363637;
  --el-border-color-extra-light: #2b2b2c;
  --el-fill-color-darker: #424243;
  --el-fill-color-dark: #39393a;
  --el-fill-color: #303030;
  --el-fill-color-light: #262727;
  --el-fill-color-lighter: #1d1d1d;
  --el-fill-color-extra-light: #191919;
  --el-fill-color-blank: #141414;
  --el-mask-color: #000c;
  --el-mask-color-extra-light: #0000004d;
}
html.dark .el-button {
  --el-button-disabled-text-color: #ffffff80;
}
html.dark .el-card {
  --el-card-bg-color: var(--el-bg-color-overlay);
  --el-fill-color-blank: var(--el-card-bg-color);
}
html.dark .el-empty {
  --el-empty-fill-color-0: var(--el-color-black);
  --el-empty-fill-color-1: #4b4b52;
  --el-empty-fill-color-2: #36383d;
  --el-empty-fill-color-3: #1e1e20;
  --el-empty-fill-color-4: #262629;
  --el-empty-fill-color-5: #202124;
  --el-empty-fill-color-6: #212224;
  --el-empty-fill-color-7: #1b1c1f;
  --el-empty-fill-color-8: #1c1d1f;
  --el-empty-fill-color-9: #18181a;
}
.el-notification {
  --el-notification-width: 330px;
  --el-notification-padding: 14px 26px 14px 13px;
  --el-notification-radius: 8px;
  --el-notification-shadow: var(--el-box-shadow-light);
  --el-notification-border-color: var(--el-border-color-lighter);
  --el-notification-icon-size: 24px;
  --el-notification-close-font-size: var(--el-message-close-size, 16px);
  --el-notification-group-margin-left: 13px;
  --el-notification-group-margin-right: 8px;
  --el-notification-content-font-size: var(--el-font-size-base);
  --el-notification-content-color: var(--el-text-color-regular);
  --el-notification-title-font-size: 16px;
  --el-notification-title-color: var(--el-text-color-primary);
  --el-notification-close-color: var(--el-text-color-secondary);
  --el-notification-close-hover-color: var(--el-text-color-regular);
  width: var(--el-notification-width);
  padding: var(--el-notification-padding);
  border-radius: var(--el-notification-radius);
  box-sizing: border-box;
  border: 1px solid var(--el-notification-border-color);
  background-color: var(--el-bg-color-overlay);
  box-shadow: var(--el-notification-shadow);
  transition: opacity var(--el-transition-duration),
    transform var(--el-transition-duration), left var(--el-transition-duration),
    right var(--el-transition-duration), top 0.4s,
    bottom var(--el-transition-duration);
  overflow-wrap: break-word;
  z-index: 9999;
  display: flex;
  position: fixed;
  overflow: hidden;
}
.el-notification.right {
  right: 16px;
}
.el-notification.left {
  left: 16px;
}
.el-notification__group {
  min-width: 0;
  margin-left: var(--el-notification-group-margin-left);
  margin-right: var(--el-notification-group-margin-right);
  flex: 1;
}
.el-notification__title {
  font-weight: 700;
  font-size: var(--el-notification-title-font-size);
  line-height: var(--el-notification-icon-size);
  color: var(--el-notification-title-color);
  margin: 0;
}
.el-notification__content {
  font-size: var(--el-notification-content-font-size);
  color: var(--el-notification-content-color);
  margin: 6px 0 0;
  line-height: 24px;
}
.el-notification__content p {
  margin: 0;
}
.el-notification .el-notification__icon {
  height: var(--el-notification-icon-size);
  width: var(--el-notification-icon-size);
  font-size: var(--el-notification-icon-size);
  flex-shrink: 0;
}
.el-notification .el-notification__closeBtn {
  cursor: pointer;
  color: var(--el-notification-close-color);
  font-size: var(--el-notification-close-font-size);
  position: absolute;
  top: 18px;
  right: 15px;
}
.el-notification .el-notification__closeBtn:hover {
  color: var(--el-notification-close-hover-color);
}
.el-notification .el-notification--primary {
  --el-notification-icon-color: var(--el-color-primary);
  color: var(--el-notification-icon-color);
}
.el-notification .el-notification--success {
  --el-notification-icon-color: var(--el-color-success);
  color: var(--el-notification-icon-color);
}
.el-notification .el-notification--info {
  --el-notification-icon-color: var(--el-color-info);
  color: var(--el-notification-icon-color);
}
.el-notification .el-notification--warning {
  --el-notification-icon-color: var(--el-color-warning);
  color: var(--el-notification-icon-color);
}
.el-notification .el-notification--error {
  --el-notification-icon-color: var(--el-color-error);
  color: var(--el-notification-icon-color);
}
.el-notification-fade-enter-from.right {
  right: 0;
  transform: translate(100%);
}
.el-notification-fade-enter-from.left {
  left: 0;
  transform: translate(-100%);
}
.el-notification-fade-leave-to {
  opacity: 0;
}
:root {
  --el-loading-spinner-size: 42px;
  --el-loading-fullscreen-spinner-size: 50px;
}
.el-loading-parent--relative {
  position: relative !important;
}
.el-loading-parent--hidden {
  overflow: hidden !important;
}
.el-loading-mask {
  z-index: 2000;
  background-color: var(--el-mask-color);
  transition: opacity var(--el-transition-duration);
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.el-loading-mask.is-fullscreen {
  position: fixed;
}
.el-loading-mask.is-fullscreen .el-loading-spinner {
  margin-top: calc((0px - var(--el-loading-fullscreen-spinner-size)) / 2);
}
.el-loading-mask.is-fullscreen .el-loading-spinner .circular {
  height: var(--el-loading-fullscreen-spinner-size);
  width: var(--el-loading-fullscreen-spinner-size);
}
.el-loading-spinner {
  margin-top: calc((0px - var(--el-loading-spinner-size)) / 2);
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
}
.el-loading-spinner .el-loading-text {
  color: var(--el-color-primary);
  margin: 3px 0;
  font-size: 14px;
}
.el-loading-spinner .circular {
  height: var(--el-loading-spinner-size);
  width: var(--el-loading-spinner-size);
  animation: 2s linear infinite loading-rotate;
  display: inline;
}
.el-loading-spinner .path {
  stroke-dasharray: 90 150;
  stroke-dashoffset: 0;
  stroke-width: 2px;
  stroke: var(--el-color-primary);
  stroke-linecap: round;
  animation: 1.5s ease-in-out infinite loading-dash;
}
.el-loading-spinner i {
  color: var(--el-color-primary);
}
.el-loading-fade-enter-from,
.el-loading-fade-leave-to {
  opacity: 0;
}
@keyframes loading-rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes loading-dash {
  0% {
    stroke-dasharray: 1 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90 150;
    stroke-dashoffset: -40px;
  }
  to {
    stroke-dasharray: 90 150;
    stroke-dashoffset: -120px;
  }
}
:root {
  --el-popup-modal-bg-color: var(--el-color-black);
  --el-popup-modal-opacity: 0.5;
}
.v-modal-enter {
  animation: v-modal-in var(--el-transition-duration-fast) ease;
}
.v-modal-leave {
  animation: v-modal-out var(--el-transition-duration-fast) ease forwards;
}
@keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}
@keyframes v-modal-out {
  to {
    opacity: 0;
  }
}
.v-modal {
  width: 100%;
  height: 100%;
  opacity: var(--el-popup-modal-opacity);
  background: var(--el-popup-modal-bg-color);
  position: fixed;
  top: 0;
  left: 0;
}
.el-popup-parent--hidden {
  overflow: hidden;
}
.el-message-box {
  --el-messagebox-title-color: var(--el-text-color-primary);
  --el-messagebox-width: 420px;
  --el-messagebox-border-radius: 4px;
  --el-messagebox-box-shadow: var(--el-box-shadow);
  --el-messagebox-font-size: var(--el-font-size-large);
  --el-messagebox-content-font-size: var(--el-font-size-base);
  --el-messagebox-content-color: var(--el-text-color-regular);
  --el-messagebox-error-font-size: 12px;
  --el-messagebox-padding-primary: 12px;
  --el-messagebox-font-line-height: var(--el-font-line-height-primary);
  max-width: var(--el-messagebox-width);
  width: 100%;
  padding: var(--el-messagebox-padding-primary);
  vertical-align: middle;
  background-color: var(--el-bg-color);
  border-radius: var(--el-messagebox-border-radius);
  font-size: var(--el-messagebox-font-size);
  box-shadow: var(--el-messagebox-box-shadow);
  text-align: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  overflow-wrap: break-word;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.el-message-box:focus {
  outline: none !important;
}
.is-message-box .el-overlay-message-box {
  text-align: center;
  padding: 16px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.is-message-box .el-overlay-message-box:after {
  content: "";
  vertical-align: middle;
  width: 0;
  height: 100%;
  display: inline-block;
}
.el-message-box.is-draggable .el-message-box__header {
  cursor: move;
  -webkit-user-select: none;
  user-select: none;
}
.el-message-box__header {
  padding-bottom: var(--el-messagebox-padding-primary);
}
.el-message-box__header.show-close {
  padding-right: calc(
    var(--el-messagebox-padding-primary) + var(--el-message-close-size, 16px)
  );
}
.el-message-box__title {
  font-size: var(--el-messagebox-font-size);
  line-height: var(--el-messagebox-font-line-height);
  color: var(--el-messagebox-title-color);
}
.el-message-box__headerbtn {
  width: 40px;
  height: 40px;
  font-size: var(--el-message-close-size, 16px);
  cursor: pointer;
  background: 0 0;
  border: none;
  outline: none;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.el-message-box__headerbtn .el-message-box__close {
  color: var(--el-color-info);
  font-size: inherit;
}
.el-message-box__headerbtn:focus .el-message-box__close,
.el-message-box__headerbtn:hover .el-message-box__close {
  color: var(--el-color-primary);
}
.el-message-box__content {
  color: var(--el-messagebox-content-color);
  font-size: var(--el-messagebox-content-font-size);
}
.el-message-box__container {
  align-items: center;
  gap: 12px;
  display: flex;
}
.el-message-box__input {
  padding-top: 12px;
}
.el-message-box__input div.invalid > input,
.el-message-box__input div.invalid > input:focus {
  border-color: var(--el-color-error);
}
.el-message-box__status {
  font-size: 24px;
}
.el-message-box__status.el-message-box-icon--primary {
  --el-messagebox-color: var(--el-color-primary);
  color: var(--el-messagebox-color);
}
.el-message-box__status.el-message-box-icon--success {
  --el-messagebox-color: var(--el-color-success);
  color: var(--el-messagebox-color);
}
.el-message-box__status.el-message-box-icon--info {
  --el-messagebox-color: var(--el-color-info);
  color: var(--el-messagebox-color);
}
.el-message-box__status.el-message-box-icon--warning {
  --el-messagebox-color: var(--el-color-warning);
  color: var(--el-messagebox-color);
}
.el-message-box__status.el-message-box-icon--error {
  --el-messagebox-color: var(--el-color-error);
  color: var(--el-messagebox-color);
}
.el-message-box__message {
  min-width: 0;
  margin: 0;
}
.el-message-box__message p {
  line-height: var(--el-messagebox-font-line-height);
  margin: 0;
}
.el-message-box__errormsg {
  color: var(--el-color-error);
  font-size: var(--el-messagebox-error-font-size);
  line-height: var(--el-messagebox-font-line-height);
}
.el-message-box__btns {
  padding-top: var(--el-messagebox-padding-primary);
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.el-message-box--center .el-message-box__title {
  justify-content: center;
  align-items: center;
  gap: 6px;
  display: flex;
}
.el-message-box--center .el-message-box__status {
  font-size: inherit;
}
.el-message-box--center .el-message-box__btns,
.el-message-box--center .el-message-box__container {
  justify-content: center;
}
.el-message-box-parent--hidden {
  overflow: hidden;
}
.fade-in-linear-enter-active .el-overlay-message-box {
  animation: msgbox-fade-in var(--el-transition-duration);
}
.fade-in-linear-leave-active .el-overlay-message-box {
  animation: msgbox-fade-in var(--el-transition-duration) reverse;
}
@keyframes msgbox-fade-in {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
.ProseMirror {
  position: relative;
}
.ProseMirror {
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: break-spaces;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0;
}
.ProseMirror pre {
  white-space: pre-wrap;
}
.ProseMirror li {
  position: relative;
}
.ProseMirror-hideselection *::selection {
  background: transparent;
}
.ProseMirror-hideselection *::-moz-selection {
  background: transparent;
}
.ProseMirror-hideselection {
  caret-color: transparent;
}
.ProseMirror [draggable][contenteditable="false"] {
  -webkit-user-select: text;
  user-select: text;
}
.ProseMirror-selectednode {
  outline: 2px solid #8cf;
}
li.ProseMirror-selectednode {
  outline: none;
}
li.ProseMirror-selectednode:after {
  content: "";
  position: absolute;
  left: -32px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  border: 2px solid #8cf;
  pointer-events: none;
}
img.ProseMirror-separator {
  display: inline !important;
  border: none !important;
  margin: 0 !important;
}
.milkdown {
  milkdown-image-inline {
    outline: none;
    display: inline;
    & input {
      background: transparent;
      outline: none;
      border: 0;
    }
    &.empty {
      vertical-align: bottom;
    }
    & > .empty-image-inline {
      display: inline-flex;
    }
    & > .empty-image-inline .confirm {
      cursor: pointer;
    }
    & > .empty-image-inline .link-importer {
      position: relative;
      flex: 1;
    }
    & > .empty-image-inline .link-importer > .link-input-area {
      width: 208px;
      color: var(--crepe-color-on-background);
    }
    & > .empty-image-inline .link-importer .placeholder {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      cursor: text;
    }
    & > .empty-image-inline .link-importer .placeholder .uploader {
      cursor: pointer;
      display: flex;
    }
    & .hidden {
      display: none !important;
    }
    &.empty.selected {
      background: none;
      outline: none;
      .empty-image-inline {
        box-shadow: var(--crepe-shadow-1);
      }
    }
    &.selected {
      background: none;
      outline: 1px solid var(--crepe-color-primary);
      :not(input)::selection {
        background: transparent;
      }
    }
    img.image-inline {
      vertical-align: text-bottom;
    }
    .empty-image-inline {
      align-items: center;
      padding: 4px 10px;
      gap: 10px;
      background: var(--crepe-color-surface);
      font-family: var(--crepe-font-default);
      border-radius: 8px;
    }
    .empty-image-inline .image-icon {
      svg {
        width: 18px;
        height: 18px;
        fill: var(--crepe-color-outline);
      }
      padding: 3px;
      width: 24px;
      height: 24px;
    }
    .empty-image-inline .link-importer {
      height: 24px;
    }
    .empty-image-inline .link-importer .placeholder {
      color: color-mix(
        in srgb,
        var(--crepe-color-on-background),
        transparent 60%
      );
      :not(input)::selection {
        background: transparent;
      }
    }
    .empty-image-inline .link-importer .link-input-area {
      line-height: 24px;
    }
    .empty-image-inline .link-importer .placeholder .uploader {
      gap: 8px;
      color: var(--crepe-color-primary);
      justify-content: center;
      transition: color 0.2s;
      font-family: var(--crepe-font-default);
    }
    .empty-image-inline .link-importer.focus .placeholder .uploader {
      color: unset;
    }
    .empty-image-inline .link-importer .placeholder .uploader:hover {
      color: var(--crepe-color-primary);
    }
    .empty-image-inline .link-importer .placeholder .text {
      margin-left: 8px;
    }
    .empty-image-inline .confirm {
      svg {
        width: 18px;
        height: 18px;
      }
      width: 24px;
      height: 24px;
      padding: 3px;
      border-radius: 8px;
      color: var(--crepe-color-primary);
      &:hover {
        background: var(--crepe-color-hover);
      }
    }
  }
  milkdown-image-block {
    outline: none;
    margin: 4px 0;
    display: block;
    & > .image-wrapper {
      position: relative;
      width: fit-content;
      margin: 0 auto;
      min-width: 100px;
    }
    & > .image-wrapper .operation {
      position: absolute;
      display: flex;
    }
    & > .image-wrapper .operation > .operation-item {
      cursor: pointer;
    }
    & > .image-wrapper img {
      max-width: 100%;
      min-height: 100px;
      display: block;
      object-fit: cover;
    }
    & > .image-wrapper > .image-resize-handle {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
    }
    & > .image-wrapper > .image-resize-handle:hover {
      cursor: row-resize;
    }
    input {
      background: transparent;
      outline: none;
      border: 0;
    }
    & > .caption-input {
      display: block;
      width: 100%;
      text-align: center;
      color: var(--crepe-color-on-background);
    }
    & > .image-edit {
      display: flex;
    }
    & > .image-edit .confirm {
      cursor: pointer;
    }
    & > .image-edit .link-importer {
      position: relative;
      flex: 1;
    }
    & > .image-edit .link-importer > .link-input-area {
      width: 100%;
    }
    & > .image-edit .link-importer .placeholder {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      cursor: text;
    }
    & > .image-edit .link-importer .placeholder .uploader {
      cursor: pointer;
      display: flex;
    }
    .hidden {
      display: none !important;
    }
    &.selected > .image-edit:not(:has(input:focus)) {
      position: relative;
      &::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: color-mix(
          in srgb,
          var(--crepe-color-selected),
          transparent 60%
        );
        pointer-events: none;
      }
    }
    &.selected {
      & > .image-wrapper {
        position: relative;
        &::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: color-mix(
            in srgb,
            var(--crepe-color-selected),
            transparent 60%
          );
        }
      }
      :not(input)::selection {
        background: transparent;
      }
    }
    .image-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .image-wrapper .operation {
      gap: 12px;
      right: 12px;
      top: 12px;
      opacity: 0;
      transition: all 0.2s;
    }
    &:hover > .image-wrapper .operation {
      opacity: 1;
    }
    .image-wrapper .operation > .operation-item {
      color: var(--crepe-color-on-inverse);
      padding: 4px;
      background: var(--crepe-color-inverse);
      opacity: 0.6;
      border-radius: 50%;
      width: 32px;
      height: 32px;
      svg {
        width: 24px;
        height: 24px;
      }
    }
    .image-wrapper .image-resize-handle {
      height: 4px;
      bottom: -2px;
      max-width: 160px;
      width: 100%;
      background: var(--crepe-color-outline);
      opacity: 0;
      transition: all 0.2s;
      border-radius: 4px;
    }
    &:hover > .image-wrapper .image-resize-handle {
      opacity: 1;
    }
    .caption-input {
      margin: 4px auto;
      font-family: var(--crepe-font-default);
    }
    .image-edit {
      align-items: center;
      padding: 16px 24px;
      gap: 16px;
      background: var(--crepe-color-surface);
      height: 56px;
    }
    .image-edit .image-icon {
      color: var(--crepe-color-outline);
    }
    .image-edit .image-icon svg {
      width: 24px;
      height: 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      fill: var(--crepe-color-outline);
    }
    .image-edit .link-importer .placeholder {
      color: color-mix(
        in srgb,
        var(--crepe-color-on-background),
        transparent 60%
      );
      :not(input)::selection {
        background: transparent;
      }
    }
    .image-edit .link-importer .link-input-area {
      line-height: 24px;
      color: var(--crepe-color-on-background);
    }
    .image-edit .link-importer .placeholder .uploader {
      gap: 8px;
      color: var(--crepe-color-primary);
      justify-content: center;
      transition: color 0.2s;
      font-weight: 600;
    }
    .image-edit .link-importer.focus .placeholder .uploader {
      color: unset;
    }
    .image-edit .link-importer .placeholder .uploader:hover {
      color: var(--crepe-color-primary);
    }
    .image-edit .link-importer .placeholder .text {
      margin-left: 8px;
    }
    .image-edit .confirm {
      background: var(--crepe-color-secondary);
      color: var(--crepe-color-on-secondary);
      line-height: 40px;
      padding: 0 24px;
      border-radius: 100px;
      font-size: 14px;
      font-weight: 600;
      &:hover {
        background: linear-gradient(
            0deg,
            rgba(29, 25, 43, 0.08) 0%,
            rgba(29, 25, 43, 0.08) 100%
          ),
          var(--crepe-color-secondary);
      }
    }
  }
}
.fcom_common_dialog.fcom_editor_unfinished_dialog .el-dialog .dialog_header {
  margin-bottom: 5px;
  padding: 0 0 10px;
}
.fcom_common_dialog.fcom_editor_unfinished_dialog
  .el-dialog
  .el-dialog__footer {
  margin-top: 5px;
}
.fcom_common_dialog.fcom_editor_unfinished_dialog
  .el-dialog
  .el-dialog__footer
  .dialog_footer {
  padding: 10px 0 0;
}
.fcom_common_dialog .el-dialog {
  border-radius: 8px;
  padding: 20px;
}
.fcom_common_dialog .el-dialog .el-dialog__header {
  margin: 0;
  padding: 0;
}
.fcom_common_dialog .el-dialog .dialog_header {
  margin-bottom: 20px;
  padding: 0 0 15px;
  border-bottom: 1px solid var(--fcom-primary-border);
  display: flex;
  justify-content: space-between;
}
.fcom_common_dialog .el-dialog .dialog_header .dialog_left {
  display: flex;
  align-items: center;
}
.fcom_common_dialog .el-dialog .dialog_header .dialog_left h4,
.fcom_common_dialog .el-dialog .dialog_header .dialog_left p {
  margin: 0;
}
.fcom_common_dialog .el-dialog .dialog_header .dialog_left h4 {
  font-size: 16px;
  font-weight: 500;
  color: var(--fcom-primary-text, #19283a);
}
.fcom_common_dialog .el-dialog .dialog_header .dialog_left p {
  font-size: 12px;
  color: var(--fcom-feed-text-light);
}
.fcom_common_dialog
  .el-dialog
  .dialog_header
  .dialog_left.schedule_header_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.fcom_common_dialog .el-dialog .dialog_header .dialog_left .header_icon {
  padding: 17px 18px;
  display: flex;
  border-radius: 50%;
  border: 1px solid var(--fcom-primary-border);
  align-items: center;
  margin-right: 10px;
}
.fcom_common_dialog .el-dialog .dialog_header .closable_icon {
  cursor: pointer;
}
.fcom_common_dialog .el-dialog .el-dialog__body {
  padding: 0.5rem;
}
.fcom_common_dialog
  .el-dialog
  .el-dialog__body
  .fcom_report_content_form
  .el-select
  .el-select__wrapper {
  min-height: 40px;
}
.fcom_common_dialog
  .el-dialog
  .el-dialog__body
  .fcom_report_content_form
  .el-textarea__inner {
  box-shadow: 0 0 0 0.5px var(--fcom-secondary-border) inset;
}
.fcom_common_dialog .el-dialog .el-dialog__body .report_details {
  padding: 0.875rem;
}
.fcom_common_dialog .el-dialog .el-dialog__body .report_details .feed {
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: transparent;
}
.fcom_common_dialog
  .el-dialog
  .el-dialog__body
  .report_details
  .feed
  .feed_body {
  border-bottom: none;
}
.fcom_common_dialog
  .el-dialog
  .el-dialog__body
  .report_details
  .report_details_item {
  padding: 0.6rem 0;
}
.fcom_common_dialog
  .el-dialog
  .el-dialog__body
  .report_details
  .report_details_item
  .report_details_body {
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
  border-radius: 8px;
  border: 1px solid var(--fcom-primary-border);
  background: var(--fcom-secondary-bg);
}
.fcom_common_dialog .el-dialog .el-dialog__footer {
  padding: 0;
  margin-top: 20px;
}
.fcom_common_dialog .el-dialog .el-dialog__footer .dialog_footer {
  display: flex;
  justify-content: end;
  padding: 20px 0 0;
  border-top: 1px solid var(--fcom-primary-border);
}
.fcom_common_dialog .el-dialog .el-dialog__footer:has(.report_footer) {
  margin-top: 0;
}
.fcom_common_dialog
  .el-dialog
  .el-dialog__footer:has(.report_footer)
  .el-button--danger {
  border-radius: 8px;
}
.fcom_common_dialog .el-dialog .el-row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.fcom_common_dialog .el-dialog .report_details_header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.fcom_common_dialog .el-dialog .report_details_header img {
  height: 40px;
  width: 40px;
}
.fcom_common_dialog
  .el-dialog
  .report_details_header
  .report_details_header_right
  a {
  text-decoration: none;
  color: var(--fcom-primary-text);
}
.fcom_common_dialog
  .el-dialog
  .report_details_header
  .report_details_header_right
  a:hover {
  text-decoration: underline;
}
.fcom_common_dialog
  .el-dialog
  .report_details_header
  .report_details_header_right
  .el-icon {
  font-size: 1.2rem;
}
.fcom_common_dialog
  .el-dialog
  .report_details_header
  .report_details_header_right
  .meta_line
  a {
  color: var(--fcom-secondary-text);
}
.fcom_common_dialog
  .el-dialog
  .report_details_header
  .report_details_header_right
  .report_reason {
  color: var(--fcom-primary-text);
  font-weight: 500;
}
.fcom_common_dialog .el-dialog .fcom_choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  padding: 16px;
}
.fcom_common_dialog .el-dialog .fcom_choices.question_choices {
  width: 100%;
  padding: 0;
}
.fcom_common_dialog .el-dialog .fcom_choices.question_choices .fcom_choice {
  padding: 8px;
}
.fcom_common_dialog .el-dialog .fcom_choices .fcom_choice {
  padding: 14px 8px;
  border: 1px solid var(--fcom-primary-border);
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.fcom_common_dialog .el-dialog .fcom_choices .fcom_choice:hover {
  background-color: var(--fcom-active-bg);
}
.fcom_common_dialog .el-dialog .fcom_choices .fcom_choice:focus-visible {
  outline: 2px solid var(--fcom-primary, #007cba);
  outline-offset: 2px;
}
.fcom_common_dialog .el-dialog .fcom_choices .fcom_choice.fcom_choice_active {
  background-color: var(--fcom-active-bg);
  border: 1px solid var(--fcom-secondary-border);
}
.fcom_common_dialog .el-dialog .fcom_choices .fcom_choice .fcom_choice_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
}
.fcom_common_dialog .el-dialog .fcom_choices .fcom_choice .fcom_choice_btn p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.fcom_common_dialog
  .el-dialog
  .fcom_choices
  .fcom_choice
  .fcom_choice_btn
  .el-icon {
  font-size: 24px;
}
.fcom_common_dialog .el-dialog .fcom_choices .fcom_choice > p {
  margin-top: 10px;
  font-size: 14px;
  color: var(--fcom-text-off);
}
.fcom_common_dialog.menu_dialog .el-dialog .dialog_header {
  overflow: auto;
  scrollbar-width: none;
  margin-bottom: 0;
  border-bottom: none;
}
.fcom_common_dialog.menu_dialog .el-dialog .dialog_header .fcom_filter_menu {
  width: 100%;
}
.fcom_common_dialog.menu_dialog .el-dialog__body .not_found p {
  margin: 0;
  padding: 0 15px;
}
.fcom_common_dialog.question_dialog .el-dialog__body {
  max-height: calc(100vh - 200px);
  padding-left: 0.875rem;
  overflow-y: auto;
}
.fcom_common_dialog.question_dialog .el-dialog__body::-webkit-scrollbar {
  width: 6px;
}
.fcom_common_dialog.question_dialog .el-dialog__body::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 8px;
}
.fcom_common_dialog.question_dialog .el-dialog__body::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 8px;
}
.fcom_common_dialog.question_dialog
  .el-dialog__body:hover::-webkit-scrollbar-thumb {
  background: var(--fcom-secondary-content-bg);
}
.fcom_common_dialog.question_dialog
  .el-dialog__body
  .fcom_question_options
  .el-form-item__content {
  flex-direction: column;
  align-items: stretch;
}
.fcom_common_dialog.question_dialog
  .el-dialog__body
  .el-switch.fcom_question_switch {
  position: absolute;
  right: 0;
  top: -32px;
}
.fcom_common_dialog.question_dialog
  .el-dialog__body
  .el-switch.fcom_question_switch
  .el-switch__core {
  min-width: 32px;
  height: 16px;
}
.fcom_common_dialog.question_dialog
  .el-dialog__body
  .el-switch.fcom_question_switch
  .el-switch__core
  .el-switch__action {
  width: 12px;
  height: 12px;
}
.fcom_common_dialog.question_dialog
  .el-dialog__body
  .el-switch.is-checked
  .el-switch__action {
  left: calc(100% - 13px);
}
.fcom_common_dialog.question_dialog .el-dialog__body .fcom_banner_image_holder {
  top: 10px;
  padding: 30px 40px;
}
.fcom_common_dialog.question_dialog
  .el-dialog__body
  .fcom_banner_image_preview {
  top: 10px;
}
.fcom_common_dialog.question_dialog .el-dialog__body .fcom_question_option {
  margin-bottom: 10px;
}
.fcom_common_dialog.question_dialog .el-dialog__body .el-input-tag {
  border-radius: 8px;
  padding: 4px 12px;
}
.fcom_common_dialog.question_dialog .el-dialog__body .fcom_md_editor {
  border: 1px solid var(--fcom-primary-border);
  border-radius: 8px;
}
.fcom_common_dialog.question_dialog .el-dialog__body .el-textarea__inner {
  background-color: transparent;
  box-shadow: 0 0 0 1px var(--fcom-primary-border) inset;
  border-radius: 8px;
}
.fcom_common_dialog.question_dialog .el-dialog__body .sub_label {
  line-height: 1;
  margin-top: -5px;
  margin-bottom: 15px;
  color: var(--fcom-secondary-text);
}
.fcom_common_dialog.result_dialog .el-dialog__body {
  margin-top: 20px;
}
.fcom_common_dialog.result_dialog .el-dialog__body .fcom_view_quiz_result {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.fcom_common_dialog.result_dialog
  .el-dialog__body
  .fcom_view_quiz_result
  .fcom_result_details {
  flex: 65%;
  max-height: calc(100dvh - 200px);
  overflow-x: hidden;
}
.fcom_common_dialog.result_dialog
  .el-dialog__body
  .fcom_view_quiz_result
  .fcom_result_details
  .fcom_questions_wrap {
  margin-right: 16px;
}
.fcom_common_dialog.result_dialog
  .el-dialog__body
  .fcom_view_quiz_result
  .fcom_result_info {
  flex: 35%;
  border: 1px solid var(--fcom-secondary-border);
  border-radius: 8px;
  padding: 2rem;
}
.fcom_common_dialog.result_dialog
  .el-dialog__body
  .fcom_view_quiz_result
  .fcom_result_info
  .result_info_item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--fcom-secondary-border);
  padding: 1rem 0;
}
.fcom_common_dialog.result_dialog
  .el-dialog__body
  .fcom_view_quiz_result
  .fcom_result_info
  .result_info_item:last-child {
  border-bottom: none;
}
.fcom_common_dialog.result_dialog
  .el-dialog__body
  .fcom_view_quiz_result
  .fcom_result_info
  .result_info_item
  .left_side {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.fcom_common_dialog.result_dialog
  .el-dialog__body
  .fcom_view_quiz_result
  .fcom_result_info
  .result_info_item
  .right_side
  img {
  width: 40px;
  height: 40px;
}
.fcom_common_dialog.result_dialog
  .el-dialog__body
  .fcom_view_quiz_result
  .fcom_result_info
  .result_info_item
  .title {
  font-size: 1rem;
  font-weight: 500;
  color: var(--fcom-primary-text);
}
.fcom_common_dialog.result_dialog
  .el-dialog__body
  .fcom_view_quiz_result
  .fcom_result_info
  .result_info_item
  .sub_title {
  font-size: 1rem;
  color: var(--fcom-secondary-text);
}
.fcom_common_dialog.result_dialog
  .el-dialog__body
  .fcom_view_quiz_result
  .fcom_result_info
  .result_info_item
  .score {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--fcom-primary-text);
}
.fcom_common_dialog.result_dialog
  .el-dialog__body
  .fcom_view_quiz_result
  .fcom_result_info
  .result_info_item
  .el-select
  .el-select__wrapper {
  margin-top: 4px;
  min-height: 40px;
}
.fcom_upgrade_dialog .el-drawer__header .fcom_upgrade_header {
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: flex-start;
}
.fcom_upgrade_dialog .el-drawer__header .fcom_upgrade_header p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: var(--fcom-secondary-text);
}
.fcom_upgrade_dialog .el-drawer__header .fcom_upgrade_header h4 {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.fcom_upgrade_dialog .dialog_body .fcom_upgrade_banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #7d52f4;
  background: #efebff;
  padding: 10px 16px;
}
.fcom_upgrade_dialog .dialog_body .fcom_upgrade_banner p,
.fcom_upgrade_dialog .dialog_body .fcom_upgrade_banner a {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #2b2e33;
}
.fcom_upgrade_dialog .dialog_body .fcom_upgrade_content {
  text-align: center;
  padding: 20px 0;
}
.fcom_upgrade_dialog .dialog_body .fcom_upgrade_content .fcom_feature_image {
  margin: 20px auto;
  max-width: 100%;
}
.fcom_upgrade_dialog
  .dialog_body
  .fcom_upgrade_content
  .fcom_feature_image
  img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--fcom-primary-border);
  border-radius: 16px;
  overflow: hidden;
}
.fcom_upgrade_dialog .dialog_body .fcom_upgrade_content .fcom_upgrade_body h4 {
  margin: 8px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: var(--fcom-primary-text);
}
.fcom_upgrade_dialog .dialog_body .fcom_upgrade_content .fcom_upgrade_body p {
  margin: 8px;
  font-size: 16px;
  line-height: 24px;
  color: var(--fcom-secondary-text);
}
.fcom_upgrade_dialog
  .dialog_body
  .fcom_upgrade_content
  .fcom_upgrade_body
  .fcom_primary_button {
  margin-top: 16px;
}
.fcom_manager_table .el-table th.el-table__cell.is-leaf {
  background: var(--fcom-secondary-bg);
  color: var(--fcom-menu-text);
  font-weight: 600;
  font-size: 14px;
  border-bottom: none;
}
.fcom_manager_table .el-table th:first-of-type {
  border-radius: 8px 0 0 8px;
}
.fcom_manager_table .el-table th:last-of-type {
  border-radius: 0 8px 8px 0;
}
.fcom_manager_table .el-table .el-checkbox__inner {
  border: 1px solid lightgray;
  border-radius: 4px;
  box-shadow: 1px 2px 1px #d3d3d3;
}
.fcom_manager_table .el-table .ascending .sort-caret.ascending {
  border-bottom-color: #335cff !important;
}
.fcom_manager_table .el-table .descending .sort-caret.descending {
  border-top-color: #335cff !important;
}
.fcom_manager_table .el-table .el-scrollbar__view {
  width: 100%;
}
.fcom_manager_table .el-table .el-table__empty-block {
  width: 100% !important;
}
.fcom_moderation_dialog .el-dialog__body .help_text {
  display: block;
  width: 100%;
  margin-top: 4px;
  line-height: 1.6;
  color: var(--fcom-secondary-text);
}
.fcom_moderation_dialog .el-dialog__body .el-select .el-select__wrapper {
  min-height: 38px;
  padding: 4px 16px;
}
.fcom_action_popover_default_trigger_button {
  padding: 14px 6px !important;
}
.fcom_action_popover_default_trigger_button .el-icon {
  transform: rotate(90deg);
}
.fcom_action_popover_trigger {
  display: inline-flex;
  cursor: pointer;
  max-width: 100%;
  width: fit-content;
}
.fcom_action_popover_item {
  cursor: pointer;
  transition: all 0.2s ease;
}
.fcom_action_popover_item.is-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.fcom_action_popover_item:focus-visible {
  outline: 2px solid var(--fcom-primary, #007cba);
  outline-offset: -2px;
}
.fcom_action_popover_item.fcom_action_popover_item_danger {
  color: var(--el-color-danger);
}
.fcom_action_popover_item.fcom_action_popover_item_danger:hover {
  opacity: 0.8;
  color: var(--el-color-danger);
}
.fcom_action_popover_item.fcom_action_popover_item_success {
  color: var(--el-color-success);
}
.fcom_action_popover_item.fcom_action_popover_item_success:hover {
  opacity: 0.8;
  color: var(--el-color-success);
}
.fcom_action_popover_item.fcom_action_popover_item_warning {
  color: var(--el-color-warning);
}
.fcom_action_popover_item.fcom_action_popover_item_warning:hover {
  opacity: 0.8;
  color: var(--el-color-warning);
}
.fcom_action_popover_item.fcom_action_popover_item_info {
  color: var(--el-color-info);
}
.fcom_action_popover_item.fcom_action_popover_item_info:hover {
  opacity: 0.8;
  color: var(--el-color-info);
}
.milkdown {
  --crepe-color-background: var(--fcom-active-bg, #f0f2f5);
  --crepe-color-on-background: var(--fcom-primary-text, #19283a);
  --crepe-color-surface: var(--fcom-active-bg, #f0f2f5);
  --crepe-color-surface-low: #ededed;
  --crepe-color-on-surface: #1c1c1c;
  --crepe-color-on-surface-variant: #4d4d4d;
  --crepe-color-outline: #a8a8a8;
  --crepe-color-primary: #333333;
  --crepe-color-secondary: #cfcfcf;
  --crepe-color-on-secondary: #000000;
  --crepe-color-inverse: #f0f0f0;
  --crepe-color-on-inverse: #1a1a1a;
  --crepe-color-inline-code: #ba1a1a;
  --crepe-color-error: #ba1a1a;
  --crepe-color-hover: #e0e0e0;
  --crepe-color-selected: #d5d5d5;
  --crepe-color-inline-area: #cacaca;
  --crepe-font-title: "Noto Serif", Cambria, "Times New Roman", Times, serif;
  --crepe-font-default: "Noto Sans", Arial, Helvetica, sans-serif;
  --crepe-font-code: "Space Mono", Fira Code, Menlo, Monaco, "Courier New",
    Courier, monospace;
  --crepe-shadow-1: 0px 1px 3px 1px rgba(0, 0, 0, 0.15),
    0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  --crepe-shadow-2: 0px 2px 6px 2px rgba(0, 0, 0, 0.15),
    0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.milkdown milkdown-block-handle {
  display: none !important;
}
.milkdown {
  position: relative;
}
.milkdown * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.milkdown button {
  border: none;
  background: none;
  box-shadow: none;
}
.milkdown button:focus {
  outline: none;
}
.milkdown input {
  border: none;
  background: none;
  box-shadow: none;
}
.milkdown input:focus {
  outline: none;
}
.milkdown:focus-visible {
  outline: none;
}
.milkdown .ProseMirror-focused {
  outline: none;
}
.milkdown .ProseMirror {
  padding: 10px 15px;
}
.milkdown .ProseMirror.ProseMirror-focused {
  box-shadow: 0 0 0 1px var(--fcom-secondary-border) inset;
  border-radius: 8px;
}
.milkdown .ProseMirror img {
  max-width: 100%;
}
.milkdown .ProseMirror .crepe-placeholder {
  unicode-bidi: normal;
}
.milkdown .ProseMirror[data-dragging="true"]::-moz-selection {
  background: transparent;
}
.milkdown .ProseMirror[data-dragging="true"] *::-moz-selection {
  background: transparent;
}
.milkdown .ProseMirror[data-dragging="true"] *::selection {
  background: transparent;
}
.milkdown .ProseMirror[data-dragging="true"] .ProseMirror-selectednode {
  background: transparent;
}
.milkdown .ProseMirror[data-dragging="true"]::selection {
  background: transparent;
}
.milkdown .ProseMirror[data-dragging="true"] input::-moz-selection {
  background: var(--crepe-color-selected);
}
.milkdown .ProseMirror[data-dragging="true"] input::selection {
  background: var(--crepe-color-selected);
}
.milkdown milkdown-image-block .image-edit {
  padding: 8px 12px;
  min-height: 50px;
  height: fit-content;
  border: 1px solid var(--fcom-primary-border, #d2d7db);
  border-radius: 8px;
  background: var(--fcom-primary-bg);
}
.milkdown milkdown-image-block .image-edit:before {
  border-radius: 8px;
}
.milkdown
  milkdown-image-block
  .image-edit
  .link-importer
  .placeholder
  .uploader {
  color: var(--fcom-primary-text);
}
.milkdown
  milkdown-image-block
  .image-edit
  .link-importer
  .placeholder
  .uploader:hover {
  color: var(--fcom-text-link, #2271b1);
}
.milkdown milkdown-image-block .image-edit .confirm {
  border-radius: 8px;
  color: var(--fcom-primary-button-text, var(--fcom-primary-bg, #ffffff));
  background: var(--fcom-primary-button, #2b2e33);
  border: 1px solid var(--fcom-primary-button, #2b2e33);
  padding: 0 15px;
  line-height: 30px;
  font-size: var(--el-font-size-base);
  font-weight: 500;
}
.milkdown milkdown-image-block .image-edit .confirm:hover {
  opacity: 0.8;
  color: var(--fcom-primary-button-text, var(--fcom-primary-bg, #ffffff));
  background: var(--fcom-primary-button, #2b2e33);
  border: 1px solid var(--fcom-primary-button, #2b2e33);
}
.milkdown milkdown-image-block .image-wrapper .image-resize-handle {
  display: none;
}
.milkdown milkdown-image-block .image-wrapper .operation .operation-item {
  display: none;
}
.milkdown milkdown-image-block.uploading .image-edit {
  position: relative;
  pointer-events: none;
  opacity: 1;
}
.milkdown milkdown-image-block.uploading .image-edit:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -14px 0 0 -14px;
  border: 2px solid #e0e0e0;
  border-top-color: var(--fcom-primary-color, #3b82f6);
  border-radius: 50%;
  animation: fcom-inline-upload-spin 0.8s linear infinite;
  z-index: 10;
}
.milkdown milkdown-image-block.uploading .image-edit .image-icon,
.milkdown milkdown-image-block.uploading .image-edit .link-importer {
  opacity: 0.4;
}
.milkdown milkdown-slash-menu {
  z-index: 999999999;
  position: absolute;
  display: block;
  font-family: var(--crepe-font-default);
  color: var(--fcom-text-off);
  background: var(--crepe-color-surface);
  border-radius: 12px;
  box-shadow: var(--crepe-shadow-1);
}
.milkdown milkdown-slash-menu[data-show="false"] {
  display: none;
}
.milkdown milkdown-slash-menu ul {
  list-style-type: none;
}
.milkdown milkdown-slash-menu ul li {
  cursor: pointer;
  border-radius: 8px;
}
.milkdown milkdown-slash-menu .tab-group {
  display: none !important;
}
.milkdown milkdown-slash-menu .menu-groups {
  padding: 12px;
  max-height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
  list-style: none;
}
.milkdown milkdown-slash-menu .menu-groups .menu-group h6 {
  display: none;
}
.milkdown milkdown-slash-menu .menu-groups .menu-group ul {
  margin: 0;
}
.milkdown milkdown-slash-menu .menu-groups .menu-group li {
  min-width: 220px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
}
.milkdown milkdown-slash-menu .menu-groups .menu-group li.hover {
  background: var(--fcom-primary-bg);
  color: var(--fcom-primary-text, #19283a);
}
.milkdown milkdown-slash-menu .menu-groups .menu-group li.active {
  background: var(--fcom-primary-bg);
}
.milkdown milkdown-slash-menu .menu-groups .menu-group li > svg {
  width: 20px;
  height: 20px;
  color: var(--fcom-text-off);
  fill: var(--fcom-text-off);
}
.milkdown milkdown-slash-menu .menu-groups .menu-group li > span {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.milkdown milkdown-slash-menu .menu-groups .menu-group + .menu-group:before {
  content: "";
  display: block;
  height: 1px;
  background: color-mix(in srgb, var(--crepe-color-outline), transparent 80%);
  margin: 0 10px;
}
.milkdown milkdown-slash-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.milkdown ul li p {
  margin: 0;
  padding: 0;
}
.milkdown milkdown-toolbar {
  position: absolute;
  display: flex;
  background: var(--crepe-color-surface);
  box-shadow: var(--crepe-shadow-1);
  border-radius: 8px;
  overflow: hidden;
}
.milkdown milkdown-toolbar[data-show="false"] {
  display: none;
}
.milkdown milkdown-toolbar .divider {
  width: 1px;
  background: color-mix(in srgb, var(--crepe-color-outline), transparent 80%);
  height: 24px;
  margin: 10px;
}
.milkdown milkdown-toolbar .toolbar-item {
  width: 32px;
  height: 32px;
  margin: 6px;
  padding: 4px;
  cursor: pointer;
  border-radius: 4px;
}
.milkdown milkdown-toolbar .toolbar-item:hover {
  background: var(--crepe-color-hover);
}
.milkdown milkdown-toolbar .toolbar-item:active {
  background: var(--crepe-color-selected);
}
.milkdown milkdown-toolbar .toolbar-item svg {
  height: 24px;
  width: 24px;
  color: var(--crepe-color-outline);
  fill: var(--crepe-color-outline);
}
.milkdown milkdown-toolbar .toolbar-item.active svg {
  color: var(--crepe-color-primary);
  fill: var(--crepe-color-primary);
}
.milkdown .crepe-placeholder:before {
  position: absolute;
  color: color-mix(in srgb, var(--crepe-color-on-background), transparent 60%);
  pointer-events: none;
  height: 0;
  content: attr(data-placeholder);
}
.milkdown milkdown-link-preview {
  position: absolute;
  z-index: 10;
}
.milkdown milkdown-link-preview[data-show="false"] {
  display: none;
}
.milkdown milkdown-link-preview > .link-preview {
  height: 32px;
  display: flex;
  justify-content: center;
  padding: 4px 10px;
  background: var(--crepe-color-surface);
  gap: 10px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: var(--crepe-shadow-1);
}
.milkdown milkdown-link-preview > .link-preview > .link-display {
  text-decoration: none;
  color: unset;
}
.milkdown milkdown-link-preview > .link-preview > .link-display:hover:before {
  display: block;
}
.milkdown milkdown-link-preview > .link-preview > .link-icon {
  padding: 3px;
  line-height: 24px;
}
.milkdown milkdown-link-preview > .link-preview > .link-icon > svg {
  width: 18px;
  height: 18px;
  color: var(--crepe-color-outline);
  fill: var(--crepe-color-outline);
}
.milkdown milkdown-link-preview > .link-preview > .link-display {
  width: 240px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  font-size: 14px;
}
.milkdown milkdown-link-preview > .link-preview > .link-display:hover {
  text-decoration: underline;
}
.milkdown milkdown-link-preview > .link-preview > .button {
  padding: 3px;
  border-radius: 8px;
  line-height: 24px;
}
.milkdown milkdown-link-preview > .link-preview > .button > svg {
  width: 18px;
  height: 18px;
  color: var(--crepe-color-outline);
  fill: var(--crepe-color-outline);
}
.milkdown milkdown-link-preview > .link-preview > .button:hover {
  background: var(--crepe-color-hover);
}
.milkdown milkdown-link-edit {
  position: absolute;
  z-index: 10;
}
.milkdown milkdown-link-edit[data-show="false"] {
  display: none;
}
.milkdown milkdown-link-edit > .link-edit {
  height: 32px;
  display: flex;
  justify-content: center;
  padding: 4px 10px 4px 20px;
  background: var(--crepe-color-surface);
  gap: 8px;
  border-radius: 8px;
  box-shadow: var(--crepe-shadow-1);
}
.milkdown milkdown-link-edit > .link-edit > .input-area {
  outline: none;
  background: transparent;
  width: 200px;
  font-size: 14px;
  color: var(--crepe-color-on-background);
}
.milkdown milkdown-link-edit > .link-edit > .button {
  padding: 3px;
  cursor: pointer;
  border-radius: 8px;
  font-size: 12px;
  line-height: 24px;
}
.milkdown milkdown-link-edit > .link-edit > .button > svg {
  width: 18px;
  height: 18px;
  color: var(--crepe-color-outline);
  fill: var(--crepe-color-outline);
}
.milkdown milkdown-link-edit > .link-edit > .button:hover {
  background: var(--crepe-color-hover);
}
.milkdown milkdown-link-edit > .link-edit > .button.hidden {
  visibility: hidden;
}
@keyframes fcom-inline-upload-spin {
  to {
    transform: rotate(360deg);
  }
}
.create_status_holder {
  margin-bottom: 20px;
  display: block;
  background: var(--fcom-primary-bg, white);
  border-radius: 8px;
}
.create_status_holder .fcom_composer_admin_actions {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.create_status_holder .create_header {
  display: flex;
  padding: 10px 21px;
  align-items: flex-start;
  column-gap: 10px;
  position: relative;
  transition: 0.5s;
}
.create_status_holder .create_header.state_active .create_header_content {
  overflow: inherit;
}
.create_status_holder
  .create_header.state_active
  .create_header_content
  .fcom_create_status_box {
  opacity: 1;
  max-height: max-content;
  visibility: visible;
}
.create_status_holder .create_header.state_active .fcom_text_composer {
  margin-left: -50px;
  margin-top: 10px;
}
.create_status_holder .create_header.state_active .fcom_composer_footer {
  margin-left: -50px;
}
.create_status_holder .create_header .create_header_content {
  flex: 1;
  overflow: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.create_status_holder
  .create_header
  .create_header_content
  .fcom_create_status_box {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.create_status_holder
  .create_header
  .create_header_content
  .fcom_create_status_box
  .fcom_md_editor {
  max-height: max-content;
}
.create_status_holder
  .create_header
  .create_header_content
  .create_header_action {
  display: flex;
  align-items: center;
  justify-content: center;
}
.create_status_holder
  .create_header
  .create_header_content
  .create_header_action
  .el-button {
  padding: 5px 7px;
  height: fit-content;
  border-radius: 8px;
  margin: 0;
}
.create_status_holder
  .create_header
  .create_header_content
  .create_header_action
  .el-button
  + .el-button {
  margin-left: 0;
}
.create_status_holder
  .create_header
  .create_header_content
  .create_header_action
  .el-button.close_btn {
  padding: 5px;
}
.create_status_holder
  .create_header
  .create_header_content
  .create_header_action
  .el-button
  .el-icon {
  cursor: pointer;
  font-size: 18px;
}
.create_status_holder .create_header .person_avatar img {
  width: 2.5rem;
  display: block;
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media (max-width: 768px) {
  .create_status_holder .create_header .person_avatar img {
    width: 2rem;
  }
}
.create_status_holder .create_header .form_placeholder {
  font-size: 1rem;
  width: 100%;
  padding: 0.6rem 1rem;
  border-radius: 8px;
  background: var(--fcom-secondary-content-bg, var(--fcom-active-bg, #f0f2f5));
  color: var(--fcom-text-off, #525866);
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.1s;
}
.create_status_holder .create_header .form_placeholder:hover {
  background: var(--fcom-primary-bg, #2b2e33);
  border-color: var(--fcom-secondary-border, #9ca3af);
}
.create_status_holder .status_text_input {
  font-size: 1.2rem;
  width: 100%;
  border-radius: 8px;
  border: none;
  transition: all 0.1s;
  box-shadow: 0 0 0 1px var(--fcom-secondary-border, #9ca3af) inset;
}
.create_status_holder .status_text_input .el-textarea__inner {
  background: white;
  box-shadow: none;
  border: none;
}
.create_status_holder .create_footer {
  padding: 0 10px 10px;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.create_status_holder.state_active .create_footer {
  opacity: 1;
}
.create_status_holder.state_active .create_footer button {
  padding-left: 30px;
  padding-right: 30px;
}
.create_status_holder.state_active .create_header {
  align-items: flex-start;
}
.fcom_space_topics {
  margin-bottom: 10px;
}
.fcom_space_topics .fcom_topics_filters {
  display: flex;
  padding-bottom: 10px;
}
.fcom_space_topics .el-button {
  border-radius: 8px;
}
.fcom_space_topics .el-button:hover {
  color: var(--fcom-text-link);
  border-color: inherit;
}
.fcom_space_topics .fcom_active_topic {
  color: var(--fcom-text-link);
  border-color: inherit;
  outline: none;
}
.fcom_topics_input {
  border-top: 1px solid var(--fcom-secondary-border, #9ca3af);
  padding: 0 5px;
}
.fcom_topics_input .el-select {
  --el-select-border-color-hover: transparent;
  --el-fill-color-blank: transparent;
  --el-border-color-hover: transparent;
}
.fcom_topics_input .el-select .el-select__wrapper {
  box-shadow: none;
  border-radius: 0;
}
.fcom_topics_input .el-select .el-select__wrapper.is-focused {
  box-shadow: none;
}
.fcom_topics_input .el-select .el-tag.el-tag--info {
  background: var(--fcom-primary-bg, #2b2e33);
}
.fcom_topics_input .el-select__suffix {
  display: none;
}
.fcom_posting_space_select .fcom_empty_spaces_dropdown {
  padding: 0 5px;
}
.fcom_topics_select .el-select-dropdown__item {
  height: auto;
  padding: 5px 15px;
  line-height: 100%;
}
.fcom_topics_select .el-select-dropdown__item .fcom_meta_text {
  padding-bottom: 5px;
  line-height: 1.2;
  display: block;
}
.fcom_topics_from_settings .el-select-dropdown__item {
  height: auto;
  line-height: 100%;
  padding: 10px 32px 10px 20px;
}
.fcom_topics_from_settings .fcom_meta_text {
  line-height: 1.2;
  margin-top: 2px;
  display: block;
}
.fcom_feed_topics {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0 0 10px;
}
.fcom_feed_topics a {
  text-decoration: none;
  border: 1px solid var(--fcom-primary-border, #e4e7eb);
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 80%;
  color: var(--fcom-text-off, #959595);
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.fcom_feed_topics a:hover {
  background: var(--fcom-active-bg, #f0f2f5);
}
.fcom_boxed_documents.fcom_document_lists {
  margin: 0;
}
.fcom_boxed_documents.fcom_document_lists .fcom_each_document {
  border: 1px solid var(--fcom-primary-border, #e4e7eb);
  border-bottom: 0;
}
.fcom_boxed_documents.fcom_document_lists .fcom_each_document:last-child {
  border-bottom: 1px solid var(--fcom-primary-border, #e4e7eb);
}
.fcrom_media_images {
  display: flex;
  gap: 10px;
  margin: 10px 0 0;
  background: transparent;
  border-radius: 5px;
}
.fcrom_media_images:has(.fcrom_media_image:nth-child(3)) {
  flex-wrap: wrap;
  gap: 2px;
  margin: 10px 5px;
}
.fcrom_media_images:has(.fcrom_media_image:nth-child(3)) .fcrom_media_image {
  border: 2px solid transparent;
}
.fcrom_media_images:has(.fcrom_media_image:nth-child(3))
  .fcrom_media_image
  img {
  height: 60px;
}
.fcrom_media_image {
  border: 5px solid transparent;
  position: relative;
  text-align: center;
  border-radius: 8px;
}
.fcrom_media_image img {
  border-radius: 8px;
  max-width: 100%;
}
.fcrom_media_image .el-button {
  top: -5px;
  right: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  font-size: 9px;
}
.fcrom_media_image .el-button.is-link {
  background: var(--fcom-primary-bg, white);
}
.fcrom_media_image .el-button.is-link:not(.is-disabled):hover {
  background-color: var(--fcom-active-bg, #f0f2f5);
}
.white_loaded {
  padding: 20px;
  background: var(--fcom-primary-bg, white);
  border-radius: 10px;
  width: 100%;
}
.fcom_feed_style_list .feed_outer {
  border-bottom: 1px solid var(--fcom-primary-border, #e4e7eb);
  background: var(--fcom-primary-bg, white);
}
.fcom_feed_style_list .feed_outer:hover {
  background: var(--fcom-active-bg, #f0f2f5);
}
.fcom_feed_style_list .feed_outer:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.fcom_feed_style_list .feed_outer:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: none;
}
.fcom_feed_style_list .fcom_feed_data {
  display: flex;
  align-content: center;
  gap: 5px;
  align-items: center;
}
.fcom_feed_style_list .fcom_feed_list {
  display: flex;
  column-gap: 10px;
  padding: 15px;
  align-items: center;
  justify-content: space-between;
}
.fcom_feed_style_list .fcom_feed_list .fcom_feed_data {
  position: relative;
  width: 100%;
}
.fcom_feed_style_list .fcom_feed_list .fcom_feed_data .feed_body {
  width: 100%;
}
.fcom_feed_style_list .fcom_feed_list .fcom_feed_data .fcom_sticky {
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 999;
}
.fcom_feed_style_list .fcom_feed_list .feed_actions {
  display: flex;
}
.fcom_feed_style_list .fcom_feed_list .feed_actions .el-button {
  padding: 10px;
}
.fcom_feed_style_list .fcom_feed_list .feed_actions .el-button .num_label {
  font-size: 80%;
}
.fcom_feed_style_list .fcom_feed_list .feed_actions .el-button + .el-button {
  margin-left: 0;
}
.fcom_feed_style_list .fcom_feed_list .feed_body {
  color: var(--fcom-primary-text, #19283a);
  text-decoration: none;
}
.fcom_feed_style_list .fcom_feed_list .feed_user img {
  max-width: 44px;
}
.fcom_feed_style_list .fcom_feed_list .feed_texts.feed_md_content {
  padding: 0;
  overflow-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.fcom_feed_style_list .fcom_feed_list .fcom_feed_title_row {
  display: flex;
  align-items: center;
  gap: 6px;
}
.fcom_feed_style_list .fcom_feed_list .fcom_feed_meta {
  font-size: 0.8rem;
  color: var(--fcom-text-off, #959595);
  line-height: 1;
  text-decoration: none;
  display: block;
  cursor: pointer;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .fcom_feed_style_list .fcom_feed_list {
    padding: 10px;
  }
  .fcom_feed_style_list .fcom_feed_list .feed_user img {
    max-width: 32px;
  }
  .fcom_feed_style_list .fcom_feed_list .fcom_feed_data {
    align-items: start;
  }
  .fcom_feed_style_list
    .fcom_feed_list
    .fcom_feed_data
    .feed_texts.feed_md_content {
    -webkit-line-clamp: 2;
    font-size: 0.8rem;
    line-height: 1.2;
  }
  .fcom_feed_style_list .fcom_feed_list .feed_actions {
    flex-direction: column;
  }
  .fcom_feed_style_list .fcom_feed_list .feed_actions .el-button {
    padding: 5px 0;
    height: auto;
  }
}
.fcom_feed_style_list .all_feeds_holder {
  border: 1px solid var(--fcom-primary-border, #e4e7eb);
  border-radius: 10px;
}
.fcom_feed_style_card .all_feeds_holder {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.fcom_feed_style_card .fcom_feed_card {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background-color: var(--fcom-primary-bg);
  border: 1px solid var(--fcom-primary-border);
  border-radius: 8px;
  height: 100%;
}
.fcom_feed_style_card .fcom_feed_card_header {
  width: 100%;
}
.fcom_feed_style_card .fcom_feed_card_header .feed_card_user {
  padding: 0 20px;
  margin-top: -20px;
}
.fcom_feed_style_card .fcom_feed_card_header .feed_card_user .fcom_user_avatar {
  justify-content: flex-start;
}
.fcom_feed_style_card
  .fcom_feed_card_header
  .feed_card_user
  .fcom_user_avatar
  img {
  height: 40px;
  width: 40px;
  background-color: var(--fcom-secondary-bg, #f0f2f5);
}
.fcom_feed_style_card .fcom_feed_card_header .feed_card_cover .feed_media {
  margin: 0;
}
.fcom_feed_style_card .fcom_feed_card_header .feed_card_cover .card_image {
  width: 100%;
  height: 160px;
  display: block;
  cursor: pointer;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.fcom_feed_style_card .fcom_feed_card_header .feed_card_body {
  padding: 10px 20px 6px;
}
.fcom_feed_style_card
  .fcom_feed_card_header
  .feed_card_body
  .fcom_feed_title_row {
  display: flex;
  align-items: center;
  gap: 6px;
}
.fcom_feed_style_card .fcom_feed_card_header .feed_card_body .card_title {
  padding: 5px 0;
  cursor: pointer;
}
.fcom_feed_style_card
  .fcom_feed_card_header
  .feed_card_body
  .card_description
  .feed_timestamp,
.fcom_feed_style_card
  .fcom_feed_card_header
  .feed_card_body
  .card_description
  .user_route {
  font-size: 13px;
  color: var(--fcom-secondary-text, #697386);
}
.fcom_feed_style_card
  .fcom_feed_card_header
  .feed_card_body
  .card_description
  .feed_status {
  margin-left: 4px;
}
.fcom_feed_style_card
  .fcom_feed_card_header
  .feed_card_body
  .card_description
  .feed_status
  .el-tag {
  border: 1px solid;
  border-radius: 8px;
  height: 22px;
}
.fcom_feed_style_card .fcom_feed_card_footer {
  padding: 0 12px 12px;
}
.fcom_feed_style_card .fcom_feed_card_footer button {
  padding: 8px;
  margin-left: 0;
}
.fcom_feed_style_card .fcom_feed_card_action {
  top: 4px;
  right: 8px;
  position: absolute;
  transform: rotate(90deg);
}
.fcom_feed_style_card .fcom_feed_card_action button {
  padding: 4px;
}
.fcom_feed_edit_dialog {
  max-width: 800px;
}
.fcom_feed_edit_dialog
  .fcom_feed_edit_dialog_body
  .fcom_create_status_box
  > :last-child:not(.fcom_text_composer) {
  margin-left: -50px;
}
.fcom_route_space_feeds .fcom_hide_space_sidebar.fcom_layout_list {
  width: 100%;
  max-width: 100%;
}
.feed {
  background: var(--fcom-primary-bg, white);
  border-radius: 8px;
  padding: 16px 20px 0;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid var(--fcom-primary-border, #e4e7eb);
  color: var(--fcom-primary-text, #19283a);
  min-height: max-content;
}
.feed .feed_body:has(+ .fcom_image_carousel) {
  border-bottom: none;
}
.feed .feed_body:has(+ .feed_media) {
  border-bottom: 1px solid var(--fcom-primary-border, #e4e7eb);
}
.feed .fcom_image_carousel .fcom_image_carousel__container {
  padding-top: 0;
}
.feed .fcom_sticky {
  font-size: 14px;
  transform: rotate(45deg);
  font-weight: 700;
  color: var(--el-button-text-color);
}
.feed .feed_body {
  margin: 0 -20px;
  padding: 0 20px;
  position: relative;
}
.feed .feed_body:has(+ .fcom_app_render) {
  border-bottom: none;
}
.feed .feed_body.not_found {
  padding-bottom: 16px;
  border-bottom: none;
}
.feed .feed_body .feed_title {
  word-break: break-word;
}
.feed .feed_body .feed_title_heading {
  font-size: 24px;
  line-height: 1.4;
  margin: 0.7em 0 0;
  unicode-bidi: plaintext;
}
.feed .feed_body .feed_title_heading a {
  color: var(--fcom-primary-text, #19283a);
  text-decoration: none;
}
.feed .feed_body .feed_title_heading a:hover {
  text-decoration: underline;
}
.feed .expand-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 30px 0 10px;
  cursor: pointer;
  color: #84c7fe;
  text-shadow: 0 1px 0 var(--fcom-primary-bg, white);
  background: linear-gradient(
    to bottom,
    transparent 0%,
    color-mix(in srgb, var(--fcom-primary-bg) 70%, transparent) 50%,
    var(--fcom-primary-bg) 100%
  );
}
.feed .expand-button:hover {
  color: #007cba;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    color-mix(in srgb, var(--fcom-primary-bg) 95%, transparent) 50%,
    var(--fcom-primary-bg) 100%
  );
}
.feed .expand-button:hover .btn_expand {
  color: #007cba;
}
.feed .expand-button .btn_expand {
  color: #84c7fe;
  border: none;
  padding: 0 8px;
  height: 27px;
  font-size: 16px;
  font-weight: 400;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    color-mix(in srgb, var(--fcom-primary-bg) 95%, transparent) 50%,
    var(--fcom-primary-bg) 100%
  );
}
.feed .expand-button .btn_expand:hover {
  color: #007cba;
  border: none;
  background: inherit;
}
.feed .feed_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feed .feed_header .feed_user {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.feed .feed_header .feed_user .feed_status {
  margin-left: 8px;
}
.feed .feed_header .feed_user .feed_status .el-tag {
  border: 1px solid;
  border-radius: 8px;
  height: 22px;
  margin-bottom: 2px;
}
.feed .feed_header .feed_user .fcom_user_avatar img {
  max-width: 32px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.feed .feed_header .feed_user .user_icon_only .user_badge_inner img {
  max-width: 12px;
}
.feed .feed_header .feed_user .feed_meta_info .meta_line {
  line-height: 1;
}
.feed .feed_space_name {
  color: var(--fcom-text-off, #959595);
  font-size: 80%;
  text-decoration: none;
}
.feed .feed_space_name:hover {
  text-decoration: underline;
}
.fcom_feed_report_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  padding: 0.5rem 1rem;
  margin-bottom: 10px;
  border-radius: 8px;
  border: 1px solid rgb(245, 166, 7);
  background-color: #f5a6070d;
}
.fcom_feed_report_wrap .fcom_feed_report_content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fcom_feed_report_wrap .fcom_feed_report_content svg {
  flex: none;
}
.fcom_feed_report_wrap .fcom_feed_report_action .el-button {
  color: var(--fcom-primary-text, #19283a);
  border-color: var(--fcom-primary-text, #19283a);
  border-radius: 16px;
}
.fcom_feed_report_wrap .fcom_feed_report_action .el-button:hover {
  background-color: #f5a6071a;
  border-color: #f5a607;
}
.feed_timestamp {
  font-size: 0.7rem;
  color: var(--fcom-text-off, #959595);
  line-height: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.notice_card {
  margin-bottom: 25px;
}
.notice_card .notice_header {
  font-size: 1.0625rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.notice_card.notice_danger .notice_header {
  color: #ff6969;
}
.notice_card .notice_body ul {
  list-style: disc;
  margin-left: 15px;
}
ul.actions_items {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.actions_items li {
  display: block;
  cursor: pointer;
}
ul.actions_items li:hover {
  color: var(--fcom-text-link);
}
ul.actions_items li:last-child {
  margin-bottom: 0;
}
.feed_reaction_meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--fcom-text-off, #959595);
  font-size: 80%;
}
.feed_reaction_meta .feed_comment_count {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.feed_reaction_meta .feed_comment_count:hover {
  color: var(--fcom-text-link);
}
.meta_line {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #959595;
  font-size: 80%;
}
.meta_line p {
  margin: 0;
}
.meta_line .fcom_online {
  margin-top: 2px;
}
.show_all_comments {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  font-size: 80%;
  padding-top: 0 !important;
  padding-bottom: 5px !important;
}
.show_all_comments:hover {
  color: #007cba;
}
.feed_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--fcom-primary-border, #e4e7eb);
  margin: 0 -20px;
  padding: 0 20px;
}
.feed_footer ul {
  list-style: none;
  margin: 0 !important;
  padding: 5px 0;
  margin: 0;
  display: flex;
  align-items: center;
  column-gap: 0;
  justify-content: space-between;
}
.feed_footer ul li {
  display: flex;
  align-items: center;
  column-gap: 0px;
  padding: 5px 8px;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.feed_footer ul li:first-child {
  margin-left: -5px;
}
.feed_footer ul li:hover {
  background: var(--fcom-active-bg, #f0f2f5);
  border-radius: 5px;
}
.feed_footer ul li.react_active {
  color: #fb3748;
  font-weight: 600;
}
.feed_footer ul li .el-icon {
  font-size: 22px;
}
.feed_footer ul .fcom_comment_btn_wrap .el-icon {
  font-size: 19.3px;
}
.feed_footer .fcom_reactions {
  display: flex;
  column-gap: 10px;
}
.feed_footer .fcom_reactions:hover {
  color: var(--fcom-text-link);
}
.feed_footer .fcom_reactions_count {
  column-gap: 10px;
}
.feed_footer .fcom_reactions_count span {
  margin-left: -4px;
}
.feed_footer .fcom_reactions_count .reactions_avatars {
  display: flex;
}
.feed_footer .fcom_reactions_count .reactions_avatars span img {
  width: 20px;
  border: 1px solid var(--fcom-primary-bg, #959595);
}
.last_comment_reply_txt {
  margin-left: auto;
}
.feed_comments:empty + .feed_comment {
  margin: 0 -20px;
}
.feed_comment {
  padding: 10px;
  background: var(--fcom-secondary-content-bg, var(--fcom-active-bg, #f0f2f5));
  margin: 10px -20px 0;
}
.feed_comment .editor {
  box-shadow: 0 0 0 1px var(--fcom-secondary-border, #9ca3af) inset;
  border-radius: 8px;
}
.feed_comment .feed_comment_actions {
  margin-top: 10px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 50px;
}
.feed_commenting {
  display: flex;
  column-gap: 10px;
  align-items: flex-start;
}
.feed_commenting .person_avatar img {
  max-width: 40px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.feed_commenting .feed_comment_input {
  width: 100%;
}
.feed_commenting .feed_comment_input .fcom_md_seditor_wrapper {
  max-height: 250px;
}
.feed_commenting .feed_comment_input .fcom_composer_footer {
  margin-top: 10px;
}
a.user_route,
span.user_route {
  text-decoration: none;
  color: var(--fcom-primary-text, #19283a);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 4px;
  cursor: pointer;
}
a.user_route .fcom_user_display_name:hover,
span.user_route .fcom_user_display_name:hover {
  text-decoration: underline;
}
.flex_break {
  flex-basis: 100%;
  height: 0;
}
.feed_comments {
  border-top: 1px solid var(--fcom-primary-border, #e4e7eb);
  padding-top: 15px;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 15px;
  padding-right: 15px;
}
.feed_comments:empty {
  display: none;
}
.each_comment {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  align-items: flex-start;
  padding: 5px 0;
  transition: background-color 0.3s;
}
.each_comment .comment_wrap {
  flex-grow: 1;
  min-width: 0;
  max-width: calc(100% - 42px);
}
.each_comment .person_avatar {
  width: 32px;
}
.each_comment .person_avatar img {
  width: 32px;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.each_comment .comment_text_head {
  display: flex;
  align-items: flex-start;
}
.each_comment .comment_text_head .comment_text_head_name {
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 15px;
}
.each_comment .comment_text_head .comment_text_head_time {
  color: var(--fcom-text-off);
  min-width: fit-content;
  font-size: 80%;
}
.each_comment .comment_text_head .comment_text_head_time a {
  color: var(--fcom-text-off);
  text-decoration: none;
}
.each_comment .comment_text_head .comment_text_head_status .el-tag {
  border: 1px solid;
  border-radius: 8px;
  height: 22px;
  margin-bottom: 2px;
}
.each_comment .comment_text_head .comment_actions {
  margin-left: auto;
  display: flex;
  align-items: start;
}
.each_comment .comment_text_head .comment_actions > *:last-child {
  padding-right: 0;
}
.each_comment .comment_text_head .comment_actions .is-text {
  padding: 4px;
  border-radius: 8px;
}
.each_comment .comment_text_head .comment_actions .fcom_dot_menu {
  margin-left: 4px;
}
.each_comment .comment_text_head_post a.post_link {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: var(--fcom-primary-text, #19283a);
}
.each_comment .comment_text_body {
  font-size: 100%;
  overflow-wrap: break-word;
}
.each_comment .comment_text_body a {
  overflow-wrap: anywhere;
}
.each_comment .comment_text_body > p {
  margin: 5px 0;
}
.each_comment .comment_text_body p:last-child {
  margin-bottom: 0;
}
.each_comment .comment_text_body.clamped {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.each_comment .fcom_see_more_btn {
  margin-top: 4px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: var(--fcom-text-off, #65676b);
}
.each_comment .fcom_see_more_btn:hover {
  color: var(--fcom-primary, #007cba);
  text-decoration: underline;
}
.each_comment .comment_text {
  width: 100%;
  background: var(--fcom-secondary-content-bg, var(--fcom-active-bg, #f0f2f5));
  color: var(--fcom-primary-text, #19283a);
  padding: 8px 12px 10px;
  border-radius: 10px;
}
.each_comment .reply_btn {
  color: var(--fcom-text-off);
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.each_comment .reply_btn:hover {
  color: #007cba;
}
.each_comment .editor {
  box-shadow: 0 0 0 1px var(--fcom-secondary-border, #9ca3af) inset;
  background: var(--fcom-primary-bg, #f0f2f5);
  border-radius: 8px;
}
.child_reply_wrap {
  margin: 10px 0;
}
.fcom_update_profile {
  background: var(--fcom-primary-bg, white);
  padding: 15px 20px;
  border-radius: 10px;
  border: 1px solid var(--fcom-primary-border, #e4e7eb);
}
.fcom_update_profile .el-form-item.is-required > .el-form-item__label:before {
  display: none;
}
.fcom_update_profile .el-form-item.is-required > .el-form-item__label:after {
  content: "*";
  color: var(--el-color-danger);
  margin-left: 4px;
}
.fcom_update_profile .fcom_sub_group {
  background: var(--fcom-active-bg, #f0f2f5);
  padding: 20px;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 8px;
}
.fcom_update_profile .fcom_sub_group .el-input .el-input__wrapper {
  box-shadow: 0 0 0 0.5px var(--fcom-secondary-border) inset;
}
.fcom_update_profile
  .fcom_sub_group
  .el-input.el-input-group--prepend
  .el-input__wrapper {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.fcom_update_profile .fcom_sub_group .el-input .el-input-group__prepend {
  padding: 0 16px;
  box-shadow: 0.5px 0 0 0 var(--fcom-secondary-border) inset,
    0 0.5px 0 0 var(--fcom-secondary-border) inset,
    0 -0.5px 0 0 var(--fcom-secondary-border) inset;
}
.fcom_update_profile
  .fcom_sub_group
  .el-input
  .el-input-group__prepend
  .el-icon {
  margin-right: 10px;
}
.fcom_update_profile .fcom_sub_group .el-form-item .el-form-item__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--fcom-primary-text, #19283a);
}
.fcom_update_profile .fcom_sub_group .el-form-item:last-child {
  margin-bottom: 0;
}
.fcom_update_profile
  .fcom_sub_group
  .el-form-item.checkbox_label
  .el-form-item__label {
  margin-bottom: 4px;
}
.fcom_update_profile .fcom_sub_group .fcom_sub_group_header {
  margin-bottom: 16px;
}
.fcom_update_profile .fcom_sub_group .fcom_sub_group_header h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.fcom_update_profile .fcom_sub_group .fcom_sub_group_header p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--fcom-secondary-text);
}
.fcom_update_profile .fcom_sub_group .fcom_sub_group_content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.fcom_update_profile .fcom_sub_group .fcom_sub_group_content .el-form-item {
  margin-bottom: 0;
}
.fcom_update_profile .fcom_additional_info .el-select .el-select__wrapper {
  box-shadow: 0 0 0 0.5px var(--fcom-secondary-border) inset;
  padding: 12px;
}
.fcom_update_profile
  .fcom_additional_info
  .el-select
  .el-select__wrapper:has(.is-near) {
  padding: 7px 17px;
}
.fcom_update_profile .fcom_additional_info .el-date-editor .el-input__wrapper {
  padding: 19px;
}
.fcom_space_title {
  display: flex;
  column-gap: 8px;
  align-items: center;
  text-decoration: none;
}
.fcom_space_title img {
  width: 24px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.card_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card_header .member_status .el-radio-group.status_group {
  border: 1px solid var(--el-input-border-color, var(--el-border-color));
  border-radius: 8px;
  overflow: hidden;
}
.card_header
  .member_status
  .el-radio-group.status_group
  .el-radio-button
  .el-radio-button__inner {
  border: none;
  background: transparent;
}
.card_header
  .member_status
  .el-radio-group.status_group
  .el-radio-button.is-active
  .el-radio-button__inner {
  background: var(--fcom-primary-bg, #ffffff);
  color: var(--fcom-primary-text, #19283a);
  box-shadow: none;
}
.search_member {
  position: relative;
  margin: 10px 0;
}
.search_member .el-input .el-input__wrapper {
  border-radius: 8px;
  padding: 6px 20px;
  background-color: var(--fcom-primary-bg);
  box-shadow: 0 0 0 1px var(--fcom-primary-border, #e3e8ee) inset;
}
.search_member .el-input .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px var(--fcom-secondary-border) inset;
}
.fcom_dir_layout.fcom_dir_layout_classic {
  padding: 16px;
  border-radius: 8px;
  background: var(--fcom-primary-bg, white);
}
.fcom_dir_layout.fcom_dir_layout_grid .card_list {
  display: grid;
  padding: 0;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.fcom_dir_layout.fcom_dir_layout_grid .card_list .each_card {
  background: var(--fcom-primary-bg, white);
  display: flex;
  align-items: flex-start;
  border: 1px solid var(--fcom-primary-border);
  border-radius: 8px;
  padding: 10px;
}
.fcom_dir_layout.fcom_dir_layout_grid .card_list .each_card .card_content {
  align-items: flex-start;
}
.fcom_dir_layout.fcom_dir_layout_grid
  .card_list
  .each_card
  .card_action
  .el-button {
  font-size: 13px;
  height: 24px;
  margin-left: 0;
}
.fcom_dir_layout.fcom_dir_layout_grid .card_list .each_card .info_header {
  flex-wrap: wrap;
}
.fcom_dir_layout.fcom_dir_layout_grid .card_action {
  display: flex;
  align-items: center;
  gap: 6px;
}
.fcom_dir_layout.fcom_dir_layout_grid .card_action .el-button--small {
  padding: 0;
}
.fcom_dir_layout .card_list {
  display: flex;
  flex-direction: column;
  padding: 0 12px;
}
.fcom_dir_layout .card_list.card_list_3_col {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .fcom_dir_layout .card_list {
    grid-template-columns: 1fr !important;
  }
}
.fcom_dir_layout .card_list .each_card {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  min-height: 72px;
  border-bottom: 1px solid var(--fcom-primary-border);
  align-items: flex-start;
}
.fcom_dir_layout .card_list .each_card:last-child {
  border-bottom: none;
}
.fcom_dir_layout .card_list .each_card .fcom_social_links {
  margin-top: 5px;
}
.fcom_dir_layout .card_list .each_card .fcom_social_links a {
  padding: 5px 10px 0;
}
.fcom_dir_layout .card_list .each_card .card_content {
  display: flex;
  gap: 12px;
}
.fcom_dir_layout .card_list .each_card .card_content .card_avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
}
.fcom_dir_layout .card_list .each_card .card_content .card_avatar img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.fcom_dir_layout .card_list .each_card .card_content .card_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.fcom_dir_layout .card_list .each_card .card_content .card_info .info_header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 500;
  column-gap: 4px;
}
.fcom_dir_layout
  .card_list
  .each_card
  .card_content
  .card_info
  .info_header
  .user_route {
  font-size: 14px;
  line-height: 20px;
}
.fcom_dir_layout
  .card_list
  .each_card
  .card_content
  .card_info
  .info_header
  .meta_line {
  font-size: 12px;
  font-weight: 400;
}
.fcom_dir_layout .card_list .each_card .card_content .card_info .el-tag {
  padding: 8px;
  height: 20px;
  border-radius: 8px;
}
.fcom_dir_layout .card_list .each_card .card_content .card_action {
  opacity: 0.5;
}
.fcom_dir_layout .card_list .each_card .card_content .card_headline {
  margin-top: 4px;
  font-size: 14px;
  color: var(--fcom-secondary-text);
}
.fcom_dir_layout .card_list .each_card .card_content .card_description {
  margin-top: 5px;
  font-size: 90%;
}
.fcom_dir_layout .card_list .each_card .card_break {
  flex-basis: 100%;
  width: 0;
}
.fcom_dir_layout .card_list .each_card .card_footer {
  margin-top: 10px;
  flex-basis: 100%;
  width: 100%;
}
.fcom_dir_layout .no_members,
.fcom_dir_layout .no_reports {
  text-align: center;
}
.fcom_dir_layout .no_follow {
  display: flex;
  text-align: center;
  max-width: 400px;
  margin: 12px auto;
  justify-content: center;
}
.fcom_dir_layout .pagination_wrap {
  margin: 0 12px;
  padding-bottom: 10px;
}
.fcom_dir_layout .pagination_wrap:has(.fcom-pagination) {
  border-top: 1px solid var(--fcom-primary-border);
}
.fcom_dir_layout .pagination_wrap .fcom-pagination {
  margin: 0;
  padding: 15px 12px 0;
}
.feed_user_name a {
  color: var(--fcom-primary-text, #19283a);
  text-decoration: none;
}
.feed_meta_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.feed_meta_info > *:not(:last-child):after {
  font-size: 14px;
  content: "";
  background: var(--fcom-secondary-text);
  margin: 2px 4px 0;
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
}
.feed_meta_info .meta_line + .meta_line {
  margin-left: 5px;
}
.feed_meta_info a.feed_space_name {
  color: var(--fcom-secondary-text);
}
.feed_meta_info.survey_voters_meta .meta_line {
  gap: 0;
  font-size: 16px;
  color: var(--fcom-primary-text, #19283a);
}
.feed_scheduled_info {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.feed_scheduled_info .el-icon {
  cursor: pointer;
  font-size: 14px;
  color: var(--fcom-primary-text);
}
.fcom_new_ticker {
  position: fixed;
  top: var(--fcom-header-height, 55px);
  left: 50%;
  transform: translate(-50%);
  transition-timing-function: ease, ease, step-start;
  z-index: 999;
  background-color: #1d9bf0;
  color: #fff;
  box-shadow: #65778633 0 0 8px, #65778640 0 1px 3px 1px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  font-size: 80%;
}
.fcom_new_ticker:hover {
  background-color: #428ad2;
}
.fcom_new_ticker .fcom_ticker_dismiss {
  padding: 3px 15px 5px 10px;
  cursor: pointer;
}
.fcom_new_ticker .fcom_ticker_menu {
  border-right: 1px solid var(--fcom-primary-border, #e3e8ee);
  cursor: pointer;
  padding: 5px 10px 5px 15px;
}
.meta_lines .meta_line {
  margin-right: 10px;
}
.meta_lines .meta_line:last-child {
  margin-right: 0;
}
.meta_lines .meta_line:not(:last-child):after {
  content: "•";
  margin-left: 10px;
  vertical-align: top;
  line-height: 18px;
  font-weight: 700;
}
.object_cover {
  position: relative;
}
.object_no_photo .object_media_uploader {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e4e5e8;
  padding: 20px;
}
.object_has_photo .feed_featured {
  margin: 0;
}
.object_has_photo .feed_featured img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.object_has_photo .object_media_uploader {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  display: none;
  transform: translate(-50%, -50%);
}
.object_has_photo:hover .object_media_uploader {
  display: flex;
}
.space_sidebar {
  padding-top: 20px;
  padding-right: 20px;
}
.space_sidebar .space_widget {
  padding: 0 15px 15px;
  background-color: #f7f9f9;
  border-radius: 5px;
  position: relative;
}
.space_sidebar .space_widget h4 {
  margin: 0;
  padding: 10px 0;
}
.space_sidebar .space_widget_content {
  line-height: 110%;
  color: #65676b;
}
.space_sidebar .space_widget_content p:first-child {
  margin-top: 0;
}
.space_meta_item {
  margin-top: 15px;
  display: block;
}
.space_meta_item .meta_label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
}
.space_meta_item .meta_desc {
  font-size: 90%;
  line-height: 110%;
  margin-top: 5px;
  color: var(--fcom-text-off, rgb(101, 103, 107));
}
.notifications_wrap {
  display: block;
  position: relative;
}
.notifications_wrap h3 {
  padding: 0;
  font-size: 18px;
  margin: 0 0 10px;
  color: var(--fcom-primary-text, #19283a);
}
.notifications_wrap .notification_item {
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px;
  word-break: normal;
  margin: 0 -10px;
  text-align: left;
  opacity: 0.9;
  text-decoration: none;
  color: var(--fcom-primary-text, #19283a);
}
.notifications_wrap .notification_item:hover {
  opacity: 1;
  background: var(--fcom-active-bg, #f0f2f5);
  border-radius: 5px;
  color: var(--fcom-primary-text, #19283a);
}
.notifications_wrap .notification_item .notification_avatar {
  position: relative;
  width: 44px !important;
  background: #e0e3e9;
  margin: 0;
  padding: 0;
  height: 44px;
  border-radius: 50%;
}
.notifications_wrap .notification_item .notification_avatar .fcom_user_avatar {
  width: 44px;
}
.notifications_wrap
  .notification_item
  .notification_avatar
  .fcom_notification_type {
  position: absolute;
  bottom: -5px;
  right: -5px;
  color: var(--fcom-text-link, #2078f4);
}
.notifications_wrap
  .notification_item
  .notification_avatar
  .fcom_notification_type
  .el-icon {
  font-size: 13px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: white;
}
.notifications_wrap
  .notification_item
  .notification_avatar
  .fcom_notification_type
  .el-icon.fcom_nt_heart {
  background: #ff6969;
  color: #fff;
}
.notifications_wrap
  .notification_item
  .notification_avatar
  .fcom_notification_type
  .el-icon.fcom_nt_comment {
  background: var(--fcom-text-link, #2078f4);
  color: var(--fcom-primary-bg, white);
}
.notifications_wrap
  .notification_item
  .notification_avatar
  .fcom_notification_type
  .el-icon.fcom_nt_mention {
  background: #27bd4c;
  color: #fff;
}
.notifications_wrap
  .notification_item
  .notification_avatar
  .fcom_notification_type
  .el-icon.fcom_new_post {
  color: var(--fcom-primary-button-text, var(--fcom-primary-bg, #ffffff));
  background: var(--fcom-primary-button, #2b2e33);
}
.notifications_wrap .notification_item .notification_time_stamp {
  font-size: 90%;
  color: var(--fcom-text-link, #2078f4);
}
.notifications_wrap .notification_item img {
  width: 44px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}
.notifications_wrap .notification_item .notification_content {
  font-size: 90%;
  margin-right: 10px;
}
.notifications_wrap .notification_item {
  padding-right: 30px;
}
.notifications_wrap .notification_wrap_unread {
  position: relative;
}
.notifications_wrap .notification_wrap_unread:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--fcom-text-link, #2078f4);
  border-radius: 50%;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.notifications_wrap .fcom_no_unread_notifications {
  margin-top: 15px;
}
.notifications_wrap .fcom_view_all_notifications button {
  margin-top: 10px;
}
.feed_media {
  margin: 0 -20px;
  padding: 0;
  border-radius: 0;
}
.feed_media .feed_media_content {
  padding: 5px 20px 15px;
  background-color: var(
    --fcom-secondary-content-bg,
    var(--fcom-active-bg, #f0f2f5)
  );
}
.feed_media .feed_media_content .media_domain {
  text-transform: uppercase;
  font-size: 80%;
  color: var(--fcom-text-off);
}
.feed_media .feed_media_content .feed_media_description {
  font-size: 80%;
  margin: 0;
  padding: 0;
}
.feed_media .feed_media_title {
  color: var(--fcom-primary-text, #19283a);
}
.feed_media a {
  text-decoration: none;
  color: var(--fcom-text-off, rgb(5, 5, 5));
}
.feed_modern_layout .fcom_top_media .feed_media {
  margin: -16px -20px 20px;
  border-bottom: 1px solid var(--fcom-primary-border, #e4e7eb);
}
.feed_modern_layout .fcom_top_media .feed_media img,
.feed_modern_layout .fcom_top_media .feed_media iframe {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.feed_modern_layout .fcom_top_media .feed_media .fluent-player-preview {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.feed_media_ext_video {
  width: 100%;
  margin-bottom: 0;
  line-height: 0;
  padding-bottom: 0;
}
.feed_media_ext_video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.feed_media_ext_video > div[style*="padding-top"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
}
.fcom_text_composer .feed_media_ext_video bunny-stream-video {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}
.fcom_lesson_content iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.feed_media_image {
  margin: 0;
  padding: 0;
  max-width: 100%;
  line-height: 0;
}
.feed_media_image.feed_custom_uploaded {
  text-align: center;
  display: block;
}
.feed_media_image.feed_custom_uploaded img {
  display: inline-block;
  max-width: 100%;
  aspect-ratio: unset;
}
.feed_media_image.fcom_comment_media {
  text-align: left;
}
.feed_media_image img {
  margin: 0;
  padding: 0;
  width: 100%;
  aspect-ratio: 1.91;
  object-fit: cover;
}
.feed_media_image .el-image {
  max-height: 80vh;
}
.comment_text_media .feed_media,
.comment_text_media .fcom_image_carousel {
  max-width: 420px;
}
.comment_text_media .fcom_image_carousel .fcom_image_carousel__container {
  border-bottom: 0;
  padding-bottom: 0;
  margin: 0;
}
.comment_text_media
  .fcom_image_carousel
  .fcom_image_carousel__container.comment {
  padding: 0;
  margin-bottom: 0;
}
.fcom_image_carousel .fcom_image_carousel__container {
  display: grid;
  gap: 6px;
  margin: 0 -20px;
  padding: 7px;
  grid-template-columns: repeat(2, 1fr);
  break-inside: avoid;
  align-items: start;
}
.fcom_image_carousel .fcom_image_carousel__container.comment {
  padding: 0 15px 15px;
  margin-bottom: -15px;
}
.fcom_image_carousel
  .fcom_image_carousel__container.comment.fcom_image_carousel_num_1
  .fcom_media_type_image {
  margin-bottom: -8px;
}
.fcom_image_carousel
  .fcom_image_carousel__container.comment.fcom_image_carousel_num_1
  .fcom_media_type_image
  img {
  max-height: 35vh;
}
.fcom_image_carousel .fcom_image_carousel__container .fcom_image_wrap {
  width: 100%;
  height: 100%;
}
.fcom_image_carousel
  .fcom_image_carousel__container
  .fcom_image_wrap
  .el-image {
  box-shadow: var(--el-box-shadow-lighter);
  border-radius: 8px;
}
.fcom_image_carousel
  .fcom_image_carousel__container.fcom_image_carousel_num_2_or_4
  .fcom_media_type_image
  .fcom_image_wrap {
  aspect-ratio: 11/10;
  position: relative;
}
.fcom_image_carousel
  .fcom_image_carousel__container.fcom_image_carousel_num_2_or_4
  .fcom_media_type_image
  .fcom_image_wrap
  .el-image {
  height: 100%;
  width: 100%;
}
.fcom_image_carousel
  .fcom_image_carousel__container.fcom_image_carousel_num_2_or_4
  .fcom_media_type_image
  .fcom_image_wrap
  .fcom_image_overlay {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(40, 40, 40, 0.6);
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  font-size: 35px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fcom_image_carousel
  .fcom_image_carousel__container.fcom_image_carousel_num_3
  .fcom_media_type_image:nth-child(1) {
  grid-row: 1 / span 2;
  height: 100%;
}
.fcom_image_carousel
  .fcom_image_carousel__container.fcom_image_carousel_num_3
  .fcom_media_type_image:nth-child(1)
  .fcom_image_wrap {
  aspect-ratio: 1/1;
}
.fcom_image_carousel
  .fcom_image_carousel__container.fcom_image_carousel_num_3
  .fcom_media_type_image:nth-child(1)
  .fcom_image_wrap
  .el-image {
  height: 100%;
  width: 100%;
}
.fcom_image_carousel
  .fcom_image_carousel__container.fcom_image_carousel_num_3
  .fcom_media_type_image:nth-child(2),
.fcom_image_carousel
  .fcom_image_carousel__container.fcom_image_carousel_num_3
  .fcom_media_type_image:nth-child(3) {
  height: 100%;
  width: calc(100% - 2px);
}
.fcom_image_carousel
  .fcom_image_carousel__container.fcom_image_carousel_num_3
  .fcom_media_type_image:nth-child(2)
  .fcom_image_wrap,
.fcom_image_carousel
  .fcom_image_carousel__container.fcom_image_carousel_num_3
  .fcom_media_type_image:nth-child(3)
  .fcom_image_wrap {
  aspect-ratio: 2/1;
}
.fcom_image_carousel
  .fcom_image_carousel__container.fcom_image_carousel_num_3
  .fcom_media_type_image:nth-child(2)
  .fcom_image_wrap
  .el-image,
.fcom_image_carousel
  .fcom_image_carousel__container.fcom_image_carousel_num_3
  .fcom_media_type_image:nth-child(3)
  .fcom_image_wrap
  .el-image {
  height: 100%;
  width: 100%;
}
.fcom_image_carousel
  .fcom_image_carousel__container.fcom_image_carousel_count_1 {
  grid-template-columns: 1fr;
  padding: 0;
}
.fcom_image_carousel
  .fcom_image_carousel__container.fcom_image_carousel_count_1
  .fcom_carousel__image {
  line-height: 1;
}
.fcom_image_carousel
  .fcom_image_carousel__container.fcom_image_carousel_count_1
  .fcom_carousel__image
  img {
  border-radius: 0;
}
.fcom_image_carousel
  .fcom_image_carousel__container
  .fcom_carousel__image.fcom_media_type_video {
  grid-column: 1/-1 !important;
}
.fcom_image_carousel .fcom_image_carousel__container .fcom_carousel__image img {
  border-radius: 8px;
}
.fcom_nested_reply_actions {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block-editor-writing-flow .wp-block-embed__wrapper iframe,
.feed_body .wp-block-embed__wrapper iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.block-editor-writing-flow video,
.feed_body video {
  width: 100%;
  height: auto;
  margin: 10px 0;
}
span.fcom_is_liked.reply_btn {
  color: var(--fcom-primary-text, #19283a);
}
.reply_box {
  display: flex;
  align-items: center;
  padding: 0 12px;
}
.reply_box .reply_btn:nth-child(2) {
  margin-left: 12px;
}
.reply_box .fcom_comments_react {
  display: flex;
  align-items: center;
  column-gap: 2px;
  min-height: 22px;
}
.reply_box .fcom_comments_react .el-icon {
  font-size: 15px;
}
.feeds_main h1,
.feeds_main h2,
.feeds_main h3,
.feeds_main h4,
.feeds_main h5,
.feeds_main h6,
.fcom_search_welcome h1,
.fcom_search_welcome h2,
.fcom_search_welcome h3,
.fcom_search_welcome h4,
.fcom_search_welcome h5,
.fcom_search_welcome h6 {
  color: var(--fcom-primary-text, #606266);
}
.feed_md_content {
  word-break: break-word;
  font-size: 1rem;
}
.feed_md_content p {
  unicode-bidi: plaintext;
}
.feed_md_content.feed_texts {
  padding: 10px 0;
}
.feed_md_content table {
  border-collapse: collapse;
  width: 100%;
}
.feed_md_content table td,
.feed_md_content table th {
  border: 1px solid var(--fcom-primary-border, #e4e7eb);
  padding: 8px;
}
.feed_md_content table tr:hover {
  background-color: var(--fcom-primary-border, #e4e7eb);
}
.feed_md_content table th {
  padding: 8px 10px;
  text-align: left;
  font-weight: 700;
}
.feed_md_content pre {
  margin: 10px 0;
  background: rgba(0, 0, 0, 0.07);
  font-family: monospace;
  padding: 10px;
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-word;
  max-height: 40vh;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
}
.feed_md_content pre.wp-block-code code {
  color: #000;
}
.feed_md_content pre code {
  background: transparent;
  white-space: pre-wrap;
  word-break: break-word;
  color: var(--fcom-primary-text, #606266);
}
.feed_md_content .fcom_code_wrap {
  position: relative;
}
.feed_md_content .fcom_code_wrap .fcom_copy_code_btn {
  position: absolute;
  top: 6px;
  right: 6px;
  background: var(--fcom-secondary-bg, #fff);
  border: 1px solid var(--fcom-primary-border, #e3e8ee);
  border-radius: 6px;
  padding: 4px 6px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.15s;
  color: var(--fcom-menu-text);
}
.feed_md_content .fcom_code_wrap .fcom_copy_code_btn:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='currentColor' d='M768 832a128 128 0 0 1-128 128H192A128 128 0 0 1 64 832V384a128 128 0 0 1 128-128v64a64 64 0 0 0-64 64v448a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64h64z'/%3E%3Cpath fill='currentColor' d='M384 128a64 64 0 0 0-64 64v448a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64V192a64 64 0 0 0-64-64H384zm0-64h448a128 128 0 0 1 128 128v448a128 128 0 0 1-128 128H384a128 128 0 0 1-128-128V192A128 128 0 0 1 384 64z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='currentColor' d='M768 832a128 128 0 0 1-128 128H192A128 128 0 0 1 64 832V384a128 128 0 0 1 128-128v64a64 64 0 0 0-64 64v448a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64h64z'/%3E%3Cpath fill='currentColor' d='M384 128a64 64 0 0 0-64 64v448a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64V192a64 64 0 0 0-64-64H384zm0-64h448a128 128 0 0 1 128 128v448a128 128 0 0 1-128 128H384a128 128 0 0 1-128-128V192A128 128 0 0 1 384 64z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.feed_md_content .fcom_code_wrap:hover .fcom_copy_code_btn,
.feed_md_content .fcom_code_wrap:focus-within .fcom_copy_code_btn {
  opacity: 1;
}
@media (hover: none), (pointer: coarse) {
  .feed_md_content .fcom_copy_code_btn {
    opacity: 1;
  }
}
.feed_md_content code {
  overflow: auto;
}
.feed_md_content a {
  color: var(--fcom-text-link, #2271b1);
}
.feed_md_content .wp-block-code,
.feed_md_content blockquote {
  margin: 10px 0;
  padding: 8px 15px;
  border-left: 2px solid #a2adbe;
  font-style: italic;
  position: relative;
}
.feed_md_content .wp-block-code:hover,
.feed_md_content blockquote:hover {
  border-color: #333;
  transition: all 0.3s;
}
.feed_md_content .wp-block-code p,
.feed_md_content blockquote p {
  margin: 5px 0;
}
.feed_md_content .wp-block-code cite,
.feed_md_content blockquote cite {
  display: block;
  text-align: right;
  color: #666;
  font-style: normal;
  font-size: 0.8em;
}
.feed_md_content .wp-block-code cite:before,
.feed_md_content blockquote cite:before {
  content: "— ";
}
.feed_md_content video {
  width: 100%;
  height: auto;
  margin: 10px 0;
}
.feed_md_content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  cursor: pointer;
}
.feed_md_content h1 {
  font-size: 24px;
  line-height: 1.4;
  margin: 0.8em 0;
}
.feed_md_content h2 {
  font-size: 22px;
  line-height: 1.4;
  margin: 0.7em 0;
}
.feed_md_content h3 {
  font-size: 20px;
  line-height: 1.4;
  margin: 0.6em 0;
}
.feed_md_content h4 {
  font-size: 18px;
  line-height: 1.4;
  margin: 0.5em 0;
}
.feed_md_content h5 {
  font-size: 16px;
  line-height: 1.4;
  margin: 0.5em 0;
}
.feed_md_content h6 {
  font-size: 14px;
  line-height: 1.4;
  margin: 0.5em 0;
}
.feed_md_content ul {
  margin: 7px 0 10px 20px;
  list-style: disc;
}
.feed_md_content li {
  margin: 0 0 7px;
}
.feed_md_content li:last-child {
  margin-bottom: 0;
}
.feed_md_content li::marker {
  color: #959595;
}
.feed_md_content p {
  margin-bottom: 1rem;
  line-height: 1.5rem;
}
.feed_md_content p:has(> img:only-child) {
  text-align: center;
  line-height: 0;
}
.feed_md_content ol {
  margin: 7px 0 10px 20px;
  list-style: decimal;
}
.feed_md_content > *:last-child {
  margin-bottom: 0 !important;
}
.feed_md_content > *:first-child {
  margin-top: 0 !important;
}
.fcom_feed_box {
  max-width: 680px;
  margin: 0 auto;
}
.fcom_feed_header_wrap {
  position: relative;
}
.fcom_feed_header_wrap .feed_actions.fcom_concat_buttons {
  position: absolute;
  right: 0;
  top: 0;
}
.fcom_feed_edit .el-overlay {
  z-index: 9999 !important;
}
.fcom_feed_edit_dialog {
  padding: 0 !important;
}
.fcom_feed_edit_dialog .el-dialog__header {
  padding: 0;
}
.fcom_feed_edit_dialog_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--fcom-primary-border, #e4e7eb);
  padding: 16px 20px;
}
.fcom_feed_edit_dialog_header .el-icon:hover {
  color: var(--fcom-primary-text, #ffffff);
  font-weight: 500;
  cursor: pointer;
}
.fcom_feed_edit_dialog_header span {
  font-size: 1rem;
  font-weight: 600;
}
.fcom_feed_edit .fcom_media_items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.fcom_feed_edit .fcom_media_images {
  position: relative;
}
.fcom_feed_edit .fcom_media_images img {
  max-width: 100%;
}
.fcom_feed_edit .fcom_media_images_cross_button {
  position: absolute;
}
.fcom_feed_edit .fcom_media_images .fcom_media_image {
  max-width: 80%;
}
.comment_text_media {
  margin-top: 10px;
}
.comment_text_media .feed_media_provider_giphy {
  text-align: left;
}
.comment_text_media .fcom_media_provider_giphy {
  text-align: left;
  max-width: 50%;
}
.fcom_text_composer {
  border-radius: 8px;
}
.fcom_text_composer .fcom_editor {
  background: var(--fcom-secondary-content-bg, var(--fcom-active-bg, #f0f2f5));
  color: var(--fcom-primary-text, #19283a);
}
.fcom_text_composer:has(.fcrom_media_images),
.fcom_text_composer:has(.fcom_compose_app_form) {
  border: 1px solid var(--fcom-secondary-border, #9ca3af);
}
.fcom_text_composer:has(.fcrom_media_images) .status_text_input,
.fcom_text_composer:has(.fcom_compose_app_form) .status_text_input {
  box-shadow: none;
}
.fcom_text_composer .fcom_media_images img {
  max-width: 100%;
}
.fcom_text_composer .feed_media_oembed {
  margin: 0;
}
.feed_comment_input .fcom_text_composer .fcom_editor {
  background: var(--fcom-primary-bg, #f0f2f5);
  border-radius: 8px;
}
.feed_comment_input .fcom_text_composer .milkdown .ProseMirror {
  min-height: 44px;
  max-height: 250px;
  overflow: auto;
}
.feed_comment_input
  .fcom_text_composer
  .milkdown
  .ProseMirror.ProseMirror-focused {
  min-height: 84px;
}
.feed_comment_input
  .fcom_text_composer
  .milkdown
  .ProseMirror:not(:has(.crepe-placeholder)) {
  min-height: 84px;
}
.feed_commentbox_main {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.el-dialog.fcom_feed_modal {
  max-width: 800px;
  padding: 0;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 0;
}
.el-dialog.fcom_feed_modal .el-scrollbar {
  border-radius: 8px;
}
.el-dialog.fcom_feed_modal .el-dialog__header {
  padding: 0;
}
.el-dialog.fcom_feed_modal .feed_user_name {
  display: flex;
  align-items: center;
}
.el-dialog.fcom_feed_modal .feed_commentbox_main {
  position: sticky;
  bottom: 0;
  border-top: 1px solid var(--fcom-primary-border, #e4e7eb);
  z-index: 99;
}
.el-dialog.fcom_feed_modal .feed_comments,
.el-dialog.fcom_feed_modal .feed_commentbox_main {
  font-size: 16px;
}
.el-dialog.fcom_feed_modal .feed {
  padding-bottom: 0;
  margin-bottom: 0;
  content-visibility: visible;
}
.el-dialog.fcom_feed_modal .feed.feed_preview {
  padding-bottom: 16px;
}
.el-dialog.fcom_feed_modal .feed.feed_preview .feed_body {
  border-bottom: none;
}
.el-dialog.fcom_feed_modal .feed.feed_preview .feed_body .feed_md_content h2,
.el-dialog.fcom_feed_modal .feed.feed_preview .feed_body .feed_md_content h3,
.el-dialog.fcom_feed_modal .feed.feed_preview .feed_body .feed_md_content h4,
.el-dialog.fcom_feed_modal .feed.feed_preview .feed_body .feed_md_content h5,
.el-dialog.fcom_feed_modal .feed.feed_preview .feed_body .feed_md_content h6,
.el-dialog.fcom_feed_modal
  .feed.feed_preview
  .feed_body
  .feed_md_content
  blockquote,
.el-dialog.fcom_feed_modal .feed.feed_preview .feed_body .feed_md_content pre {
  margin: 0;
}
.el-dialog.fcom_feed_modal
  .feed.feed_preview
  .fcom_document_lists
  .fcom_each_document:first-child {
  border-top: 1px solid var(--fcom-primary-border, #e4e7eb);
}
.el-dialog.fcom_feed_modal .feed .feed_actions.fcom_concat_buttons {
  position: absolute;
  right: 0;
  top: -10px;
}
.el-dialog.fcom_feed_modal button.el-dialog__headerbtn {
  z-index: 10;
  background: var(--fcom-primary-bg, white);
  border-radius: 50%;
  padding: 5px;
  height: 30px;
  width: 30px;
  right: 8px;
  top: 8px;
}
.el-dialog.fcom_feed_modal button.el-dialog__headerbtn .el-icon {
  color: var(--el-button-text-color);
  font-size: 20px;
}
.scheduled_posts_header {
  margin-bottom: 12px;
  display: flex;
  column-gap: 10px;
}
.scheduled_posts_header .el-icon {
  font-size: 30px;
}
.scheduled_posts_header .fcom_scheduled_posts_title h3 {
  margin: 0;
  font-size: 1.3rem;
}
.scheduled_posts_header .fcom_scheduled_posts_title p {
  margin: 5px 0;
  font-size: 90%;
}
.fcom_scheduled_posts .feed_outer .feed_body {
  border-bottom: none;
}
.fcom_scheduled_posts .feed_outer .fcom_app_render {
  margin-bottom: 16px;
}
.fcom_scheduled_posts .post_actions {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.fcom_scheduled_posts .post_actions .el-button {
  width: -webkit-fill-available;
}
.fcom_scheduled_posts .post_actions .el-button + .el-button {
  margin-left: 0;
}
.feed_single:has(.child_reply_wrap .ProseMirror-focused)
  .feed_commentbox_main
  .fcom_text_composer {
  opacity: 0.5;
}
.feed_single:has(.child_reply_wrap .ProseMirror-focused)
  .feed_commentbox_main
  .fcom_composer_footer {
  opacity: 0;
}
.fcom-is-mobile
  .feed_single:has(.child_reply_wrap .ProseMirror-focused)
  .feed_commentbox_main {
  display: none;
}
.fcom_editor_with_title .milkdown .ProseMirror.ProseMirror-focused {
  box-shadow: none;
}
.fcom_title_input {
  font-size: 2rem;
  background: white;
  padding: 15px;
  line-height: 120%;
  min-height: 2.5rem;
  position: relative;
}
.fcom_title_input:empty:not(:focus):before {
  content: attr(data-ph);
  color: gray;
  font-style: italic;
  z-index: 0;
  position: absolute;
  height: 0;
}
.block-editor-writing-flow {
  min-height: 400px;
}
.fcom_write_article {
  max-width: 1100px;
  margin: 30px auto;
  display: flex;
}
.fcom_write_article .writing_wrap {
  width: 100%;
}
.fcom_write_article .form_writing_footer {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.writing_side_meta {
  display: block;
  margin-bottom: 30px;
  position: relative;
}
.writing_side_meta .side_meta_body {
  background: white;
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.writing_side_meta .side_meta_title {
  padding: 10px;
  border-bottom: 1px solid #dddfe6;
  background: #e4e5e8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: 500;
}
.writing_side_meta .side_meta_footer {
  background: rgb(228, 229, 232);
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.writing_side_meta .object_cover {
  aspect-ratio: 16/9;
  background-position: center center;
  background-size: cover;
  margin-bottom: 40px;
}
.writing_side_meta .object_cover.object_no_photo {
  height: 0;
  aspect-ratio: auto;
}
.writing_side_meta .object_cover .object_media_uploader {
  position: absolute;
  bottom: 10px;
}
.feed_featured {
  margin: -10px -15px 0;
  border-top-left-radius: 5px;
  cursor: pointer;
  text-align: center;
}
.feed_featured img {
  max-width: 100%;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.feed_article {
  margin-bottom: 10px;
}
.feed_article .article_title {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0;
  padding: 10px 0;
}
.feed_has_image .feed_header {
  margin-left: -10px;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10px 15px;
}
.feed_has_image .feed_header .feed_user {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8196078431);
  border-radius: 16px;
  padding-right: 16px;
  opacity: 0.4;
}
.feed_has_image .feed_header .feed_user:hover {
  background: white;
  opacity: 1;
}
.feed_has_image .feed_header .feed_user .feed_user_name {
  line-height: 1;
}
.feed_has_image .feed_header .feed_user img {
  border: 2px solid white;
}
.feed_has_image .feed_header .feed_timestamp {
  font-size: 60% !important;
}
.feed_type_article.feed_list_item .feed_body {
  cursor: pointer;
}
.feed_type_article.feed_list_item .feed_body:hover h3 {
  color: #007cba;
}
.article_content {
  padding: 0 1.5rem;
}
.edit-post-header__settings,
.edit-post-header-toolbar__inserter-toggle {
  display: none !important;
}
.article_content img {
  max-width: 100%;
}
.feed_single .article_title {
  font-size: 1.9rem;
  line-height: 1.2;
  text-align: center;
  border-bottom: 1px solid #dedede;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: 600;
}
h1 {
  font-size: 2em;
  margin: 0.4em 0;
}
h2 {
  font-size: 1.8em;
  margin: 0.3em 0;
}
h3 {
  font-size: 1.5em;
  margin: 0.3em 0;
}
h4 {
  font-size: 1.3em;
  margin: 0.25em 0;
}
h5 {
  font-size: 1.2em;
  margin: 0.2em 0;
}
h6 {
  font-size: 1.1em;
  margin: 0.15em 0;
}
.feed ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 15px;
}
.wp-block-heading {
  margin-bottom: 15px;
}
.fhr_shadow {
  box-shadow: 0 2px 4px #0003, 0 25px 50px #0000001a;
}
.has_icon_link {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.is_filled_link {
  background-color: #fff8b7;
}
.is_filled_link.fcom_work_status_started {
  background-color: #b7f8b7;
}
em {
  font-style: italic;
}
sup {
  font-size: 0.8em;
  vertical-align: super;
  line-height: 0;
}
sub {
  font-size: 0.8em;
  vertical-align: sub;
  line-height: 0;
}
ul.fcom_inner_menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  background: white;
  border-radius: 8px;
}
ul.fcom_inner_menu li {
  margin: 0;
  padding: 0;
  background: white;
  border-radius: 8px;
}
ul.fcom_inner_menu li:last-child {
  border-right: none;
}
ul.fcom_inner_menu li a {
  text-decoration: none;
  padding: 6px 20px;
  display: block;
  color: #6180a0;
  border-radius: 8px;
}
ul.fcom_inner_menu li a.router-link-exact-active {
  color: #000;
  background: #f0f3f5;
}
.fcom_filter_menu {
  border-bottom: 2px solid var(--fcom-primary-border, #e3e8ee);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fcom_filter_menu .fcom_filter_menu_ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  column-gap: 10px;
}
.fcom_filter_menu .fcom_filter_menu_ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.fcom_filter_menu .fcom_filter_menu_ul li a {
  padding: 7px 15px;
  display: block;
  text-decoration: none;
  color: var(--fcom-primary-text, #19283a);
}
.fcom_filter_menu .fcom_filter_menu_ul li a:hover {
  color: var(--fcom-text-link, #2078f4);
}
.fcom_filter_menu .fcom_filter_menu_ul li a.router-link-exact-active {
  margin-bottom: -2px;
  font-weight: 500;
  color: var(--fcom-text-link, #2078f4);
  border-bottom: 2px solid var(--fcom-text-link, #2078f4);
}
.fcom_course_view_layout .fcom_course_actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fcom_card_sections {
  background: var(--fcom-primary-bg, white);
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid var(--fcom-primary-border, #e5e7eb);
}
.fcom_card_sections .fcom_section_labels {
  display: none;
}
.fcom_card_sections.fcom_course_type_scheduled .fcom_section_labels,
.fcom_card_sections.fcom_course_type_structured .fcom_section_labels {
  border: 1px solid transparent;
  border-bottom: 1px solid var(--fcom-primary-border, #e5e7eb);
  padding: 15px 10px 15px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--fcom-primary-text, #19283a);
  font-weight: 300;
  font-size: 80%;
}
.fcom_card_sections.fcom_course_type_scheduled .fcom_label_lesson,
.fcom_card_sections.fcom_course_type_structured .fcom_label_lesson {
  width: 40%;
}
.fcom_card_sections.fcom_course_type_scheduled .fcom_label_schedule,
.fcom_card_sections.fcom_course_type_structured .fcom_label_schedule {
  width: 25%;
}
.fcom_card_sections.fcom_course_type_scheduled .fcom_label_email,
.fcom_card_sections.fcom_course_type_structured .fcom_label_email {
  width: 10%;
}
.fcom_card_sections.fcom_course_type_scheduled .fcom_label_actions,
.fcom_card_sections.fcom_course_type_structured .fcom_label_actions {
  width: 25%;
}
.fcom_card_sections .fcom_input_select_btn {
  border: 1px solid var(--fcom-primary-border, #e5e7eb);
  border-radius: 8px;
  padding: 8px 10px;
  background: var(--fcom-primary-bg, white);
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  cursor: pointer;
  color: #7f8188;
}
.fcom_card_sections .fcom_input_select_btn:hover {
  background: #f5f7fa;
  border-color: #cfd2d6;
}
.fcom_card_sections .fcom_card_section_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid var(--fcom-primary-border);
}
.fcom_card_sections .fcom_section_sub {
  padding: 10px 15px;
}
.fcom_card_sections .fcom_section_sub p {
  margin: 0;
  padding: 0;
}
.fcom_card_sections .fcom_section_primary_item {
  padding: 1rem;
  border-bottom: 1px solid var(--fcom-primary-border);
  border-top: 1px solid var(--fcom-primary-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fcom_card_sections .fcom_section_primary_item.fcom_no_top_border {
  border-top: 0;
}
.fcom_card_sections .fcom_section_primary_item h4 {
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.25rem;
}
.fcom_card_sections
  .fcom_section_primary_item
  .el-button.fcom_secondary_button {
  border: 1px solid var(--fcom-primary-border);
}
.fcom_card_sections .fcom_section_primary_item .el-button.fcom_dot_menu {
  padding: 14px 6px;
  border: 1px solid var(--fcom-primary-border);
}
.fcom_card_sections
  .fcom_section_item:last-child
  .fcom_section_items
  .fcom_section_item:last-child {
  border-bottom: 1px solid transparent;
}
.fcom_card_sections .fcom_section_items p {
  margin: 0;
  padding: 0;
  line-height: 1.1;
}
.fcom_card_sections .fcom_section_items .fcom_section_item {
  border: 1px solid transparent;
  border-bottom: 1px solid var(--fcom-primary-border);
  padding: 10px 15px 10px 40px;
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fcom_card_sections .fcom_section_items .fcom_section_item .fcom_show_hover {
  visibility: hidden;
  margin-right: 20px;
}
.fcom_card_sections .fcom_section_items .fcom_section_item:hover {
  border: 1px solid var(--fcom-secondary-border) !important;
  transition: all 0.3s;
}
.fcom_card_sections
  .fcom_section_items
  .fcom_section_item:hover
  .fcom_show_hover {
  transition: all 0.2s;
  visibility: visible;
}
.fcom_card_sections
  .fcom_section_items
  .fcom_section_primary:first-child
  .fcom_section_primary_item {
  border-top: 0;
}
.fcom_card_sections
  .fcom_section_items
  .fcom_section_primary:last-child
  .fcom_section_primary_item {
  border-bottom: 0;
}
.fcom_card_sections .fcom_title_editing {
  width: 70%;
}
.fcom_card_sections .fcom_title_editable:hover .fcom_heading_item span {
  cursor: pointer;
  border-bottom: 1px dotted var(--fcom-secondary-border);
}
.fcom_card_sections .fcom_section_primary_item_actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fcom_card_sections .fcom_section_primary_item_actions.add_section_item {
  position: relative;
}
.fcom_card_sections
  .fcom_section_primary_item_actions.add_section_item
  .fcom_dot_menu {
  margin-left: 10px;
}
.fcom_card_sections .fcom_section_primary_item_actions .el-icon {
  cursor: pointer;
}
.fcom_card_sections .fcom_section_item_title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fcom_card_sections .fcom_section_item_title .fcom_drag {
  margin: 0;
  padding: 0;
}
.fcom_card_sections .fcom_section_item_title .fcom_drag svg {
  width: 20px;
  height: 20px;
  display: flex;
}
.fcom_card_sections .fcom_section_item_actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
.fcom_card_sections .fcom_section_item_actions .fcom_action_lesson {
  position: relative;
}
.fcom_section_item .fcom_hover_show {
  visibility: hidden;
}
.fcom_section_item:hover .fcom_hover_show {
  visibility: visible;
  transition: all 0.2s;
}
.fcom_cards {
  display: grid;
  gap: 20px;
}
.fcom_cards.fcom_cards_2 {
  grid-template-columns: 1fr 1fr;
}
.fcom_cards.fcom_cards_3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.fcom_cards .fcom_card {
  background: var(--fcom-primary-bg, white);
  border-radius: 10px;
  border: 1px solid var(--fcom-primary-border, #e5e7eb);
  margin: 0 0 20px;
}
.fcom_cards .fcom_card .fcom_card_header {
  padding: 15px 20px;
  border-bottom: 1px solid var(--fcom-primary-border, #e5e7eb);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fcom_cards .fcom_card .fcom_card_header h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: var(--fcom-primary-text, #19283a);
}
.fcom_cards .fcom_card .fcom_card_body {
  padding: 20px;
}
.fcom_cards .fcom_card .fcom_card_body p {
  margin: 0;
  padding: 0;
  color: var(--fcom-primary-text, #19283a);
}
.fcom_cards .fcom_card .fcom_card_footer {
  padding: 15px 20px;
  border-top: 1px solid var(--fcom-primary-border, #e5e7eb);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fcom_course_lessons .fcom_card_sections .fcom_section_primary_item {
  padding: 1rem;
}
.fcom_course_comments_header {
  padding: 16px 20px;
  background: var(--fcom-primary-bg, white);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.fcom_course_comments_header h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--fcom-primary-text, #19283a);
}
.fcom_settings_header {
  margin-bottom: 20px;
}
.fcom_full_editor {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 999;
}
.fcom_full_editor .full_editor_actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.fcom_full_editor .fcom_full_editor_header_wrap {
  background-color: var(--fcom-primary-bg, #2b2e33);
  border-bottom: 1px solid var(--fcom-primary-border, #e5e7eb);
}
.fcom_full_editor .fcom_full_editor_side {
  background: var(--fcom-active-bg, #f8f8f8);
  padding: 20px;
}
.fcom_full_editor .fcom_full_editor_side.lockscreen_editor {
  width: 350px;
  max-height: calc(100vh - 60px);
  background: var(--fcom-primary-bg, #f8f8f8);
}
.fcom_full_editor .fcom_full_editor_side.lockscreen_editor .fcom_edit_title {
  display: flex;
  gap: 4px;
  align-items: center;
}
.fcom_full_editor .fcom_full_editor_side.lockscreen_editor .fcom_edit_title p {
  margin: 10px 0;
}
.fcom_full_editor
  .fcom_full_editor_side.lockscreen_editor
  .fcom_edit_title
  .el-icon {
  cursor: pointer;
}
.fcom_full_editor
  .fcom_full_editor_side.lockscreen_editor
  .fcom_edit_content
  .el-tabs
  .el-tabs__header
  .el-tabs__item.is-active,
.fcom_full_editor
  .fcom_full_editor_side.lockscreen_editor
  .fcom_edit_content
  .el-tabs
  .el-tabs__header
  .el-tabs__item:hover {
  color: var(--fcom-primary-text, #19283a);
}
.fcom_full_editor
  .fcom_full_editor_side.lockscreen_editor
  .fcom_edit_content
  .el-tabs
  .el-tabs__header
  .el-tabs__active-bar {
  background-color: var(--fcom-primary-text, #19283a);
}
.fcom_full_editor
  .fcom_full_editor_side.lockscreen_editor
  .fcom_edit_content
  .el-tabs
  .el-tabs__content
  .el-collapse-item
  .el-collapse-item__header {
  font-size: 15px;
}
.fcom_full_editor
  .fcom_full_editor_side.lockscreen_editor
  .fcom_edit_content
  .el-form
  .el-form-item.fcom_bg_image
  .el-form-item__content
  .fcom_bg_upload {
  width: 95%;
  position: relative;
}
.fcom_full_editor
  .fcom_full_editor_side.lockscreen_editor
  .fcom_edit_content
  .el-form
  .el-form-item.fcom_bg_image
  .el-form-item__content
  .fcom_bg_upload
  .el-upload,
.fcom_full_editor
  .fcom_full_editor_side.lockscreen_editor
  .fcom_edit_content
  .el-form
  .el-form-item.fcom_bg_image
  .el-form-item__content
  .fcom_bg_upload
  .el-upload
  .el-image {
  width: 100%;
}
.fcom_full_editor
  .fcom_full_editor_side.lockscreen_editor
  .fcom_edit_content
  .el-form
  .el-form-item.fcom_bg_image
  .el-form-item__content
  .fcom_bg_upload
  .el-upload
  .el-image
  img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.fcom_full_editor
  .fcom_full_editor_side.lockscreen_editor
  .fcom_edit_content
  .el-form
  .el-form-item.fcom_bg_image
  .el-form-item__content
  .fcom_bg_upload
  .el-upload
  .fcom_btn_upload {
  width: 100%;
  padding: 1.5rem;
  border: 1px solid var(--fcom-primary-border, #dcdfe6);
}
.fcom_full_editor
  .fcom_full_editor_side.lockscreen_editor
  .fcom_edit_content
  .el-form
  .el-form-item
  .fcom_help_text {
  font-size: 12px;
  font-style: italic;
  color: var(--fcom-primary-text, #19283a);
}
.fcom_full_editor
  .fcom_full_editor_side.lockscreen_editor
  .fcom_edit_content
  .el-form
  .el-form-item__label {
  color: var(--fcom-primary-text, #19283a);
}
.fcom_full_editor
  .fcom_full_editor_side.lockscreen_editor
  .fcom_edit_content
  .el-form
  .el-form-item__content
  .el-input__wrapper,
.fcom_full_editor
  .fcom_full_editor_side.lockscreen_editor
  .fcom_edit_content
  .el-form
  .el-form-item__content
  .el-textarea__inner {
  padding: 8px 12px;
  border-radius: 8px;
}
.fcom_full_editor
  .fcom_full_editor_side.lockscreen_editor
  .fcom_edit_content
  .el-form
  .el-form-item__content
  .fcom_color_input_wrap {
  display: flex;
  width: 95%;
}
.fcom_full_editor
  .fcom_full_editor_side.lockscreen_editor
  .fcom_edit_content
  .el-form
  .el-form-item__content
  .fcom_color_input_wrap
  .el-input__wrapper {
  box-shadow: none;
  border: 1px solid var(--fcom-primary-border, #dcdfe6);
  border-left: none;
  padding-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fcom_full_editor
  .fcom_full_editor_side.lockscreen_editor
  .fcom_edit_content
  .el-form
  .el-form-item__content
  .fcom_color_input_wrap
  .el-color-picker.is-focused
  .el-color-picker__trigger,
.fcom_full_editor
  .fcom_full_editor_side.lockscreen_editor
  .fcom_edit_content
  .el-form
  .el-form-item__content
  .fcom_color_input_wrap
  .el-color-picker:hover
  .el-color-picker__trigger {
  border-color: var(--fcom-primary-border, #dcdfe6);
}
.fcom_full_editor
  .fcom_full_editor_side.lockscreen_editor
  .fcom_edit_content
  .el-form
  .el-form-item__content
  .fcom_color_input_wrap
  .el-color-picker
  .el-color-picker__trigger {
  height: 100%;
  width: 48px;
  padding: 12px;
  border: 1px solid var(--fcom-primary-border, #dcdfe6);
  border-radius: 8px 0 0 8px;
  border-right: none;
}
.fcom_full_editor
  .fcom_full_editor_side.lockscreen_editor
  .fcom_edit_content
  .el-form
  .el-form-item__content
  .fcom_color_input_wrap
  .el-color-picker
  .el-color-picker__trigger
  .el-color-picker__color
  .el-color-picker__icon,
.fcom_full_editor
  .fcom_full_editor_side.lockscreen_editor
  .fcom_edit_content
  .el-form
  .el-form-item__content
  .fcom_color_input_wrap
  .el-color-picker
  .el-color-picker__trigger
  .el-color-picker__color
  .el-color-picker__empty {
  display: none;
}
.fcom_full_editor
  .fcom_full_editor_side.lockscreen_editor
  .fcom_edit_content
  .fcom_md_editor {
  position: relative;
}
.fcom_full_editor
  .fcom_full_editor_side.lockscreen_editor
  .fcom_edit_content
  .fcom_md_editor
  .milkdown
  milkdown-link-preview {
  max-width: 100% !important;
  left: 0 !important;
}
.fcom_full_editor
  .fcom_full_editor_side.lockscreen_editor
  .fcom_edit_content
  .fcom_md_editor
  .milkdown
  milkdown-link-edit {
  left: 0 !important;
  max-width: 100%;
}
.fcom_full_editor
  .fcom_full_editor_side.lockscreen_editor
  .fcom_edit_content
  .fcom_md_editor
  .milkdown
  milkdown-link-edit
  > .link-edit
  > .input-area {
  width: auto;
  max-width: 100%;
}
.fcom_full_editor
  .fcom_full_editor_side.lockscreen_editor
  .fcom_edit_content
  .fcom_paywall {
  gap: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.fcom_full_editor
  .fcom_full_editor_side.lockscreen_editor
  .fcom_edit_content
  .fcom_paywall
  .el-icon {
  cursor: pointer;
}
.fcom_full_editor .fcom_full_editor_container {
  padding: 0;
}
.fcom_full_editor .fcom_full_editor_container.editor_customizer_container,
.fcom_full_editor
  .fcom_full_editor_container.editor_customizer_container
  .fcom_full_editor_main
  .el-scrollbar {
  background: var(--fcom-secondary-bg, #f0f2f5);
}
.fcom_full_editor
  .fcom_full_editor_container.editor_customizer_container
  .fcom_full_editor_main
  .el-scrollbar
  .fcom_full_editor_content {
  padding: 0;
}
.fcom_full_editor
  .fcom_full_editor_container.editor_customizer_container
  .fcom_full_editor_main
  .el-scrollbar
  .fcom_form_section {
  padding: 20px;
  margin: auto auto 32px;
  background: var(--fcom-primary-bg, #ffffff);
  border-radius: 8px;
}
.fcom_full_editor
  .fcom_full_editor_container.editor_customizer_container
  .fcom_full_editor_main
  .el-scrollbar
  .fcom_form_section:last-child {
  margin-bottom: 0;
}
.fcom_full_editor
  .fcom_full_editor_container.editor_customizer_container
  .fcom_full_editor_main
  .el-scrollbar
  .fcom_form_section
  h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 20px;
}
.fcom_full_editor
  .fcom_full_editor_container.editor_customizer_container
  .fcom_full_editor_main
  .el-scrollbar
  .fcom_form_section
  .el-form-item
  label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}
.fcom_full_editor
  .fcom_full_editor_container.editor_customizer_container
  .fcom_full_editor_main
  .el-scrollbar
  .fcom_section_primary_item:first-child {
  border-top: none;
}
.fcom_full_editor .fcom_full_editor_container .fcom_bg_remove {
  cursor: pointer;
  position: absolute;
  display: flex;
  color: #fff;
  background-color: #42454d;
  top: -8px;
  right: 8px;
  border-radius: 50%;
  padding: 0;
  width: 20px;
  height: 20px;
  font-size: 11px;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.fcom_full_editor .fcom_full_editor_main {
  padding-top: 0;
  height: calc(100vh - 60px);
  background: var(--fcom-primary-bg, #f8f8f8);
}
.fcom_full_editor .fcom_full_editor_main.lockscreen_editor {
  padding: 2rem;
  background: var(--fcom-secondary-bg, #f0f2f5);
}
.fcom_full_editor .fcom_full_editor_main.lockscreen_editor .el-scrollbar {
  border-radius: 8px;
  background: var(--fcom-primary-bg, #ffffff);
}
.fcom_full_editor
  .fcom_full_editor_main.lockscreen_editor
  .el-scrollbar
  .fcom_editor_topbar {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 1rem 2rem;
  position: sticky;
}
.fcom_full_editor
  .fcom_full_editor_main.lockscreen_editor
  .el-scrollbar
  .fcom_editor_topbar
  h3 {
  font-size: 1.25rem;
  font-weight: 500;
}
.fcom_full_editor
  .fcom_full_editor_main.lockscreen_editor
  .el-scrollbar
  .fcom_editor_topbar
  .el-icon {
  font-size: 1.125rem;
}
.fcom_full_editor
  .fcom_full_editor_main.lockscreen_editor
  .el-scrollbar
  .fcom_editor_content
  .fcom_item
  .fcom_image_wrap {
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
}
.fcom_full_editor
  .fcom_full_editor_main.lockscreen_editor
  .el-scrollbar
  .fcom_editor_content
  .fcom_item
  .fcom_image_wrap
  .fcom_content {
  text-align: center;
}
.fcom_full_editor
  .fcom_full_editor_main.lockscreen_editor
  .el-scrollbar
  .fcom_editor_content
  .fcom_item
  .fcom_image_wrap
  .fcom_content
  h2,
.fcom_full_editor
  .fcom_full_editor_main.lockscreen_editor
  .el-scrollbar
  .fcom_editor_content
  .fcom_item
  .fcom_image_wrap
  .fcom_content
  p,
.fcom_full_editor
  .fcom_full_editor_main.lockscreen_editor
  .el-scrollbar
  .fcom_editor_content
  .fcom_item
  .fcom_image_wrap
  .fcom_content
  button {
  outline: none;
}
.fcom_full_editor
  .fcom_full_editor_main.lockscreen_editor
  .el-scrollbar
  .fcom_editor_content
  .fcom_item
  .fcom_image_wrap
  .fcom_btn {
  display: inline-block;
  padding: 6px 12px;
  margin-top: 10px;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 8px;
  border: none;
}
.fcom_full_editor
  .fcom_full_editor_main.lockscreen_editor
  .el-scrollbar
  .fcom_editor_content
  .fcom_item
  .fcom_content_wrap {
  margin: 0 auto;
  padding: 2rem 0;
}
.fcom_full_editor
  .fcom_full_editor_main.lockscreen_editor
  .el-scrollbar
  .fcom_editor_content
  .fcom_item
  .fcom_content_wrap
  img {
  max-width: 100%;
}
.fcom_full_editor .fcom_full_editor_main .fcom_editor_wrap {
  max-width: 840px;
  padding: 0 20px 20px;
  margin: 0 auto;
}
.fcom_full_editor .fcom_full_editor_main .fcom_full_editor_content {
  max-width: 600px;
  padding: 20px;
  margin: 0 auto;
}
.fcom_full_editor .fcom_full_editor_header {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  justify-content: space-between;
}
.fcom_full_editor
  .fcom_full_editor_header
  .full_editor_actions
  .fcom_primary_button {
  margin-left: 15px;
  border-radius: 8px;
}
.fcom_full_editor .fcom_media_editor_actions {
  display: flex;
  justify-content: flex-end;
}
.fcom_full_editor .fcom_media_editor_actions .el-select {
  max-width: 200px;
}
.fcom_full_editor .fcom_primary_button {
  color: var(--fcom-primary-button-text, var(--fcom-primary-bg, #ffffff));
  background: var(--fcom-primary-button, #ffffff);
  border: 1px solid var(--fcom-primary-button, #2b2e33);
}
.fcom_full_editor .fcom_primary_button:hover {
  opacity: 0.8;
  color: var(--fcom-primary-bg, #ffffff);
  background: var(--fcom-primary-button, #ffffff);
  border: 1px solid var(--fcom-primary-button, #2b2e33);
}
.fcom_full_editor .fcom_secondary_button {
  color: var(--fcom-primary-text, #19283a);
  background: var(--fcom-primary-bg, #ffffff);
  border: 1px solid var(--fcom-primary-button, #2b2e33);
}
.fcom_full_editor .fcom_secondary_button:hover {
  opacity: 0.8;
}
.fcom_lesson_camp {
  margin: 0 10px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 8px;
}
.fcom_form_section .el-form-item.form_label_with_tooltip .el-form-item__label {
  display: flex;
  font-weight: 500;
  gap: 8px;
  align-items: center;
  justify-content: start;
}
.fcom_form_section .el-form-item .el-input-group--prepend .el-input__wrapper {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fcom_meta_section .fcom_media_embeder {
  padding: 20px 10px 10px;
}
.fcom_meta_section .fcom_media_embeder h3 {
  font-size: 16px;
  margin: 0 0 10px;
}
.fcom_meta_section .fcom_media_editor_actions {
  justify-content: center;
}
.fcom_course_meta .checkbox_with_tooltip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.fcom_lined_checkboxes .fcom_checkbox_with_tooltip {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.fcom_lined_checkboxes .fcom_checkbox_with_tooltip .el-icon {
  font-size: inherit;
  margin-bottom: 6px;
}
.interface-interface-skeleton__header {
  z-index: 99999999 !important;
  position: sticky !important;
  top: 0 !important;
}
.interface-interface-skeleton__header .edit-post-header * {
  background: #6180a0;
  fill: #fff;
}
.iso-editor .editor-list-view-sidebar__list-view-container {
  width: 320px;
  padding: 10px 15px;
}
.iso-editor .editor-list-view-sidebar__list-view-container .document-outline {
  margin-top: 10px;
}
.iso-editor
  .editor-list-view-sidebar__list-view-container
  .document-outline
  ul {
  list-style: disc;
  padding-left: 20px;
}
.iso-editor
  .editor-list-view-sidebar__list-view-container
  .document-outline
  ul
  li {
  margin-bottom: 5px;
}
.iso-editor
  .editor-list-view-sidebar__list-view-container
  .document-outline
  ul
  li
  a {
  color: #6180a0;
  text-decoration: none;
}
.iso-editor
  .editor-list-view-sidebar__list-view-container
  .document-outline
  ul
  li
  a:hover {
  text-decoration: underline;
}
.iso-editor
  .editor-document-tools__left
  .editor-document-tools__inserter-toggle {
  display: none !important;
}
.fcom_section {
  margin-bottom: 20px;
}
.fcom_section .fcom_section_body {
  padding: 15px 20px;
  background: var(--fcom-primary-bg, white);
  border-radius: 10px;
}
.fcom_section .fcom_section_body p {
  margin: 0 0 5px;
  padding: 0;
}
.fcom_section .fcom_section_item_title {
  margin-bottom: 15px;
}
.fcom_section .fcom_section_item_title h3 {
  margin: 0;
  font-size: 20px;
  color: var(--fcom-primary-text, #19283a);
}
.app_side_widget.course_widget {
  padding: 0;
}
.app_side_widget.course_widget .widget_header {
  padding: 15px;
  border-bottom: 1px solid var(--fcom-primary-border, #e3e8ee);
}
.app_side_widget.course_widget .widget_header h3 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.app_side_widget.course_widget .widget_body {
  padding: 15px;
}
.app_side_widget.course_widget .widget_body .progress_label {
  font-size: 14px;
  line-height: 1.25;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.app_side_widget.course_widget
  .widget_body
  .creator_details
  .creator_details_item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.app_side_widget.course_widget
  .widget_body
  .creator_details
  .creator_details_item
  .creator_details_info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.app_side_widget.course_widget
  .widget_body
  .creator_details
  .creator_details_item
  .creator_details_info
  .fcom_user_avatar
  img {
  max-width: 48px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.app_side_widget.course_widget
  .widget_body
  .creator_details
  .creator_details_item
  .creator_details_info
  .info_text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.app_side_widget.course_widget
  .widget_body
  .creator_details
  .creator_details_item
  .creator_details_info
  .info_text
  .details_name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}
.app_side_widget.course_widget
  .widget_body
  .creator_details
  .creator_details_item
  .creator_details_info
  .info_text
  .details_meta {
  font-size: 12px;
  line-height: 1.25;
  color: var(--fcom-secondary-text, #525866);
}
.app_side_widget.course_widget
  .widget_body
  .creator_details
  .creator_details_item
  .creator_details_description {
  font-size: 14px;
  line-height: 1.25;
  color: var(--fcom-secondary-text, #525866);
}
.fcom_course_intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.fcom_course_intro .fcom_course_labels h3 {
  font-size: 1.25rem;
}
.fcom_course_intro .fcom_course_labels .fcom_course_info {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: var(--fcom-secondary-text, #525866);
}
.fcom_course_intro .fcom_course_labels .fcom_course_info span {
  font-size: 1rem;
  font-weight: 800;
}
.course_contents_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.course_contents_header .collapse_icon {
  transition: transform 0.3s ease-in-out;
}
.course_contents_header.is_collapsed .collapse_icon {
  transform: rotate(-90deg);
}
.fcom_course_details {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--fcom-secondary-text, #525866);
  margin-bottom: 20px;
}
.fcom_feed_box.course_box {
  background: var(--fcom-primary-bg, white);
  border-radius: 8px;
  padding: 1rem 2rem;
  max-width: 1000px;
}
.fcom_back_header {
  color: var(--fcom-primary-text, #19283a);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.fcom_lesson_container {
  background: var(--fcom-primary-bg, white);
}
.fcom_lesson_container .fcom_lesson_wrap {
  padding: 0;
  position: relative;
}
.fcom_lesson_container .fcom_lesson_details {
  margin: 0 auto;
  padding: 20px 20px 40px;
}
.fcom_lesson_container .fcom_lesson_details .fcom_lesson_header,
.fcom_lesson_container .fcom_lesson_details .fcom_lesson_documents {
  max-width: 720px;
  margin: 20px auto 0;
}
.fcom_lesson_container .fcom_lesson_details .feed_media {
  max-width: 820px;
  margin: 0 auto;
}
.fcom_lesson_container
  .fcom_lesson_details
  .fcom_lesson_content
  > :where(:not(.alignfull):not(.alignwide)) {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.fcom_lesson_container .fcom_lesson_details .fcom_lesson_content > .alignwide {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.fcom_lesson_container
  .fcom_lesson_details
  .fcom_lesson_content
  > .alignwide
  img {
  height: auto;
  width: 100%;
}
.fcom_lesson_container .fcom_lesson_details .fcom_lesson_content > .alignfull {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.fcom_lesson_container
  .fcom_lesson_details
  .fcom_lesson_content
  > .alignfull
  img {
  height: auto;
  width: 100%;
}
.fcom_lesson_container
  .fcom_lesson_details
  .fcom_lesson_content.feed_md_content
  > video {
  display: block;
  width: 100%;
  max-width: 720px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.fcom_lesson_container
  .fcom_lesson_details
  .fcom_lesson_content
  > *:where(:not(h1, h2, h3, h4, h5, h6)) {
  margin-block-start: 0;
  margin-block-end: var(--theme-content-spacing);
}
.fcom_lesson_container
  .fcom_lesson_details
  .fcom_lesson_content
  > *:where(:not(h1, h2, h3, h4, h5, h6)):last-child {
  margin-block-end: 0;
}
.fcom_lesson_container .fcom_lesson_details .fcom_lesson_body {
  margin-top: 20px !important;
}
.fcom_lesson_container .fcom_lesson_details .fcom_lesson_body img {
  max-width: 100%;
}
.fcom_lesson_container .fcom_lesson_details .fcom_lesson_quiz {
  max-width: 720px;
  margin: 20px auto 0;
  border: 1px solid var(--fcom-secondary-border, #e5e7eb);
  border-radius: 8px;
  padding: 2rem 2rem 0;
  max-height: calc(100dvh - 150px);
  position: relative;
  overflow-x: hidden;
  z-index: 1;
  scrollbar-width: thin;
  scrollbar-color: var(--el-scrollbar-bg-color) var(--fcom-primary-bg, white);
}
.fcom_lesson_container
  .fcom_lesson_details
  .fcom_lesson_quiz
  .fcom_questions_wrap {
  gap: 1.5rem;
}
.fcom_lesson_container
  .fcom_lesson_details
  .fcom_lesson_quiz
  .fcom_questions_wrap
  .fcom_quiz_result {
  border: 1px solid var(--fcom-secondary-border, #e5e7eb);
  border-radius: 8px;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.fcom_lesson_container
  .fcom_lesson_details
  .fcom_lesson_quiz
  .fcom_questions_wrap
  .fcom_quiz_result
  .result_status {
  flex: 55%;
  font-size: 1rem;
  color: var(--fcom-primary-text, #19283a);
  line-height: 1.25;
}
.fcom_lesson_container
  .fcom_lesson_details
  .fcom_lesson_quiz
  .fcom_questions_wrap
  .fcom_quiz_result
  .result_status
  p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.fcom_lesson_container
  .fcom_lesson_details
  .fcom_lesson_quiz
  .fcom_questions_wrap
  .fcom_quiz_result
  .result_status
  .el-button {
  margin-top: 1rem;
  border-radius: 16px;
}
.fcom_lesson_container
  .fcom_lesson_details
  .fcom_lesson_quiz
  .fcom_questions_wrap
  .fcom_quiz_result
  .result_score {
  flex: 45%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.fcom_lesson_container
  .fcom_lesson_details
  .fcom_lesson_quiz
  .fcom_questions_wrap
  .fcom_quiz_result
  .result_score
  .score_part {
  flex: 50%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.fcom_lesson_container
  .fcom_lesson_details
  .fcom_lesson_quiz
  .fcom_questions_wrap
  .fcom_quiz_result
  .result_score
  .score_part
  .part_value {
  font-size: 2rem;
  font-weight: 500;
  color: var(--fcom-primary-text, #19283a);
}
.fcom_lesson_container
  .fcom_lesson_details
  .fcom_lesson_quiz
  .fcom_questions_wrap
  .fcom_question {
  padding: 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--fcom-secondary-border, #e5e7eb);
}
.fcom_lesson_container
  .fcom_lesson_details
  .fcom_lesson_quiz
  .fcom_questions_wrap
  .fcom_question:last-child {
  border-bottom: none;
}
.fcom_lesson_container
  .fcom_lesson_details
  .fcom_lesson_quiz
  .fcom_questions_wrap
  .fcom_question:last-child
  .fcom_question_body {
  margin-bottom: 0;
}
.fcom_lesson_container
  .fcom_lesson_details
  .fcom_lesson_quiz
  .fcom_questions_wrap
  .fcom_question
  .fcom_question_body {
  margin-bottom: 1rem;
}
.fcom_lesson_container
  .fcom_lesson_details
  .fcom_lesson_quiz
  .fcom_quiz_footer {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  justify-content: space-between;
  position: sticky;
  bottom: 0;
  z-index: 10;
  background: var(--fcom-primary-bg, white);
  padding: 1rem 2rem;
  margin-left: -2rem;
  margin-right: -2rem;
  border-top: 1px solid var(--fcom-secondary-border, #e5e7eb);
}
.fcom_lesson_container
  .fcom_lesson_details
  .fcom_lesson_quiz
  .fcom_quiz_footer
  p {
  font-size: 16px;
  color: var(--fcom-primary-text, #19283a);
}
.fcom_lesson_container
  .fcom_lesson_details
  .fcom_lesson_quiz
  .fcom_quiz_footer
  .is-disabled {
  opacity: 0.5;
}
.fcom_lesson_container .fcom_lesson_sidebar {
  background: var(--fcom-active-bg, #f8f8f8);
  border-left: 1px solid var(--fcom-primary-border, #e5e7eb);
}
.fcom_lesson_container .fcom_lesson_sidebar .fcom_section_primary {
  margin-bottom: 15px;
}
.fcom_lesson_container .fcom_lesson_sidebar .fcom_section_sidebar_title {
  padding: 10px 20px;
  border-bottom: 1px solid var(--fcom-primary-border, #e3e8ee);
  height: 55px;
  position: sticky;
  top: 0;
  z-index: 9;
  background: var(--fcom-active-bg, #f8f8f8);
}
.fcom_lesson_container .fcom_lesson_sidebar .fcom_section_sidebar_title h3 {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 23px;
  color: #919399;
}
.fcom_lesson_container .fcom_lesson_sidebar .fcom_section_primary_item_title {
  gap: 5px;
}
.fcom_lesson_container
  .fcom_lesson_sidebar
  .fcom_section_primary_item_title
  h4 {
  font-size: 14px;
  margin: 0;
  padding: 5px 5px 5px 0;
}
.fcom_lesson_container .fcom_lesson_sidebar .fcom_section_primary_item {
  padding: 5px 7px;
}
.fcom_lesson_container .fcom_lesson_sidebar .fcom_section_item {
  padding: 8px 8px 8px 22px;
}
.fcom_lesson_container .fcom_lesson_sidebar .fcom_section_item p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.fcom_lesson_container .fcom_lesson_sidebar .fcom_current_lesson {
  background: var(--fcom-primary-bg, #2b2e33);
}
.fcom_lesson_container .feed_media_oembed,
.fcom_lesson_container .feed_media_iframe_html {
  margin: 0 -60px;
  border-bottom: none;
  background: transparent;
}
.fcom_lesson_container .fcom_lesson_header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.fcom_lesson_sidebar .fcom_section_items {
  padding-bottom: 90px;
}
.fcom_lesson_title {
  margin-bottom: 20px;
}
.fcom_lesson_title p.fcom_lesson_number {
  margin: 0;
  padding: 0;
  font-size: 90%;
  color: var(--fcom-text-off, #919399);
}
.fcom_lesson_title h1 {
  margin: 0;
  padding: 5px 0;
  font-size: 28px;
  color: var(--fcom-primary-text, #19283a);
}
@media (max-width: 768px) {
  .fcom_lesson_title h1 {
    font-size: 1rem;
  }
}
.fcom_course_sections .fcom_section_item p {
  padding: 6px 0 !important;
}
.fcom_course_sections .fcom_card_sections .fcom_section_item {
  padding-left: 20px;
}
.fcom_course_sections .fcom_card_sections .fcom_section_item.is_locked {
  opacity: 0.6;
}
.fcom_course_sections .fcom_section_primary_item:not(.is_closed) {
  border-bottom: 1px solid var(--fcom-primary-border) !important;
}
.fcom_course_sections .lesson_title {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  min-height: 48px;
}
.fcom_course_sections .lesson_title .lesson_duration {
  font-size: 12px;
  color: var(--fcom-text-off, #919399);
}
.fcom_course_sections .lesson_feature_media {
  position: relative;
}
.fcom_course_sections .lesson_feature_media img {
  width: 60px;
  height: 48px;
  border-radius: 4px;
  object-fit: fill;
  display: block;
}
.fcom_course_sections .lesson_feature_media .play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  color: var(--fcom-primary-text, #19283a);
}
.fcom_lesson_nav {
  display: flex;
  align-items: center;
}
.fcom_section_item:hover .fcom_move_nav_lessons {
  visibility: visible;
}
.fcom_section_item .fcom_move_nav_lessons {
  margin-left: -30px;
  margin-right: 5px;
  visibility: hidden;
}
.fcom_section_item .fcom_move_nav_lessons .el-button-group {
  display: flex;
  flex-direction: column;
}
.fcom_section_item .fcom_move_nav_lessons .el-button-group .el-button {
  --el-button-size: 14px;
  margin: 0;
  padding: 0 7px;
}
.fcom_section_item
  .fcom_move_nav_lessons
  .el-button-group
  .el-button:first-child {
  margin-right: 0;
  border-bottom: 0;
  border-top-right-radius: calc(var(--el-border-radius-base) - 1px);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.fcom_section_item
  .fcom_move_nav_lessons
  .el-button-group
  .el-button:last-child {
  border-bottom-right-radius: calc(var(--el-border-radius-base) - 1px);
  border-bottom-left-radius: calc(var(--el-border-radius-base) - 1px);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.fcom_section_item .fcom_add_section_popup,
.fcom_section_item .fcom_copy_section_popup,
.fcom_section_item .fcom_edit_slug_popup {
  top: 40px;
}
.fcom_action_lesson_popup,
.fcom_copy_section_popup,
.fcom_edit_slug_popup,
.fcom_add_section_popup {
  position: absolute;
  background: var(--fcom-primary-bg, white);
  padding: 12px;
  right: -100px;
  z-index: 99;
  min-width: 150px;
  width: 350px;
  border: 1px solid var(--fcom-primary-border, #e5e7eb);
  box-shadow: var(--el-box-shadow-light);
  border-radius: 8px;
}
#fluent_comminity_body .feed_layout .fcom_full_screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  bottom: 0;
  background: var(--fcom-primary-bg, white);
  margin: 0 !important;
  padding: 0 !important;
}
#fluent_comminity_body .feed_layout .fcom_full_screen .fcom_back_space {
  margin: 0;
  padding-top: 15px;
  position: sticky;
  top: 0;
  background: var(--fcom-primary-bg, white);
}
#fluent_comminity_body
  .feed_layout
  .fcom_full_screen
  .fcom_lesson_container
  .fcom_lesson_sidebar
  .fcom_section_sidebar_title {
  display: flex;
  align-items: center;
  height: 55px;
}
#fluent_comminity_body
  .feed_layout
  .fcom_full_screen
  .fhr_content_layout
  .el-scrollbar
  > .el-scrollbar__wrap {
  height: 100dvh !important;
}
.fcom_lesson_comments {
  padding: 20px 20px 100px;
  background: var(--fcom-active-bg, white);
}
.fcom_lesson_comments .fcom_lesson_comment_box {
  max-width: 670px;
  margin: 0 auto;
}
.fcom_lesson_comments .fcom_lesson_comment_box .comment_text {
  background-color: var(--fcom-primary-bg, white);
}
.fcom_lesson_comments .fcom_lesson_comment_box .feed_comment {
  background: transparent;
}
.course_comments {
  background: var(--fcom-primary-bg, white);
  padding: 20px;
  border-radius: 8px;
  margin: 0 !important;
}
.course_comments.overview_comments {
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.course_comments.overview_comments h5 {
  padding: 20px;
  text-align: center;
}
.course_comments.overview_comments .each_comment {
  margin: 0;
  padding: 20px;
  column-gap: 16px;
  border-bottom: 1px solid var(--fcom-primary-border, #e3e8ee);
  flex-wrap: nowrap;
}
.course_comments.overview_comments .each_comment .comment_text {
  padding: 0;
  background-color: transparent;
}
.course_comments.overview_comments
  .each_comment
  .comment_text
  .comment_actions {
  margin-left: auto;
}
.course_comments.overview_comments
  .each_comment
  .comment_text
  .comment_text_details {
  font-size: 13px;
  font-weight: 400;
}
.course_comments.overview_comments
  .each_comment
  .comment_text
  .comment_text_details
  a {
  text-decoration: none;
  color: var(--fcom-secondary-text, #959595);
}
.course_comments.overview_comments
  .each_comment
  .comment_text
  .comment_text_details
  a
  b {
  color: var(--fcom-primary-text, #19283a);
}
.course_comments.overview_comments
  .each_comment
  .comment_text
  .comment_text_body {
  font-size: 14px;
  font-weight: 400;
  color: var(--fcom-secondary-text, #959595);
}
.course_comments.overview_comments
  .each_comment
  .comment_text
  .comment_text_actions
  .el-button {
  cursor: pointer;
  padding: 0;
}
.course_comments.overview_comments
  .each_comment
  .comment_text
  .comment_text_actions
  .el-button:hover {
  background-color: transparent;
}
.course_comments.overview_comments
  .each_comment
  .comment_text
  .comment_text_actions
  .el-button
  span {
  font-size: 14px;
  font-weight: 400;
}
.course_comments.user_comments .each_comment {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 12px 0;
  margin-bottom: 0;
  margin-left: 32px;
  border-bottom: 1px solid var(--fcom-primary-border, #e3e8ee);
  position: relative;
}
.course_comments.user_comments .each_comment:first-child {
  padding-top: 0;
}
.course_comments.user_comments .each_comment:first-child .comment_icon {
  top: 35px;
}
.course_comments.user_comments .each_comment:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.course_comments.user_comments .each_comment:not(:last-child):before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: -24px;
  top: 55px;
  border-left: 1px dashed var(--fcom-primary-border, #e3e8ee);
}
.course_comments.user_comments .each_comment .comment_icon {
  color: #959595;
  background: var(--fcom-active-bg, #f0f3f5);
  border-radius: 50%;
  font-size: 10px;
  height: 18px;
  width: 18px;
  left: -32px;
  position: absolute;
  top: 46px;
  z-index: 2;
}
.course_comments.user_comments .each_comment .comment_icon .el-icon {
  height: 14px;
  width: 14px;
}
.course_comments.user_comments .each_comment .comment_icon:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--fcom-bg-soft-200, #e1e4ea);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.course_comments.user_comments .each_comment .comment_text_head {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.course_comments.user_comments .each_comment .comment_text_body p,
.course_comments.user_comments .each_comment .comment_text_body svg {
  color: var(--fcom-secondary-text, #959595);
}
.course_comments.user_comments .each_comment .comment_text_body svg {
  height: 20px;
  padding-top: 1px;
}
.course_comments.user_comments .each_comment .media_only_content {
  display: flex;
  align-items: center;
}
.course_comments .each_comment {
  margin-bottom: 20px;
}
.fcom_move_nav {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--fcom-primary-border, #e5e7eb);
  border-radius: 4px;
  background: #f5f7fa;
  position: absolute;
  left: -20px;
  visibility: hidden;
}
.fcom_move_nav button {
  margin: 0 !important;
  padding: 2px 10px;
  height: auto;
  background: white !important;
  color: #000 !important;
  font-weight: 700;
  font-size: 16px;
}
.fcom_move_nav button:first-child {
  border-bottom: 1px solid var(--fcom-primary-border, #e5e7eb);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.fcom_move_nav button:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fcom_move_nav button:hover {
  background: black !important;
  color: #fff !important;
}
.fcom_section_primary {
  position: relative;
}
.fcom_section_primary:hover .fcom_move_nav {
  visibility: visible;
}
.fcom_highlight_comment > .comment_wrap > .comment_text {
  background: var(--fcom-highlight-bg, #e6a23c);
  border: 1px solid #f0e68c;
}
.fcom_box_card_item {
  margin-bottom: 30px;
  background: var(--fcom-primary-bg, white);
  border-radius: 10px;
}
.fcom_box_card_item .box_header {
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.fcom_box_card_item .box_header .meta_lines {
  display: flex;
}
.fcom_box_card_item .box_heading a {
  text-decoration: none;
  font-size: 120%;
}
.fcom_box_card_item .object_header .object_cover {
  border-radius: 10px 10px 0 0;
}
.fcom_box_card_item .box_card_name {
  padding: 0 15px 10px;
  border-bottom: 1px solid var(--fcom-primary-border, #e5e7eb);
}
.fcom_box_card_item .box_card_name a {
  color: var(--fcom-primary-text, #19283a);
}
.fcom_box_card_item .box_card_description {
  padding: 10px 15px;
  color: var(--fcom-text-soft, #606266);
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.section_lock_badge {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-left: 10px;
  color: var(--fcom-menu-text, #545861);
  background: var(--fcom-active-bg, #f0f3f5);
  border: 1px solid var(--fcom-menu-text, #545861);
  border-radius: 5px;
  padding: 0 8px;
  font-size: 80%;
}
.wp-block-embed {
  overflow-wrap: break-word;
}
.wp-block-embed :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.wp-block-embed iframe {
  width: 100%;
}
.wp-block-embed__wrapper {
  position: relative;
}
.wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-has-aspect-ratio iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}
.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}
.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}
.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%;
}
.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%;
}
.course_progress_footer_wrap {
  position: absolute;
  bottom: 0;
  padding: 5px 15px 10px;
  left: 0;
  right: 0;
  border-top: 1px solid var(--fcom-primary-border, #e5e7eb);
  z-index: 99;
  background: var(--fcom-active-bg, #f8f8f8);
}
.course_progress_footer_wrap .fcom_course_progress_footer p {
  margin: 0;
  font-size: 90%;
}
.fcom_lesson_documents {
  margin-top: 40px;
  border: 1px solid var(--fcom-primary-border);
  border-radius: 5px;
}
.fcom_lesson_documents .fcom_lesson_documents_header {
  padding: 10px 20px;
  border-bottom: 1px solid var(--fcom-primary-border);
  background: var(--fcom-active-bg, #f5f8fa);
}
.fcom_lesson_documents .fcom_lesson_documents_header h3 {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
.fcom_documents_dialog .el-dialog__header {
  border-bottom: 1px solid var(--fcom-primary-border, #e4e7ec);
  margin-right: 0;
  padding: 16px 20px;
}
.fcom_documents_dialog .el-dialog__body {
  padding: 20px;
}
.fcom_documents_dialog .el-dialog__footer {
  border-top: 1px solid var(--fcom-primary-border, #e4e7ec);
  padding: 12px 20px;
}
.fcom_documents_dialog .fcom_documents_dialog_footer {
  display: flex;
  justify-content: flex-end;
}
.fcom_documents_dialog .fcom_meta_section.fcom_lesson_documents_form {
  margin-top: 0;
}
.fcom_documents_dialog
  .fcom_meta_section.fcom_lesson_documents_form
  .fcom_meta_label {
  display: none;
}
.fcom_documents_dialog
  .fcom_meta_section.fcom_lesson_documents_form
  > p:first-of-type {
  margin-top: 0;
}
.fcom_form_section .milkdown .ProseMirror {
  padding: 5px 11px;
  font-size: 14px;
  box-shadow: 0 0 0 0.5px var(--fcom-secondary-border) inset;
  border-radius: 8px;
}
.fcom_quiz_editor {
  max-width: 720px;
  margin: 0 auto;
  padding: 20px;
}
.fcom_quiz_editor .milkdown .ProseMirror {
  padding: 10px 0;
}
.fcom_quiz_editor .milkdown .ProseMirror.ProseMirror-focused {
  box-shadow: none;
}
.fcom_quiz_editor .el-input .el-input__wrapper {
  margin-bottom: 10px;
  padding: 5px 0;
  border: none;
  box-shadow: none;
}
.fcom_quiz_editor .el-input .el-input__wrapper .el-input__inner {
  font-size: 28px;
  font-weight: 600;
  color: var(--fcom-primary-text, #19283a);
}
.fcom_quiz_editor button.el-button.add_btn {
  width: 100%;
  margin-top: 10px;
  border-radius: 16px;
}
.fcom_quiz_editor .add_quiz_banner {
  top: 10px;
  padding: 40px 60px;
}
.fcom_quiz_editor .add_quiz_banner .add_btn {
  width: max-content;
  border-radius: 8px;
}
.fcom_quiz_editor .fcom_questions_wrap {
  margin-bottom: 1rem;
}
.fcom_quiz_editor .fcom_questions_wrap .fcom_question {
  padding: 1.25rem;
}
.fcom_quiz_editor .fcom_questions_wrap .fcom_question .fcom_question_header {
  align-items: center;
  gap: 12px;
  margin-bottom: 0.75rem;
}
.fcom_quiz_editor
  .fcom_questions_wrap
  .fcom_question
  .fcom_question_header
  .fcom_question_label {
  flex: 1;
  cursor: pointer;
}
.fcom_quiz_editor
  .fcom_questions_wrap
  .fcom_question
  .fcom_question_header
  .fcom_question_label:focus-visible {
  outline: 2px solid var(--fcom-primary, #007cba);
  outline-offset: 2px;
}
.fcom_quiz_editor
  .fcom_questions_wrap
  .fcom_question
  .fcom_question_header
  .fcom_question_actions {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-right: 0;
}
.fcom_quiz_editor .fcom_questions_wrap .fcom_question .fcom_question_options {
  padding-left: 16px;
}
.fcom_quiz_editor .fcom_questions_wrap .fcom_question .fcom_question_option {
  margin-bottom: 8px;
}
.fcom_quiz_editor
  .fcom_questions_wrap
  .fcom_question
  .fcom_question_option
  .fcom_option_drag {
  font-size: 13px;
}
.fcom_quiz_editor
  .fcom_questions_wrap
  .fcom_question
  .fcom_question_option
  .el-checkbox {
  margin-bottom: 0;
}
.fcom_quiz_editor .fcom_questions_wrap .fcom_question:last-child {
  border-bottom-color: var(--fcom-secondary-border);
}
.fcom_quiz_editor .fcom_drag_handle {
  color: var(--fcom-text-off, #919399);
  line-height: 1;
  -webkit-user-select: none;
  user-select: none;
}
.fcom_questions_wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  gap: 2rem;
}
.fcom_questions_wrap .fcom_question {
  border: 1px solid var(--fcom-secondary-border);
  border-radius: 8px;
  padding: 2rem;
  position: relative;
}
.fcom_questions_wrap .fcom_question:hover .fcom_meta_sorting {
  transform: translate(-50%) scale(1);
}
.fcom_questions_wrap .fcom_question.disabled {
  opacity: 0.5;
}
.fcom_questions_wrap .fcom_question .fcom_question_image {
  overflow: hidden;
  margin-bottom: 1rem;
}
.fcom_questions_wrap .fcom_question .fcom_question_image img {
  width: 100%;
  max-height: 100%;
  display: block;
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  aspect-ratio: 3.2/1;
  border-radius: 8px;
}
.fcom_questions_wrap .fcom_question .fcom_question_header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.fcom_questions_wrap
  .fcom_question
  .fcom_question_header
  .fcom_question_actions {
  margin-right: -10px;
}
.fcom_questions_wrap .fcom_question.written_answer .fcom_question_header {
  margin-bottom: 0;
}
.fcom_questions_wrap
  .fcom_question.written_answer
  .fcom_question_body
  .fcom_is_correct {
  margin-top: 0.4rem;
}
.fcom_questions_wrap
  .fcom_question.written_answer
  .fcom_question_body
  .fcom_written_answer_answer {
  margin-top: 0.8rem;
}
.fcom_questions_wrap .fcom_question .question_help_text {
  font-size: 14px;
  font-style: italic;
  color: var(--fcom-secondary-text, #959595);
  margin-top: 0.5rem;
}
.fcom_questions_wrap .fcom_question .fcom_is_correct {
  display: flex;
  padding: 8px 16px;
  border-radius: 8px;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
}
.fcom_questions_wrap .fcom_question .fcom_is_correct.correct {
  background: #e6f3ea;
}
.fcom_questions_wrap .fcom_question .fcom_is_correct.incorrect {
  background: #fee4e2;
}
.fcom_questions_wrap .fcom_question .fcom_is_correct.incorrect .correct_text {
  color: #dc2626;
}
.fcom_questions_wrap .fcom_question .fcom_is_correct .correct_text {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #008a2e;
}
.fcom_welcome_box.fcom_course_welcome_box {
  max-width: 1000px;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  border-radius: 8px;
  border: 0;
  overflow: hidden;
}
.fcom_welcome_box.fcom_course_welcome_box .fcom_course_welcome_content {
  padding: 0 20px;
}
.fcom_welcome_box.fcom_course_welcome_box .el-image {
  display: block;
  width: 100%;
}
.fcom_welcome_box.fcom_course_welcome_box .el-image img,
.fcom_welcome_box.fcom_course_welcome_box > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center center;
}
.fcom_welcome_box.fcom_course_welcome_box .feed_media {
  margin: 0;
}
.fcom_welcome_box.fcom_course_welcome_box .feed_media iframe,
.fcom_welcome_box.fcom_course_welcome_box
  .feed_media
  .feed_media_ext_video
  iframe,
.fcom_welcome_box.fcom_course_welcome_box .feed_media .fluent-player-preview {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
}
.space_default_lockscreen .fcom_course_welcome_box {
  max-width: 980px;
  margin: 20px auto;
}
.fcom_full_editor .fcom_course_welcome_banner_wrap {
  max-width: 800px;
  margin: 20px auto;
  background: var(--fcom-primary-bg, #ffffff);
  border-radius: 8px;
  padding: 8px 20px 20px;
}
.fcom_full_editor .fcom_course_welcome_banner_wrap .fcom_customizer_container {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.fcom_full_editor
  .fcom_course_welcome_banner_wrap
  .fcom_course_wc_allowclose
  .el-form-item__content {
  flex-wrap: wrap;
}
.fcom_full_editor
  .fcom_course_welcome_banner_wrap
  .fcom_course_wc_allowclose
  .fcom_course_wc_help_text {
  flex-basis: 100%;
  margin-left: 26px;
  margin-top: 4px;
  line-height: 20px;
  color: var(--fcom-secondary-text);
}
.fcom_compose_app_form {
  border-radius: 5px;
  position: relative;
  padding: 15px;
  margin-top: 15px;
  background: var(--fcom-active-bg, #f0f2f5);
}
.fcom_compose_app_form .fcom_app_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
  padding: 0;
}
.fcom_compose_app_form .fcom_app_options {
  margin-bottom: 16px;
}
.fcom_compose_app_form .fcom_app_options .fcom_app_option {
  margin-bottom: 10px;
}
.fcom_compose_app_form .fcom_app_footer h5 {
  margin-bottom: 8px;
}
.fcom_compose_app_form .fcom_app_pref {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.fcom_compose_app_form h5 {
  color: var(--fcom-primary-text, #19283a);
  font-size: 15px;
}
.fcom_child_feed .fcom_app_render {
  padding: 0 40px 20px;
  margin: -10px -40px;
}
.fcom_child_feed .fcom_app_render:has(+ .fcom_image_carousel) {
  padding-bottom: 20px;
}
.fcom_child_feed:has(.fcom_app_render) .feed_body,
.fcom_child_feed:has(.feed_media_meta_data) .feed_body,
.fcom_child_feed:has(.feed_media_oembed) .feed_body,
.fcom_child_feed:has(.fcom_image_carousel) .feed_body {
  padding-bottom: 10px;
  border-bottom: none;
}
.fcom_child_feed .fcom_feed_header_wrap:first-child + .feed_body:last-child {
  padding: 10px 40px 20px;
  margin: -10px -40px;
}
.fcom_child_feed .feed_media_meta_data {
  padding: 0 20px 9px;
  margin: -10px -40px;
}
.fcom_child_feed
  .feed_media_meta_data:has(.feed_media_content)
  .feed_media_content {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom: 1px solid var(--fcom-primary-border, #e4e7eb);
}
.fcom_child_feed .feed_media_meta_data:not(:has(.feed_media_content)) img {
  border-top: 1px solid var(--fcom-primary-border, #e4e7eb);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.fcom_child_feed .feed_media_oembed {
  padding: 0 20px 7px;
  margin: -10px -40px;
}
.fcom_child_feed .feed_media_oembed .feed_media_ext_video iframe {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.fcom_child_feed .feed_media_oembed .fluent-player-preview {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}
.fcom_child_feed:has(.fcom_top_media) {
  border-bottom: 1px solid var(--fcom-primary-border, #e4e7eb);
}
.fcom_child_feed:has(.fcom_top_media) .fcom_top_media {
  padding: 0 20px;
  margin: -10px -40px;
}
.fcom_child_feed:has(.fcom_top_media) .fcom_top_media .feed_media {
  border-bottom: none;
}
.fcom_child_feed:has(.fcom_top_media) .fcom_top_media .feed_media img,
.fcom_child_feed:has(.fcom_top_media) .fcom_top_media .feed_media iframe {
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid var(--fcom-primary-border, #e4e7eb);
  border-top: none;
}
.fcom_child_feed:has(.fcom_top_media)
  .fcom_top_media
  .feed_media
  .fluent-player-preview {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  border-bottom: 1px solid var(--fcom-primary-border, #e4e7eb);
}
.fcom_child_feed .fcom_image_carousel .fcom_image_carousel_num_3,
.fcom_child_feed .fcom_image_carousel .fcom_image_carousel_num_2_or_4 {
  padding: 0 27px 17px;
  margin: -10px -40px;
}
.fcom_app_render {
  position: relative;
  padding: 0 20px 20px;
  margin: 0 -20px;
}
.fcom_app_render:has(+ .fcom_image_carousel) {
  padding-bottom: 10px;
}
.fcom_app_render.no-border {
  border-bottom: none;
}
.fcom_app_render .fcom_app_option {
  display: flex;
  padding: 10px 15px;
  margin: 0 0 10px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 10px;
  position: relative;
  border: 1px solid var(--fcom-primary-border, #e4e7eb);
  border-radius: 8px;
}
.fcom_app_render .fcom_app_option:last-child {
  margin-bottom: 0;
}
.fcom_app_render .fcom_app_option span.fc_app_shadow {
  display: block;
  position: absolute;
  background: var(--fcom-active-bg, #f0f3f5);
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  border-radius: 8px;
  max-width: 100% !important;
}
.fcom_app_render .fcom_app_option.fcom_is_voted {
  border-color: var(--fcom-secondary-border, #e1e4ea);
}
.fcom_app_render
  .fcom_app_option.fcom_is_voted
  .fcom_app_input_wrap
  .fcom_input_single_choice
  svg {
  transform: scale(1);
}
.fcom_app_render
  .fcom_app_option.fcom_is_voted
  .fcom_app_input_wrap
  .fcom_input_multi_choice {
  color: var(--fcom-primary-bg, white);
  background: var(--fcom-primary-text, #19283a);
}
.fcom_app_render
  .fcom_app_option.fcom_is_voted
  .fcom_app_input_wrap
  .fcom_input_multi_choice
  svg {
  transform: scale(1);
}
.fcom_app_render .fcom_app_option .fcom_app_input_wrap .fcom_input_multi_choice,
.fcom_app_render
  .fcom_app_option
  .fcom_app_input_wrap
  .fcom_input_single_choice {
  width: 15px;
  height: 15px;
  border: 1px solid var(--fcom-primary-text, #19283a);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.fcom_app_render
  .fcom_app_option
  .fcom_app_input_wrap
  .fcom_input_multi_choice
  svg,
.fcom_app_render
  .fcom_app_option
  .fcom_app_input_wrap
  .fcom_input_single_choice
  svg {
  width: 8px;
  transform: scale(0);
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.fcom_app_render
  .fcom_app_option
  .fcom_app_input_wrap
  .fcom_input_multi_choice {
  border-radius: 4px;
}
.fcom_app_render .fcom_app_option .fcom_app_text {
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 10;
}
.fcom_app_render .fcom_app_option .fcom_app_counts {
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 10;
  font-size: 80%;
}
.fcom_app_render .fcom_app_option .fcom_app_counts .el-icon {
  margin-top: 2px;
}
.fcom_box_card_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.fcom_box_card_list .fcom_each_box_card {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
}
.fcom_box_card_list .fcom_each_box_card:hover {
  box-shadow: var(--el-box-shadow);
}
.fcom_box_card_list .fcom_each_box_card .fcom_box_card_avatar {
  cursor: pointer;
  width: 100%;
  height: 177px;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.fcom_box_card_list .fcom_each_box_card .fcom_box_card_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.91/1;
}
.fcom_box_card_list .fcom_each_box_card .fcom_box_card_avatar .fcom_no_image {
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.fcom_box_card_list .fcom_each_box_card .fcom_box_card_info {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--fcom-primary-border, #e5e7eb);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: var(--fcom-primary-bg, #fff);
  flex: 1;
  gap: 12px;
  padding: 12px;
}
.fcom_box_card_list .fcom_each_box_card .fcom_box_card_name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--fcom-primary-text, #19283a);
}
.fcom_box_card_list .fcom_each_box_card .fcom_box_card_name a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--fcom-primary-text, #19283a);
  gap: 8px;
}
.fcom_box_card_list .fcom_each_box_card .fcom_box_card_name a:hover {
  text-decoration: none;
}
.fcom_box_card_list .fcom_each_box_card .fcom_box_card_name a .el-tag {
  height: auto;
  padding: 4px 8px;
}
.fcom_box_card_list .fcom_each_box_card .fcom_box_card_name .fcom_dot_menu {
  margin-right: -8px;
  padding: 5px;
}
.fcom_box_card_list .fcom_each_box_card .fcom_box_card_name .fcom_box_card_by {
  font-size: 14px;
  font-weight: 400;
  color: var(--fcom-secondary-text, #697386);
}
.fcom_box_card_list .fcom_each_box_card .fcom_box_card_details {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.fcom_box_card_list .fcom_each_box_card .fcom_box_card_details .details_item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: var(--fcom-secondary-text);
}
.fcom_box_card_list .fcom_each_box_card .fcom_box_card_details .inline_details {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: var(--fcom-secondary-text, #697386);
  gap: 5px;
}
.fcom_box_card_list
  .fcom_each_box_card
  .fcom_box_card_details
  .inline_details
  .fcom_inline_separator {
  background: var(--fcom-secondary-text, #697386);
}
.fcom_box_card_list .fcom_each_box_card .fcom_box_card_description {
  font-size: 14px;
  color: var(--fcom-secondary-text, #697386);
}
.fcom_box_card_list .fcom_each_box_card .fcom_box_card_action {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}
.fcom_box_card_list
  .fcom_each_box_card
  .fcom_box_card_action
  .fcom_card_button {
  cursor: pointer;
  border: none;
  border-radius: 8px;
  width: 100%;
  padding: 8px;
  background: var(--fcom-active-bg, #f0f2f5);
  color: var(--fcom-menu-text-active, var(--fcom-menu-text, #545861));
}
.fcom_box_card_list
  .fcom_each_box_card
  .fcom_box_card_action
  .fcom_card_button:hover {
  opacity: 0.8;
}
.fcom_box_card_list
  .fcom_each_box_card
  .fcom_box_card_action
  .fcom_card_button.fcom_card_button_success {
  background: var(--el-color-success-light-9);
  color: var(--el-color-success);
}
.fcom_box_card_list
  .fcom_each_box_card
  .fcom_box_card_action
  .fcom_card_button.fcom_card_button_progress {
  background: var(--el-color-warning-light-9);
  color: var(--el-color-warning);
}
@media (max-width: 1160px) {
  .fcom_resp_container .feed_media_oembed,
  .fcom_resp_container .feed_media_iframe_html {
    margin: 0 -20px;
  }
}
@media (max-width: 1024px) {
  .fcom_courses,
  .fcom_communities,
  .space_members,
  .fcom_profile_box {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .fcom_resp_container .fcom_resp_side {
    display: none;
  }
  .feed_footer ul {
    column-gap: 0;
  }
  .fcom_feed_edit_dialog
    .fcom_feed_edit_dialog_body
    .fcom_create_status_box
    > :last-child:not(.fcom_text_composer) {
    margin-left: 0;
  }
  .fcom_top_menu {
    padding: 10px;
  }
  .fcom_top_menu .top_menu_left {
    gap: 5px;
  }
  .fcom_top_menu .top_menu_left .fhr_logo img {
    max-height: 32px;
    width: auto;
  }
  .fcom_sm_only {
    display: block !important;
  }
  .fcom_full_screen .fcom_back_space {
    line-height: 1.1;
  }
  .feed_layout .fhr_content_layout_header,
  .feed_layout .fcom_sub_header {
    padding: 10px;
    min-height: auto;
    flex-wrap: wrap;
  }
  .feed_layout
    .fcom_single_layout.fcom_max_layout.feeds
    .fhr_content_layout
    .fhr_content_layout_body {
    padding: 20px 10px 0;
    margin: 0;
  }
  .feed_layout
    .fcom_single_layout.fcom_max_layout.feeds
    .fhr_content_layout
    .fhr_content_layout_body
    .fcom_space_container.el-container {
    padding-top: 0;
  }
  .feed_layout
    .fcom_single_layout.fcom_max_layout.feeds
    .fhr_content_layout
    .fhr_content_layout_body
    .fcom_profile_header {
    flex-direction: column;
    gap: 2rem;
  }
  .feed_layout
    .fcom_single_layout.fcom_max_layout.feeds
    .fhr_content_layout
    .fhr_content_layout_body
    .fcom_profile_header
    .fcom_profile_info {
    flex-direction: column;
  }
  .feed_layout
    .fcom_single_layout.fcom_compact_layout
    .fhr_content_layout_body {
    padding: 20px 10px 40px;
    margin: 0 auto !important;
  }
  .create_status_holder .create_header .form_placeholder {
    padding: 0.5rem;
  }
  .spaces .space_contents {
    height: calc(100vh - var(--fcom-header-height, 55px));
    max-height: calc(100dvh - var(--fcom-header-height, 55px));
  }
  .fcom_full_editor .fcom_full_editor_main .fcom_editor_wrap {
    padding: 0;
  }
  .fcom_full_editor .fcom_full_editor_header_wrap {
    height: auto;
    padding: 0 5px;
  }
  .fcom_full_editor .fcom_full_editor_header_wrap .fcom_full_editor_header {
    flex-wrap: wrap;
  }
  .fcom_full_editor .fcom_full_editor_header {
    padding: 10px 0;
  }
  .fcom_show_right_aside aside.fcom_resp_side {
    display: block;
    position: absolute;
    top: 55px;
    z-index: 9999;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 10px #0000001a;
  }
  .fcom_full_screen.fcom_show_right_aside aside.fcom_resp_side {
    top: 55px;
  }
  .state_active.create_status_holder .create_header .person_avatar {
    display: none;
  }
  .state_active.create_status_holder .create_header .fcom_text_composer {
    margin-left: 0;
    margin-top: 0;
  }
  .state_active.create_status_holder .create_header .fcom_composer_footer {
    margin-left: 0;
  }
  .feed_commneting .person_avatar {
    display: none;
  }
  .feed_layout .fcom_space_container.el-container .el-main .fcom_feed_box {
    margin: 0 auto;
  }
  .user_header .object_menu ul li {
    padding: 0;
  }
  .user_header .object_menu ul li a {
    padding: 4px 9px;
  }
  .fcom_dir_layout .card_list .each_card .card_content {
    flex: 1;
    min-width: 0;
  }
  .fcom_card_sections .fcom_card_section_heading {
    flex-wrap: wrap;
  }
  .fcom_card_sections .fcom_section_primary_item .el-button .fcom_space_counts {
    display: none;
  }
  .fcom_lesson_container .fcom_lesson_details {
    padding: 20px 20px 50px;
  }
  .fcom_lesson_container
    .fcom_lesson_details
    .fcom_lesson_quiz
    .fcom_questions_wrap
    .fcom_quiz_result {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 1rem;
  }
  .fcom_lesson_container
    .fcom_lesson_details
    .fcom_lesson_quiz
    .fcom_questions_wrap
    .fcom_quiz_result
    .part_label {
    font-size: 14px;
  }
  .fcom_lesson_container
    .fcom_lesson_details
    .fcom_lesson_quiz
    .fcom_questions_wrap
    .fcom_quiz_result
    .result_score {
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--fcom-secondary-border, #e5e7eb);
  }
  .fcoml_tooltip_popover {
    width: 90% !important;
  }
  .fcom_course_sections .fcom_section_primary_item {
    padding: 10px 12px;
  }
  .fcom_course_sections .fcom_section_items .fcom_section_item {
    padding: 8px 10px;
    gap: 15px;
  }
  .fcom_course_sections .fcom_section_item_actions button {
    padding-right: 5px;
  }
  .space_header .menu_actions .fcom_dot_menu {
    margin-left: 0;
  }
}
@media (max-width: 425px) {
  .fcom_top_menu {
    padding: 10px;
  }
  .fcom_top_menu .top_menu_left {
    gap: 10px;
  }
  .fcom_top_menu .top_menu_left .fhr_logo img {
    max-height: 32px;
    width: auto;
    max-width: 100px;
    height: auto;
  }
  .user_header .object_menu .fcom_profile_menu_actions .fcom_chat_button {
    padding: 2px 10px;
  }
  .user_header .object_menu .fcom_profile_menu_actions .fcom_chat_button span {
    display: none;
  }
  .fhr_content_layout_header .edit_profile_button {
    padding: 2px 10px;
  }
  .fhr_content_layout_header .edit_profile_button span.edit_profile {
    display: none;
  }
  .fhr_content_layout_header .object_menu .fcom_space_menu_ul li a {
    padding: 3px 6px;
  }
  .fhr_content_layout_body .object_header.user_header .object_info {
    padding: 0 8px 10px;
  }
  .fhr_content_layout_body .object_header.user_header .object_menu {
    padding: 12px 8px;
  }
  .fhr_content_layout_body .fcom_feed_report_wrap {
    font-size: 14px;
    line-height: 1.5;
  }
  .fhr_content_layout_body
    .fcom_feed_report_wrap
    .fcom_feed_report_action
    .el-button {
    height: auto;
    font-size: 12px;
  }
  .fhr_content_layout_body.notification_layout {
    font-size: 13px;
    overflow: hidden;
  }
  .fhr_content_layout_body.notification_layout
    .fcom_filter_menu
    .fcom_notification_types {
    column-gap: 5px;
  }
  .fhr_content_layout_body.notification_layout
    .fcom_filter_menu
    .fcom_notification_types
    li
    a {
    padding: 5px;
  }
  .fhr_content_layout_body.notification_layout
    .fcom_filter_menu
    .fcom_switch
    .el-switch__label--right {
    margin-left: 5px;
  }
  .fhr_content_layout_body.notification_layout
    .fcom_filter_menu
    .fcom_switch
    .el-switch__label--right
    span {
    text-wrap: nowrap;
    font-size: 13px;
  }
  .comment_wrap .comment_text:has(.fcom_composer_footer) {
    padding: 8px 5px 10px;
  }
  .comment_wrap .comment_text .fcom_composer_footer .fcom_composer_apps button {
    padding: 0;
  }
  .comment_wrap
    .comment_text
    .fcom_composer_footer
    .fcom_composer_actions
    button {
    padding: 4px 8px;
  }
  .comment_wrap
    .comment_text
    .fcom_composer_footer
    .fcom_composer_actions
    .fcom_primary_button {
    margin-left: 5px;
  }
  .fcom_space_settings_nav {
    gap: 5px;
  }
  .fcom_space_settings_nav .object_menu {
    width: 100%;
  }
  .fcom_space_settings_nav .object_menu .fcom_space_menu_ul {
    width: 100%;
    justify-content: center;
  }
  .fcom_space_settings_nav .object_menu .fcom_space_menu_ul li a {
    text-align: center;
  }
  .fcom_space_settings_nav .full_editor_actions {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .fcom_dir_layout .feed_meta_info {
    flex-direction: column;
    align-items: flex-start;
  }
  .fcom_dir_layout .feed_meta_info > *:not(:last-child):after {
    display: none;
  }
  .fcom_dir_layout .feed_meta_info .meta_line + .meta_line {
    margin-left: 0;
  }
  .fcom_dir_layout .card_list .each_card .card_content .card_info .info_header {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 375px) {
  .comment_wrap
    .comment_text
    .fcom_composer_footer:has(.fcom_secondary_button) {
    flex-direction: column;
    align-items: start;
  }
}
.fcom_box_list {
  display: block;
  background: var(--fcom-primary-bg, white);
  border-radius: 8px;
  margin-bottom: 15px;
}
.fcom_box_list .fcom_box_list_header {
  border-bottom: 1px solid var(--fcom-primary-border, #e4e4e4);
  padding: 10px 20px;
  font-weight: 500;
}
.fcom_box_list .fcom_box_list_header h2 {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.fcom_box_list .fcom_box_list_body {
  padding: 0;
}
.fcom_box_list ul.fcom_person_lists {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fcom_box_list ul.fcom_person_lists li {
  margin: 0;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 14px;
}
.fcom_box_list ul.fcom_person_lists li .fcom_leader_stat {
  min-width: 40px;
  text-align: right;
  color: var(--fcom-secondary-text, #666666);
}
.fcom_box_list ul.fcom_person_lists .fcom_leader {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fcom_box_list ul.fcom_person_lists .fcom_leader .fcom_serial {
  min-width: 22px;
  font-size: 12px;
  position: relative;
  margin-right: 5px;
  font-weight: 700;
  color: var(--fcom-menu-text, rgb(56, 117, 223));
  background: var(--fcom-active-bg, #f0f2f5);
  border-radius: 50%;
  text-align: center;
}
.fcom_box_list
  ul.fcom_person_lists
  .fcom_leader
  .fcom_serial
  .fcom_serial_suffix {
  display: none;
}
.fcom_box_list ul.fcom_person_lists .fcom_leader .fcom_serial.fcom_serial_1,
.fcom_box_list ul.fcom_person_lists .fcom_leader .fcom_serial.fcom_serial_2,
.fcom_box_list ul.fcom_person_lists .fcom_leader .fcom_serial.fcom_serial_3 {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-bottom: 3px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
}
.fcom_box_list
  ul.fcom_person_lists
  .fcom_leader
  .fcom_serial.fcom_serial_1
  .fcom_serial_suffix,
.fcom_box_list
  ul.fcom_person_lists
  .fcom_leader
  .fcom_serial.fcom_serial_2
  .fcom_serial_suffix,
.fcom_box_list
  ul.fcom_person_lists
  .fcom_leader
  .fcom_serial.fcom_serial_3
  .fcom_serial_suffix {
  display: block;
  position: absolute;
  bottom: -15px;
}
.fcom_box_list ul.fcom_person_lists .fcom_leader .fcom_serial.fcom_serial_1 {
  background-color: #f8d481;
}
.fcom_box_list
  ul.fcom_person_lists
  .fcom_leader
  .fcom_serial.fcom_serial_1
  .fcom_serial_suffix
  svg {
  color: #f8d481;
}
.fcom_box_list ul.fcom_person_lists .fcom_leader .fcom_serial.fcom_serial_2 {
  background-color: #909090;
}
.fcom_box_list
  ul.fcom_person_lists
  .fcom_leader
  .fcom_serial.fcom_serial_2
  .fcom_serial_suffix
  svg {
  color: #909090;
}
.fcom_box_list ul.fcom_person_lists .fcom_leader .fcom_serial.fcom_serial_3 {
  background-color: #a77b53;
}
.fcom_box_list
  ul.fcom_person_lists
  .fcom_leader
  .fcom_serial.fcom_serial_3
  .fcom_serial_suffix
  svg {
  color: #a77b53;
}
.fcom_box_list ul.fcom_person_lists .fcom_leader .fcom_user_avatar img {
  width: 40px;
  height: 40px;
}
.fcom_leaderboard_profile {
  background: var(--fcom-primary-bg, white);
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 30px;
  border: 1px solid var(--fcom-primary-border, #e4e4e4);
}
.fcom_leaderboard_levels {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fcom_leaderboard_levels li {
  margin: 0;
  min-height: 100px;
  padding: 12px 0;
  display: flex;
  gap: 10px;
  align-items: center;
}
.fcom_leaderboard_levels li .fcom_level_icon {
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--fcom-active-bg, #f0f2f5);
}
.fcom_leaderboard_levels li .fcom_level_icon span,
.fcom_leaderboard_levels li .fcom_level_icon .el-icon {
  width: 48px;
  height: 48px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fcom-primary-text, #19283a);
}
.fcom_leaderboard_levels li .fcom_level_icon.fcom_is_in_level {
  background-color: var(--fcom-active-bg, #f0f2f5);
  font-size: 12px;
  line-height: 20px;
  color: #000;
}
.fcom_leaderboard_levels li .fcoml_level_detail .fcoml_level_title {
  font-weight: 500;
  font-size: 16px;
}
.fcom_leaderboard_levels li .fcoml_level_detail .fcoml_level_sub {
  font-size: 14px;
  font-weight: 350;
  color: var(--fcom-secondary-text, #666666);
}
.fcom_profile_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  gap: 1rem;
}
.fcom_profile_header .fcom_profile_info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.fcom_profile_header .fcom_profile_info .info_avatar .fcom_user_avatar img {
  width: 96px;
  height: 96px;
  border: 3px solid #ffffff;
  outline: 3px solid #e4e4e4;
}
.fcom_profile_header
  .fcom_profile_info
  .info_avatar
  .fcom_user_avatar
  .fcom_compilation_avatar {
  outline: transparent solid 3px;
  background-clip: padding-box;
  border: 3px solid transparent;
  padding: 3px;
  border-radius: 50%;
}
.fcom_profile_header
  .fcom_profile_info
  .info_avatar
  .fcom_user_avatar
  .fcom_compilation_avatar
  img {
  background: var(--fcom-primary-bg, white);
  outline: transparent solid 3px;
  border: none;
}
.fcom_profile_header .fcom_profile_info .info_avatar img {
  width: 100%;
}
.fcom_profile_header .fcom_profile_info .info_user {
  flex-grow: 1;
}
.fcom_profile_header
  .fcom_profile_info
  .info_user
  .user_route
  .fcom_verified
  svg {
  width: 18px;
  height: 18px;
}
.fcom_profile_header .fcoml_level_sub {
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 8px;
}
.fcom_profile_header .fcoml_level_sub .fcoml_level_sub_icon {
  font-size: 12px;
  font-weight: 100;
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--fcom-active-bg, #f0f2f5);
  padding: 8px 16px;
  border-radius: 16px;
}
.fcom_profile_header .fcoml_level_sub .fcoml_level_sub_icon span {
  font-size: 14px;
  font-weight: 450;
}
.fcom_profile_header .fcoml_level_sub .fcoml_level_sub_text {
  font-size: 13px;
}
.fcom_profile_header .fcoml_level_sub .fcoml_level_sub_text .el-button {
  font-size: 12px;
  padding: 0;
  height: auto;
  line-height: 16px;
}
.fcom_profile_header .fcom_user_avatar .fcom_user_level_mark {
  width: 24px;
  height: 24px;
  font-size: 14px;
  font-weight: 700;
  border-width: 2px;
  background: var(--fcom-primary-text, #19283a);
  color: var(--fcom-primary-bg, #ffffff);
  border: none;
}
.fcom_profile_header .fcom_user_avatar .fcom_user_level_mark span {
  font-weight: 400;
}
.fcom_profile_header .user_route {
  font-size: 18px;
  margin: 15px 0 5px;
}
.fcom_profile_header .fcom_level_name {
  font-size: 14px;
  color: var(--fcom-secondary-text, #666666);
}
.fcom_space_media.fcom_space_media_video_open
  .fcom_space_media_grid
  .fcom_kind_video
  video {
  visibility: hidden;
}
.fcom_space_media .card_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}
.fcom_space_media .fcom_space_media_card {
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 0 5px #0000001a;
  background: var(--fcom-primary-bg, white);
}
.fcom_space_media .fcom_space_media_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}
@media (max-width: 1024px) {
  .fcom_space_media .fcom_space_media_grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .fcom_space_media .fcom_space_media_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.fcom_space_media .fcom_space_media_cell {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  background: var(--fcom-secondary-bg, #f3f4f6);
}
.fcom_space_media .fcom_space_media_cell img,
.fcom_space_media .fcom_space_media_cell video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fcom_space_media .fcom_space_media_cell:focus-visible {
  outline: 2px solid var(--el-color-primary, #1f6feb);
  outline-offset: 2px;
}
.fcom_space_media .fcom_space_media_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.fcom_space_media .fcom_space_media_play_badge {
  z-index: 2;
}
.fcom_space_media .fcom_space_media_feed_btn {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.18s ease;
}
.fcom_space_media .fcom_space_media_feed_btn svg {
  width: 15px;
  height: 15px;
}
.fcom_space_media .fcom_space_media_feed_btn:hover,
.fcom_space_media .fcom_space_media_feed_btn:focus-visible {
  background: rgba(0, 0, 0, 0.72);
  outline: none;
}
.fcom_space_media .fcom_space_media_feed_btn:disabled {
  cursor: default;
  opacity: 0.6;
}
.fcom_space_media .fcom_space_media_cell:hover .fcom_space_media_overlay,
.fcom_space_media
  .fcom_space_media_cell:focus-visible
  .fcom_space_media_overlay {
  opacity: 1;
}
.fcom_space_media .fcom_space_media_cell:hover .fcom_space_media_feed_btn,
.fcom_space_media
  .fcom_space_media_cell:focus-visible
  .fcom_space_media_feed_btn,
.fcom_space_media .fcom_space_media_feed_btn:focus-visible {
  opacity: 1;
  transform: translateY(0);
}
.fcom_space_media .fcom_space_media_play_badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  pointer-events: none;
}
.fcom_space_media .fcom_space_media_play_badge:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 14px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.fcom_space_media .fcom_space_media_empty {
  text-align: center;
  padding: 60px 20px;
  color: var(--fcom-color-text-mute, #6b7280);
}
.fcom_space_media_lightbox.el-dialog,
.fcom_space_media_video_dialog.el-dialog {
  background: transparent;
  box-shadow: none;
  border: 0;
  margin: auto;
  padding: 0;
  max-width: min(90vw, 1100px);
  animation: fcom_space_media_video_pop 0.24s ease-out;
}
.fcom_space_media_lightbox.el-dialog .el-dialog__header,
.fcom_space_media_lightbox.el-dialog .el-dialog__headerbtn,
.fcom_space_media_video_dialog.el-dialog .el-dialog__header,
.fcom_space_media_video_dialog.el-dialog .el-dialog__headerbtn {
  display: none;
}
.fcom_space_media_lightbox.el-dialog .el-dialog__body,
.fcom_space_media_video_dialog.el-dialog .el-dialog__body {
  padding: 0;
  color: #fff;
  position: relative;
}
.fcom_space_media_lightbox_image.el-dialog {
  max-width: 96vw;
  width: 96vw !important;
}
.fcom_space_media_lightbox_image.el-dialog .fcom_space_media_video_close {
  position: fixed;
  top: 16px;
  right: 16px;
  left: auto;
  width: 44px;
  height: 44px;
}
.fcom_space_media_lightbox_image.el-dialog .fcom_space_media_video_nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
.fcom_space_media_lightbox_image.el-dialog .fcom_space_media_video_nav_prev {
  left: 24px;
}
.fcom_space_media_lightbox_image.el-dialog .fcom_space_media_video_nav_next {
  left: auto;
  right: 24px;
}
.fcom_space_media_lightbox_image.el-dialog .fcom_space_media_video_meta {
  position: fixed;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%);
  margin: 0;
  width: min(92vw, 1100px);
  max-width: min(92vw, 1100px);
  z-index: 6;
}
.fcom_space_media_lightbox_image.el-dialog .fcom_space_media_body_image,
.fcom_space_media_lightbox_image.el-dialog .fcom_space_media_body_image img {
  max-height: 80vh;
}
.el-overlay:has(.fcom_space_media_lightbox),
.el-overlay:has(.fcom_space_media_video_dialog) {
  background: rgba(0, 0, 0, 0.8);
}
@keyframes fcom_space_media_video_pop {
  0% {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.fcom_space_media_video_close,
.fcom_space_media_video_nav {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background 0.18s ease, transform 0.18s ease;
  z-index: 5;
}
.fcom_space_media_video_close:hover,
.fcom_space_media_video_close:focus-visible,
.fcom_space_media_video_nav:hover,
.fcom_space_media_video_nav:focus-visible {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.08);
  outline: none;
}
.fcom_space_media_lightbox_icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
}
.fcom_space_media_lightbox_icon:hover:not(:disabled),
.fcom_space_media_lightbox_icon:focus-visible:not(:disabled) {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.08);
  outline: none;
}
.fcom_space_media_lightbox_icon:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.fcom_space_media_lightbox_icon .el-icon {
  font-size: 18px;
}
.fcom_space_media_video_close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 3;
}
@media (max-width: 768px) {
  .fcom_space_media_video_close {
    top: 8px;
    right: 8px;
  }
}
.fcom_space_media_video_nav {
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.fcom_space_media_video_nav:hover,
.fcom_space_media_video_nav:focus-visible {
  transform: translateY(-50%) scale(1.08);
}
.fcom_space_media_video_nav_prev {
  left: -60px;
}
@media (max-width: 992px) {
  .fcom_space_media_video_nav_prev {
    left: 12px;
  }
}
.fcom_space_media_video_nav_next {
  right: -60px;
}
@media (max-width: 992px) {
  .fcom_space_media_video_nav_next {
    right: 12px;
  }
}
.fcom_space_media_video_stage {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.fcom_space_media_zoom_bar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.fcom_space_media_zoom_bar .fcom_space_media_lightbox_icon {
  width: 28px;
  height: 28px;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.fcom_space_media_zoom_bar .fcom_space_media_lightbox_icon:hover:not(:disabled),
.fcom_space_media_zoom_bar
  .fcom_space_media_lightbox_icon:focus-visible:not(:disabled) {
  background: rgba(255, 255, 255, 0.15);
}
.fcom_space_media_zoom_bar .fcom_space_media_lightbox_icon .el-icon {
  font-size: 15px;
}
.fcom_space_media_video_body {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 78vh;
  background: #000;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 60px #00000073;
  z-index: 1;
}
.fcom_space_media_video_body.fcom_space_media_body_image {
  aspect-ratio: auto;
  width: min(1000px, 92vw);
  height: auto;
  min-height: min(580px, 55vh);
  max-height: 88vh;
  margin-inline: auto;
  background: #000;
  box-shadow: 0 20px 60px #00000073;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fcom_space_media_video_body.fcom_space_media_body_image
  .fcom_space_media_author_chip,
.fcom_space_media_video_body.fcom_space_media_body_image
  .fcom_space_media_viewpost_btn {
  bottom: 16px;
}
.fcom_space_media_video_body.fcom_space_media_body_image
  .fcom_space_media_image_blur {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  filter: blur(28px) brightness(0.5);
  transform: scale(1.2);
}
.fcom_space_media_video_body.fcom_space_media_body_image > img {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 88vh;
  object-fit: contain;
  background: transparent;
  transform-origin: center center;
}
.fcom_space_media_video_body .fluent-player-preview > .el-skeleton {
  display: none;
}
.fcom_space_media_video_body .fluent-player-preview,
.fcom_space_media_video_body .player-container,
.fcom_space_media_video_body .fluent-player {
  width: 100%;
  height: 100%;
}
.fcom_space_media_video_body video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #000;
}
.fcom_space_media_video_body media-player {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  aspect-ratio: 16/9 !important;
}
.fcom_space_media_video_body img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #000;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  will-change: transform;
}
.fcom_space_media_video_body img.fcom_space_media_dragging {
  cursor: grabbing;
}
.fcom_space_media_video_body.fcom_space_media_zoomed img {
  cursor: grab;
}
.fcom_space_media_video_body.fcom_space_media_zoomed
  img.fcom_space_media_dragging {
  cursor: grabbing;
}
.fcom_space_media_author_chip {
  position: absolute;
  bottom: 48px;
  left: 16px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: calc(60% - 24px);
  padding: 6px 16px 6px 6px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 16px #0000004d;
}
.fcom_space_media_author_chip .fcom_space_media_author_chip_avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
  cursor: default;
}
.fcom_space_media_author_chip .fcom_space_media_author_chip_text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.35;
}
.fcom_space_media_author_chip .fcom_space_media_author_chip_name {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fcom_space_media_author_chip .fcom_space_media_author_chip_link:hover,
.fcom_space_media_author_chip .fcom_space_media_author_chip_link:focus-visible {
  text-decoration: underline;
}
.fcom_space_media_author_chip .fcom_space_media_author_chip_date {
  font-size: 12px;
  color: #ffffffb3;
}
.fcom_space_media_viewpost_btn {
  position: absolute;
  bottom: 48px;
  right: 16px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 18px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 16px #0000004d;
  transition: background 0.18s ease;
}
.fcom_space_media_viewpost_btn .fcom_space_media_viewpost_icon {
  font-size: 16px;
  flex: 0 0 auto;
}
.fcom_space_media_viewpost_btn:hover,
.fcom_space_media_viewpost_btn:focus-visible {
  opacity: 0.8;
  outline: none;
  color: inherit;
}
.fcom_space_media_video_meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #ffffffe6;
  font-size: 13px;
  padding: 0 4px;
  position: relative;
  z-index: 4;
}
@media (max-width: 768px) {
  .fcom_space_media_video_meta {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.fcom_space_media_video_meta_author {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  min-width: 0;
  padding: 4px 12px 4px 4px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.fcom_space_media_video_meta_avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.1);
  display: block;
  flex: 0 0 auto;
}
.fcom_space_media_video_meta_author_text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  min-width: 0;
}
.fcom_space_media_video_meta_author_name {
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fcom_space_media_video_meta_author_link {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: color 0.15s ease;
}
.fcom_space_media_video_meta_author_link:hover,
.fcom_space_media_video_meta_author_link:focus-visible {
  color: #ffffffe6;
  text-decoration: underline;
  text-underline-offset: 3px;
  outline: none;
}
.fcom_space_media_video_meta_author_date {
  font-size: 11.5px;
  color: #ffffffbf;
}
.fcom_space_media_video_meta_title {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 1 auto;
  min-width: 0;
  text-align: center;
  color: #ffffffd9;
}
.fcom_space_media_video_meta_spacer {
  flex: 1 1 auto;
  min-width: 0;
}
.fcom_space_media_video_meta_side {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  color: #fff;
}
.fcom_space_media_video_meta_count {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-variant-numeric: tabular-nums;
  font-size: 12px;
  color: #fff;
}
.fcom_space_media_video_meta_viewpost {
  border: 0;
  padding: 6px 14px;
  color: #fff;
  font: inherit;
  font-weight: 500;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 999px;
  transition: background 0.18s ease;
}
.fcom_space_media_video_meta_viewpost:hover,
.fcom_space_media_video_meta_viewpost:focus-visible {
  background: rgba(0, 0, 0, 0.8);
  outline: none;
}
.fcom_features_module {
  display: flex;
  flex-wrap: wrap;
}
.fcom_features_module .el-card {
  border-radius: 0;
  border-bottom: 3px solid transparent;
  transition: background 0.5s;
  background: var(--fcom-primary-bg);
}
.fcom_features_module .el-card:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.fcom_features_module .el-card:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 1px solid var(--fcom-primary-border);
}
.fcom_features_module .el-card:hover {
  background: var(--fcom-active-bg);
}
.fcom_features_module .el-card .feature_title,
.fcom_features_module .el-card .feature_title a {
  text-decoration: none;
  color: var(--fcom-primary-text, #19283a);
  margin: 0;
}
.fcom_features_module .el-card .feature_title span,
.fcom_features_module .el-card .feature_title a span {
  font-size: 13px;
  margin-left: 5px;
}
.fcom_features_module .el-card .feature_module {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
}
.fcom_features_module .el-card .feature_module .feature_block {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
}
.fcom_features_module .el-card .feature_module .feature_block img {
  max-width: 96px;
}
.fcom_features_module .el-card .feature_module p {
  margin: 10px 0 0;
  font-size: 90%;
}
.fcom_module_popover_content {
  display: flex;
  justify-content: space-between;
}
.fcom_giphy_popover .search-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.fcom_giphy_popover .gif_container {
  width: 100%;
  height: 300px;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
}
.fcom_giphy_popover .gif_container .no_result {
  margin: 0 auto;
}
.fcom_giphy_popover .gif_item {
  width: 48%;
}
.fcom_giphy_popover .gif_item img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.fcom_giphy_popover .gif_item .img_loading {
  width: 115px;
  height: 100px;
  background-color: #ddd;
}
.fcom_giphy_powered_by {
  display: flex;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 900;
  color: #999;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
.fcom_giphy_powered_by .powered_by {
  font-size: 7px;
  margin-right: 3px;
  font-weight: 200;
}
.el-image.fcom_media_provider_giphy img {
  object-fit: cover !important;
  width: 100%;
}
.fcom_media_images_cross_button {
  position: absolute;
  margin-left: -13px;
}
.fcom_setting_route .fhr_content_layout_header {
  position: sticky;
  top: var(--fcom-header-height, 55px);
  z-index: 10;
}
.fcom_setting_route .manager_section .bulk_search {
  display: flex;
  justify-content: end;
  width: 100%;
}
.fcom_setting_route .manager_section .fcom_manager_table .user_col {
  display: flex;
  align-items: center;
}
.fcom_setting_route .manager_section .fcom_manager_table .user_col .user_info {
  margin-left: 10px;
}
.fcom_setting_route
  .manager_section
  .fcom_manager_table
  .user_col
  .user_info
  .user_name {
  color: var(--fcom-primary-text, #19283a);
  text-decoration: none;
}
.fcom_setting_route
  .manager_section
  .fcom_manager_table
  .user_col
  .user_info
  .user_id {
  color: var(--fcom-feed-text-light);
  margin-left: 10px;
}
.fcom_setting_route
  .manager_section
  .fcom_manager_table
  .user_col
  .user_info
  .user_email {
  color: var(--fcom-text-soft);
}
.fcom_setting_route
  .manager_section
  .fcom_manager_table
  .fcom_table_action_col {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}
.fcom_setting_route .manager_section .fcom_manager_actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.fcom_setting_route .fcom_settings_header {
  padding: 15px 0;
  margin: 0 0 20px;
  border-bottom: 1px solid var(--fcom-primary-border);
}
.fcom_setting_route .fcom_settings_header h2 {
  font-size: 18px;
  margin: 0 0 7px;
  color: var(--fcom-primary-text, #19283a);
}
.fcom_setting_route .fcom_settings_header p {
  font-size: 14px;
  color: var(--fcom-menu-text);
  margin: 0;
}
.fcom_setting_route .setting_body {
  padding: 10px 18px;
}
.fcom_setting_route
  .setting_body.tools_body
  .sitemap_configured
  .sitemap_header {
  text-align: center;
}
.fcom_setting_route
  .setting_body.tools_body
  .sitemap_configured
  .sitemap_header
  h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.fcom_setting_route
  .setting_body.tools_body
  .sitemap_configured
  .sitemap_header
  .el-icon {
  font-size: 48px;
  margin: 16px 0;
}
.fcom_setting_route
  .setting_body.tools_body
  .sitemap_configured
  .sitemap_body
  .el-alert {
  margin-bottom: 15px;
}
.fcom_setting_route
  .setting_body.tools_body
  .sitemap_configured
  .sitemap_body
  a {
  color: var(--fcom-primary-text, #19283a);
  text-decoration: none;
}
.fcom_setting_route
  .setting_body.tools_body
  .sitemap_configured
  .sitemap_body
  a:hover {
  text-decoration: underline;
}
.fcom_setting_route .setting_body .promo_description {
  margin-bottom: 10px;
}
.fcom_setting_route .setting_body .setting_header {
  border-bottom: 1px solid var(--fcom-primary-border);
  display: flex;
  justify-content: space-between;
}
.fcom_setting_route .setting_body .setting_header h2 {
  font-size: 18px;
  color: var(--fcom-primary-text, #19283a);
}
.fcom_setting_route .setting_body .setting_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 16px 0;
  border-bottom: 1px solid var(--fcom-primary-border);
}
@media (max-width: 768px) {
  .fcom_setting_route .setting_body .setting_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 10px 0;
  }
}
.fcom_setting_route .setting_body .setting_item:first-child {
  padding-top: 0;
}
.fcom_setting_route .setting_body .setting_item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.fcom_setting_route .setting_body .setting_field_placeholder .title {
  font-size: 16px;
  color: var(--fcom-primary-text, #19283a);
  font-weight: 500;
}
.fcom_setting_route .setting_body .setting_field_placeholder .recommend_plugin {
  display: flex;
}
.fcom_setting_route
  .setting_body
  .setting_field_placeholder
  .recommend_plugin
  .avatar {
  margin-right: 15px;
}
.fcom_setting_route
  .setting_body
  .setting_field_placeholder
  .recommend_plugin
  a {
  color: var(--fcom-primary-text, #19283a);
  text-decoration: none;
}
.fcom_setting_route
  .setting_body
  .setting_field_placeholder
  .recommend_plugin
  a:hover {
  text-decoration: underline;
}
.fcom_setting_route .setting_body .setting_field_placeholder .info {
  font-size: 14px;
  color: var(--fcom-menu-text);
  font-weight: 400;
}
.fcom_setting_route .setting_body .align-right {
  display: flex;
  justify-content: flex-end;
}
.fcom_setting_route .setting_body .setting_sub_header {
  margin-bottom: 10px;
}
.fcom_setting_route .setting_body .setting_sub_header h3 {
  font-size: 16px;
  color: var(--fcom-primary-text, #19283a);
  font-weight: 500;
}
.fcom_setting_route .setting_body .setting_sub_header p {
  margin: 0;
  font-size: 14px;
  color: var(--fcom-menu-text);
  font-weight: 400;
}
.fcom_setting_route .fcom_moderation_table .moderation_table {
  width: 100%;
}
.fcom_setting_route
  .fcom_moderation_table
  .moderation_table
  .moderation_table_header {
  height: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--fcom-primary-border);
}
.fcom_setting_route
  .fcom_moderation_table
  .moderation_table
  .moderation_table_header
  th {
  text-align: left;
  padding: 0 8px;
}
.fcom_setting_route
  .fcom_moderation_table
  .moderation_table
  .moderation_table_body
  tr {
  text-align: left;
  height: 60px;
  border-bottom: 1px solid var(--fcom-primary-border);
}
.fcom_setting_route
  .fcom_moderation_table
  .moderation_table
  .moderation_table_body
  tr:last-child {
  border-bottom: none;
}
.fcom_setting_route
  .fcom_moderation_table
  .moderation_table
  .moderation_table_body
  tr
  td {
  vertical-align: middle;
  padding: 4px 8px;
}
.fcom_setting_route
  .fcom_moderation_table
  .moderation_table
  .moderation_table_body
  tr
  .user_avatar {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fcom_setting_route
  .fcom_moderation_table
  .moderation_table
  .moderation_table_body
  tr
  .user_avatar
  img {
  width: 32px;
  height: 32px;
}
.fcom_setting_route
  .fcom_moderation_table
  .moderation_table
  .moderation_table_body
  tr
  .user_avatar
  .fcom_user_level_mark {
  width: 12px;
  height: 12px;
}
.fcom_setting_route
  .fcom_moderation_table
  .moderation_table
  .moderation_table_body
  tr
  .user_avatar
  .fcom_user_level_mark
  span {
  font-size: 6px;
}
.fcom_setting_route
  .fcom_moderation_table
  .moderation_table
  .moderation_table_body
  .report_reason {
  cursor: pointer;
}
.fcom_setting_route
  .fcom_moderation_table
  .moderation_table
  .moderation_table_body
  .report_reason:hover {
  text-decoration: underline;
}
.fcom_highlight_block {
  padding: 10px 20px;
  margin: 10px 0;
  background: var(--fcom-highlight-bg);
  border: 1px solid var(--fcom-highlight-border);
  border-radius: 8px;
}
.fcom_storage_setting .storage_menu .menu_label {
  color: var(--fcom-primary-text, #19283a);
  font-weight: 400;
  margin-bottom: 5px;
}
.fcom_storage_setting .storage_menu .menu_options {
  display: flex;
  padding: 5px 6px;
  border-radius: 8px;
  justify-content: space-between;
  background: var(--fcom-bg-weak);
}
.fcom_storage_setting .storage_menu .menu_options .menu_options_item {
  padding: 3px 20px;
  border-radius: 8px;
  cursor: pointer;
}
.fcom_storage_setting .storage_menu .menu_options .active {
  background: var(--fcom-primary-bg);
}
.fcom_storage_setting .local_info {
  display: flex;
  align-items: center;
  padding: 7px 8px;
  border: 1px solid var(--fcom-primary-border);
  border-radius: 8px;
  margin: 10px 0;
}
.fcom_screen_editor {
  margin-top: -16px;
}
.fcom_screen_editor .fcom_screen_editor_side {
  padding: 32px 20px 20px;
  border-left: 1px solid var(--fcom-primary-border);
}
.fcom_screen_editor .el-row {
  margin-bottom: 16px;
}
.fcom_screen_editor .el-row .el-col {
  padding-left: 24px !important;
  padding-right: 0 !important;
}
.fcom_full_editor_main.auth_editor .fcom_editor_content {
  display: flex;
  background: var(--fcom-primary-bg, #f8f8f8);
  min-height: calc(100vh - 125px);
  border-radius: 8px;
}
.fcom_full_editor_main.auth_editor .fcom_editor_content .fcom_auth_wrap {
  flex: 1;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
}
.fcom_full_editor_main.auth_editor
  .fcom_editor_content
  .fcom_auth_wrap
  .fcom_auth_content {
  padding: 20px;
  text-align: center;
  margin: 0 auto;
  min-width: 400px;
  max-width: 600px;
}
.fcom_full_editor_main.auth_editor
  .fcom_editor_content
  .fcom_auth_wrap
  .fcom_auth_content.form_content {
  text-align: left;
}
.fcom_full_editor_main.auth_editor
  .fcom_editor_content
  .fcom_auth_wrap
  .fcom_auth_content
  .el-input__wrapper {
  background: transparent;
}
.fcom_full_editor_main.auth_editor
  .fcom_editor_content
  .fcom_auth_wrap
  .fcom_auth_content
  .fcom_auth_form_header {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
}
.fcom_full_editor_main.auth_editor
  .fcom_editor_content
  .fcom_auth_wrap
  .fcom_auth_content
  .fcom_auth_image
  img {
  max-width: 200px;
  max-height: 80px;
}
.fcom_full_editor_main.auth_editor
  .fcom_editor_content
  .fcom_auth_wrap
  .fcom_auth_content
  .fcom_auth_title
  h2 {
  font-size: 24px;
  margin: 8px 0;
  line-height: 1.2;
}
.fcom_full_editor_main.auth_editor
  .fcom_editor_content
  .fcom_auth_wrap
  .fcom_auth_content
  .fcom_auth_title
  h2:focus {
  outline: none;
}
.fcom_full_editor_main.auth_editor
  .fcom_editor_content
  .fcom_auth_wrap
  .fcom_auth_content
  .fcom_auth_description
  p {
  margin: 0;
}
.fcom_full_editor_main.auth_editor
  .fcom_editor_content
  .fcom_auth_wrap
  .fcom_auth_content
  .el-form-item__label {
  display: block;
}
.fcom_full_editor_main.auth_editor
  .fcom_editor_content
  .fcom_auth_wrap
  .fcom_auth_content
  .el-button {
  border-radius: 8px;
}
.fcom_full_editor
  .fcom_full_editor_side.auth_editor
  .el-form-item__content
  .fcom_bg_upload
  .el-upload
  .el-image {
  width: auto !important;
}
.fcom_full_editor .fcom_full_editor_side .ProseMirror {
  box-shadow: 0 0 0 0.5px var(--fcom-secondary-border) inset;
  border-radius: 8px;
}
.fcom_collapsed_group .fcom_collapse_btn .el-icon {
  display: block;
  transform: rotate(-90deg);
}
.fcom_cpf_list {
  border: 1px solid var(--fcom-primary-border, #e3e8ee);
  border-radius: 6px;
  overflow: hidden;
}
.fcom_cpf_list .fcom_cpf_row {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid var(--fcom-primary-border, #e3e8ee);
}
.fcom_cpf_list .fcom_cpf_row:last-child {
  border-bottom: none;
}
.fcom_cpf_list .fcom_cpf_head {
  background: var(--fcom-secondary-bg, #f5f7fa);
  font-size: 13px;
  font-weight: 600;
  color: var(--fcom-text-off, #919399);
}
.fcom_cpf_list .fcom_cpf_label {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.fcom_cpf_list .fcom_cpf_type {
  width: 80px;
  flex-shrink: 0;
  text-align: center;
}
.fcom_cpf_list .fcom_cpf_flag {
  width: 70px;
  flex-shrink: 0;
  text-align: center;
  font-size: 13px;
}
.fcom_cpf_list .fcom_cpf_actions {
  flex-shrink: 0;
  min-width: 100px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.fcom_cpf_list .fcom_cpf_actions .action_item {
  cursor: pointer;
  padding: 6px 7px;
  border-radius: 10px;
  border: 1px solid var(--fcom-primary-border);
  display: flex;
  align-items: center;
}
.fcom_cpf_list .fcom_cpf_item {
  cursor: grab;
}
.fcom_cpf_list .fcom_cpf_item:hover {
  background: var(--fcom-secondary-bg, #f5f7fa);
}
.fcom_cpf_list .fcom_cpf_item.dragging {
  opacity: 0.5;
}
.fcom_cpf_options .fcom_cpf_opt {
  display: flex;
  gap: 8px;
  align-items: center;
}
.fcom_cpf_options .fcom_cpf_opt + .fcom_cpf_opt {
  margin-top: 6px;
}
.fcom_cpf_settings .fcom_cpf_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.fcom_cpf_settings .fcom_cpf_header h3 {
  font-size: 18px;
}
.fcom_cpf_settings .fcom_cpf_groups {
  margin-bottom: 20px;
}
.fcom_cpf_settings
  .fcom_cpf_groups
  .drag-group
  .drag-item:first-child
  .fcom_section_primary_item {
  border-top: 0;
}
.fcom_cpf_settings .fcom_action_field_popup {
  position: absolute;
  background: var(--fcom-primary-bg, white);
  padding: 12px;
  right: 0;
  z-index: 99;
  min-width: 150px;
  width: 300px;
  border: 1px solid var(--fcom-primary-border, #e5e7eb);
  box-shadow: var(--el-box-shadow-light);
  border-radius: 8px;
}
.fcom_cpf_dialog .el-dialog .dialog_header {
  margin-bottom: 5px;
}
.fcom_cpf_dialog .el-dialog .el-dialog__footer {
  margin-top: 5px;
}
.fcom_cpf_dialog .fcom_question_option {
  margin-bottom: 10px;
}
.fcom_cpf_dialog .el-form-item:last-child {
  margin-bottom: 0;
}
.fcom_cpf_field_dropdown .el-dropdown-menu__item {
  font-size: 14px;
  padding: 4px 12px;
  line-height: 1.5;
}
.fcom_cpf_field_dropdown .el-dropdown-menu__item:last-child:hover {
  color: var(--el-color-danger);
  background-color: var(--el-color-danger-light-9);
}
.fcom_mapped_list {
  background: var(--fcom-primary-bg);
  border: 1px solid var(--fcom-primary-border);
  border-radius: 10px;
  margin: 15px 0;
  overflow: hidden;
}
.fcom_mapped_list .fcom_mapped_list__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 600;
  color: var(--fcom-secondary-text);
  border-bottom: 1px solid var(--fcom-primary-border);
}
.fcom_mapped_list .fcom_mapped_list__group + .fcom_mapped_list__group {
  border-top: 1px solid var(--fcom-primary-border);
}
.fcom_mapped_list .fcom_mapped_list__group_title {
  padding: 8px 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--fcom-secondary-text);
  background: var(--fcom-secondary-bg);
  border-bottom: 1px solid var(--fcom-primary-border);
}
.fcom_mapped_list .fcom_mapped_list__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 20px;
  transition: background 0.2s;
}
.fcom_mapped_list .fcom_mapped_list__row + .fcom_mapped_list__row {
  border-top: 1px solid var(--fcom-primary-border);
}
.fcom_mapped_list .fcom_mapped_list__row:hover {
  background: var(--fcom-active-bg, #f8f8f8);
}
.fcom_mapped_list .fcom_mapped_list__space {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.fcom_mapped_list .fcom_mapped_list__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 16px;
  line-height: 1;
  flex-shrink: 0;
}
.fcom_mapped_list .fcom_mapped_list__icon svg {
  width: 22px;
  height: 22px;
}
.fcom_mapped_list .fcom_mapped_list__icon.fcom_no_avatar {
  border-radius: 50%;
  background: var(--fcom-secondary-border);
}
.fcom_mapped_list .fcom_mapped_list__name {
  font-size: 14px;
  font-weight: 500;
  color: var(--fcom-primary-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fcom_mapped_list .fcom_mapped_list__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  flex-shrink: 0;
  width: 220px;
  max-width: 100%;
}
.fcom_mapped_list .fcom_mapped_list__actions .el-select {
  width: 100%;
}
.fcom_mapped_list .fcom_mapped_list__actions .el-checkbox {
  height: auto;
  white-space: normal;
}
.fcom_mapped_list .fcom_mapped_list__actions .el-checkbox__label {
  font-size: 80%;
  line-height: 1.3;
  white-space: normal;
}
.fcom_mapped_list .fcom_mapped_list__empty {
  padding: 20px;
  text-align: center;
  color: var(--fcom-secondary-text);
}
.fcom_moderation_settings .fcom_moderation_section {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--fcom-primary-border, #e4e7eb);
}
.fcom_moderation_settings .fcom_moderation_section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.fcom_moderation_settings .fcom_moderation_section_head {
  margin-bottom: 16px;
}
.fcom_moderation_settings .fcom_moderation_section_head h4 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 600;
  color: var(--fcom-primary-text, #19283a);
}
.fcom_moderation_settings .fcom_moderation_section_head p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--fcom-secondary-text, #6b7280);
}
.fcom_moderation_settings .fcom_moderation_section_head .fcom_moderation_note {
  margin-top: 10px;
}
.fcom_moderation_settings
  .fcom_moderation_section_head
  .fcom_moderation_note
  .el-alert__icon,
.fcom_moderation_settings
  .fcom_moderation_section_head
  .fcom_moderation_note
  .el-alert__title {
  color: var(--fcom-secondary-text, #6b7280);
}
.fcom_moderation_settings .fcom_input_wrap {
  margin-bottom: 12px;
}
.fcom_moderation_settings .fcom_input_wrap:last-child {
  margin-bottom: 0;
}
.fcom_moderation_settings .fcom_input_wrap p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--fcom-secondary-text, #6b7280);
}
.fcom_moderation_settings .el-form-item {
  margin-bottom: 12px;
}
.fcom_moderation_settings .el-form-item:last-child {
  margin-bottom: 0;
}
.fcom_moderation_settings .el-form-item__content {
  flex-direction: column;
  align-items: flex-start;
}
.fcom_moderation_settings .fcom_inline_field {
  margin-bottom: 24px;
}
.fcom_moderation_settings .fcom_inline_field .fcom_inline_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--fcom-primary-text, #19283a);
}
.fcom_moderation_settings .fcom_inline_field .el-input-number {
  width: 120px;
}
.fcom_moderation_settings .help_text {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--fcom-secondary-text, #6b7280);
}
.fcom_moderation_settings .fcom_moderation_footer {
  display: flex;
  justify-content: flex-end;
  gap: 0px;
}
.fcom_moderation_tooltip.el-popper {
  max-width: 320px;
  line-height: 1.5;
}
.fcom_cursor_move {
  cursor: move;
}
.fcom_no_top_border {
  border-top: 0;
}
.fcom_notice {
  background: var(--fcom-highlight-bg, #e6a23c);
  padding: 10px 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid var(--fcom-secondary-border);
}
.fcom_wrap {
  position: relative;
  display: block;
  width: 100%;
}
.feed_layout .feeds {
  width: 680px;
  margin: 0 auto;
}
.feed_layout .feeds.fcom_2_col_main {
  width: 100%;
  display: flex;
  gap: 2rem;
  margin: 0 auto;
  padding: 2rem;
  justify-content: center;
}
.feed_layout .feeds.fcom_2_col_main .feeds_main {
  max-width: 680px;
  width: 100%;
}
.feed_layout .feeds.fcom_single_layout {
  width: 100%;
  background: var(--fcom-secondary-bg, #f0f0f1);
  position: relative;
}
.feed_layout .feeds.fcom_single_layout .fhr_content_layout {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}
.feed_layout
  .feeds.fcom_single_layout
  .fhr_content_layout
  .fhr_content_layout_header
  .fcom_edit_course {
  margin: 5px;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 8px;
  border: 1px solid var(--fcom-secondary-border);
}
.feed_layout
  .feeds.fcom_single_layout
  .fhr_content_layout
  .fhr_content_layout_body {
  max-width: 680px;
  margin: 2rem auto;
}
.feed_layout
  .feeds.fcom_single_layout
  .fhr_content_layout
  .fhr_content_layout_body
  .fcom_course_members
  .fcom_course_member_header {
  margin: 1rem 0;
  display: flex;
  justify-content: space-between;
}
.feed_layout
  .feeds.fcom_single_layout
  .fhr_content_layout
  .fhr_content_layout_body
  .fcom_course_members
  .fcom_course_member_header
  h3 {
  font-size: 1.2rem;
}
.feed_layout
  .feeds.fcom_single_layout
  .fhr_content_layout
  .fhr_content_layout_body
  .fcom_course_members
  .fcom_course_member_header
  .fcom_course_member_actions {
  gap: 1rem;
  display: flex;
}
.feed_layout
  .feeds.fcom_single_layout
  .fhr_content_layout
  .fhr_content_layout_body
  .fcom_course_members
  .fcom_course_member_header
  .fcom_course_member_actions
  .fcom_primary_button {
  height: 95%;
  margin-left: 0;
}
.feed_layout
  .feeds.fcom_single_layout
  .fhr_content_layout
  .fhr_content_layout_body
  .fcom_course_members
  .el-table
  .el-table__inner-wrapper
  .el-table__body-wrapper
  .el-table__row
  .el-icon {
  cursor: pointer;
}
.feed_layout
  .feeds.fcom_single_layout.fcom_max_layout
  .fhr_content_layout_body {
  max-width: 1080px;
  padding: 0 2rem 2rem;
}
.feed_layout
  .feeds.fcom_single_layout.fcom_full_layout
  .fhr_content_layout_body {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.feed_layout .feeds .el-radio-button .el-radio-button__inner:hover {
  color: var(--fcom-primary-button, #2b2e33);
}
.feed_layout
  .feeds
  .el-radio-button.is-active
  .el-radio-button__original-radio
  + .el-radio-button__inner {
  color: var(--fcom-primary-button-text, var(--fcom-primary-bg, #ffffff));
  background: var(--fcom-primary-button, #2b2e33);
  border-color: var(--fcom-primary-button, #2b2e33);
  box-shadow: none;
}
.feed_layout
  .feeds
  .el-radio-button.is-active
  .el-radio-button__original-radio
  + .el-radio-button__inner:hover {
  opacity: 0.8;
}
.feed_layout .feeds .app_side_widgets {
  width: 320px;
}
ul.fcom_user_lists {
  margin: 0;
  padding: 0;
}
ul.fcom_user_lists li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  column-gap: 10px;
}
ul.fcom_user_lists li img {
  width: 20px;
  height: 20px;
}
ul.fcom_user_lists li .user_route,
ul.fcom_user_lists li .fcom_user_display_name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
body.fcom_post_modal_opened .fcom_mobile_menu {
  z-index: 0 !important;
}
.object_header {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.object_header .object_cover {
  width: 100%;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-color: #000;
  background-position: center center;
  aspect-ratio: 3.2/1;
  position: relative;
  border-radius: 8px;
}
.object_header .object_cover.no_cover {
  aspect-ratio: 5.2/1;
  background: var(--fcom-bg-soft-200, #e1e4ea);
}
.object_header .object_cover .object_media_uploader {
  position: absolute;
  right: 5px;
  top: 5px;
  display: none;
}
.object_header .object_cover:hover .object_media_uploader {
  display: block;
}
.object_header.user_header .object_cover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.object_header .object_info {
  display: flex;
  margin-top: 0;
  column-gap: 15px;
  align-items: center;
  background: var(--fcom-primary-bg, white);
  padding: 10px 15px;
}
.object_header .object_info .object_avatar {
  position: relative;
}
.object_header .object_info .object_avatar img {
  width: 64px;
  max-width: 64px;
  border-radius: 5px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.object_header .object_info .object_name {
  color: var(--fcom-primary-text, #19283a);
  text-align: left;
}
.object_header .object_info .object_name h3 {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.2;
  gap: 4px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.object_header .object_info .object_name h3 .fcom_verified svg {
  height: 24px;
  width: 24px;
}
.object_header .object_info .object_name .object_meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 0.7rem;
  color: var(--fcom-text-off, #959595);
}
.object_header .object_info .object_name .object_meta.follower {
  margin-top: -2px;
}
.object_header .object_info .object_name .object_meta a {
  text-decoration: none;
  color: var(--fcom-text-off);
}
.object_header .object_info .object_name .object_meta a:hover {
  text-decoration: underline;
  text-decoration-color: var(--fcom-primary-text, #19283a);
}
.object_header .object_info .object_name .object_meta span {
  color: var(--fcom-primary-text, #19283a);
}
.object_header .object_avatar_uploader {
  position: absolute;
  left: 5px;
  bottom: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
.object_header.space_header .object_avatar_uploader {
  left: 0;
  bottom: 0;
}
.object_header.space_header .object_avatar_uploader i {
  color: #2196f3;
}
.object_header.user_header .object_info .object_avatar img {
  width: 128px;
  max-width: 128px;
  border-radius: 50%;
  margin-top: -60px;
  position: relative;
  border: 3px solid white;
}
.object_header.user_header .object_info {
  padding: 0 15px 10px;
}
.object_menu {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.object_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.object_menu ul.fcom_space_menu_ul {
  display: flex;
  align-items: center;
  gap: 4px;
}
.object_menu ul.fcom_space_menu_ul a img {
  width: 1em;
  height: 1em;
}
.object_menu ul li {
  display: inline-block;
  margin: 0;
  padding: 0 5px 0 0;
}
.object_menu ul li a {
  display: flex;
  text-decoration: none;
  color: var(--fcom-menu-text, #545861);
  padding: 6px 12px;
  border-radius: 8px;
  cursor: pointer;
}
.object_menu ul li a:hover {
  background: var(--fcom-active-bg, #f0f3f5);
  color: var(--fcom-text-link);
}
.object_menu ul li a.router-link-exact-active {
  color: var(--fcom-text-link);
  background: var(--fcom-active-bg, #f0f3f5);
}
.user_header {
  text-align: right;
}
.user_header .object_menu {
  gap: 12px;
  flex-wrap: wrap;
  background: var(--fcom-primary-bg, white);
  padding: 12px 15px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top: 1px solid var(--fcom-primary-border, #e3e8ee);
}
.user_header .object_menu ul {
  display: flex;
  flex-wrap: wrap;
}
.user_header .object_menu .fcom_profile_menu_actions {
  display: flex;
  align-items: center;
}
.user_header .object_menu .fcom_profile_menu_actions .el-dropdown {
  margin-left: 8px;
}
.follow_header {
  background: var(--fcom-primary-bg, white);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 0 16px;
}
.follow_header .fcom_filter_menu {
  border-bottom: 1px solid var(--fcom-primary-border, #e3e8ee);
}
.follow_header .fcom_filter_menu .fcom_filter_menu_ul li a {
  padding: 10px 15px;
}
.follow_body .fcom_dir_layout_classic {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 10px;
}
.follow_body .fcom_dir_layout_classic .search_member {
  margin: 10px 0;
}
.follow_body .fcom_dir_layout_classic .card_list {
  padding: 0;
}
.space_lock_box {
  padding: 3rem 1rem;
  text-align: center;
  border-radius: 10px;
  background: var(--fcom-primary-bg, white);
  border: 1px solid var(--fcom-primary-border);
  margin: 0 0 20px;
}
.space_lock_box .el-icon {
  font-size: 3rem;
  color: var(--fcom-text-off, #959595);
}
.space_lock_box .lock_desc {
  font-size: 18px;
  margin: 8px 8px 16px;
  color: var(--fcom-secondary-text, #959595);
}
.fluent_com {
  min-height: 100dvh;
}
.fhr_wrap {
  hyphenate-character: "";
}
.fhr_wrap img {
  margin: 0;
}
.fcom_composer_apps {
  display: flex;
}
.fcom_composer_apps .el-button.is-text {
  padding: 5px;
  margin: 0 2px;
  color: var(--fcom-secondary-text, #959595);
}
.fcom_composer_actions {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  justify-content: end;
}
.fhr_content_layout {
  max-width: 1000px;
  margin: 0 auto;
}
.fcom_linked_menus a {
  color: #697386;
  text-decoration: none;
}
.fhr_content_layout_body {
  background-color: var(--fcom-primary-bg, #fff);
  border: 1px solid var(--fcom-primary-border, #e3e8ee);
  border-top: 0;
  clear: both;
  margin: 0;
  padding: 15px;
  width: auto;
}
.fhr_content_layout_body.no_bg_layout {
  padding: 0;
  border: none;
  background: transparent;
}
.fhr_content_layout_body.moderation_layout .card_header {
  margin-bottom: 10px;
}
.fhr_content_layout_body.moderation_layout .fcom_dir_layout_classic {
  overflow: auto;
}
.fhr_content_layout_body.notification_layout {
  padding: 10px;
}
.no_bg_layout .fhr_content_layout_body {
  background: transparent;
  border: none;
  padding: 15px 0;
}
.no_bg_layout.custom_lockscreen.fhr_content_layout .fhr_content_layout_body {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.no_bg_layout.custom_lockscreen.fhr_content_layout
  .fhr_content_layout_body
  .fcom_main_container {
  padding-top: 0;
}
.no_bg_layout.custom_lockscreen.fhr_content_layout .fcom_feed_box {
  max-width: 100%;
}
.fcom_custom_lockscreen .fcom_lockscreen_content .fcom_item {
  background: var(--fcom-secondary-bg, #f0f0f1);
}
.fcom_custom_lockscreen .fcom_lockscreen_content .fcom_item .fcom_image_wrap {
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
}
.fcom_custom_lockscreen
  .fcom_lockscreen_content
  .fcom_item
  .fcom_image_wrap
  .fcom_content {
  text-align: center;
  min-height: 120px;
  padding: 0 2rem;
}
.fcom_custom_lockscreen
  .fcom_lockscreen_content
  .fcom_item
  .fcom_image_wrap
  .fcom_content
  .fcom_btn {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 6px 12px;
  margin-top: 10px;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 8px;
  border: none;
}
.fcom_custom_lockscreen .fcom_lockscreen_content .fcom_item .fcom_content_wrap {
  margin: 0 auto;
  padding: 2rem 1rem;
  max-width: 920px;
}
.fcom_custom_lockscreen
  .fcom_lockscreen_content
  .fcom_item
  .fcom_content_wrap
  img {
  max-width: 100%;
}
.fcom_custom_editor_html > :where(:not(.alignfull):not(.alignwide)) {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.fcom_custom_editor_html > .alignwide {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.fcom_custom_editor_html > .alignwide img {
  height: auto;
  width: 100%;
}
.fcom_custom_editor_html > .alignfull {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.fcom_custom_editor_html > .alignfull img {
  height: auto;
  width: 100%;
}
.fcom_custom_editor_html > *:where(:not(h1, h2, h3, h4, h5, h6)) {
  margin-block-start: 0;
  margin-block-end: var(--theme-content-spacing);
}
.fcom_custom_editor_html > *:where(:not(h1, h2, h3, h4, h5, h6)):last-child {
  margin-block-end: 0;
}
.fcom_custom_editor_html ul,
.fcom_custom_editor_html ol {
  margin: 7px 0 10px 20px;
  padding-left: 0;
}
.fcom_custom_editor_html ul,
.fcom_custom_editor_html ul.wp-block-list {
  list-style: disc;
}
.fcom_custom_editor_html ol,
.fcom_custom_editor_html ol.wp-block-list {
  list-style: decimal;
}
.fcom_custom_editor_html li {
  margin: 0 0 7px;
}
.fcom_custom_editor_html li::marker {
  color: #959595;
}
.fcom_custom_editor_html li:last-child {
  margin-bottom: 0;
}
.fcom_custom_editor_html ul ul {
  list-style: circle;
}
.fcom_custom_editor_html ul ul ul {
  list-style: square;
}
.fcom_paywall_wrap {
  margin: 0 2rem;
  padding: 2rem 1rem;
}
.fcom_paywall_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.fcom_paywall_cards .fcom_paywall {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 1rem;
  border: 1px solid var(--fcom-primary-border, #e3e8ee);
  border-radius: 8px;
  width: 280px;
}
.fcom_paywall_cards .fcom_paywall .paywall_header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fcom_paywall_cards .fcom_paywall .paywall_header .el-avatar {
  min-width: 40px;
}
.fcom_paywall_cards .fcom_paywall .paywall_body {
  padding: 0.5rem 0 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
}
.fcom_paywall_cards .fcom_paywall .paywall_body .subscription {
  font-size: 1rem;
  font-weight: 400;
}
.fcom_paywall_cards .fcom_paywall .paywall_footer {
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding-top: 8px;
  flex-direction: column;
  border-top: 1px solid var(--fcom-primary-border, #e3e8ee);
}
.fcom_paywall_cards .fcom_paywall .paywall_footer .el-button {
  width: 100%;
  border-radius: 16px;
  margin-top: auto;
}
.fc_date_parts_picker {
  display: flex;
  gap: 10px;
}
.fc_date_parts_picker > div {
  max-width: 100px;
}
.fc_date_parts_picker > div p {
  margin: 0;
  font-size: 10px;
  padding-left: 10px;
  color: #7d7f82;
}
.pagination_wrap {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header.el-drawer__header {
  border-bottom: 1px solid var(--fcom-primary-border, #e3e8ee);
  clear: both;
  color: var(--fcom-primary-text, #19283a);
  padding-bottom: 15px;
  margin-bottom: 10px;
}
header.el-drawer__header h4 {
  margin: 0;
}
.el-button.fcom_primary_button {
  border-radius: 8px;
  color: var(--fcom-primary-button-text, var(--fcom-primary-bg, #ffffff));
  background: var(--fcom-primary-button, #2b2e33);
  border: 1px solid var(--fcom-primary-button, #2b2e33);
}
.el-button.fcom_primary_button:hover {
  opacity: 0.8;
  color: var(--fcom-primary-button-text, var(--fcom-primary-bg, #ffffff));
  background: var(--fcom-primary-button, #2b2e33);
  border: 1px solid var(--fcom-primary-button, #2b2e33);
}
.el-button.fcom_primary_button.link_button {
  color: var(--fcom-primary-button-text, var(--fcom-primary-bg, #ffffff));
}
.el-button.fcom_secondary_button {
  border-radius: 8px;
  color: var(--fcom-primary-text, #ffffff);
  background: var(--fcom-primary-bg, #ffffff);
  border: 1px solid var(--fcom-secondary-border, #2b2e33);
}
.el-button.fcom_secondary_button:hover {
  opacity: 0.8;
  background: var(--fcom-secondary-bg, #ffffff);
  border: 1px solid var(--fcom-secondary-border, #2b2e33);
}
.el-button.fcom_secondary_button.el-button--text {
  border: none;
}
.el-button.fcom_secondary_button.el-button--text:hover {
  color: inherit;
  opacity: 0.8;
}
.el-button.fcom_secondary_button.danger_button {
  color: red;
  border-color: red;
}
.el-button.fcom_secondary_button.icon_button {
  padding: 4px 10px;
}
.el-button.fcom_plain_button {
  width: max-content;
  font-size: 14px;
  font-weight: 350;
  text-decoration: none;
  padding: 6px 8px;
  border: 1px solid var(--fcom-primary-border);
  border-radius: 8px;
  color: #909090;
  background: transparent;
  cursor: pointer;
}
.el-button.fcom_plain_button:hover {
  background-color: transparent;
  color: var(--fcom-primary-text, #19283a);
  border-color: var(--fcom-primary-text, #19283a);
}
.el-button.fcom_plain_button .el-icon {
  display: block;
}
.el-button.fcom_color_button {
  border-radius: 8px;
  color: var(--fcom-text-link, #2078f4);
  background: var(--fcom-primary-bg, #ffffff);
  border: 1px solid var(--fcom-text-link, #2078f4);
  cursor: pointer;
}
.el-button.fcom_color_button:hover {
  background: var(--fcom-active-bg, #f0f2f5);
}
.el-button.el-button--danger,
.el-button.el-button--success,
.el-button.el-button--warning {
  border-radius: 8px;
}
.el-checkbox.fcom_checkbox.is-checked .el-checkbox__label {
  color: var(--fcom-primary-text, #606266);
}
.el-checkbox.fcom_checkbox.is-checked .el-checkbox__inner {
  border-color: var(--fcom-primary-button, #2b2e33);
  background-color: var(--fcom-primary-button, #2b2e33);
}
.el-checkbox.fcom_checkbox.is-checked .el-checkbox__inner:after {
  border-color: var(--fcom-primary-button-text, #ffffff);
}
.el-checkbox.fcom_checkbox:hover .el-checkbox__inner {
  border-color: 1px solid var(--fcom-primary-button, #2b2e33);
}
.el-switch.fcom_switch.is-checked .el-switch__core {
  background-color: var(--fcom-primary-button, #2b2e33);
  border-color: var(--fcom-primary-button, #2b2e33);
}
.el-switch.fcom_switch.is-checked .el-switch__core .el-switch__action {
  background-color: var(--fcom-primary-button-text, #ffffff);
}
.el-radio-group.fcom_radio_group .el-radio.is-bordered.is-checked {
  border-color: var(--fcom-primary-button, #2b2e33);
}
.el-radio-group.fcom_radio_group
  .el-radio
  .el-radio__input.is-checked
  .el-radio__inner {
  border-color: var(--fcom-primary-button, #2b2e33);
  background-color: var(--fcom-primary-button, #2b2e33);
}
.el-radio-group.fcom_radio_group
  .el-radio
  .el-radio__input.is-checked
  .el-radio__inner:after {
  width: 6px;
  height: 6px;
}
.el-button.fcom_dot_menu {
  border-radius: 8px;
}
.el-button.fcom_dot_menu .el-icon svg {
  transform: rotate(90deg);
}
.el-button.fcom_dot_menu.edit_action {
  margin-left: 0;
  padding: 3px;
}
.el-link.fcom_link_button {
  color: var(--fcom-text-link, #2078f4);
}
.el-button.fcom_button_success {
  border-radius: 8px;
  color: var(--el-color-success) !important;
  background-color: var(--el-color-success-light-9) !important;
}
.el-button.fcom_button_info {
  border-radius: 8px;
  color: var(--el-color-info) !important;
}
.el-button.el-button--small,
.el-button.is-text {
  border-radius: 8px;
}
.el-icon.user_reacted svg {
  color: #fb3748;
}
.el-icon.fcom_label_tooltip {
  padding: 5px;
  margin: -5px -5px -3px -1px;
  font-size: 14px;
  color: var(--fcom-secondary-text);
  cursor: pointer;
  vertical-align: middle;
  box-sizing: content-box;
}
.el-radio-group .el-radio.is-bordered {
  border-radius: 8px;
}
.el-input.el-input-group .el-input-group__prepend {
  background: var(--fcom-primary-bg, #fff);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.el-input.el-input-group .el-input-group__append {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.el-input .el-input__wrapper {
  border-radius: 8px;
  padding: 4px 12px;
  box-shadow: 0 0 0 0.5px var(--fcom-secondary-border) inset;
}
.el-textarea .el-textarea__inner {
  border-radius: 8px;
}
.el-select .el-select__wrapper {
  min-height: 32px;
  border-radius: 8px;
  box-shadow: 0 0 0 0.5px var(--fcom-secondary-border) inset;
}
.el-select.fcom_select .el-select__wrapper {
  min-height: 38px;
}
.el-select.fcom_minimal_select {
  cursor: pointer;
  max-width: 120px;
  padding-left: 10px;
}
.el-select.fcom_minimal_select:hover .el-select__wrapper {
  box-shadow: none !important;
}
.el-select.fcom_minimal_select.space_sort_select {
  max-width: 135px;
}
.el-select.fcom_minimal_select .el-select__wrapper {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  box-shadow: none !important;
}
.el-select.fcom_minimal_select .el-select__wrapper.is-focus {
  box-shadow: none !important;
}
.el-select.fcom_minimal_select
  .el-select__wrapper
  .el-select__selection
  .el-select__selected-item {
  font-size: 14px;
  font-weight: 500;
  color: var(--fcom-primary-text);
}
.el-select.fcom_minimal_select .el-select__wrapper .el-select__caret {
  color: var(--fcom-primary-text);
  margin-left: 0;
}
.el-select.fcom_minimal_select.fcom_off_color
  .el-select__wrapper
  .el-select__caret,
.el-select.fcom_minimal_select.fcom_off_color
  .el-select__wrapper
  .el-select__selection
  .el-select__selected-item {
  font-size: 12px;
  color: var(--fcom-text-off);
}
.el-popover.el-popper {
  border-radius: 8px !important;
}
.fcom_avatar_popover.el-popper {
  padding: 4px;
  min-width: fit-content !important;
}
.fcom_avatar_popover.el-popper .fcom_avatar_actions {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.fcom_avatar_popover.el-popper .fcom_avatar_actions .el-upload,
.fcom_avatar_popover.el-popper .fcom_avatar_actions .el-upload__trigger {
  display: block;
  width: 100%;
}
.fcom_avatar_popover.el-popper .fcom_avatar_actions .fcom_avatar_action_btn {
  font-size: 13px;
  font-weight: 400;
}
.fcom_avatar_popover.el-popper
  .fcom_avatar_actions
  .fcom_avatar_action_btn:hover {
  color: var(--fcom-text-link);
}
.fcom_avatar_popover.el-popper
  .fcom_avatar_actions
  .fcom_avatar_action_btn.el-button--danger:hover {
  color: var(--el-color-danger);
}
.el-progress.fcom_progress .el-progress-bar .el-progress-bar__inner {
  background-color: var(--fcom-primary-text, #606266);
}
.fcom_concat_buttons button {
  margin: 0 !important;
}
.fcom_concat_buttons button.el-button--small {
  padding: 6px;
}
.fcom_concat_buttons .join_button {
  height: 22px;
  padding: 6px 12px;
  margin-right: 8px !important;
}
.fcom_drag_handle {
  cursor: move;
}
.fhr_secondary_menu ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  background: white;
}
.fhr_secondary_menu ul li {
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  cursor: pointer;
}
.fhr_secondary_menu ul li.hr_menu_active {
  color: #007eff;
  background: #f8fafc;
}
.fhr_secondary_menu ul li:hover {
  color: #007eff;
}
.dashboard_actions {
  background: #ffff8f;
  padding: 15px 20px;
  border-radius: 5px;
}
.dashboard_actions h4 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}
.dashboard_actions ul {
  list-style: disc;
  margin-left: 30px;
}
.fhr_secondary_menu {
  max-width: 1000px;
  margin: 20px auto 0;
}
.el-select .el-input__inner {
  background: transparent;
  border: 0;
}
.el-select .el-input__inner:focus {
  box-shadow: none;
}
.el-select {
  width: 100%;
}
.rich_select .el-select-dropdown__item {
  height: auto;
  line-height: 1.1;
  padding: 10px;
}
.rich_select .el-select-dropdown__item p {
  margin: 0;
  color: var(--el-text-color-secondary);
  font-size: 13px;
}
.feed_filters {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.feed_filters .fcom_feed_divider {
  flex: 1;
  height: 1px;
  opacity: 0.5;
  margin-right: 10px;
  background: var(--fcom-secondary-border);
}
.feed_filters .fcom_feed_filter_label {
  font-size: 14px;
  line-height: 20px;
  color: var(--fcom-secondary-text);
}
.el-select.plain_select .el-input .el-input__inner,
.el-select.plain_select .el-input .el-input__wrapper {
  background: transparent;
  border: none;
}
.plain_select .el-select-dropdown__item {
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
}
.feed_layout .feeds.wide_wrap {
  width: 100%;
}
.feed_layout .feeds.wide_wrap .feeds_main {
  padding-left: 10px;
}
.feed_layout .feeds.wide_wrap .feeds_main .settings_menu {
  margin-left: -10px;
}
.el-notification__content {
  text-align: left !important;
}
.el-pager li {
  margin: 0;
}
.fcom_space_container.el-container {
  padding-top: 20px;
  column-gap: 30px;
}
.fcom_space_container.el-container .el-main {
  padding: 0;
}
.fcom_space_container.el-container .el-main .fcom_feed_box {
  margin: 0;
}
.fcom_space_container.el-container
  .el-main
  .fcom_feed_box.fcom_hide_space_sidebar {
  margin: 0 auto;
}
.fcom_no_image {
  background: #dddddd;
  border-radius: 8px;
  width: 64px;
  height: 64px;
}
.fcom_full_form_item .el-form-item__content {
  display: block;
}
.el-form .el-form-item__label {
  font-weight: 700;
}
.el-form .el-input-group--prepend > .el-input__wrapper {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fcom_block_editor .edit-post-header {
  height: auto;
}
.app_side_widget {
  display: block;
  overflow: hidden;
  background: var(--fcom-primary-bg, white);
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
}
.app_side_widget .widget_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.app_side_widget .widget_header h3 {
  font-size: 1rem;
}
.about_wrap {
  display: block;
  background: var(--fcom-primary-bg, white);
  color: var(--fcom-menu-text, #545861);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}
.about_wrap .about_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_wrap .about_header h3 {
  font-size: 1rem;
}
.about_wrap .about_body .about_items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 20px;
}
.about_wrap .about_body .about_items .items_title {
  font-size: 16px;
  font-weight: 500;
  color: var(--fcom-primary-text, #606266);
}
.about_wrap .about_body .about_items .about_item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--fcom-menu-text, #545861);
  text-decoration: none;
}
.about_wrap .about_body .about_items .about_item:hover {
  color: var(--fcom-text-link, #606266);
}
.about_wrap .about_body .about_items .about_item .el-icon {
  font-size: 16px;
}
a.el-button {
  text-decoration: none;
}
.fhr_page_actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
span.fcom_verified {
  display: flex;
  align-items: center;
}
span.fcom_verified svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  fill: #1d9bf0;
  opacity: 0.7;
}
span.fcom_verified svg:hover {
  opacity: 1;
}
.widget_recent_activities span.fcom_user_name,
.widget_recent_activities .fcom_feed_excerpt {
  font-weight: 500;
}
.widget_recent_activities .notification_content {
  line-height: 1.2;
}
.fcom_notice_wrap {
  background: var(--fcom-highlight-bg, #fffce3);
  padding: 10px 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid var(--fcom-primary-border);
  color: var(--fcom-primary-text, #19283a);
}
.el-notification.right {
  bottom: 10px;
  top: unset !important;
}
.fcom_create_status_box {
  flex-grow: 1;
  min-width: 0;
}
.fcom_create_status_box .fcom_post_actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.fcom_create_status_box .fcom_post_actions .fcom_post_space_name {
  color: var(--fcom-text-off);
  font-size: 80%;
  margin-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: 200px;
  overflow: hidden;
}
.fcom_create_status_box .fcom_post_actions .fcom_post_space_name span {
  overflow: hidden;
}
.fcom_create_status_box .fcom_post_actions .target_label {
  color: var(--fcom-secondary-text);
  font-size: 90%;
}
.fcom_create_status_box .fcom_post_actions .fcom_primary_button {
  min-width: 85px;
  margin-left: 10px;
}
.fcom_create_status_box .fcom_post_actions .fcom_update_button {
  min-width: 100px;
}
@media (max-width: 425px) {
  .fcom_create_status_box .fcom_composer_footer {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
}
.fcom_create_status_box .fcom_create_status_box_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fcom_create_status_box .fcom_create_status_box_header .user_infos {
  margin-bottom: 8px;
}
.fcom_create_status_box
  .fcom_create_status_box_header
  .user_infos
  .feed_user_name {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: var(--fcom-primary-text);
  margin-bottom: 4px;
}
.fcom_create_status_box
  .fcom_create_status_box_header
  .user_infos
  .feed_meta_info {
  font-size: 12px;
  line-height: 16px;
  color: var(--fcom-secondary-text);
  display: block;
}
.fcom_schedule_form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.fcom_schedule_form .el-date-editor {
  max-width: 210px;
}
.fcom_mention_pop_wrap {
  position: relative;
  width: 100px;
  height: 0;
}
.fcom_mention_pop {
  max-height: 250px;
  overflow-y: auto;
}
.fcom_mention_pop ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fcom_mention_pop ul li {
  cursor: pointer;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 6px;
}
.fcom_mention_pop ul li img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.fcom_mention_pop ul li:hover {
  background-color: var(--fcom-active-bg, #f0f2f5);
}
a.fcom_mention {
  text-decoration: none;
  font-weight: 500;
}
.fcom_status_img_icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.fcom_composer_footer {
  margin-top: 15px;
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fcom_composer_footer .fcom_composer_apps .el-button {
  border-radius: 8px;
}
.fcom_composer_footer .fcom_composer_apps .el-icon {
  font-size: 20px;
}
.fcom_thin_scrollbar {
  scrollbar-width: thin;
  scrollbar-color: var(--fcom-primary-border, #c0c4cc) transparent;
}
.fcom_thin_scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.fcom_thin_scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
.fcom_thin_scrollbar::-webkit-scrollbar-thumb {
  background: var(--fcom-primary-border, #c0c4cc);
  border-radius: 4px;
}
.fcom_thin_scrollbar::-webkit-scrollbar-thumb:hover {
  background: var(--fcom-text-off, #909399);
}
.unread_notifications .notifications {
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
}
span.fcom_nft {
  font-weight: 500;
}
.fcom-no-scroll {
  overflow: hidden;
}
.fcom_no_border_input {
  text-align: left;
  width: 100%;
}
.fcom_no_border_input .el-input__wrapper {
  all: unset;
  background: transparent;
  border: none;
  box-shadow: none;
  width: 100%;
}
.fcom_no_border_input input {
  all: unset;
  border: none;
  box-shadow: none;
  width: 100%;
  color: #000;
}
.fcom_input_h1 {
  font-size: 22px;
}
.is-vertical .block-list-appender {
  width: auto !important;
}
.fcom_media_embeder {
  padding: 60px 30px;
  text-align: center;
  margin: 20px 0;
  border: 2px dashed var(--fcom-primary-border, #d2d7db);
  border-radius: 8px;
  background: var(--fcom-secondary-bg, #f0f3f5);
}
.fcom_media_embeder .el-input-group--append > .el-input__wrapper {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fcom_media_embeder p {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.fcom_course_media {
  position: relative;
  margin: 20px 0;
}
.fcom_course_media .feed_media {
  margin: 0;
}
.el-notification,
.el-popper {
  z-index: 9999999999 !important;
}
.fcom_radio_blocks {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.fcom_radio_blocks > div {
  margin-left: 0;
}
.fcom_meta_section {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--fcom-secondary-border, #e5e7eb);
  padding-bottom: 10px;
}
.fcom_meta_section .fcom_bg_image {
  margin-top: 16px;
}
.fcom_meta_section .fcom_bg_image .fcom_bg_upload {
  width: 100%;
  position: relative;
}
.fcom_meta_section .fcom_bg_image .fcom_bg_upload .el-upload {
  width: 100%;
}
.fcom_meta_section .fcom_bg_image .fcom_bg_upload .el-upload .el-image img {
  width: 100%;
  height: 125px;
  object-fit: cover;
  border-radius: 8px;
}
.fcom_meta_section .fcom_bg_image .fcom_bg_upload .el-upload .fcom_btn_upload {
  width: 100%;
  padding: 1.3rem;
  border: 1px solid var(--fcom-secondary-border, #e5e7eb);
}
.fcom_meta_section:last-child {
  border-bottom: none;
}
.fcom_meta_section.lockscreen_meta {
  border-bottom: none;
  margin-bottom: 1rem;
  padding-bottom: 0.25rem;
}
.fcom_meta_section.lockscreen_meta .fcom_meta_label {
  color: var(--fcom-menu-text, #545861);
  line-height: 1.5;
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.fcom_meta_section.lockscreen_meta .fcom_meta_content {
  margin-top: 1rem;
}
.fcom_meta_section.lockscreen_meta .fcom_meta_content ul.fcom_meta_block {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}
.fcom_meta_section.lockscreen_meta
  .fcom_meta_content
  ul.fcom_meta_block
  li.fcom_block_list {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--fcom-primary-border, #e3e8ee);
  border-radius: 6px;
  padding: 6px 12px;
  position: relative;
}
.fcom_meta_section.lockscreen_meta
  .fcom_meta_content
  ul.fcom_meta_block
  li.fcom_block_list:hover
  .fcom_meta_sorting {
  transform: translate(-50%) scale(1);
}
.fcom_meta_section.lockscreen_meta
  .fcom_meta_content
  ul.fcom_meta_block
  li.fcom_block_list
  .fcom_block_label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fcom_meta_section.lockscreen_meta
  .fcom_meta_content
  ul.fcom_meta_block
  li.fcom_block_list
  .fcom_block_label
  p {
  margin: 0;
}
.fcom_meta_section.lockscreen_meta
  .fcom_meta_content
  ul.fcom_meta_block
  li.fcom_block_list
  .fcom_block_action {
  display: flex;
  visibility: hidden;
  gap: 8px;
}
.fcom_meta_section.lockscreen_meta
  .fcom_meta_content
  ul.fcom_meta_block
  li.fcom_block_list.block_hidden {
  opacity: 0.6;
  background-color: var(--fcom-active-bg, #f0f2f5);
}
.fcom_meta_section.lockscreen_meta
  .fcom_meta_content
  ul.fcom_meta_block
  li.fcom_block_list:hover
  .fcom_block_action {
  visibility: visible;
}
.fcom_meta_section .fcom_meta_label {
  font-weight: 500;
  color: var(--fcom-menu-text, #545861);
  margin-bottom: 5px;
}
.fcom_length_input {
  display: flex;
  gap: 10px;
}
.fcom_length_input .el-input-group__append {
  padding: 0 5px;
}
.fcom_lockscreen_meta .fcom_description {
  padding: 1rem;
  font-size: 16px;
  color: var(--fcom-primary-text, #19283a);
  background-color: var(--fcom-active-bg, #f0f3f5);
  border-radius: 8px;
  margin-top: 14px;
  margin-bottom: 1.5rem;
}
.fcom_lockscreen_meta .fcom_description p {
  margin: 0;
}
.fcom_lockscreen_meta .fcom_color_item {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin: 0 -10px;
  padding: 10px;
  border-bottom: 1px solid #f0f2f5;
}
.fcom_lockscreen_meta .fcom_color_item:hover .fcom_tip {
  opacity: 1;
}
.fcom_lockscreen_meta .fcom_color_item .fcom_color_label {
  color: var(--fcom-primary-text, #19283a);
  font-size: 14px;
  font-weight: 700;
  height: auto;
  line-height: 22px;
  text-align: left;
  vertical-align: middle;
}
.fcom_lockscreen_meta .fcom_color_item .el-color-picker__trigger,
.fcom_lockscreen_meta
  .fcom_color_item
  .el-color-picker__trigger
  .el-color-picker__color {
  border: none;
}
.fcom_lockscreen_meta
  .fcom_color_item
  .el-color-picker__trigger
  .el-color-picker__color
  .el-color-picker__color-inner {
  border: 1px solid var(--fcom-primary-border, #e3e8ee);
  border-radius: 50%;
}
.fcom_lockscreen_meta .fcom_color_item .fcom_tip {
  opacity: 0.2;
}
.fcom_meta_sorting {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 4px;
  left: 50%;
  transform: translate(-50%) scale(0);
  bottom: -8px;
  transition: 0.3s;
}
.fcom_meta_sorting i {
  background: var(--fcom-active-bg, #f0f2f5);
  border: 1px solid var(--fcom-primary-border, #e3e8ee);
  border-radius: 4px;
  cursor: pointer;
  height: 18px;
  text-align: center;
  transition: 0.3s;
  width: 18px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fcom_meta_sorting i:hover {
  border-color: #19283a;
}
.fcom_comment_sorting {
  margin: -15px 0 5px;
}
.fcom_comment_sorting .el-select {
  width: 95px;
  padding-left: 0;
}
.fcom_section_primary_item_title,
.fcom_heading_item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.fcom_section_primary_item_title .community_avatar,
.fcom_heading_item .community_avatar,
.fcom_section_primary_item_title .title_line,
.fcom_heading_item .title_line {
  display: flex;
}
.fcom_scheduler_form.scheduler_structured {
  display: flex;
  justify-content: center;
  align-items: self-end;
  gap: 20px;
  padding-bottom: 7px;
}
.fcom_scheduler_form.scheduler_structured .fcom_input_group {
  margin-bottom: 0;
}
.fcom_scheduler_form.scheduler_structured .fcom_input_group .el-input-number {
  height: 32px;
  width: 103px;
}
.fcom_scheduler_form.scheduler_structured
  .fcom_input_group
  .el-input-number
  .el-input-number__decrease {
  border-bottom-right-radius: 7px;
}
.fcom_scheduler_form.scheduler_structured
  .fcom_input_group
  .el-input-number
  .el-input-number__increase {
  border-top-right-radius: 7px;
}
.fcom_section_email_config {
  display: flex;
  align-items: center;
  gap: 5px;
}
.clickable {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.fcom_meta_text {
  font-size: 12px;
  color: #7d7f82;
}
.fcom_back_space {
  padding: 15px 20px;
  border-bottom: 1px solid var(--fcom-primary-border, #e3e8ee);
  display: flex;
  min-height: 55px;
  justify-content: space-between;
  align-items: center;
  top: 0;
  position: sticky;
  background: var(--fcom-primary-bg, white);
  z-index: 9;
  flex-wrap: wrap;
  gap: 10px;
}
.fcom_back_space .fcom_go_back {
  display: flex;
  align-items: center;
  gap: 5px;
}
.components-popover {
  z-index: 9999999999 !important;
}
.fcoml_tooltip_popover {
  border-radius: 8px !important;
  padding: 1rem 1.5rem !important;
  box-shadow: #0e121659 0 10px 38px -10px, #0e121633 0 10px 20px -15px !important;
}
.fcoml_tooltip_popover .fcoml_tooltip_content .fcoml_tooltip_title {
  font-size: 16px;
  font-weight: 500;
}
.fcoml_tooltip_popover .fcoml_tooltip_content .fcoml_tooltip_subtitle {
  font-size: 14px;
  font-weight: 500;
}
.fcoml_tooltip_popover .fcoml_tooltip_content .fcoml_tooltip_desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.fcoml_tooltip_popover .fcoml_tooltip_content .fcoml_tooltip_levels {
  display: flex;
  justify-content: space-between;
}
.fcoml_tooltip_popover
  .fcoml_tooltip_content
  .fcoml_tooltip_levels
  .levels_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fcoml_tooltip_popover
  .fcoml_tooltip_content
  .fcoml_tooltip_levels
  .levels_list
  .level_item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.fcoml_tooltip_popover
  .fcoml_tooltip_content
  .fcoml_tooltip_levels
  .levels_list
  .level_item
  .level_points {
  color: #99a0ae;
}
.fcom_main_container {
  position: relative;
}
.fcom_main_container .fcom_main_side {
  position: sticky;
  top: 50px;
  margin-right: 20px;
  background: transparent;
  padding-top: 20px;
}
.fcom_main_container.el-container > .el-main.fcom_main {
  overflow: visible;
  min-width: 0;
}
.fcom-pagination {
  display: flex;
  justify-content: right;
  margin-top: 20px;
}
.table_user_card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.table_user_card .card_info {
  line-height: 100%;
}
.table_user_card img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.focm_menu_item {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  justify-content: center;
}
.fcom_clickable_hover {
  cursor: pointer;
}
.fcom_clickable_hover:hover {
  opacity: 0.8;
}
.fcom_social_links {
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 20px;
}
.fcom_social_links a {
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid transparent;
  color: #909090;
}
.fcom_social_links a:hover {
  border-radius: 5px;
  color: #202124;
  background-color: #e4e4e4;
}
.fcom_user_avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fcom_user_avatar span {
  line-height: 0;
}
.fcom_user_avatar .fcom_user_level_mark {
  position: absolute;
  right: calc(12.5% - 9px);
  bottom: calc(12.5% - 5px);
  line-height: 0;
  background: rgb(67, 87, 173);
  width: 16px;
  height: 16px;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  border: 1px solid white;
}
.fcom_user_avatar.fcom_avatar_is_rounded img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.fcom_profile_pop {
  padding: 20px;
}
.fcom_profile_pop .fcom_user_avatar img {
  width: 100px;
  border: 3px solid #ffffff;
}
.fcom_profile_pop .fcom_user_avatar .fcom_user_level_mark {
  width: 30px;
  height: 30px;
  font-size: 14px;
  font-weight: 700;
  bottom: calc(12.5% - 4px);
  right: calc(12.5% - 16px);
  border-width: 2px;
}
.fcom_profile_pop .fcom_profile_pop_info .user_route {
  font-size: 20px;
}
.fcom_profile_pop .fcom_profile_pop_info .user_route .fcom_verified svg {
  height: 20px;
  width: 20px;
}
.fcom_profile_pop .fcom_profile_pop_info .pop_info_header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 8px;
}
.fcom_profile_pop .fcom_profile_pop_info .pop_info_btns {
  margin-top: 1rem;
}
.fcom_profile_pop .fcom_profile_pop_avatar {
  text-align: center;
}
.fcom_profile_pop .fcom_profile_pop_avatar .fcom_user_avatar {
  display: inline-block;
  position: relative;
}
.fcom_profile_pop .meta_line {
  margin: 10px 0;
}
.fcom_profile_pop .fcom_user_name {
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 10px;
  color: #959595;
}
.fcom_profile_pop .fcom_profile_pop_bio,
.fcom_profile_pop .fcom_prfile_tagline {
  margin: 10px 0;
}
.fcom_profile_pop .fcom_prfile_tagline .fcom_level_name {
  font-size: 14px;
  color: #3875df;
}
.fcom_input_group {
  margin-bottom: 20px;
}
.fcom_input_group .fcom_label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}
.fcom_input_group .fcom_label.label_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.fcom_move_popup_close {
  position: absolute;
  cursor: pointer;
  top: 12px;
  right: 12px;
}
.el_inline_date_picker .el-date-editor {
  display: none !important;
}
.el_inline_date_picker .el_inline_date_picker_box.el-picker__popper.el-popper {
  display: inline-block !important;
  position: static !important;
  box-shadow: none;
}
.el_inline_date_picker
  .el_inline_date_picker_box.el-picker__popper.el-popper
  .el-popper__arrow {
  display: none;
}
.fcom_locked_container {
  margin: 50px auto;
  padding: 150px 20px;
  text-align: center;
  background: var(--fcom-active-bg, #f0f2f5);
  border-radius: 5px;
  border: 1px solid var(--fcom-primary-border, #e3e8ee);
}
.fcom_locked_container .fcom_locker .el-button {
  margin-top: 16px;
}
.settings_router .fhr_content_layout_body {
  background: var(--fcom-primary-bg, #f0f0f1);
  padding: 0 !important;
  border: 1px solid var(--fcom-primary-border);
  margin: 0 !important;
  border-radius: 10px;
}
.settings_router .fhr_content_layout_body .setting_body {
  padding: 20px;
}
.settings_router .fhr_content_layout_body .setting_header {
  padding: 10px 18px;
  border-bottom: 1px solid var(--fcom-primary-border);
  display: flex;
  justify-content: space-between;
}
.settings_router .fhr_content_layout_body .setting_header h2 {
  font-size: 18px;
  color: var(--fcom-primary-text);
}
.settings_router .fhr_content_layout_body .settings_title {
  margin: 4px 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--fcom-primary-text, #606266);
}
.settings_router .fhr_content_layout_body .settings_subtitle {
  font-size: 14px;
  color: var(--fcom-secondary-text, #959595);
}
.settings_router .fhr_content_layout_body .settings_img {
  width: auto;
  max-height: 40px;
  margin-right: 8px;
}
.settings_router .fhr_content_layout_body .el-form .el-row.setting_row {
  display: flex;
  align-items: center;
  margin: 0 !important;
  padding: 16px 0;
  border-bottom: 1px solid var(--fcom-primary-border, #e3e8ee);
}
.settings_router
  .fhr_content_layout_body
  .el-form
  .el-row.setting_row:first-child {
  padding-top: 0;
}
.settings_router .fhr_content_layout_body .el-form .el-row.setting_row .el-col {
  padding: 4px 0 !important;
}
.settings_router
  .fhr_content_layout_body
  .el-form
  .el-row.setting_row
  .el-col
  .el-form-item {
  margin: 0;
}
.settings_router
  .fhr_content_layout_body
  .el-form
  .el-row.setting_row
  .el-col
  .el-form-item
  .el-input.el-input-group--append
  .el-input__wrapper {
  background: transparent;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.settings_router
  .fhr_content_layout_body
  .el-form
  .el-row.setting_row
  .el-col
  .el-form-item
  .el-input
  .el-input__wrapper {
  padding: 4px 12px;
  border-radius: 8px;
}
.settings_router
  .fhr_content_layout_body
  .el-form
  .el-row.setting_row
  .el-col
  .el-form-item
  .el-input
  .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px var(--fcom-primary-button, #2b2e33) inset;
}
.settings_router
  .fhr_content_layout_body
  .el-form
  .el-row.setting_row
  .el-col
  .el-form-item
  .el-input
  .el-input-group__append {
  cursor: pointer;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.settings_router
  .fhr_content_layout_body
  .el-form
  .el-row.setting_row
  .el-col
  .el-form-item
  .el-input
  .el-input-group__append
  .el-icon {
  font-weight: 400;
  margin-right: 4px;
}
.settings_router
  .fhr_content_layout_body
  .el-form
  .el-row.setting_row
  .el-col
  .el-form-item
  .el-input
  .el-input-group__append
  span {
  font-weight: 400;
}
.settings_router
  .fhr_content_layout_body
  .el-form
  .el-row.setting_row
  .el-col
  .el-form-item
  .el-textarea
  .el-textarea__inner {
  padding: 4px 12px;
  border-radius: 8px;
}
.settings_router
  .fhr_content_layout_body
  .el-form
  .el-row.setting_row
  .el-col
  .el-form-item
  .el-textarea
  .el-textarea__inner:focus {
  box-shadow: 0 0 0 1px var(--fcom-primary-button) inset;
}
.settings_router
  .fhr_content_layout_body
  .el-form
  .el-row.setting_row
  .el-col
  .el-form-item
  .el-radio-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.settings_router
  .fhr_content_layout_body
  .el-form
  .el-row.setting_row
  .el-col
  .el-form-item
  .setting_img_upload
  .el-upload
  .el-button {
  padding: 4px 12px;
  border-radius: 8px;
}
.settings_router
  .fhr_content_layout_body
  .el-form
  .el-row.setting_row
  .el-col
  .el-form-item
  .setting_img_upload
  .el-upload
  .el-button:hover {
  background: transparent;
  color: var(--fcom-text-off, #959595);
  border: 1px solid var(--fcom-primary-border, #e3e8ee);
}
.settings_router
  .fhr_content_layout_body
  .el-form
  .el-row.setting_row
  .el-col
  .el-form-item
  .remove_img {
  height: 32px;
  margin-left: 8px;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 8px;
  background: transparent;
}
.settings_router
  .fhr_content_layout_body
  .el-form
  .el-row.setting_row
  .el-col
  .el-form-item
  .remove_img:hover {
  color: var(--el-button-hover-border-color);
}
.settings_router
  .fhr_content_layout_body
  .el-form
  .el-row.setting_row
  .el-col
  .el-form-item
  .help_text {
  padding-top: 6px;
  font-size: 14px;
  line-height: 16px;
}
.settings_router
  .fhr_content_layout_body
  .el-form
  .el-row
  .fcom_primary_button {
  margin: 16px 16px 0;
}
.settings_router .fcom_card_sections .fcom_card_section_heading {
  border-bottom: 0;
}
html.dark .el-checkbox {
  --el-checkbox-bg-color: var(--fcom-primary-text, white);
}
.logo_emoji_holder {
  display: flex;
  align-items: center;
  gap: 5px;
}
.fcom_search_welcome {
  text-align: center;
  padding: 20px;
}
.fcom_search_welcome .el-icon {
  font-size: 30px;
}
.el-button.fcom_search_btn {
  color: var(--fcom-text-off);
}
.dark .el-overlay {
  background-color: #000000ba;
}
.notification_pop.el-popper {
  max-width: 90%;
}
.notification_pop .fcom_filter_menu {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--fcom-secondary-border, #cbd5e1) transparent;
}
.notification_pop .fcom_filter_menu::-webkit-scrollbar {
  height: 2px;
}
.notification_pop .fcom_filter_menu::-webkit-scrollbar-track {
  background: transparent;
}
.notification_pop .fcom_filter_menu::-webkit-scrollbar-thumb {
  background-color: var(--fcom-secondary-border, #cbd5e1);
  border-radius: 4px;
}
.notification_pop .fcom_filter_menu .fcom_filter_menu_ul {
  flex-wrap: nowrap;
}
.notification_pop .fcom_filter_menu .fcom_filter_menu_ul li {
  flex: 0 0 auto;
}
.notification_pop .fcom_filter_menu .fcom_filter_menu_ul li a {
  white-space: nowrap;
}
.fcom_search_bar_visible .el-dialog {
  border-radius: 6px;
}
.fcom_search_bar_visible .fcom_search_header {
  margin: -16px -16px 0;
}
.fcom_search_bar_visible
  .fcom_search_header
  input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.fcom_search_bar_visible
  .fcom_search_header
  .el-input--large
  .el-input__wrapper {
  padding: 12px 15px;
  border-radius: 8px 8px 0 0;
  box-shadow: none;
  background-color: transparent;
  border-bottom: 1px solid var(--fcom-primary-border, #e3e8ee);
}
.fcom_search_bar_visible .fcom_search_header .el-input-group__append {
  background: transparent;
  padding-right: 30px;
  border-bottom-right-radius: 0;
}
.fcom_full_dialog {
  max-width: 100%;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  min-height: calc(100vh - 100px);
}
.fcom_welcome_box {
  position: relative;
  max-width: 680px;
  margin: 0 auto 20px;
  padding: 0 20px;
  border-radius: 10px;
  background: var(--fcom-primary-bg, #f0f0f1);
  border: 1px solid var(--fcom-primary-border, #e3e8ee);
}
.fcom_welcome_box .fcom_welcome_title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 16px 0 12px;
  color: var(--fcom-primary-text, #606266);
}
.fcom_welcome_box .fcom_welcome_sub {
  margin: 6px 0 20px;
}
.fcom_welcome_box .fcom_welcome_sub p {
  margin: 0 0 5px;
}
.fcom_welcome_box .fcom_welcome_cta_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px 0 20px;
  gap: 8px;
}
.fcom_welcome_box .fcom_welcome_cta_buttons .el-button {
  margin-left: 0;
}
.fcom_welcome_box .fcom_welcome_close {
  position: absolute;
  color: var(--fcom-secondary-text);
  top: 2px;
  right: 2px;
  background-color: var(--fcom-active-bg, #f0f2f5);
  border: 1px solid var(--fcom-primary-border, #e3e8ee);
  border-radius: 8px;
}
.fcom_welcome_box .fcom_welcome_close .fcom_dot_menu {
  padding: 3px 6px;
}
.fcom_welcome_box .el-image {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.fcom_welcome_box .feed_media {
  display: block;
  border-bottom: none;
}
.fcom_welcome_box .feed_media .feed_media_ext_video iframe {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.fcom_welcome_box .feed_media .fluent-player-preview {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.fcom_welcome_box:not(:has(.fcom_welcome_title, .fcom_welcome_sub)) .el-image {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.el-popper .el-radio-button .el-radio-button__inner:hover {
  color: var(--fcom-primary-button, #2b2e33);
}
.el-popper .el-radio-button.is-active .el-radio-button__inner {
  color: var(--fcom-primary-bg, #ffffff);
  background: var(--fcom-primary-button, #2b2e33);
  border-color: var(--fcom-primary-button, #2b2e33);
}
.el-popper .el-radio-button.is-active .el-radio-button__inner:hover {
  opacity: 0.8;
}
li.fcom_li_separator {
  border-bottom: 1px solid var(--el-popover-border-color);
}
.space_default_lock_box {
  max-width: 980px;
  margin: 20px auto;
}
.space_default_lock_box .el-button {
  margin-top: 10px;
  border-radius: 8px;
}
.space_default_lock_box .fcom_paywall {
  background-color: var(--fcom-primary-bg, #f8f8f8);
}
.fcom_route_space_members .fcom_feed_box,
.fcom_route_space_invitations .fcom_feed_box,
.fcom_route_space_documents .fcom_feed_box,
.fcom_route_space_media .fcom_feed_box {
  width: 100%;
  max-width: 100%;
}
.fcom_space_form h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 20px;
}
.fcom_space_form .el-form-item label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}
.fcom_space_form
  .el-form-item
  .el-form-item__content
  .el-input.el-input-group--prepend
  .el-input__wrapper {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.fcom_space_form
  .el-form-item
  .el-form-item__content
  .el-input
  .el-input-group__prepend {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.fcom_space_form
  .el-form-item
  .el-form-item__content
  .el-input
  .el-input__wrapper {
  padding: 5px 12px;
  border-radius: 8px;
}
.fcom_space_form
  .el-form-item
  .el-form-item__content
  .el-input
  .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px var(--fcom-secondary-border, #e3e8ee) inset;
}
.fcom_space_form
  .el-form-item
  .el-form-item__content
  .el-textarea
  .el-textarea__inner {
  padding: 5px 12px;
  border-radius: 8px;
}
.fcom_space_form
  .el-form-item
  .el-form-item__content
  .el-textarea
  .el-textarea__inner.is-focus,
.fcom_space_form
  .el-form-item
  .el-form-item__content
  .el-select
  .el-select__wrapper.is-focused {
  box-shadow: 0 0 0 1px var(--fcom-secondary-border, #e3e8ee) inset;
}
.fcom_space_form
  .el-form-item
  .el-form-item__content
  .el-radio-group.fcom_radio_group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.fcom_space_form
  .el-form-item
  .el-form-item__content
  .el-radio-group.fcom_radio_group
  .el-radio {
  margin-bottom: 0;
}
.fcom_space_form
  .el-form-item
  .el-form-item__content
  .el-radio-group.fcom_svg_radio_group {
  gap: 16px;
  box-sizing: border-box;
}
.fcom_space_form
  .el-form-item
  .el-form-item__content
  .el-radio-group.fcom_svg_radio_group
  *,
.fcom_space_form
  .el-form-item
  .el-form-item__content
  .el-radio-group.fcom_svg_radio_group
  *:after,
.fcom_space_form
  .el-form-item
  .el-form-item__content
  .el-radio-group.fcom_svg_radio_group
  *:before {
  box-sizing: border-box;
}
.fcom_space_form
  .el-form-item
  .el-form-item__content
  .el-radio-group.fcom_svg_radio_group
  .fcom_svg_radio_item
  .el-radio {
  height: auto;
}
.fcom_space_form
  .el-form-item
  .el-form-item__content
  .el-radio-group.fcom_svg_radio_group
  .fcom_svg_radio_item
  .el-radio.is-checked
  .svg_radio_label:before {
  border-width: 4px;
  border-color: var(--fcom-primary-button, #2b2e33);
  background: var(--fcom-primary-bg, #ffffff);
}
.fcom_space_form
  .el-form-item
  .el-form-item__content
  .el-radio-group.fcom_svg_radio_group
  .fcom_svg_radio_item
  .el-radio
  .svg_radio_label {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.fcom_space_form
  .el-form-item
  .el-form-item__content
  .el-radio-group.fcom_svg_radio_group
  .fcom_svg_radio_item
  .el-radio
  .svg_radio_label:before {
  content: "";
  height: 14px;
  width: 14px;
  border-radius: 50%;
  flex: none;
  border: 1px solid var(--fcom-primary-border, #e3e8ee);
  display: block;
}
.fcom_space_form
  .el-form-item
  .el-form-item__content
  .el-radio-group.fcom_svg_radio_group
  .fcom_svg_radio_item
  .el-radio__input {
  display: none;
}
.fcom_space_form
  .el-form-item
  .el-form-item__content
  .el-radio-group.fcom_svg_radio_group
  .fcom_svg_radio_item
  .el-radio__label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 0;
}
.fcom_space_form .el-form-item .el-form-item__content .el-button.plain_button {
  border-radius: 8px;
  border: 1px solid var(--fcom-secondary-border, #e3e8ee);
}
.fcom_space_form .el-form-item .el-form-item__content .el-image img {
  min-height: 64px;
}
.fcom_space_form .fcom_form_section .el-form-item {
  margin-top: 16px;
}
.fcom_spaced_flex {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.no_style_link {
  text-decoration: none;
  color: inherit;
}
.fcom_lined_checkboxes > label {
  width: 100%;
}
.fcom_help_text {
  display: block;
  width: 100%;
  margin-top: 4px;
}
.fcom_help_text p {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
  color: var(--fcom-text-off, #959595);
}
.fcom_sub_header {
  background: var(--fcom-primary-bg, white);
  padding: 0 2rem;
  min-height: 41px;
  border-bottom: 1px solid var(--fcom-primary-border, #e3e8ee);
  clear: both;
  color: var(--fcom-primary-text, #697386);
  margin: 0;
  overflow: hidden;
  width: auto;
  display: flex;
  align-items: center;
  overflow-x: auto;
  max-width: calc(100vw - 280px);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.fcom_sub_header::-webkit-scrollbar {
  display: none;
}
.fcom_sub_header .object_menu {
  margin-left: -8px;
  display: block;
}
.fcom_sub_header .object_menu ul {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.fcom_sub_header .object_menu ul::-webkit-scrollbar {
  display: none;
}
.fcom_sub_header .object_menu ul li {
  zoom: 1;
  *display: inline;
}
.fcom_sub_header .object_menu ul a {
  padding: 3px 8px;
  opacity: 0.9;
  column-gap: 5px;
  font-size: 80%;
  display: flex;
  align-items: center;
}
.fcom_sub_header .object_menu ul a:hover {
  opacity: 1;
}
.user_icon_only.user_badge {
  font-size: 100%;
}
.user_icon_only.user_badge .user_badge_inner {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  font-size: 100%;
}
.user_icon_only.user_badge .user_badge_inner img {
  max-width: 13px;
  height: auto;
}
.user_badge_inner {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 6px;
  border: 0.5px solid var(--fcom-secondary-border, #9ca3af);
  justify-content: flex-start;
  flex-direction: row;
  font-size: 80%;
  line-height: 1;
  border-radius: 5px;
}
.user_badge_inner img {
  max-width: 10px;
}
.fcom_online {
  color: #706d6d;
  background: #77dd7b;
  width: 10px;
  display: inline-block;
  height: 10px;
  border-radius: 50%;
  box-shadow: 0 0 1px 1px #14a01a;
}
.user_badge {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
}
.user_badge .fcom_emoji {
  cursor: pointer;
}
.feed_header .feed_user_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.feed_header .feed_user_name {
  margin-right: 4rem;
}
.feed_header .user_badge .user_badge_inner {
  padding: 3px 4px;
  border-radius: 3px;
}
.feed_outer .feed .feed_user_name {
  display: flex;
  align-items: center;
  margin-right: inherit;
}
.voters_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}
.voters_list .voter_item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.voters_list .voter_item .voter_avatar .fcom_user_avatar {
  justify-content: flex-start;
}
.voters_list .voter_item .voter_avatar .fcom_user_avatar img {
  width: 40px;
  height: 40px;
}
.voters_list .voter_item .voter_info {
  display: flex;
  flex-direction: column;
}
.voters_list .voter_item .voter_info .voter_time {
  font-size: 12px;
  color: var(--fcom-secondary-text);
}
a.wp-block-button__link,
.wp-element-button {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 6px 12px;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 4px;
  border: none;
  background: var(--fcom-primary-button, #2b2e33);
  color: var(--fcom-primary-bg, #ffffff);
}
.fcom_top_menu a.el-badge.fcom_chat_menu {
  vertical-align: middle;
  position: relative;
  --el-badge-bg-color: var(--el-color-danger);
  --el-badge-radius: 10px;
  --el-badge-font-size: 12px;
  --el-badge-padding: 6px;
  --el-badge-size: 18px;
}
.fcom_top_menu a.el-badge.fcom_chat_menu:focus-visible {
  outline: 2px solid var(--el-button-outline-color, #a0cfff);
  outline-offset: 1px;
  border-radius: 8px;
  transition: outline-offset 0s, outline 0s;
}
.fcom_editor_input_wrap .milkdown {
  border-radius: 8px;
  box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color))
    inset;
}
.fcom_editor_input_wrap .milkdown .ProseMirror-focused {
  border-radius: 8px;
}
.fcom_lesson_container .el-image-viewer__canvas .el-image-viewer__img {
  scale: 0.9;
}
.fcom_lesson_container .lightbox-trigger {
  z-index: unset;
}
.el-image-viewer__wrapper .el-image-viewer__mask {
  opacity: 0.8;
}
.el-image-viewer__wrapper .el-image-viewer__actions {
  background: var(--fcom-primary-bg, #ffffff);
}
.el-image-viewer__wrapper .el-image-viewer__close {
  background: var(--fcom-primary-bg, #ffffff);
  color: var(--fcom-primary-text, #19283a);
}
li.el-select-group__title {
  line-height: 22px;
  margin-bottom: 0;
}
ul.el-select-group__wrap:not(:last-of-type) {
  padding-bottom: 6px;
}
.fcom_md_editor {
  width: 100%;
}
.fcom_mt_10 {
  margin-top: 10px !important;
}
.fcom_mt_15 {
  margin-top: 15px !important;
}
.fcom_mt_20 {
  margin-top: 20px !important;
}
.fcom_mb_10 {
  margin-bottom: 10px !important;
}
.fcom_mb_15 {
  margin-bottom: 15px !important;
}
.fcom_mb_20 {
  margin-bottom: 20px !important;
}
.fcom_extra_editor {
  width: 100%;
}
.fcom_extra_editor .milkdown .ProseMirror {
  box-shadow: 0 0 0 1px var(--fcom-secondary-border) inset;
  border-radius: 8px;
}
.fcom_extra_editor .feed_md_content {
  font-size: 90%;
  line-height: 1.3;
}
.fcom_extra_editor .feed_md_content p {
  margin-bottom: 5px;
  line-height: 1.3;
  unicode-bidi: plaintext;
}
@keyframes shake_key_frame {
  0% {
    transform: translate(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate(10px);
  }
  to {
    transform: translate(0);
  }
}
.fcon_shake {
  animation: shake_key_frame 0.7s;
}
.is_member_online.fcom_user_avatar .fcom_user_level_mark {
  background: #14a01a;
  border: 1px solid var(--fcom-primary-border);
}
.norification_pop_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.norification_pop_header h3 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.el-image-viewer__wrapper .el-image-viewer__actions {
  background: var(--fcom-active-bg, #ffffff);
  color: var(--fcom-primary-text, #19283a);
}
.el-image-viewer__wrapper
  .el-image-viewer__actions
  .el-image-viewer__actions__inner {
  color: var(--fcom-primary-text, #19283a);
}
.fcom_sticky_header .fhr_content_layout_header {
  position: sticky;
  z-index: 90;
  top: var(--fcom-header-height, 0px);
}
.fcom_is_dirty .fcom_fixed_bottom_overlay {
  position: fixed;
  z-index: 99;
  background: var(--fcom-primary-bg, white);
  border-top: 2px solid var(--fcom-primary-border, #e3e8ee);
  left: 0;
  right: 0;
  text-align: center;
  padding: 12px;
  bottom: 0;
  margin-bottom: 0 !important;
}
@media (max-width: 1024px) {
  .fcom_is_dirty .fcom_fixed_bottom_overlay {
    bottom: 64px;
  }
}
.fcom_profile_popper {
  max-width: 95%;
}
.fluent_com a:focus-visible {
  outline: 2px solid var(--el-button-outline-color, #2a598a);
  outline-offset: 1px;
  transition: outline-offset 0s, outline 0s;
}
a.fcom_pro_tag {
  text-decoration: none;
  font-size: 80%;
  padding: 2px 8px;
  border: 1px solid #fb3748;
  border-radius: 5px;
  background: #fb3748;
  color: #fff;
}
a.fcom_pro_tag:hover {
  background: #f02d3a;
  border-color: #f02d3a;
}
.fcom_image_uploader_wrapper {
  margin-left: 8px;
}
.fcom_image_uploader_wrapper .remove_img {
  padding: 4px 9px;
  margin-top: 8px;
  height: 32px;
  color: #909090;
  background: transparent;
  border-color: var(--fcom-primary-border);
}
.fcom_image_uploader_wrapper .remove_img:hover {
  background: transparent;
  color: var(--el-color-danger);
  border-color: var(--el-color-danger);
}
.fcom_customizer_container {
  max-width: 700px;
  padding: 10px 20px;
  margin: 20px auto;
}
.fcom_customizer_container .fcom_wc_banner_header {
  margin: 0;
  padding: 8px 0;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.fcom_customizer_container .fcom_wc_banner_header h4 {
  font-weight: 500;
}
.fcom_customizer_container .fcom_wc_banner_options {
  margin-bottom: 10px;
}
.fcom_customizer_container
  .fcom_wc_banner_options
  .fcom_filter_menu
  .fcom_filter_menu_ul {
  column-gap: 20px;
}
.fcom_customizer_container
  .fcom_wc_banner_options
  .fcom_filter_menu
  .fcom_filter_menu_ul
  li
  a {
  padding: 7px 0;
}
.fcom_customizer_container .fcom_wc_banner_content {
  padding: 10px 0;
}
.fcom_customizer_container
  .fcom_wc_banner_content
  .fcom_wc_banner_content_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fcom_customizer_container
  .fcom_wc_banner_content
  .fcom_wc_banner_content_header
  h4 {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--fcom-secondary-text);
}
.fcom_customizer_container
  .fcom_wc_banner_content
  .fcom_wc_banner_content_body {
  position: relative;
  margin-top: 40px;
}
.fcom_customizer_container
  .fcom_wc_banner_content
  .fcom_wc_banner_content_body.fcom_wc_disabled {
  pointer-events: none;
  opacity: 0.4;
}
.fcom_customizer_container
  .fcom_wc_banner_content
  .fcom_wc_banner_content_body
  .fcom_wc_banner_media_type {
  position: absolute;
  top: -24px;
}
.fcom_customizer_container
  .fcom_wc_banner_content
  .fcom_wc_banner_content_body
  .fcom_wc_banner_media_type
  p {
  margin: 0;
  color: var(--fcom-secondary-text);
  font-size: 16px;
  font-weight: 450;
}
.fcom_customizer_container
  .fcom_wc_banner_content
  .fcom_wc_banner_content_body
  .fcom_media_embeder
  h3 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 8px;
}
.fcom_customizer_container
  .fcom_wc_banner_content
  .fcom_wc_banner_content_body
  .fcom_media_embeder
  p {
  text-align: center;
  font-weight: 300;
  margin: 0 0 16px;
  color: var(--fcom-secondary-text);
}
.fcom_customizer_container
  .fcom_wc_banner_content
  .fcom_wc_banner_content_body
  .fcom_form_container {
  position: relative;
  top: 40px;
  margin-top: 20px;
}
.fcom_customizer_container
  .fcom_wc_banner_content
  .fcom_wc_banner_content_footer {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.fcom_customizer_container
  .fcom_wc_banner_content
  .fcom_wc_banner_content_footer
  .fcom_upgrade_banner {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #7d52f4;
  background: #efebff;
  padding: 10px 16px;
}
.fcom_customizer_container
  .fcom_wc_banner_content
  .fcom_wc_banner_content_footer
  .fcom_upgrade_banner
  p,
.fcom_customizer_container
  .fcom_wc_banner_content
  .fcom_wc_banner_content_footer
  .fcom_upgrade_banner
  a {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #2b2e33;
}
.fcom_customizer_container .fcom_wc_banner_content .fcom_wc_help_text {
  margin-left: 20px;
  line-height: 20px;
  color: var(--fcom-secondary-text);
}
.fcom_customizer_container .fcom_wc_banner_cta_buttons {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  border: 0.5px solid var(--fcom-secondary-border);
  border-radius: 8px;
  padding: 16px;
  width: 100%;
}
.fcom_customizer_container
  .fcom_wc_banner_cta_buttons
  .fcom_wc_banner_cta_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}
.fcom_customizer_container
  .fcom_wc_banner_cta_buttons
  .fcom_wc_banner_cta_button
  .el-form-item {
  flex: 1;
}
.fcom_customizer_container
  .fcom_wc_banner_cta_buttons
  .fcom_wc_banner_cta_button
  .el-form-item.fcom_wc_banner_select {
  flex: 0.8;
}
.fcom_customizer_container
  .fcom_wc_banner_cta_buttons
  .fcom_wc_banner_cta_button
  .wc_button_remove {
  color: red;
  padding: 0;
  align-self: flex-end;
}
.fcom_customizer_container
  .fcom_wc_banner_cta_buttons
  .fcom_wc_banner_cta_button
  .wc_button_remove:hover {
  background-color: transparent;
}
.fcom_customizer_container .fcom_wc_banner_cta_buttons .el-link {
  align-self: baseline;
}
.fcom_customizer_container .ProseMirror {
  box-shadow: 0 0 0 0.5px var(--fcom-secondary-border) inset;
  border-radius: 8px;
}
.fcom_banner_image_holder {
  position: relative;
  top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  background: var(--fcom-secondary-bg, #ffffff);
  border: 1px solid var(--fcom-primary-border, #d2d7db);
  border-radius: 8px;
  padding: 60px 80px;
}
.fcom_banner_image_holder h4 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.fcom_banner_image_holder p {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  margin: 0;
  color: var(--fcom-secondary-text);
}
.fcom_banner_image_holder .fcom_bg_upload {
  margin-top: 10px;
}
.fcom_banner_image_holder .fcom_bg_upload .fcom_btn_upload {
  background-color: var(--fcom-primary-bg);
  border: 1px solid var(--fcom-primary-text);
}
.fcom_banner_image_holder .fcom_bg_upload .fcom_btn_upload:hover {
  background-color: var(--fcom-secondary-bg);
}
.fcom_banner_image_preview {
  position: relative;
  top: 40px;
}
.fcom_banner_image_preview .el-image {
  border-radius: 8px;
}
.fcom_banner_image_preview .el-image img {
  object-fit: cover;
  aspect-ratio: 16/9;
}
.fcom_banner_image_preview .el-button.is-text {
  height: 20px;
  width: 20px;
  font-size: 11px;
  padding: 8px;
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  background-color: var(--fcom-secondary-bg);
}
.fcom_section_divider {
  margin-top: 24px;
  margin-bottom: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--fcom-primary-border, #e4e7ed);
}
.fcom_section_divider h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--fcom-primary-text, #19283a);
}
label.el-checkbox {
  white-space: break-spaces;
}
.el-input__inner:read-only {
  color: var(--fcom-text-off);
  opacity: 0.8;
}
.fcom_pagination_wrap .el-pagination {
  margin: 15px 0;
  flex-wrap: wrap;
  row-gap: 8px;
}
.fcom_pagination_wrap .el-pagination .el-input__wrapper {
  padding: 0;
}
.el-input.fcom_slug_input:has(> .el-input-group__append) .el-input__wrapper {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.fcom_no_items_wrap {
  padding: 30px 20px;
  text-align: center;
  border-radius: 8px;
  color: var(--fcom-secondary-text);
  background: var(--fcom-primary-bg);
}
.fcom_with_photo_option {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fcom_with_photo_option .fcom_select_photo {
  display: flex;
  align-items: center;
  line-height: 1;
}
.fcom_with_photo_option .fcom_select_photo img {
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 5px 0 0;
}
.fcom_with_photo_option .fcom_select_photo svg {
  width: 22px;
  height: 22px;
  margin-right: 4px;
  border-radius: 50%;
}
.question_dialog .dialog_body .fcom_question_option .el-checkbox {
  margin-bottom: 0;
}
.fcom_question_options {
  display: flex;
  flex-direction: column;
}
.fcom_question_options .fcom_question_option {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 8px;
}
.fcom_question_options .fcom_question_option .el-checkbox {
  height: auto;
  margin-bottom: 16px;
}
.fcom_question_options
  .fcom_question_option
  .el-checkbox
  .el-checkbox__input
  .el-checkbox__inner {
  height: 16px;
  width: 16px;
  border-radius: 4px;
}
.fcom_question_options
  .fcom_question_option
  .el-checkbox.is-checked
  .el-checkbox__input
  .el-checkbox__inner {
  background-color: var(--fcom-primary-button);
  border-color: var(--fcom-primary-button);
}
.fcom_question_options
  .fcom_question_option
  .el-checkbox.is-checked
  .el-checkbox__input
  .el-checkbox__inner:after {
  border-color: var(--fcom-primary-button-text);
}
.fcom_question_options
  .fcom_question_option
  .el-checkbox.single_choice
  .el-checkbox__input
  .el-checkbox__inner {
  border-radius: 50%;
}
.fcom_question_options
  .fcom_question_option
  .el-checkbox.single_choice
  .el-checkbox__input
  .el-checkbox__inner:after {
  width: 6px;
  height: 6px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  border: none;
  border-radius: 50%;
  background: var(--fcom-primary-button-text);
  opacity: 0;
  transition: 0.2s;
}
.fcom_question_options
  .fcom_question_option
  .el-checkbox.single_choice.is-checked
  .el-checkbox__input
  .el-checkbox__inner {
  background-color: var(--fcom-primary-button);
  border-color: var(--fcom-primary-button);
}
.fcom_question_options
  .fcom_question_option
  .el-checkbox.single_choice.is-checked
  .el-checkbox__input
  .el-checkbox__inner:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.fcom_question_options .fcom_question_option .el-checkbox .el-checkbox__label {
  line-height: 1.38;
}
.permission_failed .el-button {
  margin-top: 10px;
}
.fcom_pop_action a {
  color: inherit;
  text-decoration: none;
}
.fcom_icon_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.fcom_icon_menu svg {
  height: 16px;
  width: 16px;
}
.fcom_layout_icon {
  color: var(--fcom-primary-text, #697386);
}
.fcom_layout_icon.card {
  font-size: 16px;
}
.fcom_layout_dropdown_menu .selected_layout {
  cursor: not-allowed;
  color: var(--fcom-primary-text, #697386);
  background: var(--fcom-active-bg);
}
a.fcom_link {
  cursor: pointer;
  color: var(--fcom-text-link, #2078f4);
  text-decoration: none;
}
a.fcom_link:hover {
  text-decoration: underline;
}
.fcom_content_divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
}
.fcom_content_divider .fcom_content_divider__line {
  flex: 1;
  height: 1px;
}
.fcom_content_divider .fcom_content_divider__content {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--fcom-secondary-text, #6b7280);
  white-space: nowrap;
}
.fcom_content_divider.fcom_content_divider--left
  .fcom_content_divider__content {
  padding-right: 4px;
}
.fcom_content_divider.fcom_content_divider--right
  .fcom_content_divider__content {
  padding-left: 4px;
}
.fcom_space_create_drawer .space-type-selector {
  padding: 4px 0;
}
.fcom_space_create_drawer .space-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-wrap: wrap;
}
.fcom_space_create_drawer .space-cards .space-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 16px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 2px solid var(--fcom-primary-border);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: var(--fcom-card-bg);
  -webkit-user-select: none;
  user-select: none;
}
.fcom_space_create_drawer .space-cards .space-card:hover {
  border-color: var(--fcom-secondary-border);
  background: var(--fcom-hover-bg);
}
.fcom_space_create_drawer .space-cards .space-card.is-active {
  border-color: var(--fcom-primary-color);
  background: var(--fcom-active-bg);
}
.fcom_space_create_drawer .space-cards .space-card.is-active .space-card-icon {
  color: var(--fcom-primary-color);
}
.fcom_space_create_drawer .space-cards .space-card.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.fcom_space_create_drawer .space-cards .space-card .space-card-icon {
  font-size: 24px;
  color: var(--fcom-secondary-text);
  flex-shrink: 0;
}
.fcom_space_create_drawer .space-cards .space-card .space-card-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--fcom-primary-text);
  line-height: 1.2;
}
.fcom_space_create_drawer .space-cards .space-card .space-card-note {
  margin-left: auto;
  font-size: 11px;
  color: var(--fcom-text-off);
}
.fcom_space_create_drawer .dialog_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fcom_space_create_drawer .dialog_left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fcom_space_create_drawer .dialog_left h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.fcom_space_create_drawer .dialog_body {
  padding: 0 0 16px;
}
.fcom_space_create_drawer .dialog_footer {
  display: flex;
  justify-content: flex-end;
}
.fcom_add_members_form .fcom_import_done {
  padding: 32px 16px;
  text-align: center;
}
.fcom_add_members_form .fcom_done_icon_wrap {
  margin-bottom: 16px;
}
.fcom_add_members_form .fcom_done_circle {
  width: 48px;
  height: 48px;
  background: var(--el-color-success, #67c23a);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.fcom_add_members_form .fcom_done_title {
  font-size: 22px;
  font-weight: 700;
  color: var(--fcom-primary-text, #303133);
  margin: 0 0 8px;
}
.fcom_add_members_form .fcom_done_subtitle {
  color: var(--fcom-text-off, #909399);
  font-size: 14px;
  margin: 0 0 20px;
}
.fcom_add_members_form .fcom_import_summary {
  background: var(--fcom-secondary-bg, #f5f7fa);
  border-radius: 8px;
  padding: 16px 20px;
  text-align: left;
}
.fcom_add_members_form .fcom_import_summary_title {
  font-weight: 600;
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}
.fcom_add_members_form .fcom_import_summary_row {
  font-size: 14px;
  color: var(--fcom-secondary-text, #606266);
  margin-bottom: 4px;
}
.fcom_add_members_form .fcom_import_progress_wrap {
  padding: 24px 0;
}
.fcom_add_members_form .fcom_csv_drop_inner {
  padding: 12px 0;
}
.fcom_add_members_form .fcom_csv_drop_arrow {
  font-size: 32px;
  color: var(--fcom-secondary-border, #c0c4cc);
  line-height: 1;
}
.fcom_add_members_form .fcom_muted_text {
  font-size: 13px;
  color: var(--fcom-text-off, #909399);
  line-height: 1.4;
}
html[dir="rtl"] .fcom_arrow_icon,
html[dir="rtl"] .fcom_play_btn_icon,
html[dir="rtl"] .el-image-viewer__prev,
html[dir="rtl"] .el-image-viewer__next {
  transform: scaleX(-1);
}
.fcom_sidebar_float_toggle {
  position: sticky;
  top: 70px;
  margin-left: 268px;
  z-index: 99;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 1px solid var(--fcom-primary-border, #e4e7eb);
  border-radius: 8px;
  background: var(--fcom-primary-bg, white);
  color: var(--fcom-primary-text, #19283a);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 0 4px #0000000a;
}
.fcom_sidebar_float_toggle svg {
  transition: transform 0.2s ease;
}
.fcom_sidebar_tip {
  position: fixed;
  z-index: 100000;
  transform: translateY(-50%);
  display: none;
  padding: 6px 11px;
  border-radius: 4px;
  background: #303133;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  white-space: nowrap;
  pointer-events: none;
  box-shadow: 0 2px 12px #00000029;
}
.fcom_sidebar_tip:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #303133;
}
@media (min-width: 1024px) {
  .feed_layout,
  .feed_layout .spaces,
  .feed_layout .spaces .space_contents,
  .feed_layout .fcom_sidebar_wrap,
  .feed_layout .fcom_side_footer {
    transition: width 0.2s ease, padding-left 0.2s ease, left 0.2s ease;
  }
  .fcom_sidebar_float_toggle {
    transition: width 0.2s ease, margin-left 0.2s ease;
  }
  html.fcom_sidebar_collapsed_desktop .spaces,
  html.fcom_sidebar_collapsed_desktop .spaces .space_contents,
  html.fcom_sidebar_collapsed_desktop .fcom_sidebar_wrap {
    width: 80px;
  }
  html.fcom_sidebar_collapsed_desktop .feed_layout {
    padding-left: 80px;
  }
  html.fcom_sidebar_collapsed_desktop .fcom_sidebar_float_toggle {
    margin-left: 68px;
    border-right: 1px solid var(--fcom-primary-border, #e4e7eb);
  }
  html.fcom_sidebar_collapsed_desktop .fcom_sidebar_float_toggle svg {
    transform: rotate(180deg);
  }
  html.fcom_sidebar_collapsed_desktop .fcom_sidebar_wrap .community_name {
    display: none;
  }
  html.fcom_sidebar_collapsed_desktop
    .fcom_sidebar_wrap
    .space_section_title
    > span {
    display: none;
  }
  html.fcom_sidebar_collapsed_desktop
    .fcom_sidebar_wrap
    .fcom_space_group_header.fcom_group_title
    .fcom_space_create,
  html.fcom_sidebar_collapsed_desktop
    .fcom_sidebar_wrap
    .fcom_space_group_header.fcom_group_title:hover
    .fcom_space_create {
    display: none;
  }
  html.fcom_sidebar_collapsed_desktop
    .fcom_sidebar_wrap
    .fcom_space_group_header {
    justify-content: center;
    padding: 0;
  }
  html.fcom_sidebar_collapsed_desktop
    .fcom_sidebar_wrap
    h4.space_section_title {
    margin: 0 0 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  html.fcom_sidebar_collapsed_desktop
    .fcom_sidebar_wrap
    .space_section_title
    .el-icon.fcom_space_down {
    display: block;
    transition: transform 0.2s ease;
  }
  html.fcom_sidebar_collapsed_desktop .fcom_sidebar_wrap .fcom_admin_menu h4,
  html.fcom_sidebar_collapsed_desktop
    .fcom_sidebar_wrap
    div[style*="margin-top: 20px;"]
    h4 {
    display: none;
  }
  html.fcom_sidebar_collapsed_desktop
    .fcom_sidebar_wrap
    .fcom_admin_menu
    ul
    li:not(.fcom_menu_item_settings),
  html.fcom_sidebar_collapsed_desktop
    .fcom_sidebar_wrap
    div[style*="margin-top: 20px;"]
    ul
    li:not(.fcom_menu_item_settings) {
    display: none;
  }
  html.fcom_sidebar_collapsed_desktop .fcom_sidebar_wrap .fcom_menu_link {
    justify-content: center;
  }
  html.fcom_sidebar_collapsed_desktop #fcom_menu_sidebar h4,
  html.fcom_sidebar_collapsed_desktop #fcom_menu_sidebar .community_name {
    display: none;
  }
  html.fcom_sidebar_collapsed_desktop
    #fcom_menu_sidebar
    a
    > span:not(.el-icon) {
    display: none;
  }
  html.fcom_sidebar_collapsed_desktop #fcom_menu_sidebar a {
    justify-content: center;
  }
  html.fcom_sidebar_collapsed_desktop .fcom_side_footer {
    width: 80px;
  }
  html.fcom_sidebar_collapsed_desktop .fcom_side_footer .fcom_admin_menu {
    justify-content: center !important;
  }
  html.fcom_sidebar_collapsed_desktop
    .fcom_side_footer
    .fcom_admin_menu
    > a:first-child,
  html.fcom_sidebar_collapsed_desktop
    .fcom_side_footer
    .fcom_admin_menu
    .fcom_wp_admin_link {
    display: none;
  }
  html.fcom_sidebar_collapsed_desktop
    .fcom_side_footer
    .fcom_admin_menu
    > a
    > span:not(.el-icon) {
    display: none;
  }
  html.fcom_sidebar_collapsed_desktop .fcom_side_footer .fcom_admin_menu > a {
    flex: 1 1 auto;
    padding: 10px 0;
    justify-content: center;
    gap: 0;
  }
}
@media (max-width: 1023px) {
  .fcom_sidebar_float_toggle {
    display: none;
  }
}
.fcom_scroll_to_top {
  position: fixed;
  bottom: 50px;
  inset-inline-end: 50px;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: var(--fcom-secondary-bg, #ffffff);
  border: 1px solid var(--fcom-primary-border, rgba(0, 0, 0, 0.06));
  box-shadow: 0 4px 12px #00000014;
  color: var(--fcom-primary-text, #19283a);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: calc(var(--el-index-popper, 2000) - 100);
  transition: box-shadow 0.2s ease, transform 0.2s ease,
    background-color 0.2s ease;
}
.fcom_scroll_to_top:hover {
  box-shadow: 0 6px 16px #0000001f;
  background: var(--fcom-active-bg, #f5f7fa);
}
.fcom_scroll_to_top:hover .fcom_scroll_to_top_icon {
  transform: translateY(-3px);
}
.fcom_scroll_to_top:focus-visible {
  outline: 2px solid var(--fcom-primary-color, #0d6efd);
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .fcom_scroll_to_top {
    inset-inline-end: 35px;
    bottom: calc(15px + var(--fcom-mobile-menu-height, 0px));
    width: 40px;
    height: 40px;
    transition: bottom 0.4s ease, box-shadow 0.2s ease, transform 0.2s ease,
      background-color 0.2s ease;
  }
  body.fcom_scrolling-down_mbl .fcom_scroll_to_top {
    bottom: 40px;
  }
}
.fcom_scroll_to_top .fcom_scroll_to_top_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.fcom_scroll_to_top_enter_active,
.fcom_scroll_to_top_leave_active {
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.fcom_scroll_to_top_enter_from,
.fcom_scroll_to_top_leave_to {
  opacity: 0;
  transform: translateY(8px);
}
html.dark .fcom_scroll_to_top {
  box-shadow: 0 4px 12px #0006;
}
html.dark .fcom_scroll_to_top:hover {
  box-shadow: 0 6px 16px #0000008c;
}
body:has(.chat-widget--open) .fcom_scroll_to_top {
  display: none !important;
}
@media (prefers-reduced-motion: reduce) {
  .fcom_scroll_to_top,
  .fcom_scroll_to_top .fcom_scroll_to_top_icon,
  .fcom_scroll_to_top_enter_active,
  .fcom_scroll_to_top_leave_active {
    transition: none;
  }
  .fcom_scroll_to_top_enter_from,
  .fcom_scroll_to_top_leave_to {
    transform: none;
  }
}
