.dhcs-ocihsl .map-results,
.dhcs-pms .map-results {
    display: block;
    scroll-behavior: smooth;
}

@media screen and (min-width: 768px) {
    .dhcs-ocihsl .map-results,
    .dhcs-pms .map-results {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        gap: 8px;
    }

    .dhcs-pms .map-results:not(.has-results) #viewDiv {
        flex: 0 0 100%;
        width: 100%;
    }

    .dhcs-pms .map-results.has-results #viewDiv {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
    }

    .dhcs-pms .map-results.has-results .result-list {
        display: block;
        align-self: stretch;
        height: 552px;
    }

    .dhcs-pms .map-results.pms-map-loading #viewDiv {
        flex: 0 0 100%;
        width: 100%;
    }

    .dhcs-pms .map-results.pms-map-loading .result-list {
        display: none !important;
    }
}

.dhcs-ocihsl .result-list {
    margin-right: 10px;        /* Adds space between the two divs */
    background-color: #f5f5f5; /* Optional: Add background color to the results section */
    overflow-y: auto;          /* Allows scrolling if the content is long */
}

.dhcs-pms .result-list {
    margin-right: 0;
    background-color: #f5f5f5;
    overflow-y: auto;
    display: none;
}

.dhcs-ocihsl .mapview {
    height: 500px;             /* Ensure a fixed height for the map view */
    background-color: #eaeaea; /* Optional: Add background color to the map section */
}

.dhcs-pms .mapview {
    height: 500px;
    background-color: #eaeaea;
}


.dhcs-ocihsl #viewDiv {
    /* width: 100%; */
    min-width: 300px;
    min-height: 552px;
    border: 1px solid #00000014;

    /* @media screen and (min-width: 768px) {
        min-height: 550px;
    } */
}

.dhcs-pms #viewDiv {
    min-width: 300px;
    flex: 0 0 60%;
    width: 60%;
    min-height: 552px;
    border: 1px solid #00000014;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .dhcs-pms #viewDiv {
        flex: 0 0 100%;
        width: 100%;
    }
}

.dhcs-pms .map-results.pms-map-loading {
    position: relative;
    cursor: progress;
    isolation: isolate;
}

.dhcs-pms .map-results.pms-map-loading::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.72);
    z-index: 20;
}

.dhcs-pms .map-results.pms-map-loading::after {
    content: 'Searching...';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.75rem 1rem;
    background: rgba(45, 110, 141, 0.92);
    color: #fff;
    border-radius: 0.35rem;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    z-index: 21;
    white-space: nowrap;
}

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

.dhcs-ocihsl .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
}


@media screen and (min-width: 768px) {
    .dhcs-ocihsl .form-maxwidth{
        max-width: 300px;
    }
    .btn{
        width: initial !important;
    }
}

.dhcs-ocihsl .btn-primary {
    background-color: #2d6e8d !important;
    color: white !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.dhcs-ocihsl .pagination{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.dhcs-ocihsl .pagination button:hover,
.dhcs-ocihsl .btn-primary:hover {
    background-color: #335969 !important;
    color: white !important;
}
.dhcs-ocihsl .pagination button,
.dhcs-ocihsl .btn {
    /* width: 100%; */
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 0.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    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-ocihsl .form-select {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='24' height='24' viewBox='0 0 24 24'><path d='M17.087 10.35l-4.337 4.336-4.337-4.336c-0.293-0.293-0.768-0.293-1.060 0s-0.293 0.768 0 1.060l4.864 4.864c0.147 0.147 0.341 0.221 0.533 0.219 0.194 0 0.386-0.072 0.533-0.219l4.865-4.864c0.293-0.293 0.293-0.768 0-1.060s-0.768-0.293-1.061 0z'/></svg>");
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 20px 20px;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}


.dhcs-ocihsl .container {
    display: flex; /* or inline-flex */
    flex-direction: row;
    flex-wrap: wrap;
    gap:15px;
    width: 100%;
    overflow: hidden;
  }
  @media screen and (min-width: 1299px) {
    .dhcs-ocihsl .container{
        display: inline-flex; /* or inline-flex */
    }
}

.dhcs-ocihsl .mapview
{
    flex: 60%;
}
.dhcs-ocihsl .result-list{
    display: none;
}

.dhcs-pms .result-list
{
    flex: 0 0 35%;
    width: 35%;
    max-height: 552px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    background: #f2f3f3;
    margin-bottom: 20px;
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .dhcs-pms .result-list {
        flex: 0 0 100%;
        width: 100%;
        margin-right: 0;
    }
}

/* Empty-state: remove max-height cap so the result column fills to map height */
.dhcs-pms .result-list:has(.pms-no-results) {
    max-height: none;
    flex: 1 1 0;
    min-height: 0;
}

.dhcs-pms .pms-no-results {
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.dhcs-pms .result-list > .pms-result-item.pms-no-results {
    margin-left: 15px;
    margin-bottom: 15px !important;
}

.dhcs-pms .result-list.pms-empty-results {
    display: flex !important;
    flex-direction: column;
    flex: 0 0 35%;
    width: 35%;
    max-height: 552px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    background: #f2f3f3;
    margin-bottom: 20px;
    margin-right: 0;
}

.dhcs-pms .result-list.pms-empty-results .pms-result-summary {
    flex: 0 0 auto;
}

.dhcs-pms .result-list.pms-empty-results .pms-no-results {
    flex: 1 1 auto;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .dhcs-pms .result-list.pms-empty-results {
        flex: 0 0 100%;
        width: 100%;
        margin-right: 0;
    }
}

.dhcs-pms .result-list > .pms-result-item{
    background: #f9fcfc;
    padding: 1px 15px 15px 15px;
}

.dhcs-pms .result-list > .pms-result-item:nth-child(odd){
    /* background: #f2f3f3; */
    padding: 1px 15px 15px 15px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.dhcs-pms .pms-result-meta {
    font-size: 14px;
    text-transform: uppercase;
}

.dhcs-ocihsl .result-list
{
    flex: 35%;
    width: 100%;
    max-height: 552px;
    overflow-y: scroll;
    direction: rtl;
    background: #f2f3f3;
    margin-bottom: 20px;
}
.dhcs-ocihsl .result-list > *{
    background: #f9fcfc;
    padding: 1px 15px 15px 15px;
    direction: ltr;
}
.dhcs-ocihsl .result-list > *:nth-child(odd){
    background: #f2f3f3;
    padding: 1px 15px 15px 15px;
}

.dhcs-ocihsl .location-p{
    position: relative;
}
  .dhcs-ocihsl .locationSearch-form{
    margin: 0 0 30px 0;
    position: relative;
    margin-top: 20px;
  }
  /* .locationSearch-form > * {
    margin: 5px 2px;
} */
.dhcs-ocihsl #autocompleteList{
    top: initial;
    left: 2px;
    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-ocihsl #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-ocihsl #autocompleteList > *:last-child{
    border-bottom: 1px solid rgba(0,0,0,.15);
  }

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

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

  .dhcs-ocihsl .distance-option{
    display: inherit;
  }
  .dhcs-ocihsl .distance-option span{
    margin: auto 10px;
  }
  .dhcs-ocihsl #errorMsg, .dhcs-ocihsl #errorMsg-searchAddressNearby{
    height: 19px;
    margin-bottom: -3px;
    color: red;
    flex:100%;

    position: absolute;
    top: -25px;
  }
.dhcs-ocihsl .errorborder{
    border: 2px solid red;
}


    .dhcs-ocihsl .pagination, .dhcs-ocihsl .sort-buttons{
        display: inline-flex;
        }


  .dhcs-ocihsl .pagination button{
    margin-bottom: 5px;
    padding: 0.5rem 0.9rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #2d6e8d;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0;
}
.dhcs-ocihsl .pagination button:first-child{
    border-radius: 2px 0 0 2px;
}
.dhcs-ocihsl .pagination button:last-child{
    border-radius: 0 2px 2px 0;
}

  .dhcs-ocihsl .pagination .sort-buttons button{
    background-color: gray !important;
    display: none;
  }

  .dhcs-ocihsl .pagination {
    margin: 10px;
}
  .dhcs-ocihsl h3, .dhcs-ocihsl .h3 {
    font-size: 1.5em;
    color: #17315a !important;
    font-weight: bold;
}
.dhcs-ocihsl h1, .dhcs-ocihsl .h1 {
    font-size: 2em;
    margin: 0.67em 0;
    color: #17315A !important;
    font-weight: 700;
}

.dhcs-ocihsl .pointer{
    cursor: pointer;
}
.dhcs-ocihsl .pointer:hover{
    background-color: rgba(245, 245, 245, 0.15);
}

.dhcs-ocihsl .esri-attribution__powered-by,
.dhcs-ocihsl .esri-attribution__sources.esri-interactive {
    display: none !important;
}

.dhcs-ocihsl .mile-tag{
    color: black;
    border-radius: 14px;
    font-size: 0.75rem;
    margin-bottom: 40px;
}

.dhcs-ocihsl .searchOption > * {
    display: inline-block;
}


/* @media screen and (max-width: 768px) {
    .esri-popup__main-container {
        top: 0;
        bottom: initial !important;
    }
} */

.dhcs-ocihsl .esri-component.esri-zoom .esri-widget--button {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dhcs-ocihsl .esri-component.esri-zoom .esri-icon {
    font-size: 18px;
}

.dhcs-ocihsl #searchWidget{
    margin-top: 20px;
    @media screen and (min-width: 768px) {
        margin-top: 0px;
    }
}

/* Replace the locate-circled icon with the esri-icon-locate icon */
.dhcs-ocihsl .esri-icon-locate-circled::before {
    content: '\e630' !important; /* Unicode for esri-icon-locate */
    font-family: "CalciteWebCoreIcons" !important;
}

.dhcs-ocihsl .esri-ui .esri-popup {
    margin-bottom: 18px;
}

.dhcs-ocihsl .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-ocihsl .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-ocihsl .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-ocihsl .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-ocihsl .wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin: 0;
}
.dhcs-ocihsl .wp-block-buttons {
    margin: 10px 0px;   
}

/* ── Search filter dropdowns ────────────────────────────── */
.dhcs-pms .pms-radius-select,
.dhcs-pms .pms-type-select,
.dhcs-pms .pms-specialty-select {
    padding: 0.375rem 2rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 1.2rem;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
}

.dhcs-pms .pms-radius-select:focus,
.dhcs-pms .pms-type-select:focus,
.dhcs-pms .pms-specialty-select:focus {
    border-color: #2d6e8d;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(45, 110, 141, 0.25);
}

.dhcs-pms .pms-radius-select:focus-visible,
.dhcs-pms .pms-type-select:focus-visible,
.dhcs-pms .pms-specialty-select:focus-visible {
    border-color: #2d6e8d;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(45, 110, 141, 0.25);
}

.dhcs-pms .pms-type-select {
    min-width: 180px;
    max-width: 260px;
}

.dhcs-pms .pms-type-select:disabled {
    background-color: white;
    cursor: not-allowed;
}

.dhcs-pms .pms-specialty-select {
    min-width: 220px;
    max-width: 320px;
}

.dhcs-pms .pms-specialty-select:disabled {
    background-color: white;
    cursor: not-allowed;
}
/* ── Active result row (highlighted when its map pin is clicked) ── */
.dhcs-pms .result-list > .pms-result-active {
    background: #d0e8f5 !important;
    outline: 2px solid #2d6e8d;
    outline-offset: -2px;
    scroll-margin-top: 8px;
}
/* current location link style (match county search map) */
.dhcs-pms .link-styled {
    color: #2d6e8d;
    text-decoration: underline;
    cursor: pointer;
}

.dhcs-pms .link-styled:hover {
    color: darkblue;
}

.dhcs-pms .link-styled:focus{
    outline: 2px solid #005fcc;
}

.dhcs-pms .filter-specialty-group {
    background: #f5f5f5;
    padding: 20px 10px;
    margin: 10px 0;
}   

.dhcs-pms .esri-search__submit-button {
    padding: 0 20px;
    margin-right: -30px;
}

.dhcs-pms .form-control {
    display: block;
    padding: .375rem .75rem;
    margin-left: 0;
    width: 100%;
    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-pms #cityZipSearchInput:focus,
.dhcs-pms #cityZipSearchInput:focus-visible,
.dhcs-pms .locationSearch-form #SearchButton:focus,
.dhcs-pms .locationSearch-form #SearchButton:focus-visible {
    outline: 2px solid #000;
    outline-offset: 2px;
}

.dhcs-pms .locationSearch-form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.5rem;
    margin: 20px 0 0px;
}

/* City/ZIP autocomplete wrapper grows to fill its share */
.dhcs-pms .locationSearch-form .pms-autocomplete-wrap {
    flex: 1 1 200px;
    max-width: 380px;
    width: auto;
    display: flex;
    flex-direction: column;
}

/* Provider / specialty input fills remaining space */
.dhcs-pms #providerSpecialtySearchInput {
    flex: 2 1 250px;
    min-width: 0;
    width: auto;
    max-width: 320px;
}


/* Search button stays at its natural size */
.dhcs-pms .locationSearch-form #SearchButton {
    flex: 0 0 auto;
}

/* Error messages — fixed height so layout never jumps */
.dhcs-pms .locationSearch-form #errorMsg,
.dhcs-pms .pms-provider-error {
    display: block;
    height: 1.2em;
    line-height: 1.2em;
    overflow: hidden;
    font-size: 0.75rem;
    color: #c51919;
    visibility: hidden;
    margin: 0 0 5px 15px;
}

.dhcs-pms .locationSearch-form #errorMsg:not(:empty),
.dhcs-pms .pms-provider-error:not(:empty) {
    visibility: visible;
}

.dhcs-pms .locationSearch-form:has(#errorMsg-provider:not(:empty)) #cityZipSearchInput,
.dhcs-pms .locationSearch-form:has(#errorMsg-provider:not(:empty)) #providerSpecialtySearchInput {
    border-color: #c51919 !important;
    box-shadow: 0 0 0 1px #c51919 !important;
}

.dhcs-pms .pms-provider-input-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 2 1 250px;
    min-width: 0;
    max-width: 320px;
}

.dhcs-pms .pms-provider-input-wrap #providerSpecialtySearchInput {
    flex: unset;
    width: 100%;
    max-width: 100%;
}

.dhcs-pms .errorborder {
    border-color: #c51919 !important;
    box-shadow: 0 0 0 1px #c51919 !important;
}

/* Mobile: stack each field on its own row */
@media (max-width: 767px) {
    .dhcs-pms .locationSearch-form .pms-autocomplete-wrap,
    .dhcs-pms .pms-provider-input-wrap,
    .dhcs-pms .locationSearch-form #SearchButton {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .dhcs-pms .locationSearch-form .form-control {
        width: 100%;
        margin-left: 0;
    }
}

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

.dhcs-pms .btn-primary:hover {
    background-color: #335969 !important;
    color: white !important;
}

.dhcs-pms .btn {
    /* width: 100%; */
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 0.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    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-pms #UseCurrentButton {
    padding: 10px 0px;
    color: #757575;
    font-size: 1em;
    margin-left: 15px;
    cursor: pointer;
}
.dhcs-pms .esri-icon-locate {
    font-size: 0.8em;
}
.dhcs-pms .esri-attribution {
    display: none !important;
}

.dhcs-pms .esri-attribution__powered-by,
.dhcs-pms .esri-attribution__sources.esri-interactive {
    display: none !important;
}

.dhcs-pms #searchAddressNearbySearching {
    display: none !important;
}

.dhcs-pms .pms-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px;
    border-top: 1px solid #d9d9d9;
    background: #f2f3f3;
    position: sticky;
    bottom: 0;
    z-index: 2;
    border-top: 1px solid #d0dde4;
}

.dhcs-pms .pms-page-btn {
    border: 1px solid #2d6e8d;
    background: #fff;
    color: #2d6e8d;
    border-radius: 4px;
    padding: 4px 10px;
    cursor: pointer;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1.2;
}

.dhcs-pms .pms-page-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.dhcs-pms .pms-page-btn-hidden {
    display: none;
}

.dhcs-pms .pms-result-summary {
    color: #444;
    padding: 12px;
    background: #f2f3f3;
    border-bottom: 1px solid #d0dde4;
    position: sticky;
    top: 0;
    z-index: 3;
    text-align: center;
}

.dhcs-pms .pms-page-numbers {
    display: flex;
    align-items: center;
    gap: 3px;
    flex: 1 1 auto;
    justify-content: center;
    flex-wrap: wrap;
}

.dhcs-pms .pms-page-num-btn {
    min-width: 28px;
    height: 28px;
    padding: 0 5px;
    border: 1px solid #c8d8e0;
    background: #fff;
    color: #2d6e8d;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s, color 0.15s;
}

.dhcs-pms .pms-page-num-btn:hover {
    background: #e6f0f5;
}

.dhcs-pms .pms-page-num-btn.pms-page-num-active {
    /* background: #2d6e8d;
    color: #fff;
    border-color: #2d6e8d; */
    font-weight: 700;
    cursor: default;
}

.dhcs-pms .pms-page-ellipsis {
    font-size: 0.85rem;
    color: #888;
    padding: 0 2px;
    line-height: 1;
    user-select: none;
}

.dhcs-pms .pms-page-status {
    font-size: 0.75rem;
    color: #2d2d2d;
    text-align: center;
    flex: 1 1 80px;
}
.dhcs-pms .pms-page-arrow {
    font-size: 1rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    line-height: 1;
}

.dhcs-pms .pms-page-arrow-prev {
    transform: rotate(180deg);
}

.dhcs-pms .pms-page-btn-text {
    font-size: 0.88rem;
}

.dhcs-pms .pms-pagination-loading {
    justify-content: center;
}

.dhcs-pms .pms-pagination-loading .pms-page-status {
    flex: 0 1 auto;
}

.dhcs-pms .pms-pagination button {
    background: none;
    border: 0;
}
.dhcs-pms span.mile-tag {
    font-size: 14px;
}

/* City/ZIP autocomplete */
.dhcs-pms .pms-autocomplete-wrap {
    position: relative;
    width: 100%;
}

.dhcs-pms .pms-autocomplete-list {
    position: absolute;
    z-index: 1000;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    max-width: 500px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    display: none;
    max-height: 220px;
    overflow-y: auto;
}

.dhcs-pms .pms-autocomplete-item {
    padding: 0.45rem 0.75rem;
    cursor: pointer;
    border-bottom: 1px solid rgba(0,0,0,.08);
}

.dhcs-pms .pms-autocomplete-item:last-child {
    border-bottom: 0;
}

.dhcs-pms .pms-autocomplete-item:hover,
.dhcs-pms .pms-autocomplete-item.selected {
    background: #f3f3f3;
}

.dhcs-pms .esri-widget__heading,
.dhcs-pms .esri-popup__header-title {
    text-transform: uppercase;
    font-size: 1rem !important;
    line-height: normal;
}

.dhcs-pms .esri-popup__main-container{
    font-size: 1rem;
    line-height: normal;
}
.dhcs-pms .esri-popup__content p{
    font-size: 1rem;
}

/* Placeholder text color */
.dhcs-pms .form-control::placeholder {
    color: #696A6A;
    opacity: 1;
}

.dhcs-pms .form-control::-webkit-input-placeholder {
    color: #696A6A;
    opacity: 1;
}

.dhcs-pms .form-control:-ms-input-placeholder {
    color: #696A6A;
    opacity: 1;
}

/* Use My Location text color */
.dhcs-pms #UseCurrentButton{
    color: #696A6A;
}

.dhcs-pms .esri-popup__header-container--button{
    padding-top: 10px;
}

.dhcs-pms #UseCurrentButton {
 display: none;
}