.tooltip-inner {
    background-color: blue !important;
    color: white !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: blue;
}

.inline-btn {
    display: inline-block;
}

.blue-text {
    color: blue !important;
}

.blue-bg {
    color: blue !important;
}

[class*=col-mb-] {
    margin-bottom: calc(var(--col-mb) / -1);
}

[class*=col-mb-] > .col, [class*=col-mb-] > [class*=col-] {
    padding-bottom: var(--col-mb);
}

.col-mb-30 {
    --col-mb: 30px;
}

.nav-link.active {
    color: rgba(0,0,0,1) !important;
}

.grey-bg {
    background: whitesmoke !important;
}