@charset "UTF-8";
body, html {
  overflow-x: hidden;
}

.svg {
  height: 1em;
  width: 1em;
  margin: 0 0.2em;
}

.svg-logo {
  font-size: 26px;
  fill: #ff8200;
  margin-right: 0.5em;
}

.svg-larger {
  font-size: 1.3em;
}

.fa-secondary {
  opacity: 0.4;
}

.sidebar-nav .nav-item-small .nav-link {
  font-size: 0.8em;
  color: #888 !important;
  padding-top: 5px;
  padding-bottom: 5px;
}

.row-sighting-grid {
  --bs-gutter-y: 1.5rem;
}

.btn-block {
  display: block;
}

.row-sighting-grid .sighting-photo {
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}

#df-wpr-sidebar, #df-wpr-layer {
  display: none !important;
}

body [data-fiber-data*='"url":']:hover {
  box-shadow: none !important;
  cursor: inherit !important;
}

body.df-sidebar div#wpr-body {
  margin-left: 0 !important;
}

.bbw-fiber-page {
  width: 1200px;
  max-width: 100%;
}

.fiber-auto-card {
  width: 1000px;
  max-width: 100%;
}

.badge.bbw-status {
  background-color: rgb(108, 117, 125);
}

.badge.bbw-status-verified {
  background-color: rgb(25, 135, 84);
}

.badge.bbw-status-invalid {
  background-color: rgb(220, 53, 69);
}

.badge.bbw-status-tentative {
  background-color: rgb(13, 110, 253);
}

@media (min-width: 768px) {
  .bbw-flex-grid {
    display: flex;
  }
  .bbw-grid-content {
    order: 1;
    flex-grow: 1;
  }
  .bbw-grid-filters {
    order: 2;
    margin-left: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    width: 300px;
  }
}
.sighting-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.sighting-grid .no-results {
  flex-basis: 100%;
  width: 100%;
}
.sighting-grid .col-sighting {
  position: relative;
  margin: 0 10px 50px 10px;
  flex-basis: 300px;
  flex-grow: 0;
  flex-shrink: 0;
}
.sighting-grid .col-sighting .badge-nest {
  position: absolute;
  top: 5px;
  left: 10px;
  border: solid 1px white;
}
.sighting-grid .col-sighting a.link-sighting {
  color: inherit;
}
.sighting-grid .col-sighting .btn-grid-verify {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  font-size: 0.8em;
  padding: 0.3em 0.5em;
}
.sighting-grid .col-sighting .btn-grid-verify svg {
  fill: white;
}
@media (min-width: 768px) {
  .sighting-grid .col-sighting {
    max-width: calc(33% - 20px);
  }
}
.sighting-grid .col-sighting strong {
  display: block;
  padding: 8px 0 3px;
  font-size: 1.1em;
  line-height: 1em;
}
.sighting-grid .col-sighting strong em {
  display: block;
  font-size: 0.8em;
}
.sighting-grid .col-sighting .sighting-info {
  display: block;
  font-size: 0.9em;
  line-height: 1.1em;
}
.sighting-grid a.col-sighting:hover strong {
  text-decoration: underline;
}
.sighting-grid .sighting-user-status {
  display: flex !important;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .sighting-grid .col-sighting {
    flex-basis: calc(50% - 20px);
    margin-right: 0;
    font-size: 0.7em;
  }
}
@media (max-width: 768px) {
  #main section {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.paging-summary {
  margin-bottom: 5px;
}

.select2-container {
  max-width: 100%;
}

.bbwFilter {
  margin-bottom: 15px;
}
.bbwFilter label {
  font-weight: bold;
  margin-bottom: 3px;
  display: block;
}
.bbwFilter .select2-container {
  width: 100% !important;
}

.select2-container .select2-search--inline .select2-search__field {
  line-height: 1em;
}

.bbw-filters .select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: 0.75em;
}

.bbw-btn-filter {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
.pagetitle h1 {
  line-height: 1em;
}
.pagetitle h1 small {
  font-size: 0.7em;
  margin-bottom: 0.3em;
  display: block;
  color: #899bbd;
}

.pagetitle .details-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pagetitle .details-header .details-header-details {
  flex-basis: 100%;
}

.bbw-limited-width > section, .bbw-limited-width > .pagetitle {
  width: 1400px;
  max-width: 100%;
}

.bbw-limited-narrow-width {
  width: 700px;
  max-width: 100%;
}

.sighting-gallery {
  text-align: center;
}
.sighting-gallery .gallery-icons {
  display: flex;
  margin: 15px 0;
  justify-content: space-around;
}
.sighting-gallery .gallery-icons > a {
  max-width: 33%;
  padding: 5px;
}

#SightingLocation {
  min-height: 300px;
}

#SightingLocation.pad-bottom {
  padding-bottom: 40%;
}

.bbw-sighting-details .sighting-map {
  margin-bottom: 10px;
}

.BBWSightingsLightboxOverlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.BBWSightingsLightboxOverlay .close {
  position: absolute;
  right: 0;
  top: -1.3em;
  font-size: 2em;
  line-height: 1em;
  cursor: pointer;
}
.BBWSightingsLightboxOverlay .close svg {
  fill: white;
  stroke: white;
}
.BBWSightingsLightboxOverlay .bbwSightingsContent {
  position: relative;
  background: white;
  width: 800px;
  max-width: 90vw;
}
.BBWSightingsLightboxOverlay .inner-content {
  padding: 20px;
  max-height: 80vh;
  max-width: 90vh;
  overflow-y: auto;
  overflow-x: auto;
}

[v-cloak] {
  display: none;
}

.bbwFilter-county:not(.in) {
  display: none;
}

.clear {
  clear: both;
}

.bbw-checklist-form {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bbw-checklist-form .mb-3 {
  flex-basis: 100%;
}
@media (min-width: 500px) {
  .bbw-checklist-form [id^=div_id_plant_],
  .bbw-checklist-form [id$=_start_time],
  .bbw-checklist-form [id$=_end_time],
  .bbw-checklist-form [id^=div_id_temperature],
  .bbw-checklist-form #div_id_cloud_cover,
  .bbw-checklist-form #div_id_windspeed {
    flex-basis: 48%;
  }
  .bbw-checklist-form.plant_1_percentage [id^=div_id_plant_],
  .bbw-checklist-form [id^=div_id_management_] {
    flex-basis: 48%;
  }
  .bbw-checklist-form.plant_1_percentage [id^=div_id_plant_] label, .bbw-checklist-form.plant_1_percentage [id^=div_id_plant_] .form-text,
  .bbw-checklist-form [id^=div_id_management_] label,
  .bbw-checklist-form [id^=div_id_management_] .form-text {
    font-size: 13px;
  }
}
.bbw-checklist-form input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari and Chrome */
  -o-transform: scale(1.3); /* Opera */
  transform: scale(1.3);
}
.bbw-checklist-form .form-check {
  margin-top: 10px;
}

#div_id_saw_zero_bees .form-label + div {
  display: flex;
  column-gap: 30px;
}
#div_id_saw_zero_bees .form-label + div .form-check {
  margin: 0;
}

nav {
  display: flex;
  justify-content: space-between;
}

#bbwLocationSelection input[type=radio] {
  display: none;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.white-popup-full {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 1200px;
  margin: 20px auto;
}

#BBWSelectionMap {
  height: 700px;
  max-height: 80VH;
}

.bbw-map-search {
  display: block;
  margin-bottom: 5px;
}
.bbw-map-search .form-control {
  display: inline;
  width: 400px;
  max-width: 100%;
}
.bbw-map-search .alert {
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.pac-container {
  z-index: 2000;
}

.bbw-location .accordion-button {
  font-weight: bold;
}

.modal.fade.show {
  background: rgba(50, 50, 50, 0.7);
}

.bbwloading {
  position: relative;
  opacity: 0.7;
}
.bbwloading::before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.7);
}
.bbwloading::after {
  position: absolute;
  z-index: 3;
  content: url("svgs/loading.svg");
  left: calc(50% - 50px);
  top: calc(50% - 50px);
}

#SightingsEdit {
  min-height: 200px;
}

.vue-suggest-wrapper input {
  border-radius: 0.375em !important;
  margin-bottom: 5px;
}

.BBWModalVerify .modal-header {
  column-gap: 10px;
}
.BBWModalVerify .modal-header a svg {
  fill: white;
}
.BBWModalVerify .gap {
  flex-grow: 1;
}
.BBWModalVerify img {
  max-width: 100%;
  height: auto;
}
.BBWModalVerify .modal-dialog {
  width: 1200px;
  max-width: calc(100% - 180px);
  margin-left: auto;
  margin-right: auto;
}
.BBWModalVerify .modal-body {
  display: flex;
  column-gap: 15px;
}
.BBWModalVerify .modal-body .verify-images {
  width: 650px;
  flex-basis: 650px;
  max-width: 100%;
}
.BBWModalVerify .modal-body .verify-images .active-image-holder {
  display: block;
  width: 650px;
  height: 350px;
  max-width: 100%;
}
.BBWModalVerify .modal-body .verify-images .active-image-holder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.BBWModalVerify .modal-body .verify-data {
  width: 300px;
  flex-basis: 300px;
  flex-shrink: 0;
  flex-grow: 1;
  padding: 0 15px;
  border-left: solid 1px #ddd;
}
@media (max-width: 1199px) {
  .BBWModalVerify .modal-body {
    flex-direction: column;
  }
}
.BBWModalVerify .previous-sighting, .BBWModalVerify .next-sighting {
  position: fixed;
  top: 30vh;
  font-size: 4em;
  fill: white;
  cursor: pointer;
}
.BBWModalVerify .previous-sighting {
  left: 15px;
}
.BBWModalVerify .next-sighting {
  right: 15px;
}
.BBWModalVerify .actions {
  display: flex;
  justify-content: space-between;
}
.BBWModalVerify .actions button {
  border: solid 3px transparent;
  margin: 0 3px;
}
.BBWModalVerify .actions button[disabled] {
  border: solid 3px #0d6efd;
}
.BBWModalVerify .holder-actions {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.BBWModalVerify .verifier-comment-form {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.BBWModalVerify .verifier-comment-form textarea {
  height: 100px;
  padding: 5px;
}
@media (max-width: 767px) {
  .BBWModalVerify .modal-dialog {
    max-width: calc(100% - 5px);
  }
  .BBWModalVerify .previous-sighting, .BBWModalVerify .next-sighting {
    font-size: 3em;
  }
  .BBWModalVerify .previous-sighting svg, .BBWModalVerify .next-sighting svg {
    filter: drop-shadow(-1px -1px 0px #000) drop-shadow(2px -1px 0px #000) drop-shadow(2px 2px 0px #000) drop-shadow(-1px 2px 0px #000);
  }
  .BBWModalVerify .previous-sighting {
    left: 35px;
  }
  .BBWModalVerify .next-sighting {
    right: 35px;
  }
}
.BBWModalVerify .modal-verify-footer {
  flex-wrap: wrap;
}
.BBWModalVerify .modal-verify-footer .next-on-status-change {
  width: 100%;
  text-align: right;
}
.BBWModalVerify .save-status-message {
  font-size: 0.8em;
}

ul.verify-images-gallery {
  list-style: none;
  display: flex;
  padding: 0;
  column-gap: 5px;
  margin-top: 10px;
}
ul.verify-images-gallery > li {
  width: 20%;
}

.form-bbw-registration {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  max-width: 100%;
  justify-content: space-between;
}
.form-bbw-registration .mb-3, .form-bbw-registration .btn-holder {
  flex-basis: 100%;
}
@media (min-width: 767px) {
  .form-bbw-registration #div_id_username,
  .form-bbw-registration #div_id_email,
  .form-bbw-registration #div_id_password1,
  .form-bbw-registration #div_id_password2,
  .form-bbw-registration #div_id_first_name,
  .form-bbw-registration #div_id_last_name {
    flex-basis: 48%;
  }
  .form-bbw-registration #div_id_province,
  .form-bbw-registration #div_id_city,
  .form-bbw-registration #div_id_zipcode {
    flex-basis: 30%;
  }
}

.bbwFilter-needs {
  display: flex;
  column-gap: 15px;
}

.species-grid {
  display: flex;
  flex-wrap: wrap;
  row-gap: 45px;
  column-gap: 30px;
  margin: 30px 0;
}
.species-grid .species-grid-item {
  flex-basis: 300px;
  display: flex;
  color: inherit;
  text-align: center;
  flex-direction: column;
  row-gap: 10px;
  justify-content: flex-end;
}
.species-grid .species-grid-item h2 {
  font-size: 1.3rem;
}
.species-grid .species-grid-item h2 em {
  display: block;
  font-size: 0.8em;
}
.species-grid .species-grid-item .species-image.flip .second_illustration {
  display: none;
}
.species-grid .species-grid-item:hover .species-image.flip .second_illustration {
  display: inline-block;
}
.species-grid .species-grid-item:hover .species-image.flip .main_illustration {
  display: none;
}
.species-grid .species-grid-item img {
  max-width: 100%;
  height: auto;
}
.species-grid.species-grid-small {
  row-gap: 15px;
  column-gap: 15px;
}
.species-grid.species-grid-small .species-grid-item {
  flex-basis: 100px;
}
.species-grid.species-grid-small strong {
  font-size: 0.7rem;
  line-height: 1em;
}

.bbw-species-detail {
  width: 1000px;
  max-width: 100%;
}
.bbw-species-detail .species-illustrations {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 30px 0;
}
.bbw-species-detail .species-illustrations img {
  flex-shrink: 0;
}

.max-1000 {
  width: 1000px;
  max-width: 100%;
}

.sidebar-nav .nav-newsletter a.nav-link {
  color: #012970 !important;
}

.header-nav li.pe-3 {
  margin-right: 1em;
}

.bbw-maps .btn-show-sightings {
  position: absolute;
  top: 55px;
  left: 15px;
}

#identificationAccordion button {
  font-weight: bold;
}
#identificationAccordion .selected-option {
  font-weight: normal;
  margin-left: 30px;
}

.bbw-ai-tool {
  min-height: 100px;
  background: #f6f6f6;
  padding: 5px;
}

.bbw-ai-tool ul {
  padding: 5px 30px;
  list-style: none;
  margin: 0;
  line-height: 2em;
}

.btn-select-ai-result {
  padding: 3px 5px;
  line-height: 1em;
  margin-left: 0.5em;
}

.bbw-identification-tool a {
  color: inherit;
}
.bbw-identification-tool .possible-species {
  margin: 10px 0;
}
.bbw-identification-tool .possible-species .possible-species-results {
  max-height: 280px;
  overflow-y: auto;
}
.bbw-identification-tool .bbw-identification-options, .bbw-identification-tool .possible-species-results {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
.bbw-identification-tool .bbw-identification-option {
  flex-basis: 33%;
  padding: 0 10px;
  text-align: center;
  line-height: 1.2em;
  font-size: 13px;
  padding: 5px;
  border: solid 3px transparent;
  border-radius: 3px;
}
.bbw-identification-tool .bbw-identification-option.selected {
  border: solid 3px green;
}
.bbw-identification-tool .bbw-identification-option img {
  padding: 0 20px 5px;
}

#main section {
  margin-left: 0;
  margin-right: 0;
}

.homepage .row-home {
  row-gap: 15px;
}
.homepage .row-home .card {
  margin-bottom: 0;
}

.row-bbw-process {
  text-align: center;
  row-gap: 15px;
}
.row-bbw-process img, .row-bbw-process svg {
  width: 75%;
  height: 75%;
  display: block;
  margin: 0 auto;
}

.fill-height {
  display: flex;
}

.false-card {
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  display: block;
  overflow: hidden;
}

.v-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.col-image-bg {
  position: relative;
  color: inherit;
}
.col-image-bg:hover {
  color: inherit;
}
.col-image-bg .full-bg-image {
  width: 100%;
}
.col-image-bg .float-right-image, .col-image-bg .float-left-image {
  position: absolute;
  z-index: 1;
  top: 15px;
  width: 15%;
  border-radius: 5px;
}
.col-image-bg .float-right-image {
  right: 15px;
}
.col-image-bg .float-left-image {
  left: 15px;
}
.col-image-bg .content {
  padding: 25px;
  background: white;
}
@media (min-width: 900px) {
  .col-image-bg .content {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
  }
  .col-image-bg .content.content-bottom {
    bottom: 0;
    left: 0;
    right: 0;
  }
  .col-image-bg .content.content-right {
    bottom: 0;
    top: 0;
    right: 0;
    width: 43%;
  }
  .col-image-bg .content.content-left {
    bottom: 0;
    top: 0;
    left: 0;
    width: 43%;
  }
}
@media (min-width: 900px) and (max-width: 1300px) {
  .col-image-bg .content.content-right, .col-image-bg .content.content-left {
    bottom: 0;
    width: 50%;
  }
}

.card-body {
  padding-top: 20px !important;
}
.card-body .card-title {
  padding-top: 0 !important;
}

.bba-banner {
  display: flex;
}
@media (max-width: 767px) {
  .bba-banner {
    flex-direction: column;
  }
}
.bba-banner img {
  display: block;
}

.inline-new-location {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.inline-new-location input[type=number]::-webkit-outer-spin-button,
.inline-new-location input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.inline-new-location input[type=number] {
  -moz-appearance: textfield;
}

.sighting-edit {
  max-width: 100%;
  width: 500px;
}

.row-primary-projects .card, .row-primary-projects .col-md, .row-primary-projects .card-body {
  display: flex;
  justify-content: space-between;
}
.row-primary-projects .card-body {
  flex-direction: column;
}
.row-primary-projects .card-body .gap {
  flex-grow: 1;
}

.sighting-location-holder {
  display: flex;
}
.sighting-location-holder #SightingLocation {
  flex-basis: 100%;
  max-height: 75vh;
}

.checklist-link {
  border-top: solid 1px #ccc;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 1.1em;
}
.checklist-link label {
  font-weight: bold;
}

.match-height-view-all {
  display: none;
}

.match-height-and-more:not(.active) {
  height: auto !important;
}

.match-height-and-more.active {
  overflow: hidden;
  position: relative;
}
.match-height-and-more.active:before {
  content: " ";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 3.5em;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0.85) 64%, rgba(255, 255, 255, 0) 100%);
  padding-top: 2em;
}
.match-height-and-more.active .match-height-view-all {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #0d6efd;
  font-weight: bold;
  font-size: 1.1em;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex .flex-wrap {
  flex-wrap: wrap;
}
.flex.flex-gap-15 {
  row-gap: 15px;
  column-gap: 15px;
}

.legible {
  width: 750px;
  max-width: 100%;
}

.partners-images {
  padding: 30px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 25px;
  row-gap: 25px;
  flex-wrap: wrap;
}
.partners-images img {
  max-height: 70px;
}

.partners-images.left {
  justify-content: left;
}

.bbw-maps {
  position: relative;
}
.bbw-maps #BBWMap {
  height: calc(100VH - 120px);
}
.bbw-maps .bbw-legend {
  background: white;
  bottom: 20px;
  left: 35px;
  display: flex;
  z-index: 2;
  flex-wrap: wrap;
  padding: 5px 10px;
  font-size: 12px;
  align-items: center;
  justify-content: center;
}
.bbw-maps .bbw-legend:empty {
  display: none;
}
.bbw-maps .bbw-legend .legend-item {
  flex-basis: 300px;
  padding: 0.3em 0.5em;
}
.bbw-maps .bbw-legend .legend-item svg {
  height: 1.3em;
  width: 1.5em;
}
.bbw-maps .bbw-grid-legend .legend-item {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}
.bbw-maps .bbw-grid-legend .legend-item input[type=checkbox] {
  transform: scale(1.3);
}
.bbw-maps .bbw-map-filters {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}
.bbw-maps .bbw-map-filters .card-body {
  max-height: calc(93vh - 250px);
  overflow: auto;
  width: 300px;
}
.bbw-maps .bbw-map-loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.bbw-maps .loader,
.bbw-maps .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.bbw-maps .loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 2em solid rgba(255, 255, 255, 0.2);
  border-right: 2em solid rgba(255, 255, 255, 0.2);
  border-bottom: 2em solid rgba(255, 255, 255, 0.2);
  border-left: 2em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.bbw-maps .legend-overview {
  font-size: 1.2em;
}
.bbw-maps .legend-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bbw-maps .bbw-species-count {
  flex-basis: 100%;
  text-align: center;
}
.bbw-maps .bbw-species-name {
  font-weight: bold;
  padding-left: 10px;
}

iframe.skiptranslate {
  top: auto;
  bottom: 0;
}

html.translated-ltr body {
  padding-bottom: 20px;
}

.bbw-export-buttons {
  display: flex;
  column-gap: 10px;
  padding-bottom: 1em;
  justify-content: flex-start;
  align-items: flex-start;
}
.bbw-export-buttons label {
  font-size: 0.65em;
}

.table-sightings svg {
  width: 1em;
  height: 1em;
}

.hover-visible {
  display: inline-block;
  visibility: hidden;
  margin-left: 10px;
}

a:hover .hover-visible {
  visibility: visible;
}

.notification-holder {
  width: 700px;
  max-width: 100%;
}

.notifications-list {
  list-style: none;
  border: solid 1px #ccc;
  padding: 0;
  background: white;
  border-radius: 5px;
}
.notifications-list .notification-item {
  display: flex;
  align-content: space-between;
  justify-content: space-between;
  column-gap: 15px;
  align-items: center;
  padding: 15px;
  border-bottom: solid 1px #ccc;
}

.notification-item.new {
  background: rgba(255, 255, 0, 0.1);
}

.nav-link-translate .svg {
  width: 2em;
  height: 1.5em;
}

.translate-dropdown li {
  padding-left: 15px;
  padding-right: 15px;
}
.translate-dropdown li select.goog-te-combo {
  padding: 5px 10px;
}

.bbw-plant-search .select2-container .select2-selection--single {
  height: auto;
}

.select2-plant-result {
  display: flex;
  column-gap: 20px;
  align-items: center;
  font-weight: bold;
  line-height: 1.2em;
}
.select2-plant-result .title, .select2-plant-result .subtitle {
  font-size: 0.8em;
}
.select2-plant-result .subtitle {
  font-style: italic;
}
.select2-plant-result .subtitle .rank-label {
  text-transform: uppercase;
  font-style: normal;
  opacity: 0.5;
  font-size: 0.9em;
}
.select2-plant-result img {
  height: 50px;
}
.select2-plant-result .gap {
  flex-grow: 1;
  flex-shrink: 1;
}
.select2-plant-result a.bbw-plant-info-link {
  color: inherit;
  opacity: 0.5;
  text-decoration: underline;
  font-size: 0.7em;
}

.select2-results__option--highlighted a.bbw-plant-info-link {
  opacity: 1;
}

.select2-container--open {
  z-index: 1111;
}

html:not([lang=en]) nobr.en-only {
  white-space: pre-wrap;
}

.account-links {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  justify-content: flex-end;
}

.checklist-steps ul {
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: center;
  column-gap: 30px;
  row-gap: 20px;
}
.checklist-steps ul li {
  flex-direction: column;
  display: flex;
}
.checklist-steps ul .selection {
  font-style: italic;
  font-size: 14px;
  width: 100%;
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.checklist-steps ul li .title {
  display: inline-block;
  border-bottom: solid 3px #999;
  opacity: 0.5;
  padding: 3px;
  margin-bottom: 5px;
}
.checklist-steps ul li.done .title {
  opacity: 1;
}
.checklist-steps ul li.done .title :before {
  content: "✅";
  display: inline-block;
  margin-right: 5px;
}
.checklist-steps ul li.active .title {
  opacity: 1;
  border-bottom: solid 3px #0d6efd;
  font-weight: bold;
}

@media (max-width: 767px) {
  .checklist-steps ul {
    flex-wrap: wrap;
    column-gap: 6%;
    row-gap: 5px;
  }
  .checklist-steps ul li {
    font-size: 0.8em;
    width: 47%;
  }
  .checklist-steps ul li .title {
    margin-bottom: 0;
  }
}
#div_id_private_land_permission {
  display: none;
}

small.legal, #hint_id_private_land_permission {
  font-size: 0.875em;
  line-height: 1.2em;
  display: block;
  color: inherit;
}

.ai-loading-container {
  font-family: monospace;
  font-size: 1em;
  color: #444;
  white-space: pre;
}

.cursor {
  display: inline-block;
  animation: blink 1s steps(2, start) infinite;
}

@keyframes blink {
  to {
    visibility: hidden;
  }
}
