body {
  margin: 0;
  overflow: hidden;
  font-family: 'Cascadia Code', 'Consolas', 'Courier New', Courier, monospace;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.wrapper {
  width: 660px;
  display: flex;
  align-items: center;
  /* background: rgba(0,0,0,0.2); */
  border-radius: 4px;
}

.rank-image {
  height: 128px;
}

.rank-up-progress {
  flex-grow: 1;
  margin-left: 20px;
  margin-right: 30px;
}

.rank-up-progress__username {
  display: block;
}

.rank-up-progress__lp-layout {
  display: flex;
  justify-content: space-between;
}

.rank-up-progress__lp {
}

.rank-up-progress__goal-lp {
  color: rgb(255, 204, 0);
}

.rank-up-progress__mr {
  color: rgb(0, 179, 255);
}

.rank-up-progress__bar {
  margin: 4px 0;

  clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);

  /* background: rgba(0,0,0,0.6); */
  background: #371546;
}

.rank-up-progress__bar-active {
  height: 26px;
  border-right: 3px solid #DC82F4;

  background: linear-gradient(270deg, #9422BB 0%, #EE74E8 100%);
  /* background: #A027C1;
  background: #EE74E8; */
}
