/* DataSync Dashboard */
body {
    overflow: hidden;
}

.nav-link.active {
    background-color: rgba(255, 255, 255, 0.15) !important;
}

.table-sm td,
.table-sm th {
    vertical-align: middle;
}

.text-truncate-300 {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
