.sdwan-card-body {
    padding: 0.5rem; /* Minimize padding inside the card body */
}

.sdwan-card-body .nav-tabs {
    margin-bottom: 0.5rem; /* Reduce spacing below the tabs */
}

.sdwan-card-body .tab-content {
    margin-top: 0.5rem; /* Minimize spacing above tab content */
}

.sdwan-card-body .container {
    padding: 0; /* Remove extra padding inside form containers */
}

.sdwan-card-body .row {
    margin: 0; /* Eliminate extra row margins */
}
.nav-pills .nav-link.active {
    background-color: var(--bs-success) !important; /* Use Bootstrap's success color */
    color: white !important; /* Ensure text is readable */
}
.device-description-tooltip {
  --bs-tooltip-bg: var(--bs-success);
  --bs-tooltip-color: var(--bs-white);
}