.status.setup-needed::after {
    content: "Setup needed";
}

.status.setup-needed {
    background-color: rgba(40, 143, 217, 0.2);
    color: #28d9d9;
}


/*/////////*/

.text-bold {
    font-weight: bold;
}
