/* CUSTOMER BADGES */
.c-1 {
    background-color: #124771;
    color: white;
}

.c-10 {
    background-color: #FF2400;
    -webkit-animation: myfirst 20s;
    -webkit-animation-iteration-count: infinite;
    animation: myfirst 20s;
    animation-iteration-count: infinite;
    color: white;
    display: inline-block;
}
.c-6 {
    background-color: gray;
    color: #003d80;
    font-weight: bold;
}
.c-9 {
    background-color: #F39;
}

.c-13 {
    background-color: #F39;
}

.c-2 {
    background-color: #5cb5ea;
}

.c-3 {
    background-color: #ffd600;
}

.c-4 {
    background-color: #FFA500;
}

.c-7 {
    background-color: #8ac0cf;
    }

.c-8 {
    background-color: #842f7d;
    color:#fff;
}

.c-11 {
    background-color: black;
    color: white;
    }
.c-15 {
    background-color: #db630a;
    color: white;
}

.c-17{
    background-color: #ED1B2E;
    color: white;
}
.c-default{
    background-color: white;
    border: 0.5px solid gray;
    color: black;
}
