/**
 * MEMBER PROFILE STYLES
 */

.panel-badgecase {
  background: transparent;
  box-shadow: none;
}
.panel-badgecase .panel-body {
  border-radius: 2rem;
  box-shadow: inset 0 0 0 2px #ffcf5b, inset 0 0 0 9px #edb31e,
    inset 0 0 0 11px #ffcf5b, inset 10px 10px 40px rgba(0, 0, 0, 0.45),
    2px 2px rgba(0, 0, 0, 0.2);
  background-image: url(../images/badges/redcloth.jpg);
}
.badgecase {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.badgecase_empty {
  background-image: none !important;
  width: 100% !important;
  height: auto !important;
  text-align: center;
  font-size: 2rem;
  font-weight: 200;
  pointer-events: none;
}
.badgecase > li {
  list-style: none;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 165px;
  height: 139px;
  margin: 1rem;
  transition: transform 100ms;
}
.badgecase > li:hover {
  transform: scale(1.1);
}
.badgecase > li:nth-of-type(6n + 1) {
  background-image: url(../images/badges/display-red.svg);
}
.badgecase > li:nth-of-type(6n + 2) {
  background-image: url(../images/badges/display-green.svg);
}
.badgecase > li:nth-of-type(6n + 3) {
  background-image: url(../images/badges/display-purple.svg);
}
.badgecase > li:nth-of-type(6n + 4) {
  background-image: url(../images/badges/display-orange.svg);
}
.badgecase > li:nth-of-type(6n + 5) {
  background-image: url(../images/badges/display-blue.svg);
}
.badgecase > li:nth-of-type(6n + 6) {
  background-image: url(../images/badges/display-pink.svg);
}
.badgecase > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.badgecase_img {
  width: 25%;
  height: auto;
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translate(-50%, 0);
}
.badgecase_text {
  position: absolute;
  top: 49%;
  left: 10%;
  height: 23%;
  width: 80%;
  text-align: center;
  padding: 0 0.5rem;
}
.badgecase_text > span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  display: block;
  font-family: "upheaval", helvetica, verdana, sans-serif;
  font-size: 1.4rem;
  line-height: 1rem;
  color: white;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.75), 1px -1px 0 rgba(0, 0, 0, 0.75),
    -1px 1px 0 rgba(0, 0, 0, 0.75), 1px 1px 0 rgba(0, 0, 0, 0.75);
}
.badgecase_date {
  position: absolute;
  bottom: 16%;
  left: 0;
  right: 0;
  font-family: georgia, serif;
  font-size: 1.2rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.55);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .badgecase {
    padding: 3rem;
  }
  .badgecase > li {
    width: 198px;
    height: 165px;
  }
  .badgecase_text > span {
    font-size: 1.6rem;
    line-height: 1.2rem;
  }
  .badgecase_date {
    font-size: 1.4rem;
  }
}

.showcase-buddies li {
}
.showcase-buddies .showcase_feat {
  width: 10rem;
  height: 10rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.add_buddy_button,
.add_ignore_button,
.report_user_button {
  margin-top: 0.5rem;
}
