.controller-card {
    padding: 1rem;
    box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.1);
    background-color: white;
}

.controller-card:hover {
    background-color: white;
    filter: brightness(98%);
}

.controller-card .title {
    font-size: 1.2rem;
    color: var(--solarfocus-color);
    font-weight: bold;
}

.status-icon {
    font-size: 16px;
}

.status--1 {
    color: transparent;
}

.status-0 {
    color: #808080;
}

.status-1 {
    color: green;
}

.status-2 {
    color: red;
}

.status-3 {
    color: #ffd500;
}

.connection-icon {
    color: #fd9801;
    font-size: 20px;
    padding: 0 1rem;
    line-height: 0;
}