﻿.header-search-content .form-group input {
  all: unset;
}

.search-input-label {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 40px;
  padding-left: 30px;
  width: 100%;
}

  .search-input-label input,
  .search-input-label label {
    width: 100%;
    margin-bottom: 0px;
  }

  .search-input-label label {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
  }

  .search-input-label input {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    opacity: 0.6;
  }


.search-input-field {
  display: flex;
  align-items: center;
  width: 100%;
}

.search-input-location {
  width: 25%;
}

.search-input-team {
  width: 65%;
}

  .search-input-team .search-input-label {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
  }

.form-desktop {
  display: unset;
}

.form-mobile {
  display: none;
}

.pac-container {
  border-radius: 0 0 25px 25px;
  padding: 0 5px 5px 5px;
}

.pac-item {
  padding: 5px;
}

@media only screen and (max-width: 775px) {
  .form-desktop {
    display: none;
  }

  .form-mobile {
    display: unset;
  }

  .search-input-label {
    padding-left: 20px;
  }



  .search-input-field {
    width: 75%;
  }
}



.header-search-content {
  z-index: 10;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  padding: 24px 15px;
}




.hero-search-form-wrapper {
  width: 100%;
}


.header-search-wrapper .form-group {
  background-color: white;
  border-radius: 84px;
  overflow: hidden;
  justify-content: space-between;
  padding: 3px;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}


.header-search-content .btn-search {
  width: 54px;
  height: 54px;
  background: #E90C00;
  border-radius: 84px;
}

.header-search-wrapper ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  opacity: 0.6;
  color: #000000;
}

.header-search-wrapper :-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  opacity: 0.6;
  color: #000000;
}

.header-search-wrapper ::-ms-input-placeholder { /* Microsoft Edge */
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  opacity: 0.6;
  color: #000000;
}

.header-search-wrapper input {
  color: black !important;
  opacity: 1;
}

.header-search-wrapper .label-mobile {
  text-align: left;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
}




.header-search-wrapper .search-divider-wrapper {
  padding: 0px 18px;
}

  .header-search-wrapper .search-divider-wrapper .search-divider {
    border-bottom: 1px solid #E6E6E6;
    width: 100%;
    height: 1px;
  }

@media only screen and (min-width : 1100px) {



  .header-search-wrapper .search-divider-wrapper {
    padding: 0px 90px;
  }


  .header-search-content {
    padding: 48px 89px;
  }
}
