.kvm-start-list {
    margin-top: 1.5rem;
    text-align: left;
}

.kvm-start-list__tabs-wrap {
    margin-bottom: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.kvm-start-list .nav-tabs {
    min-width: max-content;
}

.kvm-start-list .nav-link {
    white-space: nowrap;
}

.kvm-start-list__content {
    min-height: 10rem;
}

.kvm-start-list__table-wrap {
    max-height: 70vh;
    border: 1px solid #dee2e6;
}

.kvm-start-list__table {
    margin-bottom: 0;
    font-size: .875rem;
}

.kvm-start-list__table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    border-top: 0;
    background: #fff;
    vertical-align: middle;
}

.kvm-start-list__table td {
    vertical-align: middle;
}

.kvm-start-list__table th:first-child,
.kvm-start-list__table td:first-child {
    white-space: nowrap;
}

.kvm-start-list__charts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 28rem), 1fr));
    gap: 1rem;
}

.kvm-start-list__chart-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dee2e6;
    border-radius: .5rem;
    background: #fff;
}

.kvm-start-list__chart {
    min-height: 24rem;
    width: 100%;
}

.kvm-start-list__chart-image {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}

@media (max-width: 575.98px) {
    .kvm-start-list__table {
        font-size: .75rem;
    }

    .kvm-start-list__chart {
        min-height: 20rem;
    }
}
