.ui-autocomplete {
    font-family: 'Open Sans';
    border-radius: 10px;
    font-size: 14px;
    z-index: 1001;
}

.ui-autocomplete .ui-menu-item-wrapper {
    padding: 5px 10px;
}

#pickup-finder::-webkit-scrollbar {
    width: 8px;
    cursor: -webkit-grab;
    cursor: grab;
}

#pickup-finder::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

#pickup-finder :-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

#pickup-finder {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99990;
    background: rgba(0, 0, 0, 0.7);
}

#pickup-finder .pickup-finder-content {
    width: 80vw;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff;
    overflow: auto;
}

#pickup-finder.pickup-finder--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#pickup-finder.pickup-finder--embed {
    display: block;
    background: transparent;
    position: static;
}

#pickup-finder.pickup-finder--embed .pickup-finder-btn-close,
#pickup-finder.pickup-finder--embed .branch-office-item-link {
    display: none !important;
}

#pickup-finder.pickup-finder--embed .pickup-finder-content {
    width: 100%;
    border-radius: 4px;
}

#pickup-finder.pickup-finder--embed .map-content {
    width: 340px;
}

#pickup-finder .ui-state-active,
#pickup-finder .ui-widget-content .ui-state-active,
#pickup-finder .ui-widget-header .ui-state-active,
#pickup-finder a.ui-button:active,
#pickup-finder .ui-button:active,
#pickup-finder .ui-button.ui-state-active:hover {
    border: 1px solid rgba(0, 0, 0, 0.07);
    background-color: rgba(0, 0, 0, 0.07);
    font-weight: normal;
    color: rgba(0, 0, 0, 0.8);
}

#pickup-finder .branch-office-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#pickup-finder .branch-office-loader-spin {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
}

#pickup-finder .branch-office-loader-spin div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 34px;
    height: 34px;
    margin: 8px;
    border: 4px solid #495057;
    border-radius: 50%;
    -webkit-animation: branch-office-loader-spin 1.2s
        cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: branch-office-loader-spin 1.2s cubic-bezier(0.5, 0, 0.5, 1)
        infinite;
    border-color: #495057 transparent transparent transparent;
}

#pickup-finder .branch-office-loader-spin div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s;
}

#pickup-finder .branch-office-loader-spin div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

#pickup-finder .branch-office-loader-spin div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

@-webkit-keyframes branch-office-loader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes branch-office-loader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#pickup-finder #pickup-finder-map,
#pickup-finder .map-container {
    height: 100%;
    border-radius: 0;
}

#pickup-finder .map-container .map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1001;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#pickup-finder .map-container .map-overlay .map-overlay-text {
    display: block;
    width: calc(100% - 355px);
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 20px;
}

#pickup-finder .pickup-finder-main-container {
    position: relative;
    border-radius: 0;
}

#pickup-finder #pickup-finder-map,
#pickup-finder #pickup-finder-map-detail {
    background: #efefef;
}

#pickup-finder .map-container {
    position: relative;
    height: 625px;
}

#pickup-finder .map-container-content,
#pickup-finder .map-header,
#pickup-finder .map-detail-body {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1170px;
}

#pickup-finder .map-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 15px;
}

#pickup-finder .map-header > div {
    margin: 20px 0;
}

#pickup-finder .map-header h2 {
    font-weight: bold;
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 0px;
}

#pickup-finder .map-header p {
    font-weight: normal;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

#pickup-finder .map-header .pickup-finder-btn-close {
    display: block;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

#pickup-finder .map-content {
    width: 420px;
    position: absolute;
    top: 20px;
    z-index: 1001;
}

#pickup-finder .branch-office-header {
    height: 65px;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-bottom: 1px solid rgb(0, 0, 0, 0.08);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
}

#pickup-finder .branch-office-header p {
    margin: 0;
    font-size: 14px;
}

#pickup-finder .branch-office-header .branch-office-header-filter-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.07);
    border-radius: 16px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
}

#pickup-finder .branch-office-header .branch-office-header-filter-btn svg {
    width: 16px;
    height: 16px;
    margin-right: 2px;
    color: #495057;
}

#pickup-finder .map-container-search > input.map-search {
    display: block;
    width: 100%;
    height: 25px;
    padding: 27px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

#pickup-finder .map-container-search > .map-search-button {
    position: absolute;
    right: 4px;
    top: 3px;
    height: 48px;
    padding: 0 13px;
    background: #fff;
    border: none;
    cursor: pointer;
    border-radius: 50%;
}

#pickup-finder .map-container-search > .map-search-button:focus {
    outline: none;
}

#pickup-finder .map-container-search > .map-search-button svg {
    color: #39b124;
    margin-top: 4px;
    width: 20px;
    vertical-align: middle;
}

#pickup-finder .map-container-search > input.map-search:focus {
    color: #495057;
    background: #fff;
    outline: 0;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}

#pickup-finder .branch-office-container {
    display: block;
    border-radius: 10px;
    margin-top: 30px;
    height: 100%;
    max-height: 500px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    background: #fff;
}

#pickup-finder .pickup-finder--without-map .branch-office-container {
    max-height: 500px;
}

#pickup-finder .branch-office-container .branch-office-items {
    overflow-y: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    max-height: 435px;
}

#pickup-finder
    .pickup-finder--without-map
    .branch-office-container
    .branch-office-items {
    max-height: 435px;
}

#pickup-finder
    .branch-office-container
    .branch-office-items.branch-office-has-filters {
    max-height: 400px;
}

#pickup-finder label.open24 {
    background: #333;
    color: #ffffff;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 2px 6px;
    border-radius: 3px;
}

#pickup-finder .branch-office-container .branch-office-item,
#pickup-finder .branch-office-item-empty {
    position: relative;
    padding: 22px 20px 21px;
    background: #fff;
    font-size: 14px;
    line-height: normal;
    cursor: pointer;
    border-left: 5px solid transparent;
    border-bottom: 1px solid rgb(0, 0, 0, 0.08);
}

#pickup-finder .branch-office-item-empty {
    border: none;
    cursor: default;
}

#pickup-finder .branch-office-items .branch-office-item:hover,
#pickup-finder .branch-office-items .branch-office-item.focus {
    background: #f5f5f5;
}

#pickup-finder .branch-office-item.active {
    border-left: 5px solid #333;
}

#pickup-finder .branch-office-item .branch-office-item-name {
    font-weight: bold;
    font-size: 16px;
    max-width: 288px;
}

#pickup-finder .branch-office-item .branch-office-item-address,
#pickup-finder .branch-office-item .branch-office-item-state,
#pickup-finder .branch-office-item .branch-office-item-hours {
    font-size: 12px;
}

#pickup-finder .branch-office-item .branch-office-item-distance {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 12px;
    display: none;
}

#pickup-finder .branch-office-item .branch-office-item-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

#pickup-finder .branch-office-item .branch-office-item-actions p {
    margin: 0;
}

#pickup-finder .branch-office-item .branch-office-item-actions a {
    background: #333;
    color: #fff;
}

#pickup-finder
    .branch-office-container
    .branch-office-item
    .branch-office-item-link {
    position: absolute;
    right: 22px;
    top: 22px;
    font-weight: 500;
    cursor: pointer;
    font-size: 13px;
    text-decoration: underline;
    color: #000;
}

#pickup-finder
    .branch-office-container
    .branch-office-item
    .branch-office-item-link:hover {
    color: #777;
}

#pickup-finder .data-search,
#pickup-finder .branch-office-item-empty,
#pickup-finder .map-detail.map-detail--hide {
    display: none;
}

#pickup-finder .map-detail {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    border-top: 1px solid #ced4da;
    background: #fff;
    z-index: 9999;
}

#pickup-finder .map-detail.map-detail--only-text .map-detail-data {
    width: 100%;
    margin-top: 15px;
    padding: 0;
}

#pickup-finder .map-detail-back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 22px;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    cursor: pointer;
}

#pickup-finder .map-detail-back-btn svg {
    width: 22px;
    color: #000;
}

#pickup-finder .map-detail-back-btn span {
    margin-left: 5px;
}

#pickup-finder .map-detail-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 55px 20px;
    position: relative;
}

#pickup-finder .map-detail-body .map-detail-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 30%;
    padding-right: 20px;
}

#pickup-finder .map-detail-body .map-detail-data b {
    font-size: 20px;
}

#pickup-finder .map-detail-body #pickup-finder-map-detail {
    width: 70%;
    height: 500px;
    border-radius: 10px;
}

#pickup-finder .filter-modal-background {
    display: none;
    background: #000;
    opacity: 0.8;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1002;
}

#pickup-finder .filter-modal {
    display: none;
    border-radius: 10px;
    background: #fff;
    width: 395px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 15px 30px 25px 30px;
    color: #333;
    z-index: 1003;
}

#pickup-finder .filter-modal-background.active,
#pickup-finder .filter-modal.active {
    display: block;
}

#pickup-finder .filter-modal .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0 20px;
    font-size: 14px;
}

#pickup-finder .filter-modal .checkbox input {
    position: relative;
    margin: 0 11px 0 0;
}
#pickup-finder .filter-modal .checkbox label {
    margin: 0;
    padding: 0;
}

#pickup-finder .filter-modal .filter-modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0px;
}

#pickup-finder .filter-modal .filter-modal-header svg {
    display: inline-block;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

#pickup-finder .filter-modal .filter-modal-apply {
    display: block;
    width: 100%;
    border-radius: 4px;
    background: transparent;
    border: 1px solid #b5b5b5;
    color: #4a4a4a;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    padding: 8px;
    cursor: pointer;
}

#pickup-finder .filter-modal .filter-modal-apply:focus {
    outline: none;
}

#pickup-finder .branch-office-filter-current-active {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f2f2f4;
    color: #333;
    padding: 10px 20px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

#pickup-finder .branch-office-filter-current-active.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#pickup-finder .branch-office-filter-current-active span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    margin-left: 8px;
    padding: 5px 10px;
    border-radius: 20px;
    color: #5b5c5e;
    font-size: 12px;
    font-weight: 500;
}

#pickup-finder .branch-office-filter-current-active span svg {
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-left: 5px;
}

#pickup-finder .toggle-map {
    background: none;
    border: none;
    color: #000;
    display: none;
    margin-top: 2px;
}

#pickup-finder .toggle-map svg {
    width: 15px;
    margin-right: 5px;
}

#pickup-finder .pickup-finder--without-map #pickup-finder-map,
#pickup-finder .pickup-finder--without-map #pickup-finder-map-detail,
#pickup-finder .pickup-finder--without-map .toggle-map {
    display: none !important;
}

#pickup-finder .pickup-finder--without-map .map-detail-body .map-detail-data {
    width: 100%;
}

#pickup-finder .pickup-finder-content.pickup-finder--without-map {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}

#pickup-finder
    .pickup-finder--without-map
    .branch-office-container
    .branch-office-items {
    height: 100%;
}

#pickup-finder .leaflet-container .leaflet-marker-pane img {
    filter: drop-shadow(rgba(0, 0, 0, 0.6) 2px -2px 2px);
}

@media (max-width: 1199px) {
    #pickup-finder .map-container .map-overlay {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #pickup-finder .map-container .map-overlay .map-overlay-text {
        width: auto;
    }
}

@media (max-width: 1199px) and (min-width: 769px) {
    #pickup-finder.pickup-finder--embed .map-content {
        width: calc(100% - 20px);
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    #pickup-finder .pickup-finder-content {
        width: 100vw;
        /* height: 100vh; */
        margin: 0;
        border: none;
        border-radius: 0;
        overflow: auto;
    }

    #pickup-finder .branch-office-item .branch-office-item-name {
        font-weight: bold;
        font-size: 14px;
        max-width: 220px;
    }

    #pickup-finder .branch-office-header {
        border-radius: 0;
        margin-top: 1px;
    }

    #pickup-finder .toggle-map {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #pickup-finder .branch-office-container {
        max-height: none;
    }

    #pickup-finder .branch-office-container .branch-office-items {
        overflow-y: visible;
        max-height: none;
    }

    #pickup-finder .map-container-search > .map-search-button {
        top: 2px;
        right: 8px;
    }

    #pickup-finder .branch-office-container.hide-mobile {
        display: none;
    }

    #pickup-finder .map-detail-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 55px 0;
    }

    #pickup-finder .map-detail-body .map-detail-data,
    #pickup-finder .map-detail-body #pickup-finder-map-detail {
        width: 100%;
        border-radius: 0;
    }

    #pickup-finder .map-detail-back-btn {
        width: 100%;
        top: 0;
        left: 0;
        padding: 16px 20px;
        -webkit-box-shadow: 0 0 4px 0 rgb(0 0 0 / 30%);
        box-shadow: 0 0 4px 0 rgb(0 0 0 / 30%);
        z-index: 1001;
    }

    #pickup-finder .map-detail-body .map-detail-data {
        padding: 0 20px;
        padding-top: 30px;
    }

    #pickup-finder .branch-office-container .branch-office-item {
        border-right: none;
    }

    #pickup-finder .branch-office-item-empty {
        border-right: none;
        border-left: none;
    }

    #pickup-finder .map-content {
        position: static;
        width: 100% !important;
    }

    #pickup-finder .map-container {
        /* height: 55vh; */
        max-height: unset;
        height: unset;
        padding-top: 55px;
    }

    #pickup-finder .map-container #pickup-finder-map {
        height: 40vh;
    }

    #pickup-finder .branch-office-container {
        width: calc(100% + 30px);
        margin-top: 0;
        margin-left: -15px;
        border: none;
        border-radius: 0;
    }

    #pickup-finder .map-container-search > input.map-search {
        width: 100%;
        position: absolute;
        top: 0;
        margin: 0;
        left: 0;
        border-radius: 0;
        z-index: 1001;
    }

    #pickup-finder #pickup-finder-map,
    #pickup-finder .map-container {
        border-radius: 0;
    }

    #pickup-finder .map-detail {
        width: 100vw;
        height: calc(100vh - 100px);
    }
}

@media (max-width: 430px) {
    #pickup-finder .filter-modal {
        width: calc(100% - 40px);
        margin-right: 20px;
    }
}

@media (min-width: 769px) {
    .toggle-off {
        display: none !important;
    }
}
