.blockquote {
  display: flex;
}
.blockquote .lst-icon {
  display: flex;
  align-items: flex-start;
  font-size: 30px;
  margin-left: 0.625rem;
  margin-top: 0.3125rem;
}
.badges-show .profile-show__information .details .info .name {
  color: #717C8B;
  font-size: 20px;
  font-weight: bold;
}
.badges-show .profile-show__information .details .info .location {
  font-size: 13px;
  color: #949CA7;
}
.badges-show .profile-show__information .details .info .location span {
  position: relative;
  float: right;
  width: auto;
  margin-left: 15px;
  line-height: 25px;
}
.badges-show .profile-show__information .details .info .location span:after {
  position: absolute;
  content: "/";
  top: 5px;
  left: -10px;
}
.badges-show .profile-show__information .details .info .location span:last-child:after {
  display: none;
}
.badges-show .profile-show__information .details .profile-avatar {
  width: 70px;
  height: 70px;
  border-radius: 35px;
}
.badges-show .profile-show__information .achievements .upper {
  display: flex;
  width: 100%;
}
.badges-show .profile-show__information .achievements .upper .striped {
  display: flex;
  flex: 1;
  align-items: center;
  padding: 15px;
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 4px, #F9F9FA 4px, #F9F9FA 6px);
}
.badges-show .profile-show__information .achievements .upper .striped .level {
  height: 40px;
  border-radius: 3px;
  background-color: #FF725E;
  line-height: 43px;
  font-size: 30px;
  color: #fff;
  padding: 0 15px;
}
.badges-show .profile-show__information .achievements .upper .striped span {
  color: #717C8B;
  font-size: 20px;
}
.badges-show .profile-show__information .achievements .upper .card {
  flex-direction: row;
  width: 200px;
}
.badges-show .profile-show__information .achievements .upper .card div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  flex: 1;
}
.badges-show .profile-show__information .achievements .upper .card div span {
  line-height: 15px;
}
.badges-show .profile-show__information .achievements .upper .card div span:last-child {
  color: #FF725E;
  font-size: 20px;
}
.badges-show .badge-section {
  position: relative;
  height: 350px;
}
.badges-show .badge-section__title {
  position: absolute;
  width: 350px;
  height: 40px;
  transform: rotate(-90deg);
  transform-origin: right bottom;
  right: 0;
  top: -40px;
}
.badges-show .badge-section__title span {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #dee2e6;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  line-height: 39px;
  font-size: 14px;
  padding: 0 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.badges-show .badge-section .badges-list {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 80px 0 40px;
}
.badges-show .badge-section .badges-list__item {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
  height: 170px;
}
.badges-show .badge-section .badges-list__item__count {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.badges-show .badge-section .badges-list__item:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #dee2e6;
}
.badges-show .badge-section .badges-list__item .lst-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  font-size: 20px;
}
.badges-show .badge-section .badges-list__item .lst-icon.lst-icon-check-light {
  border: 1px solid #28a745;
  color: #28a745;
}
.badges-show .badge-section .badges-list__item .lst-icon.lst-icon-lock-light {
  border: 1px solid #dee2e6;
  color: #dee2e6;
}
.badges-show .badge-section .blockquote {
  margin-right: 80px;
  margin-left: 40px;
}
.badges-show .blockquote {
  font-size: 14px;
}
