﻿.pokemon-stat-bar-hp {
    background-color: #4A6F2F;
}

    .pokemon-stat-bar-hp .mud-progress-linear-bar {
        background-color: #9DE764 !important;
    }

.pokemon-stat-bar-attack {
    background-color: #756931;
}

    .pokemon-stat-bar-attack .mud-progress-linear-bar {
        background-color: #F4DD68 !important;
    }

.pokemon-stat-bar-defense {
    background-color: #72492F;
}

    .pokemon-stat-bar-defense .mud-progress-linear-bar {
        background-color: #EF9964 !important;
    }

.pokemon-stat-bar-specialattack {
    background-color: #306775;
}

    .pokemon-stat-bar-specialattack .mud-progress-linear-bar {
        background-color: #65D7F5 !important;
    }

.pokemon-stat-bar-specialdefense {
    background-color: #404A6F;
}

    .pokemon-stat-bar-specialdefense .mud-progress-linear-bar {
        background-color: #889DE9 !important;
    }

.pokemon-stat-bar-speed {
    background-color: #6D3361;
}

    .pokemon-stat-bar-speed .mud-progress-linear-bar {
        background-color: #E46CCA !important;
    }
