.dhcs-mchpd .btn-primary {
    background-color: #2d6e8d !important;
    color: white !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.dhcs-mchpd .pagination button:hover,
.dhcs-mchpd .btn-primary:hover {
    background-color: #335969 !important;
    color: white !important;
}

.dhcs-mchpd .searchcounty-form{
    display:flex;
    gap: 10px;
    position: relative;
    /* padding-top: 10px; */
    flex-wrap: wrap;
}

.dhcs-mchpd .inputdiv{
  flex:100%
}
.dhcs-mchpd .inputdiv .form-control{
  max-width: 310px;
  float: left;
}

.dhcs-mchpd input#nearsearchInput {
    display: block;
    margin-top: 30px;
}

.dhcs-mchpd .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}


.dhcs-mchpd .btn {
    text-decoration: none !important;
    border-radius: 7px;
    font-weight: 600;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.dhcs-mchpd .btn-primary {
    background-color: #2d6e8d !important;
    color: white !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.dhcs-mchpd.gray-bg {
    background-color: #eceef0;
}

/* autocomplete list style */
.dhcs-mchpd #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;
  }
  .dhcs-mchpd #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);
  }
  .dhcs-mchpd #autocompleteList > *:last-child{
    border-bottom: 1px solid rgba(0,0,0,.15);
  }

  .dhcs-mchpd #autocompleteList > li:hover{
    background-color: rgb(243, 243, 243);
  }

  .dhcs-mchpd #autocompleteList .selected{
    background-color: rgb(243, 243, 243);
  }


  .dhcs-mchpd .sub-content > * {
    margin-bottom: 0px !important;
}
.dhcs-mchpd .sub-item{
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

.dhcs-mchpd #errorMsg{
    color: red;
    flex: 100%;
    position: absolute;
    top: -23px;
  }
.dhcs-mchpd .errorborder{
    border: 2px solid red !important;
}
.dhcs-mchpd.search-section h2 {
  padding-bottom: 15px;
  margin-top: 0;
}

.dhcs-mchpd.search-section{
    padding: 24px;
}

    .dhcs-mchpd table {
        border-collapse: collapse;
        width: 100%;
        margin-top: 1em;
    }

    .dhcs-mchpd table, .dhcs-mchpd th, .dhcs-mchpd td {
        border: 1px solid black;
    }

    .dhcs-mchpd th, .dhcs-mchpd td {
        padding: 8px;
        text-align: left;
    }

    .dhcs-mchpd th {
        background-color: #f0f0f0;
    }

    .dhcs-mchpd .clearBtndiv {
        max-width: 310px;
        float: left;
    }
    .dhcs-mchpd .wp-block-button .wp-block-button__link {
        background-color: #17315a;
        border: 1px solid #17315a;
        border-radius: 4px;
        color: white;
        cursor: pointer;
        padding: 8px 16px;
        -webkit-text-decoration: none;
        text-decoration: none;
    }
    .dhcs-mchpd .wp-block-button .wp-block-button__link:hover {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .502);
        -webkit-text-decoration: underline;
        text-decoration: underline;
    }
    .dhcs-mchpd .wp-block-button.is-style-blue-outline .wp-block-button__link {
        background-color: transparent;
        border: 1px solid #17315a;
        border-radius: 4px;
        color: #17315a;
        padding: 8px 16px;
        -webkit-text-decoration: none;
        text-decoration: none;
    }
    .dhcs-mchpd .wp-block-button.is-style-blue-outline .wp-block-button__link:hover {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .502);
        -webkit-text-decoration: underline;
        text-decoration: underline;
    }
    .dhcs-mchpd .wp-block-buttons>.wp-block-button {
        display: inline-block;
        margin: 0;
    }
    .dhcs-mchpd .wp-block-buttons {
        margin: 10px 0px;
    }
