.bg-neutral-1 {
    background-color: #f4e8d6 !important;
    opacity: 0.7;
}

.bg-neutral-2 {
    background-color: #ddb678 !important;
    opacity: 0.7;
}

.bg-neutral-3 {
    background-color: #b76b3e !important;
    opacity: 0.7;
}

.bg-yellow {
    background-color: rgb(255, 192, 0);
}

.bg-orange {
    background-color: rgb(255, 124, 128);
}

.bg-pink {
    background-color: rgb(255, 153, 255);
}

.bg-mauve {
    background-color: rgb(204, 0, 204);
}

.bg-purple {
    background-color: rgb(128, 0, 128);
}

.bg-light-green {
    background-color: rgb(169, 209, 142);
}

.bg-green {
    background-color: rgb(112, 173, 71);
}

.bg-light-blue {
    background-color: rgb(157, 195, 230);
}

.bg-blue {
    background-color: rgb(46, 117, 182);
}

.bg-green-a {
    background-color: #008931;
}

.bg-green-b {
    background-color: #57A827;
}

.bg-green-c {
    background-color: #B0C802;
}

.bg-yellow-d {
    background-color: #FFED03;
}

.bg-orange-e {
    background-color: #FDCD01;
}

.bg-orange-f {
    background-color: #ED9100;
}

.bg-red-g {
    background-color: #E3001B;
}

.bg-blue-energy {
    background-color: rgb(0, 204, 255);
}

.bg-yellow-energy {
    background-color: rgb(255, 192, 0);
}

.bg-brown-energy {
    background-color: rgb(191, 144, 0);
}

.bg-pink-energy {
    background-color: rgb(255, 0, 255);
}

.bg-red-energy {
    background-color: rgb(255, 0, 102);
}

.bg-green-energy {
    background-color: rgb(112, 173, 71);
}

.bg-broke-white {
    background-color: rgba(248, 249, 250, 1) !important;
}