.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-medium-priority {
    --bs-btn-color: #FA8128;
    --bs-btn-border-color: black;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #FA8128;
    --bs-btn-hover-border-color: #FA8128;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #FA8128;
    --bs-btn-active-border-color: #FA8128;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #FA8128;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #FA8128;
    --bs-gradient: none;
}

.btn-info-priority {
    --bs-btn-color: #17a2b8;
    --bs-btn-border-color: black;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #17a2b8;
    --bs-btn-hover-border-color: #17a2b8;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #17a2b8;
    --bs-btn-active-border-color: #17a2b8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #17a2b8;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #17a2b8;
    --bs-gradient: none;
}

.btn-outline-warning {
    border-color: black;
}

.btn-outline-danger {
    border-color: black;
}

.fa-1x {
    font-size: .8em !important;
}

.smart-group-text {
    text-align: left;
    color: black;
}

.btn-outline-secondary:hover > .smart-group-text {
    color: white;
}

.btn-outline-secondary.active > .smart-group-text {
    color: white;
}

.census-smart-group {
    font-weight: bold;
}

.nightmode .smart-group-text {
    color: white;
}

.nightmode .smart-group-text:hover {
    color: black;
}

.smart-group-icon:hover {
    color: white;
}

.smart-group-icon.active {
    color: white;
}

.smart-group-icon:active {
    color: white;
}

.smart-group-icon.active:first-child:active {
    color: white;
}