.id-select {
    border: 0 !important;
}
    .id-select label {
        margin-right: 25px;
    }


.id-select {
    padding-left: 0;
}

.id-select li {
    list-style: none;
}
.id-select li input{
    list-style: none;
}

    .id-select li input {
        margin-right: 10px;
    }

table.id-select input {
    margin-right: 10px;
}

.progress {
    background: #e3e3e3 !important;
}
html .progress-bar-primary {
    background-color: #08a0a7 !important;
}
.nav-item {
    border-left: 5px #cecece solid;
    margin: 0 0 5px 0;
}
    .nav-item:hover {
        border-left: 5px #08a0a7 solid;
    }
    .nav-item:has(.nav-link.active) {
        border-left: 5px #08a0a7 solid;
    }