
@media (max-width: 991px) {
    .col-nav {
        flex: 0 0 auto;
        width: 85px;
    }
}
.list-group-clear {
    border-color: #000;
    border-bottom: 1px solid;
    border-top: 1px solid;
}
.list-group-clear .list-group-item {
    background-color: transparent;
    border-color: inherit;
}
.list-group-clear .list-group-item.list-group-item-action.active {
    color: inherit;
    font-weight: bold;
    background-color: #97B1D4;
    border-color: inherit;
}
.list-group-clear .list-group-item-action:hover {
    background-color: rgba(151, 177, 212, 0.3);
}
.list-group-clear .item-group:not(.active) {
    background-color: #C7C7C7;
}

.nozzle-grid {
    --bs-gap: 0;
}
.nozzle-grid .title {
    font-size: 1.3rem;
}
.nozzle-grid .title,
.nozzle-grid .title a {
    color: #fff;
}
.nozzle-grid .title p {
    margin-bottom: 0;
}
.nozzle-grid .table-title {
    font-weight: 700;
    font-size: 22px;
}
.powder-cloud-legend {
    font-size: 13px;
}
.powder-cloud-legend-item {
    width: 50px;
    margin-right: 5px;
}
.powder-cloud-legend-item > div {
    float: right;
}
@media (max-width:767px) {
    .nozzle-grid > div {
        border: none !important;
    }
}
.small-headers {
    font-size: 14px;
}
.markup-star {
    position: absolute;
    right: -40px;
    bottom: -5px;
    z-index: 1;
    width: 70px;
}
.powder-cloud {
    --cloud-opacity: 1;
    --cloud-color: rgba(19, 148, 57, var(--cloud-opacity));
}
.powder-cloud #cloud-color {
    fill: var(--cloud-color);
}
.tooltip-btn {
    background-color: transparent;
    border: none;
}
.rootline-blue nav {
    background-color: #97B1D4 !important;
    color: #000;
}
.rootline-blue .breadcrumb-item.active {
    color: inherit;
}
