.premium-profile {
  background-color: #ffc0cb;
}

.premium-profile-text {
  color: #fff !important;
}

.premium-profile-button {
  background-color: #d168ff;
}

.gold-profile {
  background-color: #d6bf6c;
}

.gold-profile-button {
  background: linear-gradient(
    46deg,
    rgb(212, 175, 55) 0%,
    rgb(255, 215, 0) 26%,
    rgb(208, 162, 7) 49%,
    rgb(208, 162, 7) 60%,
    rgb(255, 215, 0) 86%,
    rgb(184, 134, 11) 100%
  ) !important;
}

.gold-profile-text {
  color: #fff !important;
}

.elite-profile {
  background-color: #111111;
}

.elite-profile-text {
  color: #fff !important;
}

.elite-profile-button {
  background: linear-gradient(
    46deg,
    rgb(10, 10, 10) 12%,
    rgb(28, 28, 28) 23%,
    rgb(65, 65, 65) 33%,
    rgb(10, 10, 10) 42%,
    rgb(16, 16, 16) 63%,
    rgb(84, 84, 84) 73%,
    rgb(13, 13, 13) 84%
  ) !important;
}

.platinum-profile {
  background-color: #d3d3d3;
}

.platinum-profile-button {
  background: linear-gradient(
    43deg,
    rgb(229, 228, 226) 4%,
    rgb(247, 247, 247) 28%,
    rgb(211, 211, 211) 50%,
    rgb(240, 240, 240) 73%,
    rgb(191, 191, 191) 100%
  ) !important;
  color: #333 !important;
}

.platinum-profile-text {
  color: #333;
}

.text-white {
  color: white;
}

.vip-badge {
  position: absolute;
  top: 14px;
  left: 23px;
  /* background-color: #f81473; */
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.new-badge {
  position: absolute;
  top: 14px;
  left: 23px;
  background-color: #f81473;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
