.selectDatasOptionItemSelected {
    color: #0d6efd !important;
    font-weight: bold !important;
    cursor: pointer !important;
    background-color: #bec2ca !important;
    /* border: solid 1px gray; */
}

.selectDatasOptionItem:hover {
    color: #0d6efd;
    font-weight: bold;
    cursor: pointer;
    background-color: #e2e3e5;
}
