/* ARGMS v2.11.24 - compacte werkzaamhedenlijst zoals een klassiek keuzemenu */
.appointment-picker-menu256{
  right:auto;
  width:min(520px,100%);
  max-height:360px;
  padding:4px 6px;
  border-radius:5px;
}
.appointment-picker-menu256 .appointment-types-multi256{gap:0}
.appointment-picker-menu256 .appointment-type-group256{gap:0}
.appointment-picker-menu256 .appointment-type-group256>strong{
  padding:6px 7px 3px;
  font-size:12px;
  line-height:16px;
  text-transform:none;
  letter-spacing:0;
}
.appointment-picker-menu256 .appointment-type-option256{
  height:30px!important;
  min-height:30px!important;
  max-height:30px!important;
  gap:6px;
  margin:0!important;
  padding:3px 7px!important;
  border-radius:2px;
  font-size:14px;
  line-height:20px;
  box-sizing:border-box;
}
.appointment-picker-menu256 .appointment-type-option256 input{
  width:15px!important;
  height:15px!important;
  min-height:15px!important;
  margin:0!important;
  padding:0!important;
  flex:0 0 15px;
  box-sizing:border-box;
}
.appointment-picker-menu256 .appointment-type-option256 span{
  width:20px;
  font-size:15px;
}
.appointment-picker-menu256 .appointment-type-option256:has(input:checked){
  background:#e1e7eb;
  box-shadow:none;
}
.appointment-picker-menu256 .appointment-type-option256:hover{background:#edf2f5}
.appointment-selected256{margin-top:5px;gap:4px}
.appointment-selected256 span{padding:2px 7px;font-size:10px}
.appointment-picker256 .appointment-type-info256{display:none}
@media(max-width:600px){
  .appointment-picker-menu256{left:0;right:0;width:auto}
}
