.btn-primary {
    background-color: #2d6e8d !important;
    color: white !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.pagination button:hover,
.btn-primary:hover {
    background-color: #335969 !important;
    color: white !important;
}

.searchcounty-form{
    display:flex;
    gap: 10px;
    position: relative;
    /* padding-top: 10px; */
    flex-wrap: wrap;
}

.inputdiv{
  flex:100%
}
.inputdiv .form-control{
  max-width: 310px;
  float: left;
}

/* autocomplete list style */
#autocompleteList{
    top: 40px;
    left: 0px;
    position: absolute;
    z-index: 1000;
    min-width: 10rem;
    /* padding: 0.5rem 0; */
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    /* border: 1px solid rgba(0,0,0,.15); */
    border-radius: 0.25rem;
    padding: 0;
  }
  #autocompleteList > *{
    list-style: none;
    display: block;
    width: 100%;
    padding: 0.3rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: #fff;
    border-left: 1px solid rgba(0,0,0,.15);
    border-right: 1px solid rgba(0,0,0,.15);
  }
  #autocompleteList > *:last-child{
    border-bottom: 1px solid rgba(0,0,0,.15);
  }

  #autocompleteList > li:hover{
    background-color: rgb(243, 243, 243);
  }

  #autocompleteList .selected{
    background-color: rgb(243, 243, 243);
  }


  .sub-content > * {
    margin-bottom: 0px !important;
}
.sub-item{
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

#errorMsg{
    color: red;
    flex: 100%;
    position: absolute;
    top: -23px;
  }
.errorborder{
    border: 2px solid red !important;
}
.search-section h2 {
  padding-bottom: 15px;
  margin-top: 0;
}

.search-section{
    padding: 24px;
}
