@font-face {
    font-family: 'Inter';
    src: url('../../admin/fonts/Inter-VariableFont_slnt,wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} 

 @font-face {
    font-family: 'Inter';
    src: url('../../admin/fonts/static/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.wplf-content .adp, .wplf-content table, .wplf-content button, .wplf-content span, .wplf-content a, .wplf-content label, .wplf-content input, .wplf-content p, .wplf-content select, .wplf-content option, .wplf-content h3 {
    font-family: 'Inter'!important;
}

.wplf-content {
    max-width: 1600px;
    margin: 20px 0;
}

.wplf-content *:focus, .wplf-detail-location *:focus {
    outline: none!important;
}

.wplf-content a, .wplf-content button, .wplf-content button:hover {
    cursor: pointer;
    border: none;
    background-color: unset;
    padding: 0;
    color: unset;
}

.wplf-content a {
    text-decoration: none!important;
}

.wplf-content .d-none, .wplf-d-none {
    display: none !important;
}

.wplf-d-flex {
    display: flex!important;
}

.wplf-d-flex-col {
    flex-direction: column;
}

.wplf-disable {
    opacity: 0.5;
    pointer-events: none;
}

.wplf-content button.wplf-geolocate-me {
    background: #fff;
    border: 1px solid #0173AB;
    border-radius: 8px!important;
    min-width: 174px;
    padding: 11px 15px;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
}

.wplf-content .wplf-geolocate-me span {
    color: #0173AB;
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
}

.wplf-content h3 {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #28282D !important;
    line-height: 22px;
}

.wplf-content .form-control-text {
    padding: 10px;
    background: #E4E4E4;
    border: none;
}

.wplf-content .input-group-inline {
    display: flex;
    flex-direction: row;
    margin: 0;
}

.wplf-content .input-group-inline .input-with-icons {
    width: 100%;
    display: flex;
    align-items: center;
}

.wplf-content .btn-search-action {
    position: absolute;
    right: 10px;
    height: 24px;
}

.wplf-content .btn-search, .wplf-content .btn-search-clear {
    cursor: pointer;
    display: inline-block;
}

.wplf-content .input-group-inline .input-with-icons input {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    border-radius: 0;
    background: #fff;
    padding: 13px 65px 13px 45px;
    border-radius: 8px!important;
    border: 1px solid #CDCDD2!important;
}

.wplf-content .input-group-inline .input-with-icons .icon-input {
    position: absolute;
    left: 10px;
}

.wplf-content .px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.wplf-content .text-center {
    text-align: center !important;
}

.wplf-content .position-relative {
    position: relative;
}

.wplf-content .w-100 {
    width: 100%;
}

.wplf-content .wplf-form-search {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.wplf-content .wplf-form-search h3 {
    padding-bottom: 5px;
    margin: 0;
}

.wplf-content .wplf-form-search select {
    background: url('../icons/arrow-down-icon.svg') 97% center no-repeat;
    -webkit-appearance: none;
    padding: 13px 15px;
    font-weight: 400;
    color: #28282D;
    font-size: 14px;
    line-height: 20px;
    border-radius: 8px;
    border: 1px solid #CDCDD2;
}

.wplf-form-search-top {
    padding: 30px 30px 10px 30px;
}

.wplf-form-search-top .wplf-tag-search {
    float: left;
    width: 100%;
    height: 185px;
    overflow: auto;
    margin-top: 8px;
}

.wplf-form-search-top .wplf-tag-search::-webkit-scrollbar-button {
    display: none!important;
}

.wplf-form-search-top .wplf-tag-search::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.wplf-form-search-top .wplf-tag-search::-webkit-scrollbar-track {
    background: #E4E4E9;
    border-radius: 50px;
}

.wplf-form-search-top .wplf-tag-search::-webkit-scrollbar-thumb {
    background: #0173AB;
    border-radius: 50px;
}

.wplf-form-search-top .wplf-tag-search::-webkit-scrollbar-thumb:hover {
    background: #0173AB;
}

.wplf-form-search-top .wplf-tag-search input {
    display: none;
}

.wplf-form-search-top .wplf-tag-search label {
    padding: 8px 12px;
    line-height: 15px;
    min-width: inherit !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 8px 5px 0;
}

.wplf-form-search-top .wplf-tag-search input.wplf-tag:checked + label {
    background: none repeat scroll 0 0 #0173AB !important;
    color: #fff;
}

.wplf-form-search-top .wplf-tag-search input.wplf-tag:checked + label:hover {
    background: none repeat scroll 0 0 #01527B !important;
}

.wplf-form-search-top .wplf-tag-search input.wplf-tag+label {
    display: table;
    background-color: #eee;
    color: #4F505A;
    cursor: pointer;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    transition: background-color .25s;
    -moz-transition: background-color .25s;
    -webkit-transition: background-color .25s;
    -o-transition: background-color .25s;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    float: left;
}

.wplf-form-search-top .wplf-tag-search input.wplf-tag+label:hover {
    background-color: #D9DADD;
}

.wplf-form-search-top .wplf-tag-search input.wplf-tag:checked + label > span.wplf-tag-unchecked {
    display: none;
}

.wplf-form-search-top .wplf-tag-search input.wplf-tag:not(:checked)+label>span.wplf-tag-checked {
    display: none;
}

.wplf-form-search-bottom {
    border-top: 1px solid #CDCDD2;
    padding: 20px;
}
.wplf-form-search-bottom .wplf-search-btn {
    width: 100%;
    background: #0173AB;
    height: 48px;
    border: none!important;
    border-radius: 8px!important;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.wplf-content .map-list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #F0F4F7;
    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
}

.wplf-content .map-list-wrapper:last-child {
    border-bottom: none;
}

.wplf-content .map-list-header {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
}

.wplf-content .map-list-header img {
    align-self: flex-start;
}

.wplf-content .map-list-header .wplf-svg-marker svg {
    width: 32px;
    height: 32px;
}

.wplf-content .map-list-header .wplf-distance {
    border-radius: 4px!important;
    border: none!important;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    padding: 6px 8px;
    background: #07A864;
    color: #FFFFFF;
}

.wplf-content .desc-list {
    flex-grow: 1;
    width: 40%;
}

.wplf-content .desc-list h5 {
    margin: 0;
    font-size: 1.2em;
}

.wplf-content .desc-list p {
    margin: 5px 0 0;
    font-size: 0.9em;
    color: #555;
}

.wplf-content .map-list-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 5px;
    width: 100%;
    margin-top: 10px;
}

.wplf-content .map-list-footer .wplf-action-btn {
    text-transform: capitalize;
    text-decoration: none;
    color: #0173AB!important;
    font-size: 14px;
    font-weight: 500!important;
    line-height: 20px;
    display: flex;
    align-items: center;
    font-weight: 600;
    border: 1px solid #E4E4E9;
    border-radius: 6px;
    padding: 8px 12px;
    background: #fff;
}

.wplf-content .map-list-footer .wplf-action-btn.wplf-route-btn {
    background: #0173AB;
    border: 1px solid #0173AB;
    color: #fff!important;
}

.wplf-content .map-list-footer .wplf-action-btn img {
    margin-right: 5px;
}

.wplf-content .list-map {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    max-height: 565px;
    overflow: auto;
    margin-top: 20px;
    padding-right: 7.5px;
}

.wplf-content .list-map.wplf-show-only-list {
    margin-top: 0;
    max-height: 585px;
}

.wplf-content.wplf-map-view .list-map {
    max-height: 560px;
    margin-top: 15px;
} 

.wplf-content .list-map::-webkit-scrollbar-button {
    display: none!important;
}

.wplf-content .list-map::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    /* Width of the scrollbar */
}

.wplf-content .list-map::-webkit-scrollbar-track {
    background: #E4E4E9;
    /* Track color */
    border-radius: 50px;
    /* Track border radius */
}

.wplf-content .list-map::-webkit-scrollbar-thumb {
    background: #0173AB;
    /* Thumb color */
    border-radius: 50px;
    /* Thumb border radius */
}

.wplf-content .list-map::-webkit-scrollbar-thumb:hover {
    background: #0173AB;
    /* Thumb hover color */
}

.wplf-content .list-map .wplf-result-count {
    font-family: 'Inter' !important;
    font-size: 11px;
    color: #6466F1;
    text-align: center;
}

.wplf-content .map-list-wrapper:hover {
    background: #E4E4E9;
}

.wplf-content .map-list-wrapper.active {
    background: #EBFAF4;
    border: 2px solid #07A864;
}

.wplf-location-list {
    padding: 30px 7.5px 0 15px;
}

.wplf-location-list .wplf-back-btn {
    display: flex;
    align-items: center;
    padding: 0;
    border: none!important;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    color: #28282D;
    line-height: 22px;
}

.wplf-map-view .wplf-location-list {
    padding: 15px 7.5px 0 15px;
}

.wplf-content .cursor-pointer {
    cursor: pointer;
}

.wplf-map-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border: 1px solid #D9DADD;
    border-radius: 16px;
}

.wplf-map {
    border-radius: 0 16px 16px 0;
}

.wplf-left-content, .wplf-right-content {
    height: 640px;
}

.wplf-left-content .input-group-inline, .wplf-left-content select {
    margin-bottom: 8px;
}

.wplf-left-content .list-map .map-list-header .location-title {
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: #28282D;
    line-height: 22px;
    margin-bottom: 5px;
}

.wplf-left-content .list-map .map-list-header .location-address {
    font-size: 12px;
    font-weight: 400;
    color: #28282D;
    display: block;
    line-height: 16px;
    max-width: 90%;
}

.wplf-right-content .wplf-map {
    width: 100%;
    height: 640px;
}

.wplf-map-content:not(.wplf-direction-collapsed) .wplf-left-content {
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    max-width: 400px;
}

.wplf-map-content:not(.wplf-direction-collapsed) .wplf-right-content {
    -ms-flex: 0 0 calc(100% - 400px);
    flex: 0 0 calc(100% - 400px);
    max-width: calc(100% - 400px);
}

.wplf-map-content.wplf-direction-active .wplf-left-content {
    -ms-flex: 0 0 560px;
    flex: 0 0 560px;
    max-width: 560px;
}

.wplf-map-content.wplf-direction-active .wplf-right-content {
    -ms-flex: 0 0 calc(100% - 560px);
    flex: 0 0 calc(100% - 560px);
    max-width: calc(100% - 560px);
}

.wplf-content.wplf-map-view .wplf-map-content:not([class*=" "]) .wplf-left-content {
    display: none;
}

.wplf-content.wplf-map-view .wplf-map-content:not(.wplf-direction-active) .wplf-map {
    border-radius: 16px;
}

.wplf-content.wplf-map-view .wplf-map-content:not(.wplf-direction-active) .wplf-right-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.wplf-map-content.wplf-direction-collapsed {
    position: relative;
}

.wplf-map-content.wplf-direction-collapsed .wplf-right-content {
    width: 100%;
}

.wplf-map-content.wplf-direction-collapsed .wplf-map-direction-content {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    height: auto;
    width: 400px;
    border-radius: 16px;
    z-index: 10;
}

.wplf-map-content.wplf-direction-collapsed .wplf-direction-content-top {
    padding: 30px;
}

.wplf-map-content.wplf-direction-collapsed .wplf-map-direction-summary, .wplf-map-content.wplf-direction-collapsed .wplf-map-direction {
    display: none;
}

.wplf-map-content .gm-style-iw-chr {
    display: none;
}

.wplf-map-content .gm-style-iw > div {
    overflow: visible !important;
}

.wplf-map-content .gm-style-iw-c {
    padding: 12px!important;
}

.wplf-map-content .gm-style-iw-d, .wplf-map-content .gm-style-iw-c {
    max-height: initial !important;
}

.wplf-map-marker {
    position: relative;
    margin: -12px;
    max-width: 360px;
    overflow: hidden;
    z-index: 100000;
}

.wplf-map-marker-close {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .7;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    height: 32px;
    width: 32px;
    text-align: center;
    cursor: pointer;
    z-index: 100000;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

.wplf-map-marker-close:hover {
    opacity: 1;
}

.wplf-map-marker-close svg {
    fill: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wplf-map-marker-header {
    position: relative;
}

.wplf-map-marker-image {
    position: relative;
    height: 160px;
    overflow: hidden;
    margin-bottom: 0;
}

.wplf-map-marker-image .gm-style img {
    box-shadow: inherit !important;
    margin: 0;
}

.wplf-map-marker-image img {
    position: absolute;
    height: 100%!important;
    width: 100%!important;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wplf-map-marker-body {
    padding: 16px;
    margin-top: -16px;
    background: #fff;
    border-radius: 8px 8px 0 0;
    position: relative;
    z-index: 2;
}

.wplf-map-marker-content {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.wplf-map-marker-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #28282D;
}

.wplf-map-marker-address {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #28282D;
}

.wplf-map-marker-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 4px;
    margin-top: 8px;
    width: 100%;
}

.wplf-map-marker .wplf-details-icon {
    text-transform: capitalize;
    text-decoration: none!important;
    color: #0173AB !important;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 20px;
    display: flex;
    align-items: center;
    column-gap: 3px;
    font-weight: 600;
    border: 1px solid #E4E4E9;
    border-radius: 6px;
    padding: 8px 10px;
    background: #fff;
}

.wplf-map-marker .wplf-details-icon:hover {
    background-color: #EBF5FA;
    border-color: #0173AB;
}

.wplf-map-marker #wplf-route-btn.wplf-details-icon {
    background: #0173AB;
    border: 1px solid #0173AB;
    color: #fff !important;
}

.wplf-map-marker #wplf-route-btn.wplf-details-icon:hover {
    background: #01527B;
    border-color: #01527B;
}

.wplf-map-direction-content {
    height: 640px;
    position: relative;
}

.wplf-direction-content-top {
    padding: 30px 30px 0 30px;
}

.wplf-map-direction-btn {
    display: flex;
    justify-content: space-between;
}

.wplf-map-direction-btn button {
    display: flex;
    align-items: center;
    border: none;
    background: transparent;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #28282D;
}

.wplf-map-direction-btn button:hover,
.wplf-map-direction-btn button:focus {
    background-color: transparent;
    color: #28282D;
}

.wplf-map-direction-btn button:hover {
    opacity: 0.8;
}

.wplf-map-direction-btn button.wplf-close-direction {
    color: #DD2929;
}

.wplf-map-direction-input {
    display: flex;
    align-items: center;
    width: 100%;
    column-gap: 8px;
    margin-top: 16px;
}

.wplf-map-direction-input div {
    display: flex;
    flex-direction: column;
    width: 100%;
    row-gap: 8px;
}

.wplf-map-direction-input input {
    padding: 14px 12px;
    border: 1px solid #CDCDD2;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #28282D;
}

.wplf-map-direction-summary {
    background: #F0F4F7;
    border-radius: 8px;
    padding: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #28282D;
    margin-top: 16px;
    margin-bottom: 8px;
}

.wplf-map-direction {
    overflow: auto;
    height: 390px;
    padding-left: 30px;
    padding-right: 15px;
    margin-right: 15px;
}

.wplf-map-direction::-webkit-scrollbar-button {
    display: none!important;
}

.wplf-map-direction::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.wplf-map-direction::-webkit-scrollbar-track {
    background: #E4E4E9;
    border-radius: 50px;
}

.wplf-map-direction::-webkit-scrollbar-thumb {
    background: #0173AB;
    border-radius: 50px;
}

.wplf-map-direction::-webkit-scrollbar-thumb:hover {
    background: #0173AB;
}

.wplf-map-direction img {
    max-width: none !important;
}

.wplf-map-direction table {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.wplf-map-direction .adp-summary, .wplf-map-direction .adp-placemark {
    display: none;
}

.wplf-map-direction .adp-step, .wplf-map-direction .adp-substep {
    border: none;
    border-bottom: 1px dashed #CDCDD2;
    padding: 10px 3px;
}

.wplf-direction-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 10;
}

.wplf-direction-loading .spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #333;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.fancybox__container {
    z-index: 1000000;
}

@media (max-width: 1366px) {
    .wplf-content {
        max-width: 1180px;
    }
    .wplf-map-content.wplf-direction-active .wplf-left-content {
        -ms-flex: 0 0 400px;
        flex: 0 0 400px;
        max-width: 400px;
    }
    .wplf-map-content.wplf-direction-active .wplf-right-content {
        -ms-flex: 0 0 calc(100% - 400px);
        flex: 0 0 calc(100% - 400px);
        max-width: calc(100% - 400px);
    }

    .wplf-form-search-top {
        padding: 20px 20px 10px 20px;
    }
    .wplf-direction-content-top {
        padding: 20px 20px 0 20px;
    }

    .wplf-map-direction {
        height: 395px;
        margin-right: 10px;
    }
}

@media (max-width: 960px) {
    .wplf-content {
        max-width: 900px;
    }
    .wplf-map-content:not(.wplf-direction-collapsed) .wplf-left-content {
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        max-width: 320px;
    }
    .wplf-map-content:not(.wplf-direction-collapsed) .wplf-right-content {
        -ms-flex: 0 0 calc(100% - 320px);
        flex: 0 0 calc(100% - 320px);
        max-width: calc(100% - 320px);
    }
    .wplf-map-content.wplf-direction-active .wplf-left-content {
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        max-width: 320px;
    }
    .wplf-map-content.wplf-direction-active .wplf-right-content {
        -ms-flex: 0 0 calc(100% - 320px);
        flex: 0 0 calc(100% - 320px);
        max-width: calc(100% - 320px);
    }
    .wplf-form-search-top {
        padding: 15px 15px 10px 15px;
    }
    .wplf-direction-content-top {
        padding: 15px 15px 0 15px;
    }
    .wplf-map-direction {
        padding-left: 15px;
        padding-right: 7.5px;
        margin-right: 7.5px;
    }

    .wplf-content .map-list-footer .wplf-action-btn {
        padding: 6px 8px;
    }
}

@media (max-width: 768px) {
    .wplf-content {
        max-width: 708px;
    }

    .wplf-map-content {
        border-radius: 8px;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
    }

    .wplf-left-content, .wplf-right-content,
    .wplf-map-content.wplf-direction-active .wplf-left-content,
    .wplf-map-content.wplf-direction-active .wplf-right-content,
    .wplf-map-content:not(.wplf-direction-collapsed) .wplf-left-content,
    .wplf-map-content:not(.wplf-direction-collapsed) .wplf-right-content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .wplf-right-content .wplf-map {
        border-radius: 8px 8px 0 0;
        height: 450px;
    }

    .wplf-left-content {
        height: 540px;
    }

    .wplf-map-content.wplf-direction-collapsed .wplf-map-direction-content {
        position: initial;
        width: 100%;
    }

    .wplf-map-content.wplf-direction-collapsed .wplf-direction-content-top {
        padding: 15px 15px 0 15px;
    }

    .wplf-form-search-top .wplf-tag-search {
        height: auto;
        max-height: 185px;
    }

    .wplf-map-marker {
        max-width: 280px;
    }
}

@media (max-width: 480px) {
    .wplf-map-marker-image {
        height: 130px;
    }

    .wplf-map-marker-body {
        padding: 10px;
    }

    .wplf-map-marker .wplf-details-icon {
        padding: 8px;
    }
}