<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.datepicker {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4375em;
  letter-spacing: 0.00938em;
  color: rgba(0, 0, 0, 0.87);
  box-sizing: border-box;
  position: relative;
  cursor: text;
  display: inline-flex;
  align-items: center;
  width: 100%;
  position: relative;
  border-radius: 4px;
  background-color: transparent;
  font-size: 0.875rem;
  border-radius: 0.375rem;
  height: 3em;
  border: 1px solid hsl(0, 0%, 80%);
  margin: 0 0.4em;
  margin-top: 1.3em;
}

.datepicker-create {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4375em;
  letter-spacing: 0.00938em;
  color: rgba(0, 0, 0, 0.87);
  box-sizing: border-box;
  position: relative;
  cursor: text;
  display: inline-flex;
  align-items: center;
  width: 100%;
  position: relative;
  border-radius: 4px;
  background-color: transparent;
  font-size: 0.875rem;
  border-radius: 0.375rem;
  height: 2.5em;
  border: 1px solid hsl(0, 0%, 80%);
  margin: 0 0;
  box-shadow: none;
}

.react-datepicker-popper {
  z-index: 9999;
}

.icon-hover:hover {
  background-color: #375b8b;
  color: white;
  border: "1px solid grey";
}
</pre></body></html>