/* We must win > https://idearia.link/MaYpba */
#bookly-tbs
  :is(#bookly-appointment-dialog, #bookly-customer-dialog, #idearia-bookly-vehicle-dialog)
  .booklySelect2-search__field {
  background: #fff;
  margin-top: 2px !important;
}

/* This is necessary to prevent this > https://trello.com/c/JwWX9HEl/42-fix-ui-bug */
#bookly-tbs
  :is(#bookly-appointment-dialog, #bookly-customer-dialog, #idearia-bookly-vehicle-dialog)
  .booklySelect2.booklySelect2-container {
  width: 0 !important;
}

#bookly-tbs li::before {
  content: none;
}

#bookly-tbs input {
  font-weight: 400;
}
