#elError .fa {
  margin-bottom: 10px;
}
#elErrorMessage {
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  max-width: 800px;
}
#elRSS {
  color: #f28826;
  font-size: 22px;
  margin-inline-start: 10px;
}
.cRegister_noSocial {
  max-width: 700px;
}
.cLogin_single {
  max-width: 500px;
}
.cLogin_popupSingle {
  max-width: 250px;
}
.cLogin .ipsButton_primary {
  margin-bottom: 7px;
}
.cLogin_noSocial {
  max-width: 500px;
}
.cLogin_social {
  padding: 7px 0;
}
.cUserHovercard {
  min-width: 370px;
}
.cUserHovercard__header {
  height: 75px;
}
.cUserHovercard__photo {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.cUserHovercard__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.cUserHovercard__onlineStatus {
  position: absolute;
  left: -16px;
}
html[dir="ltr"] .ipsApp.cWidgetsManaging {
  margin-left: 300px;
}
html[dir="rtl"] .ipsApp.cWidgetsManaging {
  margin-right: 300px;
}
.cWidgetContainer[data-widgetArea="header"] {
  margin: 0 0 20px 0;
}
.cWidgetContainer[data-widgetArea="footer"] {
  margin-top: 10px;
}
.cWidgetsManaging #ipsLayout_sidebar {
  overflow: visible;
}
.cWidgetContainer.cWidgetContainer_managing {
  display: block;
  min-height: 100px;
  position: relative;
  background-color: rgba(var(--theme-text_color), 0.15);
}
.cWidgetContainer.cWidgetContainer_managing > ul {
  display: block;
  min-height: 100px;
}
.cWidgetContainer > ul > li:last-child {
  margin-bottom: 0;
}
.cWidgetContainer.cWidgetContainer_managing:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 1px dashed rgb(var(--theme-text_color));
}
.cWidgetContainer_managing li.ipsWidget[data-blockconfig="true"] {
  min-height: 100px;
}
.cWidgetContainer_managing > ul > li:not([data-hidden="true"]) {
  position: relative;
  display: block !important;
  margin-top: 10px !important;
}
.cSidebarBlock_managing {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 50px;
  background: rgba(var(--theme-area_background_reset), 0.6);
  border: 1px dotted rgb(var(--theme-text_color));
  cursor: move;
}
.cSidebarBlock_managing [data-action="removeBlock"] {
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  line-height: 28px;
  text-align: center;
  position: absolute;
  top: -5px;
}
html[dir="ltr"] .cSidebarBlock_managing [data-action="removeBlock"] {
  right: -5px;
}
html[dir="rtl"] .cSidebarBlock_managing [data-action="removeBlock"] {
  left: -5px;
}
.cSidebarBlock_managing h4 {
  position: absolute;
  top: 5px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
  padding: 0 15px;
  margin: 0;
  border-radius: 15px;
}
html[dir="ltr"] .cSidebarBlock_managing h4 {
  left: 9px;
}
html[dir="rtl"] .cSidebarBlock_managing h4 {
  right: 9px;
}
.cSidebarBlock_managing [data-action="manageBlock"] {
  position: relative;
  z-index: 10;
}
.cSidebarBlock_loading {
  min-height: 120px;
}
#elWidgetControls {
  position: fixed;
  top: 50%;
  width: 18px;
  opacity: 0.5;
  font-size: 12px;
  background: rgb(var(--theme-text_dark));
  padding-left: 2px;
  padding-right: 2px;
  z-index: 10000;
}
#devices_to_show li {
  margin: 0 8px 0 0;
  float: left;
}
@media screen and (max-width: 767px) {
  #elWidgetControls {
    display: none !important;
  }
}
html[dir="ltr"] #elWidgetControls {
  left: 0;
  border-radius: 0 var(--radius-1) var(--radius-1) 0;
}
html[dir="rtl"] #elWidgetControls {
  right: 0;
  border-radius: var(--radius-1) 0 0 var(--radius-1);
}
#elWidgetControls:hover {
  opacity: 1;
}
#elSidebarWidgets.cSidebarManaging {
  min-height: 100px;
}
#elSidebarWidgets.cSidebarManaging > li {
  min-height: 100px;
}
#elSidebarManager {
  position: fixed;
  top: 0;
  bottom: 0;
  padding-bottom: 70px;
  width: 300px;
  z-index: 1000;
}
html[dir="ltr"] #elSidebarManager {
  left: 0;
}
html[dir="rtl"] #elSidebarManager {
  right: 0;
}
#elSidebarManager > div:first-child {
  position: absolute;
  top: 0;
  bottom: 70px;
  width: 300px;
  overflow: auto;
}
#elSidebarManager [data-role="availableBlocks"] {
  min-height: 100px;
}
#elSidebarManager .cSidebarManager_open,
#elSidebarManager .cSidebarManager_closed {
  position: relative;
}
html[dir="ltr"] #elSidebarManager .cSidebarManager_open,
html[dir="ltr"] #elSidebarManager .cSidebarManager_closed {
  padding-left: 26px;
}
html[dir="rtl"] #elSidebarManager .cSidebarManager_open,
html[dir="rtl"] #elSidebarManager .cSidebarManager_closed {
  padding-right: 26px;
}
#elSidebarManager .cSidebarManager_open:before,
#elSidebarManager .cSidebarManager_closed:before {
  font-family: "FontAwesome";
  position: absolute;
  font-size: 18px;
}
html[dir="ltr"] #elSidebarManager .cSidebarManager_open:before,
html[dir="ltr"] #elSidebarManager .cSidebarManager_closed:before {
  left: 12px;
}
html[dir="rtl"] #elSidebarManager .cSidebarManager_open:before,
html[dir="rtl"] #elSidebarManager .cSidebarManager_closed:before {
  right: 12px;
}
#elSidebarManager .cSidebarManager_open:before {
  content: "\f0d7";
}
html[dir="ltr"] #elSidebarManager .cSidebarManager_closed:before {
  content: "\f0da";
}
html[dir="rtl"] #elSidebarManager .cSidebarManager_closed:before {
  content: "\f0d9";
}
#elSidebarManager_submit {
  position: fixed;
  bottom: 0;
  width: 300px;
  background: #000;
  z-index: 5500;
}
html[dir="ltr"] #elSidebarManager_submit {
  left: 0;
}
html[dir="rtl"] #elSidebarManager_submit {
  right: 0 !important;
}
.cSidebarManager_block {
  background: #313233;
  padding: 7px;
  margin: 0 0 10px 10px;
  color: #fff;
}
html[dir="rtl"] .cSidebarManager_block {
  margin: 0 10px 10px 0;
}
.cSidebarManager_placeholder {
  background: rgb(var(--theme-area_background_dark));
  height: 75px;
  margin-top: 20px;
}
#elSidebarManager .cSidebarManager_placeholder {
  background: transparent;
  margin-top: 0;
}
.cAnnouncement {
  margin-bottom: 10px;
}
.memberBlockedEmailWrap {
  color: var(--negative-dark);
}
#username + [data-role="validationCheck"],
#email_address + [data-role="validationCheck"] {
  position: relative;
  top: 3px;
  font-size: 18px;
}
html[dir="ltr"] #username + [data-role="validationCheck"],
html[dir="ltr"] #email_address + [data-role="validationCheck"] {
  margin-left: -28px;
}
html[dir="rtl"] #username + [data-role="validationCheck"],
html[dir="rtl"] #email_address + [data-role="validationCheck"] {
  margin-right: -28px;
}
.ipsHovercard[data-role="advicePopup"] {
  display: none;
  width: 300px;
}
.ipsHovercard[data-role="advicePopup"] > div {
  min-height: 60px;
}
.ipsHovercard[data-role="advicePopup"] > div .ipsType_sectionHead {
  font-size: 16px;
}
.ipsHovercard[data-role="advicePopup"].cStem_ltr .ipsHovercard_stem {
  right: 100%;
  top: 15px;
}
.ipsHovercard[data-role="advicePopup"].cStem_ltr .ipsHovercard_stem:before {
  right: 1px;
  border-right-color: inherit;
}
.ipsHovercard[data-role="advicePopup"].cStem_ltr .ipsHovercard_stem:after {
  border-right-color: currentColor;
}
.ipsHovercard[data-role="advicePopup"].cStem_rtl .ipsHovercard_stem {
  left: 100%;
  top: 15px;
}
.ipsHovercard[data-role="advicePopup"].cStem_rtl .ipsHovercard_stem:before {
  left: 1px;
  border-left-color: inherit;
}
.ipsHovercard[data-role="advicePopup"].cStem_rtl .ipsHovercard_stem:after {
  border-left-color: currentColor;
}
.ipsHovercard[data-role="advicePopup"].cStem_above .ipsHovercard_stem {
  left: 50%;
  margin-left: -1em;
  top: 100%;
}
.ipsHovercard[data-role="advicePopup"].cStem_above .ipsHovercard_stem:before {
  border-top-color: inherit;
  top: 1px;
}
.ipsHovercard[data-role="advicePopup"].cStem_above .ipsHovercard_stem:after {
  border-top-color: currentColor;
}
.ipsWarningIndicator::after {
  background: var(--negative-dark);
  color: rgb(var(--theme-area_background_reset));
  font-weight: bolder;
  display: inline-block;
  height: 13px;
  width: 13px;
  line-height: 13px;
  padding: 4px;
  border-radius: 50%;
  text-align: center;
  content: "\f071";
  font: normal normal normal 13px/1 FontAwesome;
  position: absolute;
  right: -10.5px;
  top: calc(50% - 10.5px);
}
.ipsWarningIndicator__small::after {
  padding: 3px;
  right: -9px;
  top: calc(50% - 9px);
  height: 10px;
  width: 10px;
  line-height: 10px;
  font-size: 10px;
}
.ipsWarningIndicator__topLeft,
.ipsWarningIndicator__topRight,
.ipsWarningIndicator__bottomLeft,
.ipsWarningIndicator__bottomRight {
  position: relative;
}
.ipsWarningIndicator__topRight::after {
  bottom: auto;
  left: auto;
  right: -7px;
  top: -7px;
}
.ipsWarningIndicator__topLeft::after {
  bottom: auto;
  right: auto;
  left: -7px;
  top: -7px;
}
.ipsWarningIndicator__bottomRight::after {
  top: auto;
  left: auto;
  right: -7px;
  bottom: -7px;
}
.ipsWarningIndicator__bottomLeft::after {
  top: auto;
  right: auto;
  left: -7px;
  bottom: -7px;
}
#elAccountSettingsLink a.ipsWarningIndicator,
#elAccountSettingsLinkMobile a.ipsWarningIndicator,
.ipsDrawer_title span.ipsWarningIndicator {
  position: relative;
}
#elAccountSettingsLink a.ipsWarningIndicator::after {
  right: 10px;
}
.ipsDrawer_title span.ipsWarningIndicator::after {
  right: -25px;
}
#elAccountSettingsLinkMobile a.ipsWarningIndicator::after,
#setting_email.ipsWarningIndicator::after {
  right: 10px;
}
[data-role="registerForm"] .ipsAttach .ipsDataItem_size2 {
  display: none;
}
#elUserSignIn_menu {
  max-width: 560px;
}
.cPoll [data-action="addQuestion"] {
  margin-top: 15px;
}
.cPoll [data-role="question"] {
  margin-bottom: 7px;
}
.cPoll [data-role="question"]:last-child {
  margin-bottom: 0;
}
html[dir="ltr"] .cPollChoices [data-role="choiceRow"] {
  padding-left: 35px;
}
html[dir="rtl"] .cPollChoices [data-role="choiceRow"] {
  padding-right: 35px;
}
.cPollChoices > li {
  border-bottom: 0;
}
.cPollChoices > li > div {
  padding-top: 5px;
}
.cPollList .ipsType_sectionHead {
  margin-bottom: 10px;
}
.cPollList > li:not(:last-child) {
  border-bottom: 1px solid rgba(var(--theme-text_color), 0.2);
  padding-bottom: var(--sp-5);
  margin-bottom: var(--sp-5);
}
.cPollList_choices > li {
  border: 0;
}
.cPollVoteBar {
  display: block;
  border-radius: 2px;
  background: rgba(var(--theme-area_background), 0.6);
  box-shadow: inset rgba(var(--theme-area_background), 1) 0px 0px 0px 1px;
  height: 20px;
}
.cPollVoteBar > span {
  background: rgb(var(--theme-brand_primary));
  position: relative;
  display: block;
  height: 20px;
  border-radius: 2px;
}
.cPollVoteBar > span:after {
  content: attr(data-votes);
  line-height: 18px;
  color: rgb(var(--theme-brand_primary));
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  width: 60px;
}
html[dir="ltr"] .cPollVoteBar > span:after {
  right: -65px;
}
html[dir="rtl"] .cPollVoteBar > span:after {
  left: -65px;
}
.cPollVoteBar > span.cPollVoteBar_inside:after {
  color: #fff;
}
html[dir="ltr"] .cPollVoteBar > span.cPollVoteBar_inside:after {
  right: 5px;
  text-align: right;
}
html[dir="rtl"] .cPollVoteBar > span.cPollVoteBar_inside:after {
  left: 5px;
  text-align: left;
}
.cPollCloseDate {
  margin-top: 10px;
}
.cPollButtons.ipsToolList.ipsToolList_horizontal > li.ipsPos_right {
  min-width: 0;
}
.cOnlineUser {
  height: 60px;
}
#elCopyright a {
  font-size: 12px;
}
#elSiteOffline {
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 7px;
  color: #fff;
  font-size: 12px;
  z-index: 50000;
  transition: 0.3s all linear;
}
#elSiteOffline h2 {
  margin-bottom: 5px;
  font-size: 16px;
}
.cShareLink {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: white !important;
  font-size: 15px;
}
.cShareLink:hover {
  color: white;
}
a.cShareLink {
  display: inline-flex;
}
#elMobileDrawer .cUserNav_icon .cShareLink {
  padding: 0;
}
.cShareLink_internal {
  background: #008b00;
}
.cShareLink_deviantart {
  background: #00e59b;
}
.cShareLink_email {
  background: #444;
}
.cShareLink_facebook {
  background: #1778f2;
}
.cShareLink_linkedin {
  background: #0a66c2;
}
.cShareLink_reddit {
  background: #ff4500;
}
.cShareLink_vk {
  background: #507299;
}
.cShareLink_weibo {
  background: #d32f2f;
}
.cShareLink_youtube {
  background: #ff0000;
}
.cShareLink_foursquare {
  background: #2d5be3;
}
.cShareLink_etsy {
  background: #f56400;
}
.cShareLink_flickr {
  background: #ff0084;
}
.cShareLink_github {
  background: #24292f;
}
.cShareLink_instagram {
  background: #e13d62;
}
.cShareLink_pinterest {
  background: #bd081c;
}
.cShareLink_slack {
  background: #42c299;
}
.cShareLink_xing {
  background: #b0d400;
}
.cShareLink_tumblr {
  background: #36465d;
}
.cShareLink_twitch {
  background: #772ce8;
}
.cShareLink_discord {
  background: #5865f2;
}
.cShareLink_x {
  background: #000000;
}
.cShareLink_bluesky {
  background: rgb(89, 185, 255);
  background: linear-gradient(
    180deg,
    rgba(89, 185, 255, 1) 0%,
    rgba(10, 122, 255, 1) 100%
  );
}
.cShareLink_tiktok {
  background: #000000;
}
.fa-x,
.fa-discord,
.fa-bluesky,
.fa-tiktok {
  width: 1em;
  height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.fa-discord {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 198.17'%3E%3Cpath d='M216.86 16.6C200.29 8.85 182.57 3.21 164.05 0c-2.28 4.11-4.93 9.65-6.77 14.05-19.69-2.96-39.2-2.96-58.53 0C96.92 9.65 94.2 4.12 91.9 0 73.36 3.21 55.62 8.86 39.04 16.64 5.62 67.15-3.44 116.4 1.09 164.96c22.17 16.56 43.65 26.61 64.78 33.19 5.22-7.18 9.87-14.81 13.87-22.85-7.63-2.9-14.94-6.48-21.85-10.63 1.83-1.36 3.62-2.78 5.36-4.24 42.12 19.7 87.89 19.7 129.51 0 1.75 1.46 3.54 2.88 5.36 4.24-6.93 4.17-14.26 7.75-21.89 10.65 4.01 8.02 8.64 15.67 13.87 22.85 21.14-6.58 42.65-16.64 64.82-33.21 5.32-56.29-9.08-105.09-38.06-148.36ZM85.47 135.09c-12.64 0-23.01-11.8-23.01-26.18s10.15-26.2 23.01-26.2 23.24 11.8 23.01 26.2c.02 14.38-10.15 26.18-23.01 26.18Zm85.05 0c-12.64 0-23.01-11.8-23.01-26.18s10.15-26.2 23.01-26.2 23.24 11.8 23.01 26.2c0 14.38-10.15 26.18-23.01 26.18Z' fill='%23fff'/%3E%3C/svg%3E");
}
.fa-x {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='1227' fill='none'%3E%3Cpath fill='%23fff' d='M714.163 519.284 1160.89 0h-105.86L667.137 450.887 357.328 0H0l468.492 681.821L0 1226.37h105.866l409.625-476.152 327.181 476.152H1200L714.137 519.284h.026ZM569.165 687.828l-47.468-67.894-377.686-540.24h162.604l304.797 435.991 47.468 67.894 396.2 566.721H892.476L569.165 687.854v-.026Z'/%3E%3C/svg%3E");
  width: 0.75em;
}
.fa-bluesky {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 64 57' %3E%3Cpath fill='%23ffffff' d='M13.873 3.805C21.21 9.332 29.103 20.537 32 26.55v15.882c0-.338-.13.044-.41.867-1.512 4.456-7.418 21.847-20.923 7.944-7.111-7.32-3.819-14.64 9.125-16.85-7.405 1.264-15.73-.825-18.014-9.015C1.12 23.022 0 8.51 0 6.55 0-3.268 8.579-.182 13.873 3.805ZM50.127 3.805C42.79 9.332 34.897 20.537 32 26.55v15.882c0-.338.13.044.41.867 1.512 4.456 7.418 21.847 20.923 7.944 7.111-7.32 3.819-14.64-9.125-16.85 7.405 1.264 15.73-.825 18.014-9.015C62.88 23.022 64 8.51 64 6.55c0-9.818-8.578-6.732-13.873-2.745Z'%3E%3C/path%3E%3C/svg%3E");
}
.fa-tiktok {
  width: 1.25em;
  height: 1.25em;
  background-image: url("data:image/svg+xml,%0A%3Csvg height='2500' width='2179' xmlns='http://www.w3.org/2000/svg' viewBox='-0.32296740998066475 -3.1283528999801873 42.68446958125966 42.128352899980186'%3E%3Cg fill='none'%3E%3Cpath d='M14 15.599v-1.486A13.1 13.1 0 0 0 12.337 14C5.535 14 0 19.18 0 25.547 0 29.452 2.086 32.91 5.267 35c-2.13-2.132-3.315-4.942-3.313-7.861 0-6.276 5.377-11.394 12.046-11.54' fill='%2300f2ea'/%3E%3Cpath d='M14.327 32c2.876 0 5.221-2.273 5.328-5.107l.01-25.292h4.65A8.72 8.72 0 0 1 24.164 0h-6.35l-.011 25.293c-.106 2.832-2.453 5.105-5.328 5.105a5.329 5.329 0 0 1-2.476-.61A5.34 5.34 0 0 0 14.327 32m18.672-21.814V8.78a8.818 8.818 0 0 1-4.81-1.421A8.85 8.85 0 0 0 33 10.186' fill='%2300f2ea'/%3E%3Cpath d='M28 7.718A8.63 8.63 0 0 1 25.832 2h-1.697A8.735 8.735 0 0 0 28 7.718M12.325 20.065c-2.94.004-5.322 2.361-5.325 5.27A5.267 5.267 0 0 0 9.854 30a5.2 5.2 0 0 1-1.008-3.073c.003-2.91 2.385-5.268 5.325-5.271.55 0 1.075.09 1.572.244v-6.4a11.72 11.72 0 0 0-1.572-.114c-.092 0-.183.006-.274.007v4.916a5.286 5.286 0 0 0-1.572-.244' fill='%23ff004f'/%3E%3Cpath d='M32.153 11v4.884a15.15 15.15 0 0 1-8.813-2.811V25.84c0 6.377-5.23 11.565-11.658 11.565-2.485 0-4.789-.778-6.682-2.097A11.67 11.67 0 0 0 13.528 39c6.429 0 11.659-5.188 11.659-11.564V14.668A15.15 15.15 0 0 0 34 17.478v-6.283A8.87 8.87 0 0 1 32.153 11' fill='%23ff004f'/%3E%3Cpath d='M23.979 25.42V12.632A15.741 15.741 0 0 0 33 15.448v-4.89a9.083 9.083 0 0 1-4.912-2.82C26.016 6.431 24.586 4.358 24.132 2h-4.747l-.01 25.215c-.11 2.824-2.505 5.09-5.44 5.09-1.754-.002-3.398-.822-4.42-2.204-1.794-.913-2.919-2.716-2.92-4.682.003-2.92 2.44-5.285 5.45-5.289.56 0 1.098.09 1.608.245v-4.933C7.202 15.589 2 20.722 2 27.016c0 3.045 1.219 5.816 3.205 7.885A12.115 12.115 0 0 0 12.045 37c6.58 0 11.934-5.195 11.934-11.58' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}
#elIgnoreUsers > li {
  margin-bottom: 0;
}
.cAutoCheckIcon {
  font-size: 14px;
  position: relative;
  top: 1px;
}
.ipsWidget_vertical .cNewestMember {
  width: 85px;
}
.ipsWidget_horizontal .cNewestMember .ipsType_normal {
  line-height: 1;
}
.ipsWidget .cStatusUpdateWidget .ipsComposeArea_dummy {
  padding: 7px 10px;
  font-size: 13px;
}
.ipsWidget .cStatusUpdateWidget .ipsComposeArea_dummy .fa {
  margin-right: 5px;
}
.ipsWidget .cStatusUpdateWidget [data-role="attachmentArea"] {
  display: none !important;
}
.cTagPopup .ipsTags {
  margin-top: 10px;
}
#elFlashMessage.cPostFlash {
  height: calc((var(--sp-3) * 2) + 36px);
  line-height: 32px;
  text-align: left;
}
.cNotificationFlash .ipsType_veryLarge {
  font-size: 24px;
  line-height: 1;
  color: inherit;
}
html[dir="ltr"] .cNotificationFlash .ipsType_veryLarge {
  margin-left: var(--sp-4);
}
html[dir="rtl"] .cNotificationFlash .ipsType_veryLarge {
  margin-right: var(--sp-4);
}
html[dir] .ipsApp #elStatusSubmit .ipsToolList .ipsComposeArea_formControl {
  margin-top: 10px;
}
body.cWithGuestTerms {
  padding-bottom: 80px;
}
#elGuestTerms {
  background: rgb(var(--theme-area_background_dark));
  color: #c0c0c0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 0;
  z-index: 4000;
}
#elGuestTerms a:not(.ipsButton) {
  color: #dadada;
  border-bottom: 1px dotted currentColor;
}
#elGuestTerms .ipsType_sectionHead {
  color: #fff;
  font-size: 18px;
}
.cGuestTeaser .ipsButton.ipsButton_primary {
  width: 100%;
  max-width: 350px;
}
.cGuestTeaser_social {
  width: 250px;
  margin-bottom: 5px;
}
.grecaptcha-badge {
  z-index: 10;
}
.cReactionTabs .ipsTabs_item {
  padding: 0 15px;
}
.cReactionTabs .ipsTabs_item img {
  position: relative;
  top: -1px;
  left: -3px;
}
html[dir] .ipsList_inline.cColorChoices li {
  margin: 0;
  position: relative;
}
.cColorChoice_chooser {
  width: 42px;
  height: 36px;
  padding: 0;
  display: block;
  position: relative;
  border: 2px solid transparent;
  transition: 0.05s all ease-in-out;
}
.cColorChoice_chooser:before {
  display: none;
  border: 0;
}
html[dir] .ipsList_inline.cColorChoices li input[type="radio"] {
  border-radius: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0.00001;
  cursor: pointer;
}
html[dir] .ipsList_inline.cColorChoices li input[type="radio"]:checked + span {
  border-color: #000;
  z-index: 200;
  transform: scaleY(1.2);
}
.cColorChoice_chooser.ipsMessage {
  padding: 0 !important;
  margin: 0;
}
html[dir] .ipsList_inline.cColorChoices li span.ipsMessage.ipsMessage_none {
  background-color: rgb(248, 248, 248);
  border-color: rgba(0, 0, 0, 0.05);
}
.cContentMessage {
  border-radius: var(--radius-1);
}
.cContentMessage_color {
  color: #fff;
}
.cContentMessage_color::before {
  display: none !important;
}
.cContentMessage__header {
  background-color: rgba(0, 0, 0, 0.15);
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  padding: var(--sp-4) var(--sp-5);
  margin: 0;
  font-size: inherit;
}
.ipsBox > .cContentMessage__header {
  background-color: rgb(var(--theme-area_background_light));
}
.cContentMessage__header a {
  color: inherit;
}
.cContentMessage__header a:hover {
  text-decoration: underline;
}
.cContentMessage__header--text {
  flex-basis: 310px;
}
.cContentMessage_color a,
.cContentMessage_color .ipsType_richText {
  color: inherit;
}
.cContentMessage_color a:not([class]):hover {
  text-decoration: underline;
}
.cContentMessage_color .ipsType_light {
  color: inherit;
  opacity: 0.7;
}
.cContentMessage__badge {
  display: inline-block;
  padding: 0.25em 0.8em;
  border-radius: 100px;
  background: #fff;
  color: #222;
  font-weight: bold;
}
.cContentMessage__badge .fa {
  opacity: 0.4;
}
html[dir="ltr"] .cContentMessage__badge .fa {
  margin-right: 0.2em;
}
html[dir="rtl"] .cContentMessage__badge .fa {
  margin-left: 0.2em;
}
.cContentMessage_color .ipsButton {
  background: rgba(255, 255, 255, 0.1);
}
.cContentMessage.ipsMessage_information a[data-mentionid],
.cContentMessage.ipsMessage_general a[data-mentionid],
.cContentMessage.ipsMessage_warning a[data-mentionid],
.cContentMessage.ipsMessage_error a[data-mentionid],
.cContentMessage.ipsMessage_success a[data-mentionid] {
  background: rgba(0, 0, 0, 0.4);
}
.cClubEmbedHeader {
  position: relative;
  height: 180px;
}
.cClubEmbedHeader.cClubEmbedHeaderNoPhoto,
.cClubEmbedHeader.cClubEmbedHeaderNoPhoto span {
  height: 120px;
}
.cClubEmbedHeader .ipsUserPhoto {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
}
.cClubEmbed .cClubCard_memberList {
  white-space: nowrap;
  overflow: hidden;
}
.cNotifcationPrompt {
  position: relative;
  background: rgb(var(--theme-area_background_dark));
  color: #fff;
}
.cNotifcationPrompt_title {
  color: inherit;
}
.cNotifcationPrompt_text {
  opacity: 0.7;
}
.cNotifcationPrompt_icon {
  display: block;
  background-image: url(https://desimmsclub2.com//uploads/set_resources_1/d0e70b4cbb9ab8afb1bc1065a3f8487a_notification.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
}
.cNotifcationPrompt_dismiss {
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  width: 16px;
  height: 16px;
  border-radius: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  border-bottom: 0;
  font-size: 12px;
  position: absolute;
  top: 9px;
}
html[dir="ltr"] .cNotifcationPrompt_dismiss {
  right: 9px;
}
html[dir="rtl"] .cNotifcationPrompt_dismiss {
  left: 9px;
}
.ipsAnnouncement {
  font-weight: bold;
}
.ipsAnnouncement > a:not([data-role="dismissAnnouncement"]):after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
}
.ipsAnnouncement:not(.cAnnouncementPageTop) > a:after {
  position: absolute;
  top: 50%;
  margin-top: -0.55em;
}
html[dir="ltr"] .ipsAnnouncement:not(.cAnnouncementPageTop) > a:after {
  right: var(--sp-3);
}
html[dir="rtl"] .ipsAnnouncement:not(.cAnnouncementPageTop) > a:after {
  left: var(--sp-3);
  transform: rotate(180deg);
}
.ipsAnnouncement.cAnnouncementPageTop
  a:not([data-role="dismissAnnouncement"]):after {
  position: relative;
  left: 13px;
  top: 2px;
}
.ipsApp .ipsAnnouncement::before {
  display: none;
}
.ipsAnnouncement a {
  color: inherit;
}
.ipsAnnouncement a:not([data-role="dismissAnnouncement"]):hover {
  background: rgba(255, 255, 255, 0.08);
}
.ipsAnnouncement > * {
  display: block;
  padding: var(--sp-3);
}
.ipsAnnouncement.ipsType_center > a,
html[dir="ltr"] .ipsAnnouncement:not(.ipsType_center) > a {
  padding-right: var(--sp-8);
}
.ipsAnnouncement.ipsType_center > a,
html[dir="rtl"] .ipsAnnouncement:not(.ipsType_center) > a {
  padding-left: var(--sp-8);
}
.cAnnouncementPageTop.ipsAnnouncement {
  margin-bottom: 0;
  border-radius: 0;
  text-align: center;
  font-size: 14px;
}
.cAnnouncementPageTop.ipsAnnouncement > * {
  padding: var(--sp-4);
}
[dir="ltr"] .cAnnouncementPageTop > * {
  padding-right: 55px;
}
[dir="rtl"] .cAnnouncementPageTop > * {
  padding-left: 55px;
}
.cAnnouncementsFloat {
  position: sticky;
  top: 0px;
}
[data-pagemodule="livetopics"] .cAnnouncementsFloat {
  position: static;
}
a[data-role="dismissAnnouncement"] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  padding: 0 !important;
  font-size: 18px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  text-decoration: none;
}
a[data-role="dismissAnnouncement"]:hover {
  background: rgba(0, 0, 0, 0.6);
}
html[dir="ltr"] a[data-role="dismissAnnouncement"] {
  right: 15px;
}
html[dir="rtl"] a[data-role="dismissAnnouncement"] {
  left: 15px;
}
#cAnnouncementSidebar {
  margin-top: 30px;
  position: relative;
  min-width: 295px;
  max-width: 100%;
}
#cAnnouncementSidebar h3 {
  margin-top: -20px;
}
#cAnnouncementSidebar ul {
  padding-bottom: 1px;
}
#cAnnouncementSidebar ul > li {
  margin: var(--sp-2) var(--sp-3) 0 var(--sp-3);
}
#cAnnouncementSidebar ul > li:last-child {
  margin-bottom: var(--sp-3);
}
.cAnnouncementIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(var(--theme-item_status));
  color: #fff;
  border-radius: 50%;
  padding: 10px;
  height: 70px;
  width: 70px;
  top: -30px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.cAnnouncementIcon .fa {
  transform: rotate(-20deg);
}
#elAnnouncementGroupWarning {
  margin-top: 10px;
}
ul.cEmojiMenu.ipsMenu {
  display: flex;
  flex-wrap: wrap;
  padding: 7px;
  max-height: 191px;
  overflow: auto;
  max-width: 100% !important;
  margin: 10px 15px 0 15px;
}
ul.cEmojiMenu.ipsMenu > li {
  min-width: 150px;
  width: 25%;
  margin-bottom: 4px;
}
ul.cEmojiMenu.ipsMenu > li > a,
ul.cEmojiMenu.ipsMenu > li > a:first-child,
ul.cEmojiMenu.ipsMenu > li > a:last-child {
  padding: 3px 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
ul.cEmojiMenu.ipsMenu > li > a > span[data-role="shortCode"] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  min-width: 0;
}
ul.cEmojiMenu.ipsMenu > li .ipsEmoji {
  font-size: 16px;
}
.cGroupIndicator {
  max-width: 45px;
  max-height: 45px;
}
.cAchievementsWidget__badge img {
  border-radius: inherit;
  max-width: unset;
  object-fit: contain;
}
.cAchievementsWidget__photo {
  position: absolute;
  bottom: -20%;
  right: -12%;
}
.cContentMessageEditor.cContentMessageEditor--private [data-ipseditor] {
  border-color: var(--negative-dark);
  box-shadow: var(--negative-light) 0px 0px 0px 8px;
}
.cContentMessageEditor.cContentMessageEditor--public [data-ipseditor] {
  border-color: var(--positive-dark);
  box-shadow: var(--positive-light) 0px 0px 0px 8px;
}
.ipsLiveActivity {
  background: #fae7c5;
  color: #482e12;
  opacity: 1;
  border-radius: 3px;
}
.ipsLiveActivity--small {
  padding: 0 var(--sp-2);
}
.ipsLiveActivity--medium {
  padding: var(--sp-1) var(--sp-2);
}
.ipsLiveActivity--withPulse {
  animation: ellipsis 1.5s infinite;
}
.ipsLiveActivity em {
  font-style: normal;
  font-weight: 500;
}
.ipsLiveActivity__photos {
  flex: 0 0 auto;
}
html[dir="ltr"] .ipsLiveActivity__photos {
  margin-right: var(--sp-2);
}
html[dir="rtl"] .ipsLiveActivity__photos {
  margin-left: var(--sp-2);
}
@keyframes ellipsis {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
.cGuestTerms {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2em;
}
.cGuestTerms > :first-child {
  flex: 999 1 50%;
}
.chFollow.ipsButton {
  background: #2a9c66;
  color: #fff;
}
.chFollow.ipsButton span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.chFollow .chLogo {
  display: inline-block;
  width: 2rem;
  height: 1.3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="150" zoomAndPan="magnify" viewBox="0 0 112.5 84.749997" height="113" preserveAspectRatio="xMidYMid meet" version="1.0"><defs><clipPath id="3e012bcb46"><path d="M 0 0.0625 L 72 0.0625 L 72 84.0625 L 0 84.0625 Z M 0 0.0625 " clip-rule="nonzero"/></clipPath><clipPath id="50681041a8"><path d="M 87 0.0625 L 104 0.0625 L 104 84 L 87 84 Z M 87 0.0625 " clip-rule="nonzero"/></clipPath></defs><g clip-path="url(%233e012bcb46)"><path fill="%23ffffff" d="M 0.535156 42.359375 C 0.40625 19.128906 19.175781 0.226562 42.40625 0.226562 L 71.542969 0.226562 L 71.542969 34.089844 L 55.660156 34.089844 L 55.660156 4.820312 L 47.65625 4.820312 C 47.523438 4.820312 47.394531 4.820312 47.261719 4.820312 C 46.34375 4.820312 45.425781 5.085938 44.636719 5.347656 L 44.769531 5.347656 C 41.878906 6.527344 39.910156 9.414062 39.910156 12.695312 L 39.910156 71.628906 C 39.910156 75.960938 43.457031 79.503906 47.785156 79.503906 L 55.792969 79.503906 L 55.792969 50.234375 L 71.675781 50.234375 L 71.675781 84.097656 L 42.929688 84.097656 C 19.832031 83.964844 0.667969 65.589844 0.535156 42.359375 Z M 0.535156 42.359375 " fill-opacity="1" fill-rule="nonzero"/></g><path fill="%23ffffff" d="M 44.636719 5.347656 C 45.425781 4.953125 46.34375 4.820312 47.261719 4.820312 C 46.472656 4.820312 45.554688 5.085938 44.636719 5.347656 Z M 44.636719 5.347656 " fill-opacity="1" fill-rule="nonzero"/><g clip-path="url(%2350681041a8)"><path fill="%23ffffff" d="M 87.554688 83.964844 L 87.554688 0.0976562 L 95.5625 0.0976562 C 99.894531 0.0976562 103.4375 3.640625 103.4375 7.972656 L 103.4375 76.089844 C 103.4375 80.421875 99.894531 83.964844 95.5625 83.964844 Z M 87.554688 83.964844 " fill-opacity="1" fill-rule="nonzero"/></g></svg>');
}
form[data-controller="core.front.core.followForm"]
  div.ipsToolList:has(.chFollow) {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
form[data-controller="core.front.core.followForm"]
  div.ipsToolList:has(.chFollow)::after {
  content: none;
}
