﻿.status-pill {
    /* badge */
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    /* pill */
    padding-right: .7em;
    padding-left: .7em;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 10rem;
    color: white;
}

.status-pill.address-act {
    background-color: green;
}

.status-pill.address-new {
    background-color: #0f85e3;
}

.status-pill.address-dnc {
    background-color: red;
}

.status-pill.address-inact {
    background-color: darkslategray;
}

.status-pill.territory-in {
    background-color: black;
}

.status-pill.territory-out {
    background-color: gray;
}

.status-pill.territory-ready {
    background-color: purple;
}
