﻿.KatmanlarCanvas {
    user-select: none;
}

.offcanvas-end, .offcanvas-start {
    margin-top: 74px;
}

#main-map {
    top: 0;
    left: 0;
    width: 100%;
    user-select: none;
    height: calc(100dvh - 74px);
}

.leaflet-control-zoom-fullscreen {
    margin-bottom: 10px;
}

.leaflet-control-zoom {
    border: 0 !important;
}

.pc-content, .pc-container, body {
    overflow: hidden;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.mapInfoBadge {
    z-index: 1023;
    position: absolute;
    bottom: 0;
    opacity: 0.9;
    border-radius: 0;
}

.mapMskLogo {
    z-index: 1023;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.simplebar-content-wrapper, .pct-body, .customizer-body {
    overflow-x: hidden !important;
}

.slider.slider-horizontal {
    /* float: right; */
    width: 100% !important;
}

.SliderCheckBox {
    position: relative;
    top: 4px;
    height: 18px;
    width: 18px;
}

.pct-c-btn {
    position: absolute;
    right: 0;
    z-index: 1096;
    margin-top: 0px !important;
}

.gutter {
    background-color: #1d2630;
    background-repeat: no-repeat;
    background-position: 50%;
}

    .gutter.gutter-horizontal {
        cursor: col-resize;
        position: relative;
    }

.gutter-horizontal::before,
.gutter-horizontal::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    color: #fd7e14;
    font-size: 0.8rem;
}

.gutter-horizontal::before {
    content: "\f0d9";
    top: 48.5%;
}

.gutter-horizontal::after {
    content: "\f0da";
    top: 50.5%;
}

.street-view-map-icon {
    background-repeat: no-repeat;
    background-size: 49px 832px;
    position: absolute;
    left: -24px;
    top: -34px;
    width: 49px;
    height: 52px;
    background-position: 0px 0px;
    background-image: url("/assets/images/widget/google-street-view/gboi.png");
}

.leaflet-routing-container{
    display: none !important;
}