<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* We must win &gt; 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 &gt; 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;
}
</pre></body></html>