micro-app {
  background-color: #1a1a1a;
  height: 100%;
  overflow: scroll;
}

a {
  text-decoration: none;
}

.app-container {
  --gutterWidth: 12px;
  padding: 0 var(--gutterWidth);
  margin: 0 0 96px;
  padding-top: 50px;
}

#nav-searchform {
  z-index: 1;
  opacity: .9;
  background-color: #fff;
  border: 1px solid #e3e5e7;
  border-radius: 4px;
  align-items: center;
  padding: 4px 4px 4px 32px;
  transition: background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-search-content {
  border: 2px solid #0000;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 32px;
  padding: 0 8px 0 0;
  display: flex;
  position: relative;
}

.nav-search-content .nav-search-input {
  box-shadow: none;
  color: #61666d;
  background-color: #0000;
  border: none;
  flex: 1;
  padding-right: 8px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

.nav-search-content .nav-search-input:focus {
  color: #61666d;
  outline: none;
}

.nav-search-btn {
  color: #18191c;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  line-height: 32px;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  top: 8px;
  left: 4px;
}

.btn-content {
  width: max-content;
}

.btn-tm-primary {
  box-sizing: border-box;
  color: #fff;
  background: #248045;
  border: none;
  border-radius: 3px;
  outline: none;
  justify-content: center;
  align-items: center;
  min-height: 38px;
  padding: 2px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  position: relative;
}

.tagsContainer {
  align-items: center;
  padding-top: 24px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.tagsContainer .form-check-label {
  width: 100%;
}

.post-card-container {
  mix-blend-mode: normal;
  background-color: #4e50584d;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 8px;
  transition: box-shadow .2s ease-out, transform .2s ease-out, background-color .2s ease-out, border .2s ease-out;
  display: flex;
  position: relative;
  border: 1px solid #ffffff08 !important;
  border-radius: 12px !important;
}

.post-card-container:hover {
  background-color: #4e50584d;
  border-color: #4e50584d;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px #0000003d;
}

.post-card-container .post-body {
  position: relative;
}

.post-signals {
  align-items: center;
  gap: 8px;
  height: 24px;
  margin-bottom: 8px;
  font-weight: 500;
  display: inline-flex;
}

.signals-icon {
  background-color: #5865f2;
  border-radius: 9999px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: inline-flex;
}

.signals-icon i {
  color: #fff;
}

.signals-icon .highlight {
  color: #ffdf00;
}

.post-header {
  margin: 12px 12px 10px;
}

.post-list-wrp .key-info {
  width: 100%;
}

.has-poster .key-info {
  width: calc(100% - 74px);
}

.author-info {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.post-heading {
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #949ba4;
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  overflow: hidden;
}

.author-info-wrp {
  flex-direction: row;
  gap: 8px;
  width: 100%;
  display: flex;
}

.postCreationTimestamp {
  color: #b5bac1;
  padding-top: 1px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.author {
  color: #3498db;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.28571;
  display: inline-block;
  overflow: hidden;
}

.post-body {
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}

.imageContainer {
  aspect-ratio: 1;
  background-color: #313338;
  border: 1px solid #0000;
  border-radius: 8px;
  width: 100%;
  position: relative;
}

.imageContainer img {
  aspect-ratio: 1;
  border-radius: 8px;
  width: 100%;
}

.post-footer {
  box-sizing: border-box;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 54px;
  padding: 12px;
  display: flex;
}

.post-footer .optgroup {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.post-card-container .post-footer {
  background: linear-gradient(0deg, #313338, #313338f7 36px, #31333866);
  width: auto;
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
}

.post-card-container .preview-content {
  padding: 12px;
}

.post-card-container .imageContainer span {
  color: #fff;
  word-break: break-all;
  height: 18px;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 18px !important;
}

.imageContainer img:after {
  background-color: #313338;
}

.list-group-item {
  margin-bottom: 8px;
}

.post-list-wrp {
  box-sizing: border-box;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-heading-sample {
  color: #949ba4;
  word-break: break-word;
  min-height: 18px;
  max-height: 36px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 18px !important;
}

.post-list-wrp .imageContainer {
  width: 72px;
}

.post-list-wrp .post-heading {
  padding-bottom: 12px;
}

.post-list-footer {
  align-items: center;
  gap: 8px;
  display: flex;
  position: relative;
}

.post-heading-sample-wrp {
  padding-bottom: 8px;
}

.post-list-wrp .post-header {
  margin: 0;
}

.btn-cta-primary, .btn-cta-secondary {
  cursor: pointer;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  color: #dbdee1;
  background: #1e1f22;
  border: 1px solid #0000;
  border-radius: 8px;
  outline: 0;
  flex-shrink: 0;
  margin-bottom: 4px;
  margin-right: 4px;
  font-size: 12px;
  font-weight: 500;
  transition: background-color .1s, border-color .1s;
}

.btn-cta-primary:hover, .btn-cta-secondary:hover {
  border-color: #61666d;
}

.btn-dropdown {
  cursor: pointer;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  color: #dbdee1;
  background-color: #0c0c0d;
  border: 1px solid #0000;
  border-radius: 24px;
  outline: 0;
  flex-shrink: 0;
  align-items: center;
  gap: 4px;
  height: 32px;
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 8px 8px 8px 12px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .1s, border-color .1s;
  display: flex;
}

.tagsContainer .dropdown-menu {
  --bs-dropdown-min-width: 12rem;
  box-shadow: none;
  color: #dbdee1;
  background-color: #020202;
}

.tagsContainer .form-check-reverse {
  text-align: unset;
  display: inherit;
  vertical-align: middle;
  line-height: normal;
}

.tagsContainer .dropdown-item {
  color: #dbdee1;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 32px;
  margin: 2px 0;
  padding: 6px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.tagsContainer .dropdown-item:hover {
  background-color: #2d2c2ce6;
}

.separator {
  box-sizing: border-box;
  border-bottom: 1px solid #4e50587a;
  margin: 4px;
}

.groupLabel {
  font-size: 12px !important;
  font-weight: 800 !important;
}

.groupLabel:hover {
  background-color: unset !important;
}

.tagsContainer .form-check-input:checked {
  background-color: #248045;
  border-color: #248045;
}

.tagsContainer .form-check-input {
  outline: unset;
  box-shadow: none;
  background-color: #0000;
  border-width: 2px;
}

.only-show-bottom {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #61666d;
  border-radius: 0;
  outline: none;
  padding-left: 0;
}

.only-show-bottom:focus {
  color: #61666d;
  box-shadow: none;
  border-color: #61666d;
  outline: none;
}

.cta-input, .cta-input:focus {
  box-shadow: none;
  color: #9373ee;
  background-color: #0000;
  border: none;
  border-bottom: 1px solid #61666d;
  border-radius: 0;
  outline: none;
  padding-top: 0;
  padding-left: 0;
  font-size: 12px;
}

.cta-input::placeholder {
  font-size: 12px;
}

.cta-item {
  padding: 8px;
  background-color: #1e1f22 !important;
}

#newFeedModal .preface {
  font-size: 14px;
}

#newFeedModal .input-group > label {
  color: #61666d;
  margin-right: 8px;
  font-size: 12px;
}

#newFeedModal .modal-content {
  border-radius: unset;
  color: #2f2f2f;
  word-spacing: .5px;
  background-color: #1a1a1a;
}

#newFeedModal .modal-body {
  scrollbar-width: none;
}

#newFeedModal .modal-body::-webkit-scrollbar {
  display: none;
}

.form-control, .form-control:focus {
  color: #dbdee1;
  background-color: #0000;
}

.form-control::placeholder {
  color: #61666d;
  opacity: 1;
}

.form-control::placeholder {
  color: #61666d;
  opacity: 1;
}

div, button {
  box-shadow: none !important;
  outline: none !important;
}

.feed-cover-container, .uploadInput {
  background-color: #1e1f22;
  border-radius: 12px;
  width: 108px;
  height: 108px;
  position: relative;
}

.uploadInput {
  cursor: pointer;
  background-color: #1e1f22;
  border-radius: 12px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uploadIcon {
  color: #61666d;
}

.feed-cover-col {
  justify-content: end;
  align-items: center;
  display: flex;
}

.cta-input, .cta-input:focus .form-control {
  background-color: #0000 !important;
}

.btn-reset {
  box-sizing: border-box;
  color: #fff;
  background: none;
  border: none;
  border-radius: 3px;
  outline: none;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  position: relative;
}

.btn-save {
  box-sizing: border-box;
  color: #fff;
  background: #248045;
  border: none;
  border-radius: 3px;
  outline: none;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  position: relative;
}

.bgPrimaryBlue:hover {
  background-color: #15562b;
}

.btn-reset, .btn-save {
  min-height: 24px;
  padding: 2px 10px;
  font-size: 12px;
}

.btn-reset .contents {
  border-bottom: 1px solid #0000;
}

.btn-reset .contents:hover {
  border-color: #fff;
}

.action-bar {
  background-color: #111214;
  border: 1px solid #18191c;
  border-radius: 4px;
  align-items: center;
  height: 24px;
  font-weight: 500;
  display: inline-flex;
}

.action-bar button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.action-bar button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.action-bar-container {
  z-index: 2;
  position: absolute;
  top: -18px;
  right: 26px;
}

.btn-action-bar {
  cursor: pointer;
  color: #61666d;
  border-radius: 0;
  outline: none;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  height: 24px;
  padding: 4px;
  display: flex;
  position: relative;
}

.btn-action-bar:hover {
  color: #9373ee;
  background-color: #2f2f2f;
}

.btn-action-bar i {
  font-size: 12px;
}

.feed-cover-container img {
  border-radius: 12px;
  width: 108px;
  height: 108px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.author-info-wrp .author {
  scrollbar-width: none;
  max-width: calc(100% - 106px);
  overflow: scroll;
}

.author-info-wrp .author::-webkit-scrollbar {
  display: none;
}

@media only screen and (width >= 1400px) {
  .btn-reset, .btn-save {
    min-height: 38px;
    padding: 2px 16px;
    font-size: 14px;
  }
}

#newFeedModal .edit-footer {
  background-color: #4e50584d;
  border: none;
  border-radius: 5px;
  align-items: center;
  padding: 10px 10px 20px 16px;
  display: flex;
  position: relative;
  inset: auto 1px 1px auto;
}

#newFeedModal .modal-body {
  overflow: hidden auto;
}

#newFeedModal .modal-footer {
  background-color: #111214;
  border: none;
  border-radius: 5px;
  padding: 10px 10px 10px 16px;
}

.fullscreen-modal .modal-content {
  height: 100%;
}

.ql-snow .ql-picker.ql-size .ql-picker-label:before, .ql-snow .ql-picker.ql-size .ql-picker-item:before {
  content: attr(data-value) !important;
}

.ql-snow .ql-picker.ql-size {
  width: 72px;
}

.ql-editor {
  color: #dbdee1;
  min-height: 180px;
}

.ql-snow .ql-tooltip {
  left: -10px !important;
}

.ql-snow .ql-tooltip[data-mode="video"]:before {
  content: "视频链接:";
}

.ql-snow .ql-tooltip.ql-editing a.ql-action:after {
  content: "插入";
}

.ql-snow .ql-tooltip[data-mode="link"]:before, .ql-snow .ql-tooltip:before {
  content: "超链接:";
}

.ql-snow .ql-tooltip a.ql-action:after {
  content: "编辑";
}

.ql-snow .ql-tooltip a.ql-remove:before {
  content: "移除";
}

.ql-toolbar.ql-snow, .ql-container.ql-snow {
  border-color: #61666d;
}

.ql-editor.ql-blank:before {
  color: #61666d;
}

[contenteditable="true"] {
  caret-color: #fff;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label, .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background-color: #1e1f22;
  border: #61666d;
}

.ql-snow .ql-editor .ql-code-block-container {
  background-color: #2b2d31;
}

@media (width <= 767px) {
  .feed-cover-col {
    display: none;
  }

  #newFeedModal .modal-body {
    padding-left: 8px;
    padding-right: 8px;
  }
}
