.bi {
    display: inline-block;
    width: 1rem;
    height: 1rem;
}

#chart3 {
	width:90%;
}

/*
  * Sidebar
  */

@media (min-width: 768px) {
    .sidebar .offcanvas-lg {
        position: -webkit-sticky;
        position: sticky;
        top: 48px;
    }

    .navbar-search {
        display: block;
    }
}

.sidebar .nav-link {
    font-size: 1rem;
    font-weight: 500;
    color: #123265;
}

.sidebar .nav-link.active {
    color: #123265;
    font-weight: 600;
}

.sidebar-heading {
    font-size: .75rem;
}

.fs-14 {

    font-size: 14px !important;
}


/*
  * Navbar
  */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
    font-weight: 700;
    font-size: 40px;
    text-align: center;
}

.navbar .form-control {
    padding: .75rem 1rem;
}

.onos-bg-color {
    background: #123265 !important;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.no-style {
    list-style: none;
    padding-left: 5px;
}

.box-header {
    color: #123265;
    font-size: 20px;
    font-weight: 500;
}

.contact-list li i {
    color: #123265 !important;
}

.onos-white-logo {
    height: 70px !important;
}

.header-title {
    color: #fff;
    font-weight: 500;
    margin-right: 50px;
}

/* .bar {
    fill: steelblue;
    cursor: pointer;
} */

.bar:hover {
    fill: orange;
}

#dropdownMenuOutlineButton1 {
    width: 150px;
}

.tooltip1,
.tooltip2,
.tooltip4,
.tooltip6 {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75) !important;
    color: #fff !important;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    display: none;
    /* Initially hidden */
}

.tooltip3,
.tooltip5 {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    display: none;
    /* Initially hidden */
}


.title-value-pair {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #f8f9fa;
    border-radius: 20px;
    padding: 8px 12px;
    margin: 5px 0;
}

.filters-title {
    font-size: 14px;
    font-weight: bold;
    margin-right: 8px;
    color: #333;
}

.filters-term {
    font-size: 14px;
    color: #555;
}

.badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 20px;
    /* Ensures a rounded shape */
    font-size: 14px;
    font-weight: bold;
    background: #06b6d4;
    color: white;
    text-decoration: none;
    margin: 4px;
    transition: all 0.3s ease-in-out;
}

/* Ensures text and icon are aligned properly */
.badge .text {
    margin-right: 4px;
    /* Adjust spacing if needed */
    display: inline-block;
}

.select2-selection__clear {
    display: none !important;
}

.btn-outline-purple {
    color: #6f42c1;
    border: 1px solid #6f42c1;
}

.btn-outline-purple:hover {
    background-color: #6f42c1;
    color: #fff;
}

.btn-outline-red {
    color: #dc3545;
    border: 1px solid #dc3545;
}

.btn-outline-red:hover {
    background-color: #dc3545;
    color: #fff;
}

.spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 30%;
    font-size: xx-large;
    /* or a fixed height like 200px if #chart has no height set */
}
.mt-30 {
    margin-top: 30px !important;
}
