#grp_div_liste_rdv_annulation {
    height: 100%;
    overflow-y: scroll;
    background: #ffffff 0% 0% no-repeat padding-box;
}

#div_option_avance_praticien_annule {
    height: 500px;
    overflow-y: hidden;
    border: 1px solid #707070;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 7px;
    padding: 10px;
}
#custom_select {
    display: flex !important;
    align-items: center;
    gap: 25px;
    cursor: pointer;
}

#custom_select_option {
    position: absolute;
    border: 1px solid gainsboro;
    z-index: 999;
    background-color: white;
    width: 5em;
    display: none;
}

#custom_select_option > p {
    padding: 5px;
    margin: 0px;
    cursor: pointer;
}

#custom_select_option > p:hover {
    background-color: #fafafa;
}

#custom_select_option > .selected:hover {
    background-color: #5d9ad4;
}

#custom_select_option > .selected {
    background-color: #5d9ad4;
    color: white;
}


#recapitulatif {
    display: flex;
    align-items: center;
    gap: 5em;
    padding-left: 15px;
    margin-top: 20px;
}

#recapitulatif>div>h5 {
    font-weight: bold !important;
}

.option-group {
    display: none;
    border: 1px solid gainsboro;
    padding: 5px 5px 0 5px;
    position: absolute;
    height: fit-content;
    width: 20em;
    background-color: white;
    z-index: 999;
}


.box_item {
    padding: 0 !important;
}

.label_group {
    font-weight: bold;

}

.input_rdv_per_hour {
    border-radius: 7px !important;
    width: 11.5em !important;
}

#chevron_down {
    position: absolute;
    right: 5;
    bottom: 0;
    background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
    padding: 5px;
}
#motif_praticien_annule_rdv,
#date_praticien_annule_rdv {
    color: #5d9ad4;
}
