.fullPage {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 64px);
    margin-top: 64px;
}

.v-select,
.v-select * {
    box-sizing: border-box;
}

.v-select {
    position: relative;
    font-family: inherit;
}

.vs--searchable .vs__dropdown-toggle {
    cursor: text;
}

.vs__dropdown-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    padding: 0 0 4px;
    background: none;
    border: 1px solid rgba(60, 60, 60, .26);
    border-radius: 4px;
    white-space: normal;
}

.vs__dropdown-toggle {
    min-height: 40px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: unset !important;
}

.vs__selected-options {
    display: flex;
    flex-basis: 100%;
    flex-grow: 1;
    flex-wrap: wrap;
    padding: 0 2px;
    position: relative;
}

.vs__search,
.vs__search:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1.4;
    font-size: 1em;
    border: 1px solid transparent;
    border-left: none;
    outline: none;
    margin: 4px 0 0;
    padding: 0 7px;
    background: none;
    box-shadow: none;
    width: 0;
    max-width: 100%;
    flex-grow: 1;
}

.vs__actions {
    display: flex;
    align-items: center;
    padding: 4px 6px 0 3px;
}

.vs__clear {
    fill: rgba(60, 60, 60, .5);
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    margin-right: 8px;
}

.vs__clear {
    height: 10px;
    width: 10px;
    position: absolute;
    top: 28%;
    right: 1%;
}

.vs__open-indicator {
    fill: rgba(60, 60, 60, .5);
    transform: scale(1);
    transition: transform .15s cubic-bezier(1, -.115, .975, .855);
    transition-timing-function: cubic-bezier(1, -.115, .975, .855);
}

.vs__spinner,
.vs__spinner:after {
    border-radius: 50%;
    width: 5em;
    height: 5em;
}

.vs__spinner {
    align-self: center;
    opacity: 0;
    font-size: 5px;
    text-indent: -9999em;
    overflow: hidden;
    border: .9em solid hsla(0, 0%, 39.2%, .1);
    border-left-color: rgba(60, 60, 60, .45);
    transform: translateZ(0);
    -webkit-animation: vSelectSpinner 1.1s linear infinite;
    animation: vSelectSpinner 1.1s linear infinite;
    transition: opacity .1s;
}

.vs__selected {
    display: flex;
    align-items: center;
    background-color: #f0f0f0;
    border: 1px solid rgba(60, 60, 60, .26);
    border-radius: 4px;
    color: #333;
    line-height: 1.4;
    margin: 4px 2px 0;
    padding: 0 .25em;
}

.vs__deselect {
    display: inline-flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-left: 4px;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: none;
    fill: rgba(60, 60, 60, .5);
    text-shadow: 0 1px 0 #fff;
}

.uk-list {
    overflow: auto;
    height: calc(100vh - 610px);
    min-height: 200px
}

.uk-list li {
    cursor: pointer;
    border-radius: 2px;
}

.uk-list li figure {
    margin: 0 10px 0 0;
}

.uk-list li figure img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
}

.uk-list li span {
    color: #555;
    font-weight: 700;
}



.filterBoxSec {
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
    transition: .3s;
    max-height: 36px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: white;
}

.filterBoxSec>.titleSec {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: #666;
    margin-bottom: 10px;
}

.filterBoxSec>.titleSec .icon {
    margin-right: 10px;
}

.filterBoxSec>.titleSec .plusIcon {
    display: block;
}

.filterBoxSec>.titleSec .negIcon {
    display: none;
}

.filterBoxSec.open {
    max-height: 5000px;
    overflow: auto;
}

.filterBoxSec.open>.titleSec {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
}

.filterBoxSec.open>.titleSec .plusIcon {
    display: none;
}

.filterBoxSec.open>.titleSec .negIcon {
    display: block;
}

.filterBoxSec .bodySec {}

.filterBoxSec .bodySec.filterButtonSec {
    display: flex;
    flex-direction: column;
}

.filterBoxSec .bodySec.filterButtonSec>label {
    margin-bottom: 10px;
    cursor: pointer;
}


.inputWithResult {
    position: relative;
    margin-bottom: 10px;
}

.inputWithResult input {
    margin-bottom: 3px;
}

.inputWithResult .resultSection {
    background: white;
    width: 100%;
    box-shadow: 0px 0px 2px 1px grey;
    top: 100%;
    padding: 10px 0px;
    box-sizing: border-box;
    max-height: 300px;
    overflow: auto;
}

.inputWithResult .resultSection .res {
    cursor: pointer;
    padding: 4px 10px;
    margin: 2px 0px;
}

.inputWithResult .resultSection .res:hover {
    background: gainsboro;
}

.inputWithResult .loadingSection {
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0px;
    top: 0px;
    box-sizing: border-box;
}

.popup-marker-summery {
    text-align: left;
}


.max32 {
    max-width: 32px;
    max-height: 32px;
}

.leaflet-popup-content-wrapper {
    padding: 0 !important;
    border-radius: 6px !important;
    overflow: hidden;
    text-align: initial !important;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgb(0 0 0 / 40%);
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
}

.leaflet-popup-content {
    width: 500px !important;
    margin: 0 !important;
}

.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
}

.leaflet-container a {
    color: #0078A8;
}

.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-popup-content p {
    margin: 18px 0;
}

.inputWithResult input.error {
    background: #ff000024;
}


.side-select {
    display: flex;
    align-items: center;
}

.side-select .tab-button {
    width: 50%;
    text-align: center;
    border: solid 1px #898989;
    padding: 5px 0px;
    cursor: pointer;
    transition: .3s;
}

.side-select .tab-button.selected {
    background: #40abfd;
    color: white;
}

.filter-on-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.filter-on-section .filter {
    background: #61bbff;
    color: white;
    padding: 3px 5px;
    border-radius: 4px;
    margin: 3px;
}

.filter-on-section .filter .name {}

.filter-on-section .filter .close {
    cursor: pointer;
    margin-left: 10px;
}

.add-destination {
    background: green;
    border: none;
    margin: 0 auto;
    color: white;
    padding: 0px 15px;
    margin-bottom: 8px;
}


.order-destination-number {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0px 5px;
    border: solid 1px gainsboro;
    position: relative;
}

.line-between:after {
    content: '';
    width: 1px;
    height: 22px;
    top: 100%;
    position: absolute;
    border-left: dashed gainsboro;
}

.search-input {
    width: calc(100% - 80px);
}

.add-destination-button,
.cancel-destination {
    cursor: pointer;
    margin: 0px 5px;
    color: white;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.cancel-destination {
    background: red;
}

.add-destination-button {
    background: #1ea31e;
}

.map-setting-button {
    display: none;
}

.distanceTable {
    background: white;
    box-shadow: 0px 0px 3px 2px #00000075;
    margin: 0 15px;
    padding: 0 5px;
}

.distanceTable thead th {
    text-align: left;
    border-bottom: solid 1px #0000001f;
    color: black;
    font-weight: bold;
    font-size: 18px;
}

.distanceTable tbody td {
    border-bottom: dashed 1px #40abfd;
    padding-right: 30px;
}

.mapboxgl-popup-content {
    width: 501px !important;
    padding: 0 !important;
    transform: translateX(-160px) !important;
    border-radius: 10px !important;
}

.aroundInput {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aroundInput select {
    padding: 5px 0px;
}

.mapCorner {
    position: absolute;
    bottom: 10px;
    z-index: 999;
    left: 16px;
    display: flex;
    align-items: end;
}

.mapIcons {
    background: white;
    box-shadow: 0px 0px 3px 2px #00000075;
}

.mapIcons .iconRow {
    display: flex;
    align-items: center;
    padding: 10px 5px;
    border-bottom: solid 1px gray;
}

.mapIcons .iconRow .mapIcon {
    width: 20px;
    height: 20px;
}

.mapIcons .iconRow .mapIcon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mapIcons .iconRow .name {
    padding-left: 5px;
    font-size: 13px;
}

.mapboxgl-marker {
    cursor: pointer;
}

.mapboxgl-popup {
    /*max-width: 100px !important;*/
}

.width100 {
    width: 100% !important;
}

.tagSectionMapPopup {
    flex-wrap: wrap;
    font-size: 10px;
    text-align: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.weahterMarker {
    background-color: #008effc2;
    width: 40px;
    height: 40px;
    background-size: 100%;
    z-index: 1;
    box-shadow: 1px 2px 3px 0px #5a5a5a7d;
    z-index: 1;
    border-radius: 26%;
    -webkit-border-radius: 26%;
    -moz-border-radius: 26%;
    -ms-border-radius: 26%;
    -o-border-radius: 26%;
}

.weahterMarker.top {
    top: -60px;
}

@media (max-width: 960px) {
    .map-setting-button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        border-radius: 10px;
        background: white;
        color: #000000b0;
        position: fixed;
        z-index: 999;
        bottom: 70px !important;
        left: 10px !important;
        padding: 7px;
        box-shadow: 0px 0px 5px 1px black;
    }

    .setting-map-section {
        position: fixed;
        bottom: 0;
        width: 100%;
        max-height: 0;
        z-index: 99999;
        background: #000000ba;
        transition: .5s;
        overflow: hidden !important;
    }

    .setting-map-section.open {
        max-height: 100vh;
    }

    .setting-map-section .setting-map {
        height: 90vh;
        bottom: 0;
        overflow: auto;
        margin-top: 10vh;
        background: white;
        border-radius: 10px 10px 0 0;
    }

    .map-section {}
}

@media(max-width: 640px) {
    .leaflet-popup-content {
        max-width: 300px !important;
    }

    .mapboxgl-popup-content {
        max-width: 300px !important;
        transform: translateX(0px) !important;
    }

    .mapboxgl-popup-content img {
        width: 100% !important;
        background: #eee !important;
        max-height: 166px !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .popupfooterBUtton__1 {
        padding-bottom: 0;
    }

    .popupfooterBUtton {
        position: relative !important;
        right: unset;
        bottom: unset;
        left: unset;
    }
}