.bg-gradient-blue {
    background-color: #0093E9;
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}

.bg-gradient-green {
    background-color: #20b969;
    background-image: linear-gradient(135deg, #20b969 0%, #b8ffb0 100%);
}

.bg-gradient-yellow {
    background-color: #fb7f1a;
    background-image: linear-gradient(135deg, #fb7f1a 0%, #fbe509 100%);

}

.bg-gradient-red {
    background-color: #ff0004;
    background-image: linear-gradient(135deg, #ff0004 0%, #ffb6cc 100%);
}

.bg-gradient-purple {
    background-color: #4158D0;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
}

.bg-gradient-progress {
    background-color: #042300;
    background-image: linear-gradient(91deg, #042300 0%, #423f00 46%, #440002 100%);
}


.currency-position.activex>h4 {
    margin: 0;
    font-size: 30pt;
    flex-direction: row;
    align-items: center;
}

.currency-position:not(.activex)>h4 {
    margin: 0;
    font-size: 10pt;
    flex-direction: row;
    align-items: center;
}