/**
 * Campaign Styles for campaign #168037
 */

/** Style Remove Tags#4784 */
.entity-header .entity-tags .entity-tag-icon {
    display: none;
}
/** Style font#4871 */
.entity-content li { font-size: 18px }
:is(.entity-content, .note-editable) li { font-size: 18px }
/** Style Expand/Collapse Arrow#5384 */
.kanka-entity-timeline h3 {
  cursor: auto;
  & i {
    display: none !important;
  }
}
.kanka-entity-timeline {
  & ul.timeline.hidden, & .timeline-item-body.hidden {
    display: block !important;
  }
}
/** Style Hide Pins#5392 */
.group.justify-between.gap-2.items-center.flex.element-toggle.border-b.user-select.cursor-pointer.sidebar-section-title > div > .text-lg{
    display: none !important;
}
.group.justify-between.gap-2.items-center.flex.element-toggle.border-b.user-select.cursor-pointer.sidebar-section-title{
    display: none !important;
}
/** Style Hide Arrows#5397 */
.group.justify-between.gap-2.items-center.flex.element-toggle.border-b.user-select.cursor-pointer.sidebar-section-title > div > .group-hover\:-translate-y-0\.5.duration-200.transition-transform.icon-show.fa-chevron-up.fa-regular {
    display: none;
}
.group.element-toggle.border-b.user-select.cursor-pointer.sidebar-section-title > .group-hover\:-translate-y-0\.5.duration-200.transition-transform.icon-show.fa-chevron-up.fa-regular {
    display: none;
}

##.element-toggle.cursor-pointer.items-center.gap-2.flex.grow > .icon-show.fa-chevron-up.fa-solid {
    display: none;
}
/** Style peoples#5413 */
.gap-2.items-center.flex.element-toggle.border-b.user-select.text-lg.cursor-pointer.sidebar-section-title {
    display: none !important;
}
/** Style Remove Lore#5434 */
.p-4.widget-body{
    display: none !important;
}
/** Style Remove Reminders#5437 */
.duration-150.transition-all.w-full.entity-menu2.bg-box.shadow-xs.rounded {
    display: none !important;
}
/** Theme builder #5443 */
@layer theme {
:root {
  --content-wrapper-background: #ebe1cb;
  --theme-main-text: #161208;
  --header-text: #161208;
  --b1: 41 45% 86%;
  --b2: 41 45% 76%;
  --b3: 41 45% 66%;
  --bc: 41 45% 6%;
}
}
/** Style Timeline#5444 */
.timeline-item {
  margin-bottom: 1em
    	color: #E0D8C7;
}

.kanka-entity-timeline .box-widget {
  margin-bottom: 2em
	color: #E0D8C7;
}

.kanka-entity-timeline .entity-sidebar-submenu, .kanka-entity-timeline .entity-sidebar-pins, .kanka-entity-timeline .box-entity-entry {
  visibility: hidden;
  position: absolute;
	color: #E0D8C7;
}

.kanka-entity-timeline .entity-story-block {
  width: 100%;
  margin-top: 1em;
	color: #E0D8C7;
}
/** Style Remove New Post#5446 */
.btn-block.btn-new-post.btn-sm.btn2{
    display: none !important;
}
/** Style Remove Memebers#5447 */
.min-w-0.gap-5.flex-col.flex.grow.entity-main-block > .items-center.gap-2.flex{
    display: none !important;
}
/** Style Horizontal Rule#5617 */
.entity-content hr, .note-editing-area hr {
    border-color: #DDBD93 !important;
    border-width: 1px;
    margin-top: .5px;
}
/** Style Posts Arrow#5667 */
.icon-show.fa-chevron-up.fa-solid{
    display: none !important;
}
