    p {
        margin-bottom: 5px;
    }
    
    .abu{
        background-color: #f0f0f0;
    }

    .biruol{
        background-color: #6f95b3;
    }

    .custom-mouse-position{
        bottom: 60px !important;
        left: 10px !important;
        position: absolute;
        background-color: rgba(255, 255, 255, .7);
        border: 1px solid #ececec;
        border-radius: 8px;
        padding-right: 12px;
        padding-left: 12px;
        -webkit-box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.25); 
        box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.25);
        z-index: 9999;
    }

    h1,h2,h3,h4{
        font-family: 'Roboto', sans-serif;
    }

    #map {
        margin: 0;
        width: 100% !important;
        height: 91.4vh !important;
        position: relative;
        /* sidebar sampai bawah, map tetap muncul  */
    }

    #layertree li>span {
        cursor: pointer;
    }

    .offcanvas-active {
        overflow: hidden;
    }

    .screen-overlay {
        width: 0%;
        height: 100%;
        z-index: 30;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(34, 34, 34, 0.6);
        transition: opacity .2s linear, visibility .1s, width 1s ease-in;
    }

    .screen-overlay.show {
        transition: opacity .5s ease, width 0s;
        opacity: 1;
        width: 100%;
        visibility: visible;
    }

    .offcanvas {
        width: 350px;
        visibility: hidden;
        transform: translateX(-100%);
        transition: all .2s;
        border-radius: 0;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        background-color: #fff;
        overflow-y: auto;
    }

    .offcanvas.offcanvas-right {
        right: 0;
        left: auto;
        transform: translateX(100%);
    }

    .offcanvas.show {
        visibility: visible;
        transform: translateX(0);
        transition: transform .2s;
    }

    .offcanvas .btn-close {
        position: absolute;
        right: 15px;
        top: 10px;
    }

    .offcanvas::-webkit-scrollbar {
        width: 5px;
        background-color: #F7F7F7;
    }

    /* Track */
    .offcanvas::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
        border-radius: 10px;
        background-color: #F7F7F7;
    }

    /* Handle */
    .offcanvas::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
        background-color: rgb(180, 180, 180);
    }

    /* Handle on hover */
    .offcanvas::-webkit-scrollbar-thumb:hover {
        background: rgb(150, 150, 150);
    }

    .select2width {
        width: 500px !important;
    }

    .select2-container {
        width: 120px !important;
    }

    .custom-select {
        width: 160px !important;
    }

    ::-webkit-scrollbar {
        width: 5px;
        height: 10px; /* right sidebar scroll */
    }

    ::-webkit-scrollbar-track {
        background: #acacac;
    }

    ::-webkit-scrollbar-thumb {
        background: #555;
        border-radius: 8px;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #444;
    }

    .pac-container {
        z-index: 10000 !important;
    }

    @media only screen and (max-width: 720px) {
        .selectplacing {
            margin-left: auto;
            width: 100% !important;
            margin-top: 5px;
            margin-bottom: 5px;
        }

        #placing {
            margin-left: 0 !important;
            width: 100% !important;
        }

        .btnuser {
            margin-left: 0 !important;
            padding-left: 0;
            padding-right: 0;
            width: 100%;
        }

        #formkoordinat {
            margin-top: 5px;
            width: 100%;
            max-width: 100% !important;
        }

        #inputgeocode {
            margin-top: 5px;
            width: 100%;
            max-width: 100% !important;
        }
    }

    @media only screen and (min-width: 720px) {
        .selectplacing {
            float: right;
        }
    }