.tier_progress {
  max-height: 100%;
  background-color: #8bc6ec;
  background-image: linear-gradient(270deg, #8bc6ec 0%, #9599e2 100%);
}

.tier_unlocker {
  min-height: 100%;
  max-height: 100%;
  background-color: #85ffbd !important;
  background-image: linear-gradient(
    279deg,
    #85ffbd 0%,
    #fffb7d 100%
  ) !important;
}

.tier_redeemed {
  min-height: 100%;
  max-height: 100%;
  background-color: #fbab7e !important;
  background-image: linear-gradient(90deg, #fbab7e 0%, #f7ce68 100%) !important;
}

.tier_progress_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 2rem;
}

.tier_progress_info h2 {
  font-family: 'Fritz';
  text-transform: uppercase;
  font-size: 25px;
  color: #ffdf00;
  margin: 0;
  text-shadow: 0 0 5px #ffdf00, 0 0 10px #ffdf00;
  animation: glow 1.5s infinite alternate;
}

.tier_progress_info .sp {
  font-family: 'Fritz';
  opacity: 0.85;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  margin: 5px 0;
  animation: bounce 1.5s infinite;
  display: flex;
  align-items: center;
  gap: 7px;
}

.tier_progress_info .sp img {
  width: 35px;
  height: 35px;
}

.tier_progress_info .tier_tooltip_wrapper {
  background: #ffc107;
  padding: 6px 13px;
  border-radius: 15px;
  display: flex;
  gap: 7px;
  border: 2px solid #ffffff40;
}

.tier_progress_info .tier_tooltip_wrapper img {
  height: 20px;
  width: 20px;
}

.tier_progress_info .tier_tooltip_wrapper span {
  font-weight: bold;
  font-family: 'Fritz';
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tier_progress_info .event_ending {
  font-family: 'Fritz';
  color: chocolate;
}

.tier_progress_wrapper {
  width: 100%;
}

.tier_stage_wrapper {
  display: flex;
  justify-content: center;
}

.tier_step_value {
  width: 10%;
  color: aliceblue;
  font-family: 'Fritz';
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tier_step_scale_wrapper {
  justify-content: center;
  width: 10%;
  display: flex;
}

.tier_step_scale {
  border: 1px solid rgb(255 180 50 / 50%);
  flex: 1;
  min-width: 20px;
  max-width: 40px;
}

.tier_step_items_wrapper {
  margin: 1rem 0;
  width: 60%;
}

.tier_step_title {
  color: aliceblue;
  font-family: 'Fritz';
  text-align: center;
  margin-bottom: 13px;
}

.tier_items_list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
}

.tier_item {
  position: relative;
  border-radius: 5px;
  text-align: center;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border: 1px solid rgb(255 180 50 / 50%);
  background: url(../../../public/glory/images/slider-bg.jpg) no-repeat center;
  background-size: cover;
}

.tier_item .item_wrapper {
  flex-direction: column;
  gap: 10px;
}
