/* stylelint-disable scss/no-duplicate-mixins */
/* stylelint-enable */
#gamipress-achievements-container {
  border-top: 0;
}

.gamipress-user-points-image {
  margin-right: 15px;
}

.entry-content-wrap .gamipress-achievement-earned,
.entry-content-wrap .gamipress-rank-earned {
  margin-top: 30px;
}

.gamipress-achievement-attached,
.gamipress-rank-requirements {
  margin-bottom: 20px;
  border-bottom: 1px dotted var(--bb-content-border-color);
}
.gamipress-achievement-attached .gamipress-open-close-switch > a,
.gamipress-rank-requirements .gamipress-open-close-switch > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding: 5px 0;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--bb-alternate-text-color);
}
.gamipress-achievement-attached .gamipress-open-close-switch > a:after,
.gamipress-rank-requirements .gamipress-open-close-switch > a:after {
  padding: 0;
  margin-left: auto;
  background: transparent;
  background-image: none;
  background-color: var(--bb-content-alternate-background-color);
  border-radius: 100%;
  font-family: bb-icons;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color 0.1s ease-in 0;
          transition: color 0.1s ease-in 0;
  color: var(--bb-alternate-text-color);
}
.gamipress-achievement-attached .gamipress-open-close-switch > a.show-hide-open:after,
.gamipress-rank-requirements .gamipress-open-close-switch > a.show-hide-open:after {
  content: "\e826";
  line-height: 21px;
}
.gamipress-achievement-attached .gamipress-open-close-switch > a.show-hide-close:after,
.gamipress-rank-requirements .gamipress-open-close-switch > a.show-hide-close:after {
  content: "\e87c";
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.gamipress-achievement-attached .gamipress-extras-window,
.gamipress-rank-requirements .gamipress-extras-window {
  margin-top: 10px;
}
.gamipress-achievement-attached .gamipress-extras-window h4, .gamipress-rank-requirements .gamipress-extras-window h4 {
  font-size: 14px;
}
body.buddypress .gamipress-achievement-attached .gamipress-extras-window h4,
body.buddypress .gamipress-rank-requirements .gamipress-extras-window h4 {
  margin-bottom: 10px;
}

.gamipress-achievement.user-has-earned .gamipress-achievement-image,
.gamipress-rank.user-has-earned .gamipress-rank-image,
.user-has-earned .achievement-wrap .gamipress-achievement-image,
.achievement-wrap.user-has-earned .gamipress-achievement-image,
.user-has-earned .rank-wrap .gamipress-rank-image,
.rank-wrap.user-has-earned .gamipress-rank-image {
  text-align: center;
  padding-top: 5px;
}
.gamipress-achievement.user-has-earned .gamipress-achievement-image .gamipress-share-buttons,
.gamipress-rank.user-has-earned .gamipress-rank-image .gamipress-share-buttons,
.user-has-earned .achievement-wrap .gamipress-achievement-image .gamipress-share-buttons,
.achievement-wrap.user-has-earned .gamipress-achievement-image .gamipress-share-buttons,
.user-has-earned .rank-wrap .gamipress-rank-image .gamipress-share-buttons,
.rank-wrap.user-has-earned .gamipress-rank-image .gamipress-share-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.gamipress-achievement-earners-list li, ul.gamipress-rank-earners-list li {
  margin: 0 10px 10px 0;
  text-align: center;
  width: 105px;
  border-radius: var(--bb-block-radius-inner);
  background-color: var(--bb-content-background-color);
  border: 1px solid var(--bb-content-border-color);
  padding: 15px;
}
ul.gamipress-achievement-earners-list li:hover,
ul.gamipress-rank-earners-list li:hover {
  box-shadow: 0 3px 24px 0 rgba(18, 43, 70, 0.08);
}
ul.gamipress-achievement-earners-list li img.avatar,
ul.gamipress-rank-earners-list li img.avatar {
  border: none;
  margin: 0 auto;
  display: block;
  width: 50px;
  height: 50px;
  max-width: 50px;
}
ul.gamipress-achievement-earners-list li .earner-display-name,
ul.gamipress-rank-earners-list li .earner-display-name {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  word-break: break-word;
  margin-top: 6px;
}
.widget ul.gamipress-achievement-earners-list li,
.widget ul.gamipress-rank-earners-list li {
  margin: 0 0 0 -8px;
  width: auto;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  padding: 0;
  max-width: 70px;
}
.widget ul.gamipress-achievement-earners-list li img.avatar,
.widget ul.gamipress-rank-earners-list li img.avatar {
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  max-width: 40px;
}
.widget ul.gamipress-achievement-earners-list li .earner-display-name,
.widget ul.gamipress-rank-earners-list li .earner-display-name {
  min-height: 40px;
}

.gamipress-logs-list {
  margin-bottom: 20px;
}
.gamipress-logs-list .gamipress-log {
  font-size: 14px;
  padding: 3px 0;
}

.gamipress-logs-pagination {
  font-size: 13px;
}
.gamipress-logs-pagination span,
.gamipress-logs-pagination a {
  padding: 0 5px;
}

.gamipress-referrals-form .gamipress-referrals-form-submit,
.gamipress-transfers-form,
.gamipress-transfers-form fieldset p,
.gamipress-transfers-form-submit,
.gamipress-coupons-form,
p.gamipress-coupons-redeem-coupon-form-submit,
.gamipress-points-exchanges-form,
.gamipress-points-exchanges-form p,
.gamipress-purchases-form,
.gamipress-purchases-form fieldset p:last-child,
.gamipress-purchases-form-fixed-amount,
.gamipress-purchases-form-acceptance-checkbox,
.gamipress-purchases-form-submit {
  margin: 0;
}

.gamipress-referrals-referral-url-generator {
  font-family: inherit;
  background-color: var(--bb-content-background-color);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.gamipress-referrals-referral-url-generator input[type="text"] {
  width: 400px;
  max-width: 100%;
}
.gamipress-referrals-referral-url-generator label,
.gamipress-referrals-referral-url-generator .gamipress-referrals-form-description {
  display: block;
}

.gamipress-edd-partial-payments-form-toggle {
  margin-bottom: 0;
}

.gamipress-edd-partial-payments-form {
  margin-top: 1.6875rem;
}

.gamipress-progress-map-horizontal .gamipress-progress-map-item {
  width: 300px;
  margin-right: 1rem;
}
.gamipress-progress-map-horizontal .gamipress-progress-map-item-content {
  padding-top: 1em;
}

.single .single-achievement,
.single-rank,
.gamipress-achievement,
.gamipress-rank {
  padding: 20px;
  background-color: var(--bb-content-background-color);
  border: 1px solid var(--bb-content-border-color);
  font-size: 14px;
  line-height: 24px;
  border-radius: var(--bb-block-radius);
}

.gamipress-transfers-achievement-transfer-form-achievement-input + .ui-autocomplete,
.gamipress-transfers-rank-transfer-form-rank-input + .ui-autocomplete {
  background-color: var(--bb-content-background-color);
}

body .gamipress-restrict-content-limiter {
  background: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--bb-body-background-color)));
  background: -webkit-linear-gradient(transparent, var(--bb-body-background-color));
  background: linear-gradient(transparent, var(--bb-body-background-color));
  background: linear-gradient(transparent, var(--bb-body-background-color));
  background: linear-gradient(transparent, var(--bb-body-background-color));
  background: linear-gradient(transparent, var(--bb-body-background-color));
}

.gamipress-rewards-calendar-rewards {
  text-align: center;
}

.gamipress-leaderboard-table .column-avatar img {
  width: 50px;
}

.gamipress-coupons-redeem-coupon-form-code-input label,
.gamipress-referrals-form-description,
.gamipress-purchases-form label,
.gamipress-purchases-form-description,
.gamipress-wc-partial-payments-points {
  display: block;
}

#bbpress-forums .bbp-after-author-hook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
}
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points,
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievements,
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
}
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement {
  margin-right: 4px;
}
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement:last-child {
  margin-right: 0;
}
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank .gamipress-bbpress-rank-title,
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement .gamipress-bbpress-achievement-title {
  margin-left: 4px;
}
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank .gamipress-bbpress-rank-title:last-child,
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement .gamipress-bbpress-achievement-title:last-child {
  margin-right: 4px;
}
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-user-points:first-child,
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-points-label:first-child {
  margin-left: 4px;
}
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-user-points:last-child,
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-points-label:last-child {
  margin-right: 4px;
}
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-points-thumbnail + .gamipress-bbpress-user-points,
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type .gamipress-bbpress-points-thumbnail + .gamipress-bbpress-points-label {
  margin-left: 4px;
}
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type,
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement,
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank {
  margin-bottom: 10px;
}
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points > div,
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement,
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--bb-content-border-color);
  padding: 3px 4px;
  box-shadow: 0 1px 2px rgba(18, 43, 70, 0.12);
  font-size: 13px;
  color: var(--bb-body-text-color);
  background-color: var(--bb-content-background-color);
  border-radius: var(--bb-block-radius-inner);
  line-height: 1.5;
  -webkit-transition: all ease 0.3s;
          transition: all ease 0.3s;
}
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points > div:hover,
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement:hover,
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank:hover {
  box-shadow: 0 4px 14px rgba(18, 43, 70, 0.15);
}
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement .gamipress-bbpress-achievement-thumbnail,
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points > div .gamipress-bbpress-points-thumbnail,
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank .gamipress-bbpress-rank-thumbnail {
  display: inline-block;
  vertical-align: middle;
  border-radius: 100px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  margin-right: 5px;
  width: 20px;
}
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement .gamipress-bbpress-achievement-title:not(:last-child) {
  margin-right: 10px;
}
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement-thumbnail img,
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank .gamipress-bbpress-rank-thumbnail img {
  border-radius: 50%;
}
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement-type-label,
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank-label {
  display: none;
}
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank {
  display: inline-block;
}
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points > div,
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievements,
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank,
#bbpress-forums .bbp-after-author-hook .gamipress-bbpress-user-points {
  margin-right: 4px;
}
@media screen and (max-width: 1180px) {
  #bbpress-forums .bbp-after-author-hook {
    display: inline-block;
    width: 100%;
    margin: 5px 0 15px;
  }
  #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points,
  #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievements,
  #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks {
    display: inline;
  }
  #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points > div,
  #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement,
  #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-ranks .gamipress-bbpress-rank {
    padding: 2px 7px 2px 3px;
    font-size: 11px;
  }
  #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-points-type,
  #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-achievement,
  #bbpress-forums .bbp-after-author-hook .gamipress-bbpress-rank {
    margin-bottom: 5px;
  }
}

.acomment-content .gamipress-buddypress-user-details-activity,
.activity-content .gamipress-buddypress-user-details-activity,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing,
.item-avatar .gamipress-buddypress-user-details-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 0;
}
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points,
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement {
  margin-right: 4px;
}
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:last-child,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:last-child,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement:last-child,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement:last-child {
  margin-right: 0;
}
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type,
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank {
  margin-bottom: 10px;
}
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank .gamipress-buddypress-rank-title,
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank .gamipress-buddypress-rank-title,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank .gamipress-buddypress-rank-title,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank .gamipress-buddypress-rank-title,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title {
  margin-left: 4px;
}
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child,
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child {
  margin-right: 4px;
}
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child,
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child {
  margin-left: 4px;
}
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child,
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child {
  margin-right: 4px;
}
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail + .gamipress-buddypress-user-points,
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail + .gamipress-buddypress-points-label,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail + .gamipress-buddypress-user-points,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail + .gamipress-buddypress-points-label,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail + .gamipress-buddypress-user-points,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail + .gamipress-buddypress-points-label,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail + .gamipress-buddypress-user-points,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail + .gamipress-buddypress-points-label {
  margin-left: 4px;
}
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points > div,
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points > div,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points > div,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points > div,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--bb-content-border-color);
  padding: 3px 4px;
  box-shadow: 0 1px 2px rgba(18, 43, 70, 0.12);
  font-size: 13px;
  color: var(--bb-body-text-color);
  background-color: var(--bb-content-background-color);
  border-radius: var(--bb-block-radius-inner);
  line-height: 1.5;
  -webkit-transition: all ease 0.3s;
          transition: all ease 0.3s;
}
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points > div:hover,
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:hover,
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points > div:hover,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:hover,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points > div:hover,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement:hover,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points > div:hover,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement:hover,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover {
  box-shadow: 0 4px 14px rgba(18, 43, 70, 0.15);
}
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points > div .gamipress-buddypress-points-thumbnail,
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points > div .gamipress-buddypress-points-thumbnail,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points > div .gamipress-buddypress-points-thumbnail,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points > div .gamipress-buddypress-points-thumbnail,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail {
  display: inline-block;
  vertical-align: middle;
  border-radius: 100px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  width: 20px;
}
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements + .gamipress-buddypress-user-achievements,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements + .gamipress-buddypress-user-achievements,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements + .gamipress-buddypress-user-achievements,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements + .gamipress-buddypress-user-achievements {
  margin-left: 8px;
}
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail {
  margin-right: 0;
}
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-title,
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-title,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-title,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-title,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title {
  margin-left: 5px;
}
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:not(:last-child),
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:not(:last-child),
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:not(:last-child),
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:not(:last-child) {
  margin-right: 10px;
}
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement-thumbnail img,
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail img,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement-thumbnail img,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail img,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement-thumbnail img,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail img,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement-thumbnail img,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail img {
  border-radius: 50%;
}
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement-type-label,
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank-label,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement-type-label,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank-label,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement-type-label,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank-label,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement-type-label,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank-label {
  display: none !important;
}
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank {
  display: inline-block;
}
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points > div,
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-user-points,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points > div,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-user-points,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points > div,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-user-points,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points > div,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-user-points {
  margin-right: 4px;
}
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child {
  margin-right: 8px;
}
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements + .gamipress-buddypress-user-achievements,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements + .gamipress-buddypress-user-achievements,
.bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements + .gamipress-buddypress-user-achievements,
.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements + .gamipress-buddypress-user-achievements {
  margin-left: 0;
}
@media screen and (max-width: 1180px) {
  .acomment-content .gamipress-buddypress-user-details-activity,
  .activity-content .gamipress-buddypress-user-details-activity,
  .bb-members-list__avatar .gamipress-buddypress-user-details-listing,
  .item-avatar .gamipress-buddypress-user-details-listing {
    display: inline-block;
    width: 100%;
    margin: 5px 0 15px;
  }
  .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points,
  .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,
  .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks,
  .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points,
  .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,
  .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks,
  .bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points,
  .bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,
  .bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks,
  .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points,
  .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,
  .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks {
    display: inline;
  }
  .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points > div,
  .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,
  .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,
  .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points > div,
  .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,
  .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,
  .bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points > div,
  .bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,
  .bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank,
  .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points > div,
  .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,
  .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank {
    padding: 2px 7px 2px 3px;
    font-size: 11px;
  }
  .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type,
  .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,
  .acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank,
  .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type,
  .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,
  .activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank,
  .bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type,
  .bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,
  .bb-members-list__avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank,
  .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type,
  .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,
  .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank {
    margin-bottom: 5px;
  }
}

.members-list .gamipress-buddypress-achievement > a {
  color: inherit;
}

.activity-content .gamipress-points-award.user-has-earned,
.activity-content .gamipress-points-deduct.user-has-earned {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  padding: 20px;
  background-color: var(--bb-content-background-color);
  border: 1px solid var(--bb-content-border-color);
  font-size: 14px;
  line-height: 24px;
  border-radius: var(--bb-block-radius);
}
.activity-content .gamipress-points-award.user-has-earned .gamipress-points-type-image,
.activity-content .gamipress-points-deduct.user-has-earned .gamipress-points-type-image {
  margin-right: 15px;
}

.gamipress-buddypress-points .gamipress-buddypress-points-type {
  border-radius: 20px;
}

.activity-content .gamipress-achievement.user-has-earned {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.activity-content .gamipress-achievement.user-has-earned .gamipress-achievement-image {
  margin-right: 15px;
}

.item-avatar .gamipress-buddypress-user-details-listing {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px 0 0;
}

.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks,
.bb-media-model-inner .activity-inner .gamipress-buddypress-points,
.bb-media-model-inner .activity-inner .gamipress-buddypress-achievements,
.bb-media-model-inner .activity-inner .gamipress-buddypress-ranks,
.bb-media-model-inner .acomment-content .gamipress-buddypress-points,
.bb-media-model-inner .acomment-content .gamipress-buddypress-achievements,
.bb-media-model-inner .acomment-content .gamipress-buddypress-ranks {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#members-list:not(.grid) .item-avatar .gamipress-buddypress-user-details-listing {
  display: none;
}

.widget #gamipress-achievements-search-form #gamipress-achievements-search-input {
  width: 100%;
  margin-bottom: 10px;
}

#buddypress .users-header .gamipress-buddypress-rank .gamipress-buddypress-rank-title,
#buddypress .users-header .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title {
  margin-left: 4px;
}
#buddypress .users-header .gamipress-buddypress-rank .gamipress-buddypress-rank-title:last-child,
#buddypress .users-header .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title:last-child {
  margin-right: 4px;
}
#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-user-points:first-child,
#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-points-label:first-child {
  margin-left: 4px;
}
#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-user-points:last-child,
#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-points-label:last-child {
  margin-right: 4px;
}
#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail + .gamipress-buddypress-user-points,
#buddypress .users-header .gamipress-buddypress-points-type .gamipress-buddypress-points-thumbnail + .gamipress-buddypress-points-label {
  margin-left: 4px;
}
#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank,
#buddypress .users-header .gamipress-buddypress-points .gamipress-buddypress-points-type,
#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement {
  vertical-align: middle;
  border: 1px solid var(--bb-content-border-color);
  padding: 3px 4px;
  box-shadow: 0 1px 2px rgba(18, 43, 70, 0.12);
  font-size: 13px;
  color: var(--bb-body-text-color);
  margin-right: 5px;
  background-color: var(--bb-content-background-color);
  border-radius: var(--bb-block-radius-inner);
  -webkit-transition: all ease 0.3s;
          transition: all ease 0.3s;
}
#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank:hover,
#buddypress .users-header .gamipress-buddypress-points .gamipress-buddypress-points-type:hover,
#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement:hover {
  box-shadow: 0 4px 14px rgba(18, 43, 70, 0.15);
}
#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank,
#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement {
  display: inline-block;
}
#buddypress .users-header .gamipress-buddypress-points span.activity,
#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title,
#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-title {
  color: var(--bb-body-text-color);
  font-size: 13px;
  vertical-align: middle;
}
#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-title:hover,
#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title:hover {
  color: var(--bb-primary-color);
}
#buddypress .users-header .gamipress-buddypress-achievements,
#buddypress .users-header .gamipress-buddypress-ranks {
  margin-bottom: 5px;
}
#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title,
#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-title {
  margin-right: 0;
}
#buddypress .users-header .gamipress-rank-thumbnail,
#buddypress .users-header .gamipress-buddypress-achievement-thumbnail,
#buddypress .users-header .gamipress-buddypress-points-thumbnail {
  display: inline-block;
  vertical-align: middle;
  border-radius: 100px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  width: 20px;
}
#buddypress .users-header .gamipress-rank-thumbnail > img,
#buddypress .users-header .gamipress-buddypress-achievement-thumbnail > img,
#buddypress .users-header .gamipress-buddypress-points-thumbnail > img {
  margin-right: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title:not(:last-child) {
  margin-right: 10px;
}
#buddypress .users-header .gamipress-buddypress-rank-label,
#buddypress .users-header .gamipress-buddypress-achievement-type-label {
  display: none;
}
@media screen and (max-width: 540px) {
  #buddypress .users-header .gamipress-buddypress-points span.activity,
  #buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-title,
  #buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-title {
    font-size: 11px;
  }
}

.widget .gamipress-rank,
.widget .gamipress-achievement {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.widget .gamipress-rank-title,
.widget .gamipress-points-type-title,
.widget .gamipress-achievement-title,
.widget .gamipress-achievements-list .gamipress-achievements-container h2.gamipress-achievement-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
}
.widget .gamipress-rank-excerpt p,
.widget .gamipress-achievement-excerpt p {
  margin-bottom: 1rem;
}
.widget .gamipress-achievement:not(.gamipress-layout-none),
.widget .gamipress-achievement,
.widget .gamipress-rank:not(.gamipress-layout-none),
.widget .gamipress-rank {
  margin-bottom: 0;
}
.widget .gamipress-points-types .gamipress-points-type {
  border: 0;
  padding: 0 0 20px;
  border-radius: 0;
}
.widget .gamipress-points-types .gamipress-points-type:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget .gamipress-points-types .gamipress-points-type .gamipress-points-type-awards h4 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.widget .gamipress-points-types[class*="gamipress-columns"] > .gamipress-points-type {
  border-bottom-width: 0;
}
.widget .gamipress-points-types.gamipress-columns-1 .gamipress-points-type {
  border-bottom-width: 1px;
}
.widget .gamipress-shortcode-error > div {
  display: block;
  float: none;
  text-align: left;
}
.widget button.gamipress-achievement-unlock-with-points-button,
.widget button.gamipress-rank-unlock-with-points-button,
.widget #gamipress-achievements-search #gamipress-achievements-search-submit {
  width: 100%;
}

.widget[class*="gamipress"] button[type="button"],
.widget[class*="gamipress"] input[type="submit"] {
  font-size: 13px;
  font-weight: 500;
  min-height: 32px;
  line-height: 1.5;
  white-space: nowrap;
  letter-spacing: -0.4px;
  padding: 0 15px;
}
.widget[class*="gamipress"] [class*="unlock-with-points-confirmation"] p {
  margin-bottom: 1rem;
}
.widget[class*="gamipress"] [class*="unlock-with-points"] {
  width: 100%;
}
.widget[class*="gamipress"] .gamipress-user-ranks,
.widget[class*="gamipress"] .gamipress-user-ranks .gamipress-rank,
.widget[class*="gamipress"] .gamipress-points-types,
.widget[class*="gamipress"] .gamipress-points-types .gamipress-points-type,
.widget[class*="gamipress"] .gamipress-achievements-list #gamipress-achievements-container[class*="gamipress-columns"] > .gamipress-achievement,
.widget[class*="gamipress"] .gamipress-ranks-list .gamipress-ranks-container[class*="gamipress-columns"],
.widget[class*="gamipress"] .gamipress-ranks-list .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank {
  margin-left: 0;
  margin-right: 0;
}

.widget {
  /* stylelint-disable max-line-length */
}
.widget .gamipress-achievements-list #gamipress-achievements-container[class*="gamipress-columns"] > .gamipress-achievement {
  /* stylelint-enable */
  border: 0;
  padding: 0;
}
.widget .gamipress-email-settings-table {
  border: 0;
}

.widget-area .widget .gamipress-user-points:not(.gamipress-layout-none),
.widget-area .elementor-widget .gamipress-user-points:not(.gamipress-layout-none) {
  margin: 0;
}
.widget-area .widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points,
.widget-area .elementor-widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points {
  margin: 0 0 10px;
}
.widget-area .widget .gamipress-columns-1 > .gamipress-points,
.widget-area .elementor-widget .gamipress-columns-1 > .gamipress-points {
  width: 100%;
}
.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1 > .gamipress-achievement,
.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1 > .gamipress-achievement {
  width: 100%;
  margin-bottom: 20px;
}
.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1 > .gamipress-achievement:last-of-type,
.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1 > .gamipress-achievement:last-of-type {
  margin-bottom: 0;
}
.widget-area .widget .gamipress-points-types.gamipress-columns-1 > .gamipress-points-type,
.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-1 > .gamipress-rank,
.widget-area .widget .gamipress-user-ranks.gamipress-columns-1 > .gamipress-rank,
.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-1 > .gamipress-points-type,
.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-1 > .gamipress-rank,
.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-1 > .gamipress-rank {
  width: 100%;
}
.widget-area .widget .gamipress-columns-2 > .gamipress-points,
.widget-area .elementor-widget .gamipress-columns-2 > .gamipress-points {
  width: 100%;
}
.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2 > .gamipress-achievement,
.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2 > .gamipress-achievement {
  width: 100%;
  margin-bottom: 20px;
}
.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2 > .gamipress-achievement:last-of-type,
.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2 > .gamipress-achievement:last-of-type {
  margin-bottom: 0;
}
.widget-area .widget .gamipress-points-types.gamipress-columns-2 > .gamipress-points-type,
.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-2 > .gamipress-rank,
.widget-area .widget .gamipress-user-ranks.gamipress-columns-2 > .gamipress-rank,
.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-2 > .gamipress-points-type,
.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-2 > .gamipress-rank,
.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-2 > .gamipress-rank {
  width: 100%;
}
.widget-area .widget .gamipress-columns-3 > .gamipress-points,
.widget-area .elementor-widget .gamipress-columns-3 > .gamipress-points {
  width: 100%;
}
.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3 > .gamipress-achievement,
.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3 > .gamipress-achievement {
  width: 100%;
  margin-bottom: 20px;
}
.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3 > .gamipress-achievement:last-of-type,
.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3 > .gamipress-achievement:last-of-type {
  margin-bottom: 0;
}
.widget-area .widget .gamipress-points-types.gamipress-columns-3 > .gamipress-points-type,
.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-3 > .gamipress-rank,
.widget-area .widget .gamipress-user-ranks.gamipress-columns-3 > .gamipress-rank,
.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-3 > .gamipress-points-type,
.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-3 > .gamipress-rank,
.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-3 > .gamipress-rank {
  width: 100%;
}
.widget-area .widget .gamipress-columns-4 > .gamipress-points,
.widget-area .elementor-widget .gamipress-columns-4 > .gamipress-points {
  width: 100%;
}
.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4 > .gamipress-achievement,
.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4 > .gamipress-achievement {
  width: 100%;
  margin-bottom: 20px;
}
.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4 > .gamipress-achievement:last-of-type,
.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4 > .gamipress-achievement:last-of-type {
  margin-bottom: 0;
}
.widget-area .widget .gamipress-points-types.gamipress-columns-4 > .gamipress-points-type,
.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-4 > .gamipress-rank,
.widget-area .widget .gamipress-user-ranks.gamipress-columns-4 > .gamipress-rank,
.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-4 > .gamipress-points-type,
.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-4 > .gamipress-rank,
.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-4 > .gamipress-rank {
  width: 100%;
}
.widget-area .widget .gamipress-columns-5 > .gamipress-points,
.widget-area .elementor-widget .gamipress-columns-5 > .gamipress-points {
  width: 100%;
}
.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5 > .gamipress-achievement,
.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5 > .gamipress-achievement {
  width: 100%;
  margin-bottom: 20px;
}
.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5 > .gamipress-achievement:last-of-type,
.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5 > .gamipress-achievement:last-of-type {
  margin-bottom: 0;
}
.widget-area .widget .gamipress-points-types.gamipress-columns-5 > .gamipress-points-type,
.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-5 > .gamipress-rank,
.widget-area .widget .gamipress-user-ranks.gamipress-columns-5 > .gamipress-rank,
.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-5 > .gamipress-points-type,
.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-5 > .gamipress-rank,
.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-5 > .gamipress-rank {
  width: 100%;
}
.widget-area .widget .gamipress-columns-6 > .gamipress-points,
.widget-area .elementor-widget .gamipress-columns-6 > .gamipress-points {
  width: 100%;
}
.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6 > .gamipress-achievement,
.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6 > .gamipress-achievement {
  width: 100%;
  margin-bottom: 20px;
}
.widget-area .widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6 > .gamipress-achievement:last-of-type,
.widget-area .elementor-widget .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6 > .gamipress-achievement:last-of-type {
  margin-bottom: 0;
}
.widget-area .widget .gamipress-points-types.gamipress-columns-6 > .gamipress-points-type,
.widget-area .widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-6 > .gamipress-rank,
.widget-area .widget .gamipress-user-ranks.gamipress-columns-6 > .gamipress-rank,
.widget-area .elementor-widget .gamipress-points-types.gamipress-columns-6 > .gamipress-points-type,
.widget-area .elementor-widget .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-6 > .gamipress-rank,
.widget-area .elementor-widget .gamipress-user-ranks.gamipress-columns-6 > .gamipress-rank {
  width: 100%;
}
.widget-area .widget .gamipress-email-settings-table,
.widget-area .elementor-widget .gamipress-email-settings-table {
  margin-bottom: 15px;
}
.widget-area .widget .gamipress-email-settings-table th,
.widget-area .widget .gamipress-email-settings-table td,
.widget-area .elementor-widget .gamipress-email-settings-table th,
.widget-area .elementor-widget .gamipress-email-settings-table td {
  padding: 0.5rem;
}
.widget-area .widget .gamipress-email-settings-table th,
.widget-area .elementor-widget .gamipress-email-settings-table th {
  font-size: 14px;
}
.widget-area .widget .gamipress-email-settings-table td,
.widget-area .elementor-widget .gamipress-email-settings-table td {
  font-size: 14px;
  line-height: 1.3;
}

.gamipress_achievements_widget {
  /* stylelint-disable max-line-length */
}
.gamipress_achievements_widget #gamipress-achievements-filter label {
  font-size: 14px;
  margin-bottom: 5px;
}
.gamipress_achievements_widget #gamipress-achievements-filter select {
  margin-left: 0;
  font-size: 14px;
}
.gamipress_achievements_widget #gamipress-achievements-search {
  margin-right: 0;
}
.gamipress_achievements_widget #gamipress-achievements-search label {
  font-size: 14px;
  margin-bottom: 5px;
}
.gamipress_achievements_widget #gamipress-achievements-search #gamipress-achievements-search-input {
  width: 100%;
  font-size: 14px;
  margin-bottom: 5px;
}
.gamipress_achievements_widget #gamipress-achievements-search #gamipress-achievements-search-submit {
  padding-left: 20px;
  padding-right: 20px;
  height: 32px;
}
.gamipress_achievements_widget ul.gamipress-achievement-earners-list li {
  margin-left: 0;
}
.gamipress_achievements_widget .gamipress-achievement-description .gamipress-achievement-title + .gamipress-achievement-excerpt {
  margin-top: 0;
}
.gamipress_achievements_widget .gamipress-achievement-description .gamipress-achievement-points {
  margin-bottom: 5px;
}
.gamipress_achievements_widget .gamipress-achievements-list #gamipress-achievements-container[class*="gamipress-columns"] > .gamipress-achievement {
  /* stylelint-enable */
  width: 100%;
}

.gamipress_ranks_widget .gamipress-ranks-list .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  padding: 0;
  border-radius: 0;
}
.gamipress_ranks_widget ul.gamipress-rank-earners-list li {
  margin-left: 0;
}
.gamipress_ranks_widget .gamipress-rank-type-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
}
.gamipress_ranks_widget .gamipress-ranks-list .gamipress-ranks-container h2.gamipress-rank-title {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.gamipress_ranks_widget .gamipress-rank-image {
  margin-top: 0;
}

.gamipress_earnings_widget .gamipress-earnings-col-thumbnail img {
  max-width: 50px;
}
.gamipress_earnings_widget table.gamipress-earnings-table thead tr,
.gamipress_earnings_widget table.gamipress-earnings-table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gamipress_earnings_widget table.gamipress-earnings-table thead {
  display: none;
}
.gamipress_earnings_widget table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail {
  max-width: 50px;
  width: 50px;
  padding-top: 15px;
}
.gamipress_earnings_widget table.gamipress-earnings-table tbody tr:first-child td.gamipress-earnings-col-thumbnail {
  padding-top: 0;
}
.gamipress_earnings_widget table.gamipress-earnings-table th:first-child,
.gamipress_earnings_widget table.gamipress-earnings-table td:first-child,
.gamipress_earnings_widget table.gamipress-earnings-table th,
.gamipress_earnings_widget table.gamipress-earnings-table td {
  padding: 3px 5px;
  font-size: 13px;
  line-height: 1.4;
}
.gamipress_earnings_widget table.gamipress-earnings-table th:first-child,
.gamipress_earnings_widget table.gamipress-earnings-table th {
  font-size: 12px;
}
.gamipress_earnings_widget table.gamipress-earnings-table thead tr:first-child th {
  border-top: 0;
}
.gamipress_earnings_widget table.gamipress-earnings-table thead th:first-child,
.gamipress_earnings_widget table.gamipress-earnings-table thead tr:first-child th:first-child,
.gamipress_earnings_widget table.gamipress-earnings-table tbody td:first-child {
  border-left: 0;
}
.gamipress_earnings_widget table.gamipress-earnings-table tbody th:last-child,
.gamipress_earnings_widget table.gamipress-earnings-table thead tr:first-child th:last-child,
.gamipress_earnings_widget table.gamipress-earnings-table tbody td:last-child {
  border-right: 0;
}
.gamipress_earnings_widget table.gamipress-earnings-table tbody tr:last-child td {
  border-bottom: 0;
}
.gamipress_earnings_widget table.gamipress-earnings-table tbody tr:hover {
  box-shadow: none;
}

.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points {
  margin: 5px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  border-width: 0;
  border-radius: 0;
  border-bottom-width: 1px;
}
.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points:last-of-type {
  border-bottom-width: 0;
}
.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-image img {
  max-width: 60px;
}
.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none).gamipress-layout-right .gamipress-user-points-image {
  margin-left: auto;
  margin-right: 0;
}
.gamipress_points_widget .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-description span {
  margin-bottom: 5px;
}

.gamipress_user_rank_widget .gamipress-user-ranks .gamipress-rank {
  border-width: 0;
  padding: 0;
}
.gamipress_user_rank_widget .gamipress-rank-description > h4 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.gamipress_user_rank_widget ul.gamipress-rank-earners-list li {
  margin-left: 0;
}
.gamipress_user_rank_widget .gamipress-user-ranks .gamipress-rank {
  margin-bottom: 15px;
}
.gamipress_user_rank_widget .gamipress-user-ranks .gamipress-rank:last-of-type {
  margin-bottom: 0;
}

/* GamiPress data in Widget */
body.hide-overflow {
  overflow: hidden;
}

.elementor-widget-bbp-members .GamiPress-data-popup,
.buddypress.widget .GamiPress-data-popup {
  display: none;
}
.elementor-widget-bbp-members .GamiPress-data-popup.is_active,
.buddypress.widget .GamiPress-data-popup.is_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  background-color: rgba(250, 251, 253, 0.9);
  z-index: 999901;
}
.elementor-widget-bbp-members .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing,
.buddypress.widget .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing {
  display: block !important;
  background-color: var(--bb-content-background-color);
  padding: 20px 20px 10px;
  border: 1px solid #d2d4d6;
  box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0.1);
  position: relative;
  border-radius: 4px;
  max-width: 90%;
}
.elementor-widget-bbp-members .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing .hideGamipressData,
.buddypress.widget .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing .hideGamipressData {
  font-size: 24px;
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 0.8;
  cursor: pointer;
}
.elementor-widget-bbp-members .gamipress-buddypress-user-details-listing,
.buddypress.widget .gamipress-buddypress-user-details-listing {
  display: none;
}
.elementor-widget-bbp-members span.activity.gamipress-buddypress-user-points,
.elementor-widget-bbp-members span.activity.gamipress-buddypress-points-label,
.buddypress.widget span.activity.gamipress-buddypress-user-points,
.buddypress.widget span.activity.gamipress-buddypress-points-label {
  display: inline-block;
}
.elementor-widget-bbp-members .showGamipressData,
.buddypress.widget .showGamipressData {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--bb-content-background-color);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 17px;
  width: 17px;
  cursor: pointer;
}
.elementor-widget-bbp-members .showGamipressData img,
.buddypress.widget .showGamipressData img {
  height: 14px !important;
  width: 14px !important;
}
.elementor-widget-bbp-members .showGamipressData [class*=" bb-icon-"],
.buddypress.widget .showGamipressData [class*=" bb-icon-"] {
  font-size: 12px;
  color: #000;
}

.bp-search-results-list .item-avatar .gamipress-buddypress-user-details-listing,
.bp-search-ajax-item .item-avatar .gamipress-buddypress-user-details-listing {
  display: none;
}

.gamipress-achievement-congratulations {
  padding: 20px;
  background-color: var(--bb-content-background-color);
  border: 1px solid var(--bb-content-border-color);
  font-size: 14px;
  line-height: 24px;
}
.gamipress-achievement-congratulations p:last-child {
  margin-bottom: 0;
}

.gamipress-achievement-image img.gamipress-achievement-thumbnail {
  border-radius: 4px;
}

body.buddypress .gamipress-achievement-description .gamipress-achievement-title {
  margin-bottom: 15px;
}
.gamipress-achievement-description .gamipress-achievement-title a {
  color: var(--bb-headings-color);
}
.gamipress-achievement-description .gamipress-achievement-title a:hover {
  color: var(--bb-primary-color);
}
.gamipress-achievement-description .gamipress-achievement-title + .gamipress-achievement-excerpt {
  margin-top: 15px;
}
.gamipress-achievement-description .gamipress-achievement-points {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
  color: var(--bb-alternate-text-color);
}
.gamipress-achievement-description .gamipress-achievement-points > img {
  vertical-align: middle;
}
.gamipress-achievement-description ol.gamipress-required-achievements li {
  font-size: 14px;
  color: var(--bb-alternate-text-color);
}
.gamipress-achievements-list .gamipress-achievement-description ol.gamipress-required-achievements li.user-has-not-earned {
  text-decoration: none;
}
.gamipress-achievement-description ul.gamipress-required-achievements {
  list-style: none;
  margin-left: 0;
}
.gamipress-achievement-description ul.gamipress-required-achievements li {
  font-size: 14px;
  color: var(--bb-alternate-text-color);
}
.gamipress-achievements-list .gamipress-achievement-description ul.gamipress-required-achievements li.user-has-not-earned {
  text-decoration: none;
}
.gamipress-achievement-description ul.gamipress-required-achievements li:before {
  content: "\ef32";
  font-family: bb-icons;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  margin-right: 10px;
  position: relative;
  top: 3px;
  background-color: var(--bb-content-alternate-background-color);
  border-radius: 100%;
}
.gamipress-achievement-description ul.gamipress-required-achievements li.user-has-earned:before {
  content: "\ef32";
  font-family: bb-icons;
  font-weight: 300;
}

.single-achievement.gamipress-layout-none .gamipress-achievement-image {
  margin-bottom: 20px;
}
.single-achievement .gamipress-achievement-description h4 {
  margin-top: 0;
}
.single-achievement .gamipress-achievement-description .gamipress-required-achievements li {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 5px;
}
.single-achievement .gamipress-achievement-description .gamipress-required-achievements li:before {
  vertical-align: middle;
  top: initial;
}

.widget .gamipress-achievement-points .gamipress-points-thumbnail,
.single-achievement .gamipress-achievement-points .gamipress-points-thumbnail {
  height: 25px;
  width: auto;
  margin-right: 5px;
}
.widget .gamipress-achievement-description .gamipress-required-achievements li .gamipress-mark-as-completed-button,
.single-achievement .gamipress-achievement-description .gamipress-required-achievements li .gamipress-mark-as-completed-button {
  display: inline-block;
  vertical-align: middle;
  font-size: 90%;
  padding: 8px 10px;
}

.widget .gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-unlock-with-points-button {
  font-size: 83%;
  padding: 10px 8px;
}

.gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1 > .gamipress-achievement {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}
@media screen and (min-width: 800px) {
  .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-2 > .gamipress-achievement {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-3 > .gamipress-achievement {
    width: -webkit-calc(33.333% - 20px);
    width: calc(33.333% - 20px);
  }
  .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-4 > .gamipress-achievement {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
  }
  .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-5 > .gamipress-achievement {
    width: -webkit-calc(20% - 20px);
    width: calc(20% - 20px);
  }
  .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-6 > .gamipress-achievement {
    width: -webkit-calc(16.666% - 20px);
    width: calc(16.666% - 20px);
  }
}
.gamipress-achievements-list .gamipress-achievements-container h2.gamipress-achievement-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 5px;
}
.gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-excerpt {
  font-size: 14px;
  line-height: 24px;
}
.gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-times-earned {
  font-size: 14px;
  line-height: 24px;
}
.gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-description > h4 {
  margin-top: auto;
  margin-bottom: 5px;
  font-size: 14px;
}
.gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-unlock-with-points-button {
  width: 100%;
  margin: 0 0 15px;
}

.gamipress-achievement-unlock-with-points-response {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
  color: var(--bb-alternate-text-color);
}

button.gamipress-achievement-unlock-with-points-button {
  font-size: 14px;
}
.buddypress .buddypress-wrap button.gamipress-achievement-unlock-with-points-button {
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  body:not(.has-sidebar) .gamipress-achievements-list .gamipress-achievements-container.gamipress-columns-1 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.gamipress-achievements-list #gamipress-achievements-container[class*="gamipress-columns"] {
  margin-left: auto;
  margin-right: auto;
}
.gamipress-achievements-list #gamipress-achievements-container[class*="gamipress-columns"] > .gamipress-achievement {
  background-color: var(--bb-content-background-color);
  border: 1px solid var(--bb-content-border-color);
  border-radius: var(--bb-block-radius);
  margin-left: 10px;
  margin-right: 10px;
  -ms-flex-item-align: normal;
      align-self: normal;
}
@media screen and (max-width: 800px) {
  .gamipress-achievements-list #gamipress-achievements-container[class*="gamipress-columns"] > .gamipress-achievement {
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }
}
.gamipress-achievements-list #gamipress-achievements-container[class*="gamipress-columns"] > .gamipress-achievement.gamipress-layout-top {
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gamipress-achievements-list #gamipress-achievements-container[class*="gamipress-columns"] > .gamipress-achievement.gamipress-layout-none {
  margin-bottom: 20px;
}

.widget .gamipress-inline-achievement .gamipress-inline-achievement-link,
.elementor-widget .gamipress-inline-achievement .gamipress-inline-achievement-link {
  display: block;
}

.entry-content > .gamipress-achievement {
  padding: 20px;
  background-color: #fff;
  border: 1px solid var(--bb-content-border-color);
  font-size: 14px;
  line-height: 24px;
  border-radius: 4px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .entry-content > .gamipress-achievement {
    max-width: 100%;
  }
}

.gamipress-rank-congratulations {
  padding: 20px;
  background-color: #fff;
  border: 1px solid var(--bb-content-border-color);
  font-size: 14px;
  line-height: 24px;
}
.gamipress-rank-congratulations p:last-child {
  margin-bottom: 0;
}

body.buddypress .gamipress-rank-description .gamipress-rank-title {
  margin-bottom: 15px;
}
.gamipress-rank-description .gamipress-rank-title a {
  color: var(--bb-headings-color);
}
.gamipress-rank-description .gamipress-rank-title a:hover {
  color: var(--bb-primary-color);
}
.gamipress-rank-description ul.gamipress-required-requirements {
  list-style: none;
  margin-left: 0;
}
.gamipress-rank-description ul.gamipress-required-requirements li {
  font-size: 14px;
  color: var(--bb-alternate-text-color);
}
.gamipress-achievements-list .gamipress-rank-description ul.gamipress-required-requirements li.user-has-not-earned {
  text-decoration: none;
}
.gamipress-rank-description ul.gamipress-required-requirements li:before {
  content: "\ef32";
  font-family: bb-icons;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  margin-right: 10px;
  position: relative;
  top: 3px;
  background-color: #eef0f3;
  border-radius: 100%;
}
.gamipress-rank-description ul.gamipress-required-requirements li.user-has-earned:before {
  content: "\ef32";
  font-family: bb-icons;
  font-weight: 300;
}

.gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-1 > .gamipress-rank {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-2 > .gamipress-rank {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-3 > .gamipress-rank {
    width: -webkit-calc(33.333% - 20px);
    width: calc(33.333% - 20px);
  }
  .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-4 > .gamipress-rank {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
  }
  .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-5 > .gamipress-rank {
    width: -webkit-calc(20% - 20px);
    width: calc(20% - 20px);
  }
  .gamipress-ranks-list .gamipress-ranks-container.gamipress-columns-6 > .gamipress-rank {
    width: -webkit-calc(16.666% - 20px);
    width: calc(16.666% - 20px);
  }
}
.gamipress-ranks-list .gamipress-ranks-container h2.gamipress-rank-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 0;
}
.gamipress-ranks-list .gamipress-ranks-container .gamipress-rank-excerpt {
  font-size: 14px;
  line-height: 20px;
}
.gamipress-ranks-list .gamipress-ranks-container .gamipress-rank-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.gamipress-ranks-list .gamipress-ranks-container .gamipress-rank-description > h4 {
  margin-top: auto;
  margin-bottom: 5px;
  font-size: 16px;
}

.gamipress-ranks-list .gamipress-rank-type {
  margin-bottom: 30px;
}
.gamipress-ranks-list .gamipress-rank-type:last-of-type {
  margin-bottom: 0;
}

.gamipress-ranks-list .gamipress-ranks-container[class*="gamipress-columns"] {
  margin-left: -10px;
  margin-right: -10px;
}
.gamipress-ranks-list .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank {
  background-color: var(--bb-content-background-color);
  border: 1px solid var(--bb-content-border-color);
  border-radius: var(--bb-block-radius);
  margin-left: 10px;
  margin-right: 10px;
  -ms-flex-item-align: normal;
      align-self: normal;
  padding: 30px 20px;
  margin-bottom: 1rem;
}
.gamipress-ranks-list .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank .gamipress-rank-image {
  padding-top: 0;
}
@media screen and (max-width: 800px) {
  .gamipress-ranks-list .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank {
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }
}
.gamipress-ranks-list .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank.gamipress-layout-top {
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gamipress-ranks-list .gamipress-ranks-container[class*="gamipress-columns"] .gamipress-rank.gamipress-layout-none {
  margin-bottom: 20px;
}

.gamipress-user-ranks {
  margin-left: -10px;
  margin-right: -10px;
}
.gamipress-user-ranks .gamipress-rank {
  padding: 20px;
  background-color: var(--bb-content-background-color);
  border: 1px solid var(--bb-content-border-color);
  font-size: 14px;
  line-height: 24px;
  border-radius: var(--bb-block-radius);
  margin-left: 10px;
  margin-right: 10px;
  -ms-flex-item-align: normal;
      align-self: normal;
}
.gamipress-user-ranks .gamipress-rank .gamipress-rank-unlock-with-points-button {
  font-size: 14px;
}
@media screen and (min-width: 800px) {
  .gamipress-user-ranks.gamipress-columns-2 > .gamipress-rank {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .gamipress-user-ranks.gamipress-columns-3 > .gamipress-rank {
    width: -webkit-calc(33.333% - 20px);
    width: calc(33.333% - 20px);
  }
  .gamipress-user-ranks.gamipress-columns-4 > .gamipress-rank {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
  }
  .gamipress-user-ranks.gamipress-columns-5 > .gamipress-rank {
    width: -webkit-calc(20% - 20px);
    width: calc(20% - 20px);
  }
  .gamipress-user-ranks.gamipress-columns-6 > .gamipress-rank {
    width: -webkit-calc(16.666% - 20px);
    width: calc(16.666% - 20px);
  }
}
.gamipress-user-ranks > .gamipress-rank .gamipress-rank-requirements {
  border-bottom: 0;
}

.widget .gamipress-inline-rank .gamipress-inline-rank-link,
.elementor-widget .gamipress-inline-rank .gamipress-inline-rank-link {
  display: block;
}

.bb-gamipress article .entry-media.entry-img {
  display: none;
}

button.gamipress-rank-unlock-with-points-button {
  font-size: 14px;
}

.gamipress-user-points .gamipress-user-points-amount {
  font-weight: 500;
  color: var(--bb-headings-color);
}

.gamipress-user-points:not(.gamipress-layout-none) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.gamipress-user-points:not(.gamipress-layout-none):not([class*=" gamipress-columns-"]) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points {
  background-color: var(--bb-content-background-color);
  border: 1px solid var(--bb-content-border-color);
  border-radius: var(--bb-block-radius);
  margin: 20px 10px;
  padding-bottom: 20px;
  overflow: visible;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-image img {
  border-radius: 4px;
}
.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-description span {
  display: block;
  margin-top: 0;
}
.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-amount {
  font-size: 24px;
  margin: 12px 0;
}
.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-label {
  color: var(--bb-alternate-text-color);
}
@media screen and (max-width: 992px) {
  .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 1em;
  }
}
@media screen and (max-width: 800px) {
  .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
}
@media screen and (max-width: 544px) {
  .gamipress-user-points:not(.gamipress-layout-none) {
    margin-left: 0;
    margin-right: 0;
  }
  .gamipress-user-points:not(.gamipress-layout-none) .gamipress-points {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.gamipress-user-points.gamipress-align-right > div {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.gamipress-user-points.gamipress-align-right > div .gamipress-user-points-image {
  margin-left: 10px;
}
.gamipress-user-points.gamipress-layout-right.gamipress-align-right > div {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.gamipress-user-points.gamipress-align-left > div {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.gamipress-user-points.gamipress-align-center > div, .gamipress-user-points.gamipress-align-justify > div {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: justify;
}

.widget .gamipress-inline-points-wrapper .gamipress-inline-points,
.elementor-widget .gamipress-inline-points-wrapper .gamipress-inline-points {
  display: inline-block;
}

.gamipress-points-types {
  margin-left: -10px;
  margin-right: -10px;
}
.gamipress-points-types[class*="gamipress-columns"] > .gamipress-points-type {
  border-bottom: 1px solid var(--bb-content-border-color);
  padding: 1em;
}
.gamipress-points-types:not(.gamipress-layout-none) .gamipress-points-type {
  -ms-flex-item-align: normal;
      align-self: normal;
}
.gamipress-points-types .gamipress-points-type {
  background-color: var(--bb-content-background-color);
  border: 1px solid var(--bb-content-border-color);
  border-radius: var(--bb-block-radius);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 800px) {
  .gamipress-points-types.gamipress-columns-2 > .gamipress-points-type {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .gamipress-points-types.gamipress-columns-3 > .gamipress-points-type {
    width: -webkit-calc(33.333% - 20px);
    width: calc(33.333% - 20px);
  }
  .gamipress-points-types.gamipress-columns-4 > .gamipress-points-type {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
  }
  .gamipress-points-types.gamipress-columns-5 > .gamipress-points-type {
    width: -webkit-calc(20% - 20px);
    width: calc(20% - 20px);
  }
  .gamipress-points-types.gamipress-columns-6 > .gamipress-points-type {
    width: -webkit-calc(16.666% - 20px);
    width: calc(16.666% - 20px);
  }
}
.gamipress-points-types .gamipress-open-close-switch {
  text-align: left;
}
.gamipress-points-types .gamipress-open-close-switch a.show-hide-open,
.gamipress-points-types .gamipress-open-close-switch a.show-hide-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 5px 0;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--bb-alternate-text-color);
}
.gamipress-points-types .gamipress-open-close-switch a.show-hide-open:after,
.gamipress-points-types .gamipress-open-close-switch a.show-hide-close:after {
  padding: 0;
  margin-left: auto;
  background: transparent;
  background-image: none;
  background-color: #eef0f3;
  border-radius: 100%;
  font-family: bb-icons;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color 0.1s ease-in 0;
          transition: color 0.1s ease-in 0;
  color: var(--bb-alternate-text-color);
}
.gamipress-points-types .gamipress-open-close-switch a.show-hide-open:after {
  content: "\e826";
  line-height: 21px;
}
.gamipress-points-types .gamipress-open-close-switch a.show-hide-close:after {
  content: "\e87c";
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.gamipress-points-types .gamipress-extras-window {
  font-size: 14px;
}
.gamipress-points-types .gamipress-extras-window h4 {
  font-size: 14px;
  margin-bottom: 5px;
}
.gamipress-points-types .gamipress-extras-window ul {
  margin-bottom: 5px;
}
.gamipress-points-types .gamipress-extras-window .gamipress-points-awards,
.gamipress-points-types .gamipress-extras-window .gamipress-points-deducts {
  list-style: none;
  margin-left: 0;
}
.gamipress-points-types .gamipress-extras-window .gamipress-points-awards li:before,
.gamipress-points-types .gamipress-extras-window .gamipress-points-deducts li:before {
  content: "\ef32";
  font-family: bb-icons;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  margin-right: 10px;
  position: relative;
  top: 3px;
  background-color: #eef0f3;
  border-radius: 100%;
}
.gamipress-points-types .gamipress-extras-window .gamipress-points-awards li.user-has-earned:before,
.gamipress-points-types .gamipress-extras-window .gamipress-points-deducts li.user-has-earned:before {
  content: "\ef32";
  font-family: bb-icons;
  font-weight: 300;
}

.widget-area .gamipress-columns-1.gamipress-user-points .gamipress-points {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  max-width: 100%;
  margin-top: 0;
}
@media screen and (max-width: 545px) {
  .widget-area .gamipress-columns-1.gamipress-user-points .gamipress-points {
    margin-left: 0;
    margin-right: 0;
    padding: 1em;
  }
}
.widget-area .gamipress-columns-1.gamipress-user-points .gamipress-points:last-child {
  margin-bottom: 0;
}
.widget-area .gamipress-columns-1.gamipress-points-types .gamipress-points-type {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  max-width: 100%;
  margin-top: 0;
}
@media screen and (max-width: 545px) {
  .widget-area .gamipress-columns-1.gamipress-points-types .gamipress-points-type {
    margin-left: 0;
    margin-right: 0;
    padding: 1em;
  }
}
@media screen and (min-width: 545px) {
  .widget-area .gamipress-columns-1.gamipress-points-types {
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
  }
}
.widget-area .gamipress-columns-1.gamipress-points-types .gamipress-achievement-image {
  padding-top: 5px;
}
.widget-area .gamipress-columns-2.gamipress-user-points .gamipress-points {
  -webkit-box-flex: 1;
      -ms-flex: 1 40%;
          flex: 1 40%;
  max-width: -webkit-calc(100% - 20px);
  max-width: calc(100% - 20px);
  margin-top: 0;
  padding: 1em;
}
.widget-area .gamipress-columns-2.gamipress-user-points .gamipress-points:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 545px) {
  .widget-area .gamipress-columns-2.gamipress-user-points {
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
  }
}
.widget-area .gamipress-columns-2.gamipress-user-points .gamipress-user-points-image {
  margin-bottom: 10px;
}
.widget-area .gamipress-achievement .gamipress-achievement-description .gamipress-achievement-excerpt:only-child p {
  margin-bottom: 0;
}

table.gamipress-earnings-table {
  border-collapse: separate;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
table.gamipress-earnings-table th,
table.gamipress-earnings-table td {
  background-color: #fff;
}
table.gamipress-earnings-table th:first-child,
table.gamipress-earnings-table td:first-child {
  padding-left: 1em;
}
table.gamipress-earnings-table thead th {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: var(--bb-alternate-text-color);
  white-space: nowrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
table.gamipress-earnings-table thead tr:first-child th:first-child {
  border-radius: 4px 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
table.gamipress-earnings-table thead tr:first-child th:last-child {
  border-radius: 0 4px 0 0;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
table.gamipress-earnings-table thead tr:first-child th {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
table.gamipress-earnings-table tbody tr {
  -webkit-transform: translateZ(-1em);
          transform: translateZ(-1em);
  position: relative;
  z-index: 0;
}
table.gamipress-earnings-table tbody tr td {
  border-bottom: 0;
  font-size: 14px;
  padding-top: 1em;
  padding-bottom: 1em;
}
table.gamipress-earnings-table tbody tr:hover {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  box-shadow: 0 3px 24px 0 rgba(18, 43, 70, 0.08);
  position: relative;
  z-index: 9;
}
table.gamipress-earnings-table tbody tr:last-child td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
table.gamipress-earnings-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}
table.gamipress-earnings-table tbody tr:last-child td:last-child {
  border-radius: 0 0 4px;
}
table.gamipress-earnings-table tbody td:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
table.gamipress-earnings-table tbody td:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail {
  width: 60px;
}
table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail img.gamipress-achievement-thumbnail,
table.gamipress-earnings-table tbody td.gamipress-earnings-col-thumbnail img.gamipress-rank-thumbnail {
  object-fit: cover;
  width: 52px;
  height: 52px;
  border-radius: 100%;
}
table.gamipress-earnings-table tbody td.gamipress-earnings-col-date {
  font-size: 13px;
  color: var(--bb-alternate-text-color);
}
table.gamipress-earnings-table tbody td.gamipress-earnings-col-points {
  font-size: 13px;
  color: var(--bb-alternate-text-color);
}

.gamipress-earnings-pagination {
  font-size: 13px;
  text-align: right;
}
.gamipress-earnings-pagination span,
.gamipress-earnings-pagination a {
  padding: 0 5px;
}

.widget table.gamipress-earnings-table {
  border: 0;
}

.users-header .gamipress-buddypress-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 0;
}
.users-header .gamipress-buddypress-points img.gamipress-points-thumbnail {
  border-radius: 100%;
  margin-right: 5px;
}
.users-header .gamipress-buddypress-points .gamipress-buddypress-user-points {
  margin-right: 5px;
}
.users-header .gamipress-buddypress-points-type {
  margin: 0 10px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.users-header .gamipress-buddypress-achievements {
  margin-bottom: 10px;
}
.users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-type-label {
  margin-right: 10px;
  font-weight: 500;
  color: var(--bb-headings-color);
}
.users-header .gamipress-buddypress-achievements img.gamipress-achievement-thumbnail {
  border-radius: 100%;
  margin-right: 5px;
  margin-bottom: 5px;
}
.users-header .gamipress-buddypress-achievement-title {
  margin-right: 10px;
}
.users-header .gamipress-buddypress-ranks {
  margin-bottom: 10px;
}
.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank a.activity {
  font-size: 14px;
}
.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-label {
  margin-right: 10px;
  font-weight: 500;
}
#buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-label {
  color: var(--bb-headings-color);
}
.users-header .gamipress-buddypress-ranks img.gamipress-rank-thumbnail {
  border-radius: 100%;
}
.users-header .gamipress-buddypress-rank-title {
  margin-right: 10px;
}
.users-header .item-meta .gamipress-buddypress-user-details-top,
.users-header .item-meta .gamipress-buddypress-points,
.users-header .item-meta .gamipress-buddypress-achievements,
.users-header .item-meta .gamipress-buddypress-ranks {
  display: none;
}
