<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.datepicker-dropdown {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 3px #ccc;
}

.select2-container {
  display: block;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  color: #1a202c;
  border-width: 1px;
  border-color: #e2e8f0;
  border-radius: 0.5rem;
}

.select2-selection {
  border: 0px !important;
}

.select2-selection__arrow {
  margin-top: 10px
}</pre></body></html>