.mapView {
    display: flex;
    height: calc(100vh - 64px);
    width: 100vw;
    overflow-y: hidden;
    overflow-x: hidden;
}

.cnow-mapview-container {
    height: calc(100vh - 164px);
    width: calc(100vw - 380px);
}

.cnow-mapview-container-lg-notiles {
    height: calc(100vh - 64px);
    width: calc(100vw - 380px);
    position: relative;
}

.cnow-mapview-container-lg-tiles {
    height: calc(100vh - 164px);
    width: calc(100vw - 380px);
}

.cnow-mapview-container-sm-notiles {
    height: calc(100vh - 64px);
    width: calc(100vw - 64px);
    position: relative;
}

.cnow-mapview-tiler-list {
    position: absolute;
    bottom: 25px;
    left: 0px;
    right: 0px;
    z-index: 99;
}

.cnow-mapview-container-sm-tiles {
    height: calc(100vh - 164px);
    width: calc(100vw - 64px);
}

.sitemap-mapoverlay-list {
    background-color: #FFFFFF;
    height: 140px;
    /* height: 125px; */
}

.sitemap-mapoverlay-drag-drop {
    height: 100%;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}

.sitemap-top-nav {
    background-color: #404040;
    color: #FFFFFF;
    width: 100vw;
    height: 64px;
}

.sitemap-info-leftpanel {
    display: inline-block;
    height: calc(100vh - 64px);
    width: 380px;
    overflow-y: auto;
}

.sitemap-info-leftpanel::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.sitemap-info-leftpanel::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #f5f5f5;
}

.sitemap-info-leftpanel::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.4);
}


.sitemap-map-container {
    display: inline-block;
}

.map-infopanel-image {
    height: 160px;
    width: 380px;
}

.map-infopanel-controlbar {
    height: 38px;
    width: 100%;
    background-color: #EDEDED;
    padding: 2px;
}

.map-infopanel-controlbar-sm {
    height: calc(100vh - 64px);
    width: 100%;

    height: 100vh;
    background-color: #EDEDED;
    padding: 12px;
}

.btn-list-sm {
    display: block;
}

.btn-list-sm>.btn {
    margin-top: 8px;
}

.map-navbar-btn {
    /* d-flex justify-content-between align-items-center */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    background-color: #404040;
    width: 120px;
    height: 38px;
}

.site-maptiles {
    /* height: 80px; */
    height: 62px;
    width: 100px;
    margin: 10px;
}

.cnow-map-mobile-view {
    height: 100vh;
    width: 100vw;
}

.map-controlbar-btn {
    width: 43px;
    height: 30px;
    margin: 2px;
}

.map-info-listview-title {
    width: 358px;
    height: 24px;
}

.map-tab {
    background: #EDEDED 0% 0% no-repeat padding-box;
    border: 1px solid #9D9D9D;
}

.map-tab.map-tab-active {
    border-bottom: 4px solid #404040;
    font-weight: bold;
}

.map-tab-title {
    color: #9D9D9D;
    font-size: 13px;
}

.map-tab-title.map-tab-title-active {
    color: #000000
}

.w-33 {
    width: 33.33%;
}

.map-info-listview-listtitles {
    background-color: #EDEDED;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #404040;
    cursor: pointer;
    width: auto;
}

.map-info-listview-listitem:hover {
    background-color: #EDEDED;
}

.map-info-activelist {
    border-bottom: 4px solid #404040;
    font-weight: bold;
}

.map-info-listitem-closebtn {
    width: 1px;
    height: 1px;
    border: none;
}

.thumb-site-list {
    width: 75px;
    height: 60px;
}

.nearby-btn-active,
.nearby-btn-active:focus {
    background-color: #A82829;
}

.explore-btn-active,
.explore-btn-active:focus {
    background-color: #EDEDED !important;
    color: #404040;
}

.listMarkerInfoWindow {
    min-width: 160px;
    max-height: 80px;
    color: #000000;
    border: #9D9D9D 1px solid;
    background-color: #FFFFFF;
    font: normal bold 10px;
    padding: 4px;
    overflow-wrap: break-word;
    overflow-y: auto;
}

.listMarkerInfo {
    min-width: 139px;
    min-height: 22px;
    color: #000000;
    border: #9D9D9D 1px solid;
    font: normal 14px;
    border-radius: 5px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    padding: 4px;
    position: absolute;
    top: -33px;
    left: 16px;
    z-index: 99 !important;
}

.listMarker {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
    background-repeat: round;
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
}

.imagemarker {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
}

.maprelations-container {
    height: calc(100vh - 64px);
    width: 100vw;
}

.map-mobile-menu {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .mapView {
        flex-direction: column;
        height: 100% !important;
        flex-direction: column-reverse;
    }

    .sitemap-map-container {
        width: 100% !important;
    }

    .cnow-mapview-container-lg-notiles {
        width: 100% !important;
        height: calc(53vh - 64px) !important;
    }

    .sitemap-info-leftpanel {
        height: auto !important;
        overflow-x: hidden;
        width: 100% !important;
    }

    .vertical {
        display: none;
    }

    .map-mobile-menu {
        display: block;
        text-align: right;
    }

    .mobile-map-none {
        display: none !important;
    }

    .mobile-map-block {
        display: block !important;
    }

    .sitemap-top-nav {
        height: auto !important;
    }

    .btn-list-map {
        flex-direction: column;
    }

    .navbar-search {
        margin: 0px !important;
        /* display: block; */
    }

    .map-mobile-pb {
        margin-bottom: 10px !important;
    }

    .map-mobile-pt {
        margin-top: 10px !important;
    }

    .map-res-one {
        display: flex;
        flex-direction: column-reverse;
    }


}

.explore-btn {
    border: 1px solid #707070;
    cursor: pointer;
    border-radius: 0.2rem;
    margin-right: 2px;
}

.cnow-marker {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
    font-weight: bold;
    cursor: pointer;
}

.location-index-number {
    display: flex;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #A82829;
    background: #FFFFFF 0% 0% no-repeat;
    align-items: center;
    justify-content: center;
}


/* Maps Slider CSS start*/

input[type=range][orient=vertical] {
    position: relative;
    margin: 0;
    height: 67px;
    width: 15px;
    position: relative;
    writing-mode: bt-lr;
    opacity: 0;
    -webkit-appearance: slider-vertical;
    cursor: pointer;
}

.range-slider {
    width: 4px;
    position: relative;
    text-align: center;
    height: 300px;
    max-height: 60px;
    right: -4px;
    bottom: 0px;
}

.range-slider:before {
    position: absolute;
    top: -2em;
    left: 0.5em;
    content: '';
    color: white;
    font-size: 90%;
}

.cnow-range-slider {
    left: 0px;
    bottom: 0px;
    position: absolute;
    background: #707070;
    pointer-events: none;
    border-radius: 0;
    width: 4px;
    height: calc(100% + 0px);
}

.cnow-range-slider-percent {
    position: absolute;
    left: 3px;
    width: 35px;
    height: 1px;
    line-height: 1px;
    color: #777;
    font-size: 9px;
    border-radius: 50%;
    pointer-events: none;
    padding-left: 0px;
    z-index: 9;
    text-align: right;
}

.cnow-range-slider-percent:after {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 5px solid #70707000;
    border-right: 10px solid #707070;
    border-bottom: 5px solid #70707000;
}

/* Maps Slider CSS ends*/

.map-nav-input-box {
    background-color: #A82829;
}

.map-nav-input,
.map-nav-input:focus-visible,
.map-nav-input::placeholder {
    color: #f5f5f5;
    background: transparent;
    border: none;
    height: 60px;
    width: 100%;
    outline-style: none;
    font-size: 1.2rem;
    font-weight: 600;
}

.map-nav-btn {
    display: flex;
    height: 60px;
    width: 100%;
    background-color: #EDEDED;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    font-size: 1.2rem;
}

.map-nav-btn-show-border {
    border: 2px solid #a82829 !important;
}

.map-nav-hr {
    background-color: #EDEDED;
}

.suggestion-item {
    border: 1px solid #EDEDED;
    cursor: pointer;
    padding: 0.5rem;
    width: 100%;
}

.suggestion-item:hover {
    background-color: #EDEDED;
}

.map-nav-option-btn {
    background: transparent;
    border: 1.5px solid #EDEDED;
    width: 40px;
}

.map-nav-option-btn-active {
    border: 1.5px solid #EDEDED;
    width: 40px;
}

.mapViews-overlays-scrollBar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.mapViews-overlays-scrollBar::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #f5f5f5;
}

.mapViews-overlays-scrollBar::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.4);
}

.nav-line {
    border-left: 2px dashed white;
    position: absolute;
    left: 15px;
    top: 20%;
}

.inputMarker {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: white;
    border: 2px solid white;
    background: #a82829;
    z-index: 9;
    left: 6px;
    font-size: 13px;
    text-align: center;
    top: -10px
}