#client-list {
    border: solid 1px;
    border-radius: 5px;
    overflow-y: auto;
    min-width: 320px;
    max-height: 300px;
    position: absolute;
    z-index: 1000;
    background: white;    
}

.list-group-item {
    border-bottom: solid 1px lightgray!important;
    padding: 10px!important;
    line-height: 25px!important;
}

.list-group-item:hover {
    cursor: pointer;
    background-color: #0658F6;
    color: white;
}

.item-name {
    font-weight: 500!important;
}

.item-data {
    display: inline-flex!important;
    gap: 20px!important;
}

.item-siret {
    width: 175px!important;
}

.gravity-radio {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
