pn-button-dropdown .pn-button-dropdown > pn-button > .pn-button {
  min-height: initial;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
@media screen and (max-width: 767px) {
  .sr-only-mobile {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}

pn-bonus-progressbar {
  width: 100%;
}

.bonusprogressbar-top {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}

.bonusprogressbar-top-icon {
  border-radius: 100%;
  height: 5rem;
  width: 5rem;
  padding: 1rem;
  display: inline-flex;
  margin-right: 1em;
  margin-left: 0.5em;
  background-color: #e0f8ff;
}
[theme=red] .bonusprogressbar-top-icon {
  background-color: #fbc2c1;
}
.bonusprogressbar-top-icon pn-icon svg {
  width: 100%;
  height: 100%;
}

.bonusprogressbar-sumtext {
  margin-top: 0.4rem;
  font-size: 1.3rem;
  color: #5e554a;
}

.bonusprogressbar-top-percentage {
  margin-left: 0.8rem;
  padding: 0;
}

.bonusprogressbar-wrapper {
  position: relative;
  display: flex;
  min-height: 5em;
  align-items: center;
}

.bonusprogressbar-currentlevel {
  position: absolute;
}

.bonusprogressbar-progress[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 1.7rem;
  border: 0.1rem solid #00a0d6;
  border-radius: 1.7rem;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
[theme=red] .bonusprogressbar-progress[value] {
  border-color: #f06365;
}
.bonusprogressbar-progress[value]::-webkit-progress-bar {
  border: 0;
  border-radius: 1.7rem;
  margin: 0;
  padding: 0;
  background: #e0f8ff;
}
[theme=red] .bonusprogressbar-progress[value]::-webkit-progress-bar {
  background: #fdefee;
}
.bonusprogressbar-progress[value]::-webkit-progress-value {
  margin: 0;
  padding: 0;
  border-radius: 1.7rem;
  background: #00a0d6;
}
[theme=red] .bonusprogressbar-progress[value]::-webkit-progress-value {
  background: #f06365;
}