#idListTour {
    &:has(input.hide-details:checked) {
     .record-details {
         display: none;
     }
    }
 }

#selectTour {
    appearance: none;
    border: none;
    /* height: 50px; */
    font-size: x-large;
    font-weight: bold;
    background-color: burlywood;
    width: 100%;
}

#selectIcon {
    font-size: x-large;
    font-weight: bold;
    color: blue;
}
