/* map needs width and height to appear */

@media (min-width: 1300px) and (max-width: 1499px){
.container {
    max-width: 1240px;
}
}
@media (min-width: 1500px) and (max-width: 1700px){
  .container {
    max-width: 1450px;
}
}
@media (min-width: 1700px){
  .container {
    max-width: 1600px;
}
}

body,html{
  font-family: 'Noto Sans HK', sans-serif;
      margin: 0;
    font-size: 1rem;
    font-weight: 300;
    line-height: 2;
    color: #000000;
    text-align: left;
    background-color: #fff;
}
.btn {
    margin: 0;
    padding: 15px;
    vertical-align: middle;
     border: 0;
    font-size: 16px;
    font-weight: 300;
    border-radius: unset;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s; 
  }
  .btn-secondary {
    color: #fff;
    background-color: #F58220;
    border-color: #F58220;
    border-radius: unset;
    font-size: 16px;
    font-weight: 600;
  }
  
  button.btn:hover {
    background-color: #F58220;
   }
  
  button.btn:active {
    outline: 0;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  
  button.btn:focus {
    outline: 0;
    opacity: 0.6;
    background: #009900;
    color: #fff; }
  
  button.btn:active:focus, button.btn.active:focus {
    outline: 0;
    opacity: 0.6;
    color: #fff; 
  }
  button:focus{
    outline: none;
  }
  img {
    max-width: 100%; 
  }
  #header-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    background-color: #fff;
    padding-right: 0;
    -webkit-box-shadow: 2px 0 5px 1px rgb(0 0 0 / 20%);
    box-shadow: 2px 0 5px 1px rgb(0 0 0 / 20%);
  }
  
  .logo {
  display: block;
  z-index: 9999;
  text-align: start;
  padding:10px;
  top: 2%;
  left: 2%;
  }
  
  .logo img {
  max-width: 12rem;
  height: auto; 
  }
  
  .btn-primary {
    background-color: #9a2960 !important;
    border-color: #9a2960 !important; 
    border-radius: unset;
    font-size: 16px;
    font-weight: 600;
  }
  .searchBtn{
    margin: 0;
      padding: 5px 25px;
      vertical-align: middle;
      border: 0;
      font-size: 18px;
      border-radius: unset;
      text-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      -o-transition: all .3s;
      -moz-transition: all .3s;
      -webkit-transition: all .3s;
      transition: all .3s;
  }
  @media(max-width:520px){
    .searchBtn{
      margin: 20px;
    }
    select{
      margin-bottom: 15px;
    }
    .search-input{
      text-align: center;
    }
    .search-btn{
      text-align: center;
    }
    .modal-lg {
      max-width: 100%;
  }
  
  }
#map{
	width: 100%;
	max-width: 100%;
	height: 600px;
}

.filter-section {
    padding: 10px;
}
.info-popup {
    margin: 10px;
    line-height: 1.7;
    font-size: 15px;
}
select#inputState, select#city_filter{
display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.supplierFn-section {
  padding: 60px 0px 60px 0px;
  text-align: center;
  background-color: #dee2e6;
}
#suggesstion-box {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 118%;
  left: 57%;
  right: 4%;
}
#search-list{
  list-style: none;
  padding: 10px;
  overflow-y: scroll;
  background-color: #fff;
  height: 300px;
}
#suggesstion-box li, #category-search-list li {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  text-align: left;
}
.form-group.required label:after {
  content:"*";
  color:red;
}
.loc-name {
  font-size: 16px;
  font-weight: 600;
}
.details {
  padding: 10px;
  margin-bottom: 15px;
  cursor: pointer;
  list-style: decimal;
  background: #fff;
  -webkit-box-shadow: 0 0 22px rgb(96 96 96 / 45%);
  box-shadow:0 0 22px rgb(96 96 96 / 45%);
}
.details:hover {
    margin-left: -10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 22px rgb(16 66 97 / 10%);
    box-shadow: 0 0 22px rgb(16 66 97 / 10%);
    transition: .2s linear;
}
.details div {
  line-height: 1.6;
}
button.gm-ui-hover-effect {
  margin-right: 15px !important;
  margin-top: 5px !important;
}
.input-search{
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-right: 10px;
}

h4.main-title{
  padding: 15px;
  margin-bottom: 20px;
}
#AddSupplierDiv {
  display: flex;
  height: 65px;
  position: absolute;
  right: 30px;
}
.list-title{
  margin-bottom: 25px;
}
h1.main-title{
  margin: 30px 0;
}
.searchBtn:focus-visible {
  outline: none;
}
#EditSupplierDiv{
  display: flex;
  justify-content:flex-end;
}
.search-section {
  display: flex;
  justify-content: center;
}
.search-input{
  text-align: right;
}
button#btn-edit-supplier {
  background-color: #f58220;
  color: #fff;
  border: #f58220;
  padding: 3px 10px;
}
.modal-lg {
  max-width: 60%;
}
#footer {
  background-color: #212529;
  color: #ebebeb;
  padding-top: 20px;
  padding-bottom: 30px;
}
#map-locator {
  margin-bottom: 50px;
}
.footer-disclaimer {
  margin-top: 30px;
  font-size: 12px;
}