.bread-item a{
    color: #e2e2e2;
}
.bread-item:not(:last-child):after {
    padding-right: 5px;
    content: ' /';
}
.bread-item.active {
    font-weight: bold;
}
.glyphicon {
    font-family: "Font Awesome 5 Free";
}
.glyphicon-eye-open:before {
    content: "\f06e";
    color: var(--success);
}
.glyphicon-pencil:before {
    content: "\f044";
    color: var(--primary);
}
.glyphicon-trash:before {
    content: "\f2ed";
    color: var(--danger);
}
.uz, .ru{
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin: 5px;
}


.list-group-item span i {
    padding-left: 5px;
    float: right;
    /* color:  */
}
#body .col-1 {
    padding: 5px;
}
#body .col-10 {
    padding: 5px 10px 5px 20px;
}
.activec .btn-secondary{
    background-color: #007bff;
    /* color: ; */
}

.active-item {
    background-color: #007bff;
    color: #fff;
}
.active-item:hover {
    color: #000 !important;
}

.then_text, .and_text, .or_text {
    padding: 5px;
    cursor: pointer;
}

.label_val {
    font-weight: bold;
}
.label_key {
    font-style: italic;
}