body {
    background-color: #1a1d21;
}

.sparkline-chart {
    min-height: 35px;
}

.table a {
    color: #6ea8fe;
}

.table a:hover {
    color: #9ec5fe;
}

.card {
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.list-group-item.active {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}

#refreshBtn:active::after {
    content: " ...";
}
