.palette-border-dark {
  border-color: #4d4d5a !important;
}

.palette-background-green-hover:hover {
  background-color: #1e3626 !important;
}

.palette-text-coin {
  color: #ffd900 !important;
}

.palette-text-positive {
  color: #51c069 !important;
}

.palette-text-negative {
  color: #c05151 !important;
}

.palette-text-neutral {
  color: #489ecf !important;
}

.palette-bg-positive {
  background-color: #51c069 !important;
}

.palette-bg-negative {
  background-color: #c05151 !important;
}

.palette-bg-neutral {
  background-color: #489ecf !important;
}

.palette-bg-positive-darker {
  background-color: #246432 !important;
}

.palette-bg-negative-darker {
  background-color: #642424 !important;
}

.palette-bg-positive-darkerer {
  background-color: hsl(133, 47%, 17%) !important;
}

.palette-bg-negative-darkerer {
  background-color: hsl(0, 47%, 17%) !important;
}

.palette-bg-neutral-darker {
  background-color: #1d516f !important;
}

.palette-bg-tier-F {
  background-color: #ff7ffe !important;
}

.palette-bg-tier-E {
  background-color: #807fff !important;
}

.palette-bg-tier-D {
  background-color: #7fffff !important;
}

.palette-bg-tier-C {
  background-color: #7eff80 !important;
}

.palette-bg-tier-B {
  background-color: #feff7f !important;
}

.palette-bg-tier-A {
  background-color: #ffbf7f !important;
}

.palette-bg-tier-S {
  background-color: #ff7f80 !important;
}

.palette-border-tier-F {
  border-color: #ff7ffe !important;
}

.palette-border-tier-E {
  border-color: #807fff !important;
}

.palette-border-tier-D {
  border-color: #7fffff !important;
}

.palette-border-tier-C {
  border-color: #7eff80 !important;
}

.palette-border-tier-B {
  border-color: #feff7f !important;
}

.palette-border-tier-A {
  border-color: #ffbf7f !important;
}

.palette-border-tier-S {
  border-color: #ff7f80 !important;
}

.palette-tierButton {
  -webkit-transition: border 200ms ease-out;
  -moz-transition: border 200ms ease-out;
  -o-transition: border 200ms ease-out;
  transition: border 200ms ease-out;
}
