.dropdown-comboselect {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    display: none; /* drop down caché */
    position: absolute;
    // width: 100%;
}

.cb-selected-option {
    background-color: #DFDFE8 !important;
    font-weight: bold !important;
}

.selected-mark {
    color: green;
    margin-left: 5px;
}