#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;
}

html[dir="ltr"] #elRSS {
  margin-left: 10px;
}

html[dir="rtl"] #elRSS {
  margin-right: 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;
}

#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"] {
  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;
}

[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-block;
  color: white !important;
  font-size: 15px;
}

.cShareLink:hover {
  color: white;
}

.cUserNav_icon .cShareLink {
  padding-top: 5px;
}

#elMobileDrawer .cUserNav_icon .cShareLink {
  padding: 0;
}

.cShareLink_internal {
  background: #008b00;
}

.cShareLink_deviantart {
  background: #16a085;
}

.cShareLink_email {
  background: #444;
}

.cShareLink_facebook {
  background: #3b5998;
}

.cShareLink_linkedin {
  background: #007fb1;
}

.cShareLink_reddit {
  background: #ff4500;
}

.cShareLink_twitter {
  background: #00aced;
}

.cShareLink_vk {
  background: #507299;
}

.cShareLink_weibo {
  background: #d32f2f;
}

.cShareLink_youtube {
  background: #e62117;
}

.cShareLink_foursquare {
  background: #2d5be3;
}

.cShareLink_etsy {
  background: #f56400;
}

.cShareLink_flickr {
  background: #202022;
}

.cShareLink_github {
  background: #000000;
}

.cShareLink_instagram {
  background: #e13d62;
}

.cShareLink_pinterest {
  background: #bd081c;
}

.cShareLink_slack {
  background: #42c299;
}

.cShareLink_xing {
  background: #b0d400;
}

.cShareLink_tumblr {
  background: #36465d;
}

#elIgnoreUsers > li {
  margin-bottom: 0;
}

.cAutoCheckIcon {
  font-size: 14px;
  position: relative;
  top: 1px;
}

.ipsApp .ipsButton.cMultiQuote {
  line-height: 22px;
  padding: 0 6px;
}

.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;
  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;
}

.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: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.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("../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;
}

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;
}

.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: #fffbe4;
  color: #686032;
  opacity: 0.7;
}

.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;
}

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;
  }
}
