/* web/ui/file_import.module.css */
.file_import_root {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 30px;
  font-size: 17pt;
}
.file_import_root.file_import_dragging {
  background-color: lightyellow;
}
@media (hover) {
  .file_import_root {
    border: 3px dashed darkgray;
  }
  .file_import_root .file_import_or-drag::after {
    content: " or drag it here";
  }
}
.file_import_root .file_import_drop_content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.file_import_root .file_import_file_picker {
  padding-top: 10px;
}
.file_import_root #file_import_file_input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.file_import_root #file_import_file_input:focus + label {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}
.file_import_root .file_import_file_input_label {
  font-weight: bold;
  cursor: pointer;
  padding: 4px;
  text-decoration: underline;
}
.file_import_root .file_import_file_input_label:hover {
  color: gray;
}
.file_import_root .file_import_file_input_label + span {
  margin-left: -5px;
}
.file_import_root .file_import_ebird_download {
  font-size: 50px;
}

/* web/ui/pages/bird_page.module.css */
.bird_page_root {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bird_page_root .bird_page_species {
  display: flex;
  flex-direction: column;
}
.bird_page_root .bird_page_species .bird_page_common {
  color: blue;
}
.bird_page_root .bird_page_species .bird_page_scientific {
  color: darkgray;
}
.bird_page_root .bird_page_bingo_cal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  column-gap: 10px;
  row-gap: 15px;
  max-width: 80vw;
}
.bird_page_root .bird_page_month .bird_page_count {
  color: gray;
  font-weight: normal;
}
.bird_page_root .bird_page_day {
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
}
.bird_page_root .bird_page_day > a {
  text-decoration: none;
  color: black;
}
.bird_page_root .bird_page_day[data-seen=true] {
  background-color: rgb(247, 165, 120);
}

/* web/ui/data_table.module.css */
table.data_table_root {
  border: 2px solid darkgray;
  border-collapse: collapse;
}
table.data_table_root td,
table.data_table_root th {
  border: 1px solid darkgray;
}
table.data_table_root thead tr:last-child th {
  border-bottom-width: 2px;
}
table.data_table_root tfoot tr:first-child th {
  border-top-width: 2px;
}

/* web/ui/taxon_link.module.css */
a.taxon_link_species {
  text-decoration: none;
  color: blue;
  display: flex;
  flex-direction: column;
}
a.taxon_link_species .taxon_link_common {
  font-size: 14px;
  font-weight: 500;
}
a.taxon_link_species .taxon_link_scientific {
  color: gray;
  text-decoration: none;
  font-size: 11px;
}

/* web/ui/species_table.module.css */
.species_table_root {
  margin-bottom: 20px;
}
.species_table_root td {
  text-align: center;
  min-width: 3em;
}
.species_table_root .species_table_year {
  width: 60px;
}
.species_table_root .species_table_year_count {
  font-size: 0.8em;
  font-weight: normal;
}
.species_table_root td.species_table_taxon_cell {
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
}

/* web/ui/pages/dateish_page.module.css */
.dateish_page_root {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dateish_page_header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.dateish_page_header h2 {
  min-width: 200px;
  text-align: center;
}

/* web/ui/next_prev.module.css */
.next_prev_prev::before {
  content: "\2190";
}
.next_prev_next::after {
  content: "\2192";
}

/* web/ui/calendar.module.css */
.calendar_calendar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  column-gap: 10px;
  row-gap: 15px;
}
.calendar_calendar .calendar_month {
  margin: 5px;
  border-collapse: collapse;
}
.calendar_calendar .calendar_day,
.calendar_calendar .calendar_month_row,
.calendar_calendar .calendar_weekday {
  background-color: #eee;
  border: 1px solid black;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.calendar_calendar .calendar_month_row {
  height: 30px;
  text-align: center;
}
.calendar_calendar .calendar_month_row {
  color: #444;
}
.calendar_calendar .calendar_weekday,
.calendar_calendar .calendar_day {
  width: 60px;
  font-size: x-small;
}
.calendar_calendar .calendar_day {
  height: 60px;
  vertical-align: top;
  text-align: right;
  color: #848484;
}
.calendar_calendar .calendar_count {
  font-size: large;
  text-align: center;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.calendar_calendar .calendar_count:hover {
  text-decoration: underline;
}

/* web/ui/pages/calendar_page.module.css */
.calendar_page_month {
  margin: 5px;
  border-collapse: collapse;
}
.calendar_page_day,
.calendar_page_month_row,
.calendar_page_weekday {
  background-color: #eee;
  border: 1px solid black;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.calendar_page_month_row {
  height: 30px;
  text-align: center;
}
.calendar_page_month_row {
  color: #444;
}
.calendar_page_day {
  width: 60px;
  height: 60px;
  font-size: var(--font-size-md);
  color: #848484;
}
.calendar_page_day a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.calendar_page_day a:hover {
  text-decoration: none;
}
.calendar_page_day a time {
  font-size: var(--font-size-sm);
  text-align: right;
  line-height: 1;
  color: gray;
}
.calendar_page_day a .calendar_page_day_count {
  font-size: large;
  text-align: center;
  cursor: pointer;
}
.calendar_page_day a .calendar_page_day_count:hover {
  text-decoration: underline;
}

/* web/ui/pages/map_page.module.css */
.map_page_root {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* web/ui/pages/bird_table.module.css */
table.bird_table_birding-agg td,
table.bird_table_birding-agg th {
  padding: 0 10px;
  height: 40px;
}
table.bird_table_birding-agg td:first-child {
  text-align: right;
}

/* web/ui/pages/birds_page.module.css */
.birds_page_root {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* web/ui/app.module.css */
.app_root {
  display: flex;
  flex-direction: column;
}
.app_nav {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 1rem;
  gap: 1rem;
}
.app_navLinks {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.app_vr {
  align-self: stretch;
  border: none;
  border-left: 1px solid #dee2e6;
  margin: 0;
}
.app_content {
  flex-grow: 1;
}

/* web/base.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}
:root {
  --font-size-sm: 0.875rem;
  --font-size-md: 1rem;
}
body {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  color: #000;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
hr {
  border: none;
  border-top: 1px solid #dee2e6;
  margin: 0;
}
a {
  color: blue;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=main-OKKQG4IF.css.map */
