.active-item {
    font-weight: bold;
}

.category-group-title {
    color: white;
    background-color: #ec5237;
    padding: 10px 30px;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
}

.text-bold {
    color: rgb(86, 86, 86);
    font-weight: bold;
}

.text-color-red {
    color: rgb(236, 82, 55);
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-warning {
    color: rgb(245, 159, 0);
    background-color: rgb(254, 245, 230);
}

.footer-top {
    color: #bebebe;
    background-color: #111;
    background-color: rgba(17, 17, 17, 0.8)
}

.sidebar .locale-info-widget.m-has-bg .widget-inner {
    background-image: url(/static/web/images/base/locale-widget-bg.jpg) !important;
}

