/*
Template Name: Wrapkit
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*==============================================================
 You can write your style here and overwrite our style
 ============================================================== */
.topbar.fixed-header .navbar .navbar-brand img {
    height: 86px !important;
}

.dropdown-item {
    padding: 8px !important;
}

#map {
    height: calc(100vh - 106px);
}

.topbar {
    z-index: 462;
}

.leaflet-container {
    background: #E3F2FD !important;
}

@media (min-width: 1024px) {
    .page-wrapper {
        padding-top: 106px;
    }

    .sambutan {
        margin-top: 0;
    }
}

@media (max-width: 1023px) {

    #map-ypk-drawer,
    #map-ypk-drawer-kabupatenkota {
        zoom: 50%;
    }

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

#map-ypk {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

#map-ypk-right {
    width: 100%;
    display: inline-block;
}

#map-ypk-left,
#map-ypk-kabupatenkota {
    height: calc(100vh - 106px);
    display: none;
    width: 0;
}

#map-ypk-drawer,
#map-ypk-drawer-kabupatenkota {
    height: calc(100vh - 106px);
    position: relative;
    white-space: normal;
}

.ypk-map-label {
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #1565C0 !important;
}

.leaflet-popup-content {
    /* margin: 11px !important; */
    white-space: normal;
}

.max-w-100 {
    max-width: 100%;
}

.sambutan {
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 0;
    font-size: 11px;
}

.line-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.footer2 .info-box .d-flex {
    border-bottom: 1px solid rgba(255, 255, 1255, 0.13);
}

.banner-innerpage {
    padding: 100px 0 100px;
}

.content-ypk {
    min-height: calc(100vh - 446px);
}

.node>.title,
.node>.content {
    margin: 0;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cursor-pointer {
    cursor: pointer;
}

.navbar .navbar-nav .search .nav-link {
    padding: 12px 23px;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    background: #06a7fd;
    color: #ffffff;
}

.navbar .navbar-nav .search .nav-link:hover {
    color: #eee;
}

.leaflet-top {
    z-index: 400 !important;
}
