.bg-blue {
    background-color: blue;
}

.bg-red {
    background-color: red;
}

.is-active {
    background-color: green;
}
