.text-color-red {
    color: red;
}

.text-color-green {
   color: green;
}

.text-color-not-available {
   color: rgba(163, 163, 163, 0.452);
}

.zec-background {
   background-color: rgba(248, 216, 34, 0.03)
}

.xmr-background {
   background-color: rgba(252, 76, 63, 0.03);
}

.btc-background {
   background-color: rgba(250, 151, 3, 0.06);
}

.eth-background {
   background-color: rgba(58, 51, 160, 0.03);
}