/* Generated output from dev environment 1.0.16 */

/* line 5, app/assets/stylesheets/components/_search_bar.css.scss */
.search-bar__select .ts-control {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-color: #40853F;
  padding-left: 28px;
  padding-right: 10px;
  font-size: inherit;
}

/* line 14, app/assets/stylesheets/components/_search_bar.css.scss */
.search-bar__select .ts-control input {
  min-width: 1px;
  color: #433c32;
  background-color: #ffffff;
  font-size: inherit;
}

/* line 21, app/assets/stylesheets/components/_search_bar.css.scss */
.search-bar__select .ts-control input::-webkit-input-placeholder {
  color: #837364;
}
.search-bar__select .ts-control input::-moz-placeholder {
  color: #837364;
}
.search-bar__select .ts-control input:-ms-input-placeholder {
  color: #837364;
}
.search-bar__select .ts-control input::-ms-input-placeholder {
  color: #837364;
}
.search-bar__select .ts-control input::placeholder {
  color: #837364;
}

/* line 27, app/assets/stylesheets/components/_search_bar.css.scss */
.search-bar__select .ts-control::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f002";
  position: absolute;
  left: 9px;
  margin-top: 3px;
  font-size: 13px;
  font-weight: 900;
  color: #837364;
}

@media (hover: none) and (max-width: 63.9375em) {
  /* line 5, app/assets/stylesheets/components/_search_bar.css.scss */
  .search-bar__select .ts-control {
    font-size: 16px;
  }
  /* line 46, app/assets/stylesheets/components/_search_bar.css.scss */
  .search-bar__select .ts-control::after {
    font-size: 14px;
    margin-top: 4px;
  }
}

/* line 54, app/assets/stylesheets/components/_search_bar.css.scss */
.search-bar__select .ts-dropdown {
  margin-top: 0;
}

/* line 58, app/assets/stylesheets/components/_search_bar.css.scss */
.search-bar__select .ts-dropdown .create {
  color: #837364;
}

/* line 61, app/assets/stylesheets/components/_search_bar.css.scss */
.search-bar__select .ts-dropdown .create:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f002";
  font-weight: 900;
  margin-right: 10px;
}

/* line 71, app/assets/stylesheets/components/_search_bar.css.scss */
.search-bar__select .ts-dropdown .active, .search-bar__select .ts-dropdown .active.create {
  color: #fefefe;
  background-color: #40853F;
  border-radius: 2px;
}
