/* line 40, app/assets/stylesheets/components/custom_place_autocomplete.scss */
.mudango-autocomplete.custom-autocomplete-dropdown {
  position: absolute;
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  overflow-y: auto;
  max-height: 250px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
}

/* line 55, app/assets/stylesheets/components/custom_place_autocomplete.scss */
.mudango-autocomplete.pac-container {
  z-index: 10000 !important;
}

/* line 60, app/assets/stylesheets/components/custom_place_autocomplete.scss */
.mudango-autocomplete.pac-logo:after {
  content: "";
  padding: 1px 1px 1px 0;
  height: 16px;
  text-align: right;
  display: block;
  background-image: url(/assets/autocomplete/powered-by-google-cd80d0dcb2a44bd30c11fcdf13d4c280f336dad9442ee7da79146f2bb77381a4.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 120px 14px;
  margin: 2px 5px;
}

/* line 76, app/assets/stylesheets/components/custom_place_autocomplete.scss */
.mudango-autocomplete.hdpi .pac-logo:after {
  background-image: url(/assets/autocomplete/powered-by-google-hdpi-2ce7c10fcd4b6008258c8c45cc247783920d5ecfc1b4e848844b2c01d5b8d092.png);
}

/* line 80, app/assets/stylesheets/components/custom_place_autocomplete.scss */
.mudango-autocomplete.hdpi .pac-icon {
  background-image: url(/assets/autocomplete/autocomplete-icons-hdpi-b944932d1559dd663be76b2958ee8042b79e8957c6235c7ebaf2323696a0d6c2.png);
}

/* line 86, app/assets/stylesheets/components/custom_place_autocomplete.scss */
.mudango-autocomplete.pac-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  padding: 0 4px;
  line-height: 30px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
  color: #999;
}

/* line 97, app/assets/stylesheets/components/custom_place_autocomplete.scss */
.mudango-autocomplete.pac-item:first-child {
  border-top: none;
}

/* line 101, app/assets/stylesheets/components/custom_place_autocomplete.scss */
.mudango-autocomplete.pac-item:hover, .mudango-autocomplete.pac-item[aria-selected="true"] {
  background-color: #f5f5f5;
}

/* line 107, app/assets/stylesheets/components/custom_place_autocomplete.scss */
.mudango-autocomplete.pac-item[role="status"] {
  padding: 6px;
  text-align: center;
  color: #666;
  font-style: italic;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 113, app/assets/stylesheets/components/custom_place_autocomplete.scss */
.mudango-autocomplete.pac-item span:not(.pac-icon):not(.pac-item-query) {
  color: #999;
  font-size: 14px;
}

/* line 120, app/assets/stylesheets/components/custom_place_autocomplete.scss */
.mudango-autocomplete.pac-item-no-results, .mudango-autocomplete.loading, .mudango-autocomplete.error {
  padding: 6px;
  text-align: center;
  color: #666;
  font-style: italic;
  cursor: default;
  all: unset;
}

/* line 128, app/assets/stylesheets/components/custom_place_autocomplete.scss */
.mudango-autocomplete.pac-icon {
  width: 15px;
  height: 20px;
  margin-right: 7px;
  background-image: url(/assets/autocomplete/autocomplete-icons-db209390b90b70f4b1ef3540cb581e4ec8edbba21980971b68e4aef5c5d352fb.png);
  background-size: 34px;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

/* line 139, app/assets/stylesheets/components/custom_place_autocomplete.scss */
.mudango-autocomplete.pac-icon.pac-icon-marker {
  background-position: -1px -161px;
}

/* line 145, app/assets/stylesheets/components/custom_place_autocomplete.scss */
.mudango-autocomplete.pac-item-query {
  padding-right: 3px;
  color: #000;
  font-size: 14px;
}

/* line 151, app/assets/stylesheets/components/custom_place_autocomplete.scss */
.mudango-autocomplete.pac-matched {
  font-weight: 700;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *


 */


