@font-face {
    font-family: 'MapFont';
    src: url('../../fonts/mapfont/mapfont.woff') format('woff'),
         url('../../fonts/mapfont/mapfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calcite';
    src: url('../../fonts/calcite/CalciteWebCoreIcons.eot');
    src: url('../../fonts/calcite/CalciteWebCoreIcons.woff') format('woff'), 
         url('../../fonts/calcite/CalciteWebCoreIcons.ttf') format('truetype'), 
         url('../../fonts/calcite/CalciteWebCoreIcons.svg#CalciteWebCoreIcons') format('svg'), 
         url('../../fonts/calcite/CalciteWebCoreIcons.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
    font-family: 'FontAwesome';
    src: url('../../fonts/fontawesome/fontawesome-webfont.eot');
    src: url('../../fonts/fontawesome/fontawesome-webfont.woff') format('woff'), 
         url('../../fonts/fontawesome/fontawesome-webfont.ttf') format('truetype'), 
         url('../../fonts/fontawesome/fontawesome-webfont.svg#') format('svg'), 
         url('../../fonts/fontawesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
} */
@font-face {
    font-family: 'FontAwesome';
    src: url('../../fonts/fa-solid/fa-solid-900.eot');
    src: url('../../fonts/fa-solid/fa-solid-900.woff') format('woff'), 
         url('../../fonts/fa-solid/fa-solid-900.ttf') format('truetype'), 
         url('../../fonts/fa-solid/fa-solid-900.svg#') format('svg'), 
         url('../../fonts/fa-solid/fa-solid-900.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
.ol-map {
    position: absolute;
    background: 0;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.ol-container{
    position: absolute;
    background: 0;
    z-index: 1;
}
.ol-right {
    bottom: 0;
    top: 0;
    right: 0;
    --panel-width : 0px;
}

.ol-left {
    bottom: 1.5em;
    left: .5em;
    overflow: hidden;
}

.ol-header {
    top: 0;
    left: 0;
    right: 0;
}
.ol-footer {
    position: absolute;
    background: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
}
.ol-control {
    border-radius: 1em 0 0 1em;
    background: #fff;
}

.ol-control button,
.ol-control button:hover,
.ol-control button:focus {
    background: #209D0F;
    color: #c9fe37;
    /* border-radius: 1em; */
    outline: none;
}

.ol-touch .ol-control button {
    font-size: 1.14em;
}

.ol-right.ol-container {
    background: #fff;
    /* border-right: 4px solid #ffd700; */
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    -webkit-transition: all .35s;
    transition: all .35s;
}


.ol-right .ol-panel {
    min-width: 270px;
    max-height: 100%;
}
.ol-right .ol-panel.ol-panel-collapse {
    min-width: 0;
}
.ol-right .ol-panel-collapse .ol-control{
    background: #fff;
}

.ol-right .ol-panel outer{
    display: block; 
}
.ol-right .ol-panel.ol-panel-collapse outer{
    display: none;
}
.ol-right .ol-panel inner{
    display: block;
    padding: .5em;
}


/* 
.ol-right .ol-control{
    left:-2em;
    right: 100%;
    background: #eee;
} 
*/

.ol-right control {
    display: block;
    position: absolute;
    left: -2em;
    right: 100%;
    background: #fff;
    padding: 2px;
    border-radius: .7em 0 0 0;
    top: .5em;
}

.ol-right .ol-panel.ol-panel-collapse control{
    background: #eee;
}
.ol-right .ol-panel control button{
    display: block;
    /* background: #209D0F; */
    background:0;
    /* color: #c9fe37; */
    color: #209D0F;
    /* border-radius: .5em 0 0 .5em; */
    outline: none;
    margin: 1px;
    padding: 0;
    font-size: .7em;
    font-weight: 700;
    text-decoration: none;
    min-height: 2.375em;
    min-width: 1.375em;
    line-height: .4em;
    border: none;
}
.ol-right .ol-panel control button::before {
    content: "\e659";
    font-family: Calcite;
    padding-right: .7em;
}

.ol-left.ol-container {
    background: 0;
    max-width: 200px;
    max-height: 325px;
    overflow: hidden auto;
    display: flex;
    flex-direction: column;
}



.ol-select-popup {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}




.ol-select-popup {
    position: absolute;
    bottom: .7em;
    transform: translate(-50%);
    min-width: 200px;
    border: 1px solid #209d0f;
    border-radius: 0.125em;
    background: #fff;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    font-size: 0.9em;
    box-sizing: border-box;
    padding: .2em;
}
.ol-select-popup:has(img:not(.img-error)) {
    min-width: 300px;
    /* max-height: 250px; */
}

.ol-select-popup:after,
.ol-select-popup:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: solid transparent;
    pointer-events: none;
    left: 50%;
}

.ol-select-popup:after {
    border-top-color: #fff;
    border-width: 10px;
    
    margin-left: -10px;
}

.ol-select-popup:before {
    border-top-color: #209d0f;
    border-width: 11.5px;
    margin-left: -11px;
}


.ol-select-popup img {
    /* max-width: 100%; */
    width: 100%;
}




.ol-select-multi feature {
    display: flex;
    padding: 2px;
    background: #209d0f;
    color: #c9fe37;
    cursor: crosshair;
}
.ol-select-multi feature:hover {
    background: #827e7e;
}

.ol-select-multi feature i{
    display: block;
    width: 16px;
    height: 16px;
    background: #efd8ad;
}
.ol-select-multi feature i.Polygon,
.ol-select-multi feature i.MultiPolygon{
    border-radius: 4px;
}
.ol-select-multi feature i.Point,
.ol-select-multi feature i.MultiPoint {
    border-radius: 8px;
}
.ol-select-multi feature i.LineString,
.ol-select-multi feature i.MultiLineString {
    border-radius: 0px;
}

.ol-select-multi feature b {
    display: block;
    height: 16px;
    padding: 2px;
    line-height: 12px;
    font-size: 12px;
    box-sizing: border-box;
}





.ol-mouse-position {
    position: relative;
    top: initial;
    right: initial;
    height: 1.1em;
    padding: 2px 0;
    border-radius: 0 4px 0 0;
    line-height: 1em;
    background: none;
    font-size: .7rem;
}


.ol-attribution{
    top: initial;
    left: 0;
    bottom: 0;
    right: 100%;
    /* position: relative; */
}
.ol-attribution.ol-uncollapsible{
    right: initial;
    border-radius: 0 10px 0 0;
}
.ol-attribution ul{
    text-align: right;
    font-size: .7em;
}
/* .ol-attribution:not(.ol-collapsed) {
    background:0;
} */
.ol-rotate.ol-control,
.ol-zoom-extent.ol-control,
.ol-zoom.ol-control {
    background: 0;
}

.ol-rotate{
    top: initial;
    left: -2.3em;
    bottom: 5.5em;
}

.ol-zoom-extent {
    top: initial;
    left: -2.3em;
    bottom: 3.5em;
}



.ol-zoom {
    top: initial;
    left: initial;
    left: -3em;
    bottom: .5em;
    /* border-radius: 1em 0 0 1em; */
    transform: rotate(90deg);
}
.ol-zoom button {
    transform: rotate(-90deg);
}
/* 
.ol-zoom .ol-zoom-in,
.ol-zoom .ol-zoom-out {
    border-radius: 1em;
} */

.ol-zoomslider {
    top: 3.5em;
    left: initial;
    right: .5em;
}

.ol-zoomslider,
.ol-zoomslider:hover {
    padding: 0 .4em;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxMAAAsTAQCanBgAAABIUExURQAAAP//AP+/AP/UAP/fAP/dAP/YAP7XAP7XAP7VAP7VAP7XAP7WAP7WAP7WAP7WAP7XAP7XAP7WAP7WAP7XAP7XAP7XAP/XAIOr8OYAAAAXdFJOUwACBAYIDxQaW2Jpb7e7v8XIytLh4e7vTVaJcwAAAExJREFUCB0FwYUBgEAABKCzW99k/02FJO1SvveYmyQZLuDsk/YCKHUWAKYUALZ8ADx5AbhzALBmBmBMcwLsVdIXYO+SpJ62517HKvkBElMJ928ha38AAAAASUVORK5CYII=') repeat-y center /2px, url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxMAAAsTAQCanBgAAABIUExURQAAAP//AP+/AP/UAP/fAP/dAP/YAP7XAP7XAP7VAP7VAP7XAP7WAP7WAP7WAP7WAP7XAP7XAP7WAP7WAP7XAP7XAP7XAP/XAIOr8OYAAAAXdFJOUwACBAYIDxQaW2Jpb7e7v8XIytLh4e7vTVaJcwAAAExJREFUCB0FwYUBgEAABKCzW99k/02FJO1SvveYmyQZLuDsk/YCKHUWAKYUALZ8ADx5AbhzALBmBmBMcwLsVdIXYO+SpJ62517HKvkBElMJ928ha38AAAAASUVORK5CYII=') no-repeat center top /8px, url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxMAAAsTAQCanBgAAABIUExURQAAAP//AP+/AP/UAP/fAP/dAP/YAP7XAP7XAP7VAP7VAP7XAP7WAP7WAP7WAP7WAP7XAP7XAP7WAP7WAP7XAP7XAP7XAP/XAIOr8OYAAAAXdFJOUwACBAYIDxQaW2Jpb7e7v8XIytLh4e7vTVaJcwAAAExJREFUCB0FwYUBgEAABKCzW99k/02FJO1SvveYmyQZLuDsk/YCKHUWAKYUALZ8ADx5AbhzALBmBmBMcwLsVdIXYO+SpJ62517HKvkBElMJ928ha38AAAAASUVORK5CYII=') no-repeat center bottom /8px;
}

.ol-zoomslider button {
    width: 10px;
}



.ol-zoom-extent button::before {
    /* content: "\f015"; */
    content: "\f0b2";
    font-family: FontAwesome;
}

.ol-touch .ol-zoom-extent {
    top: initial;
}

.ol-scale-line {
    background: none;
    position: absolute;
    bottom: 0;
    right: 100%;
    left: initial;
}

.ol-scale-line-inner {
    background: transparent;
    border: 2px solid #209d0f;
    border-top: none;
    color: #000;
    font-size: .7rem;
    height: 1em;
}

.ol-progress-bar {
    position: absolute;
    visibility: hidden;
    top: 0;
    width: 100%;
    height: .3em;
    z-index: 1;
}

.ol-progress-anim {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    -o-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 1rem 1rem;
    background-size: 1rem 1rem;
    background-color: #0275d8;
}

.ol-progress-bar > * {
    text-align: left;
    color: #000;
    padding-left: 4em;
}





.ol-control-title {
    position: absolute;
    display: flex;
    top: .5em;
    left: .5em;
    z-index: 2;
}

.ol-control-title img {
    position: relative;
    width: 40px;
    height: 40px;
    filter: drop-shadow(4px 4px 4px #9e9fba);
}

.ol-control-title main {
    display: block;
    margin: 0 0 0 12px;
    font-size: 1.2em;
    font-weight: bold;
    color:#fff;
    filter: drop-shadow(4px 4px 4px #9e9fba);
    text-shadow: 2px 2px 3px #9e9fba;
}

.ol-control-title sub {
    display: block;
    margin: 0 0 0 12px;
    font-size: .8em;
    color:#fff;
    filter: drop-shadow(4px 4px 4px #9e9fba);
    text-shadow: 2px 2px 3px #9e9fba;
}















.ol-panel-basemap inner > div{
    width:100%;
    height:100px;
    background: white;
    border: 1px solid #209D0F;
    margin: 10px 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    color: white;
}
.ol-panel-basemap inner > div::after{
    content: attr(label);
    position: absolute;
    right: 25%;
    left: 0;
    bottom: 0;
    background: #209D0F;
    border-radius: 0 10px 0 0;
    padding: 0 0 0 10px;
}

.ol-panel-basemap inner > div>div {
    opacity: .2;
}

.ol-panel-basemap inner > div>div:hover {
    opacity: .7;
}

.ol-panel-basemap inner > div[selected] {
    border: 1px solid #ffd700;
    cursor: default;
    /* color: white #806c00; */
}
.ol-panel-basemap inner > div[selected]:after{
    background: #ffd700;
}

.ol-panel-basemap inner > div[selected]>div:hover,
.ol-panel-basemap inner > div[selected]>div {
    opacity: 1;
}

.ol-panel-basemap control {
    height: 6.15em;
}
.ol-panel-basemap control button {
    width: 100px;
    transform: rotate(90deg) translate(35px, 37px);
}








.ol-panel-datamap sector {
    display: flex;
    flex-direction: column;
}
.ol-panel-datamap sector::before {
    content: attr(group);
    display: block;
    margin: .2em 0;
    /* font-size: 1.2em; */
    font-weight: bold;
    color: #209d0f;
    border-bottom: 1px solid #c9fe37;
}
.ol-panel-datamap sector input {
    display: none;
}

/* .ol-panel-datamap sector label:first-child input ~ span::before{
    color: #209d0f;
    font-family: FontAwesome;
    content: "\f204";
    font-size: 1.3em;
} */
/* .ol-panel-datamap sector input:checked ~ span::before {
    content: "\f205";
} */
.ol-panel-datamap sector:has(label:nth-child(4)) label:first-child input ~ span{
    display: initial;
    color: red;
}
.ol-panel-datamap sector label:first-child input ~ span{
    display: none;
}
.ol-panel-datamap sector label:first-child input:indeterminate ~ span{
    display: flex;
}
.ol-panel-datamap sector label:first-child input:indeterminate ~ span::before{
    content: '\f111';
    box-sizing: border-box;
    display: inline-block;
    height: 14px;
    width: 21px;
    border: 3px #209d0f solid;
    border-radius: 8px;
    color: #209d0f;
    background: transparent;
    text-align: center;
    line-height: 9px;
    font-size: 8px;
    flex-shrink: 0;

    /* display: inline-flex;
    justify-content: center;
    flex-direction: column; */
}


.ol-panel-datamap sector span {
    font-size: .9em;
}

.ol-panel-datamap sector input ~ span::before {
    content: "\f204";
    font-family: FontAwesome;
    color: #209d0f;
    font-size: 1.3em;
    margin-right: .5rem;
}
.ol-panel-datamap sector input:checked ~ span::before {
    content: "\f205";
}
.ol-panel-datamap sector i {
    display: block;
    font-size: .6em;
    padding-left: 3em;
}

.ol-panel-datamap control{
    height: 7.15em;
}
.ol-panel-datamap control button {
    width: 119px;
    transform: rotate(90deg) translate(43px, 46px);
}






/* ============================================================================================ */
.ol-panel-datamap.ol-panel-infrasruktur control{
    top:7em;
}
.ol-panel-datamap.ol-panel-infrasruktur control button::after {
    content: "INFRASRUKTUR";
}


/* ============================================================================================ */
.ol-panel-datamap.ol-panel-potensi control{
    top:14.5em;
    height: 5.15em;
}
.ol-panel-datamap.ol-panel-potensi control button{
    width: 80px;
    transform: rotate(90deg) translate(25px, 28px);
}
.ol-panel-datamap.ol-panel-potensi control button::after {
    content: "POTENSI";
}


/* ============================================================================================ */
.ol-panel-datamap.ol-panel-peluang control{
    top:20em;
    height: 5.15em;
}
.ol-panel-datamap.ol-panel-peluang control button{
    width: 80px;
    transform: rotate(90deg) translate(25px, 28px);
}
.ol-panel-datamap.ol-panel-peluang control button::after {
    content: "PELUANG";
}

/* ============================================================================================ */
.ol-panel-datamap.ol-panel-pmapmdn control{
    top:25.5em;
    height: 6.15em;
}
.ol-panel-datamap.ol-panel-pmapmdn control button{
    width: 90px;
    transform: rotate(90deg) translate(32px, 33px);
}
.ol-panel-datamap.ol-panel-pmapmdn control button::after {
    content: "INVESTASI";
}



/* ============================================================================================ */
.ol-panel-info.ol-panel-collapse control{
    display: none;
}
.ol-panel-info control{
    top: 32em;
    /* height:5.15em; */
}
.ol-panel-info control button {
    width: 28px;
    /* transform: rotate(90deg) translate(27px, 28px); */
}

.ol-panel-info control button::before {
    content: "»»" !important;
    /* content: "«"; */
}

/* ============================================================================================ */

.ol-panel-search, .ol-panel-search * {
    box-sizing: border-box;
}

.ol-panel-search{
    position: absolute;
    top: 4rem;
    left: .5rem;
    max-width: 206px;
}
.ol-panel-search form,
.ol-panel-search outer{
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    background: #eee;
}
.ol-panel-search form{
    display: block;
    padding: 6px;
    border-radius: calc(.75rem + 3px);
}
.ol-panel-search form div{
    display: flex;
    background: #fff;
    border-radius: .75rem;
}
.ol-panel-search form:focus-within input {
    display: initial;
}
.ol-panel-search form input:not(:placeholder-shown) {
    display: initial;
}
.ol-panel-search form input:placeholder-shown{
    color: #333;
    font-family: Calcite;
}
.ol-panel-search form input{
    display: none;
    width: 170px;
    background: transparent;
    border: none;
    outline: none;
    padding-left: .75rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 1rem;
    font-family: Calcite;
    color: #209d0f;
}
.ol-panel-search form input:not(:placeholder-shown) ~ button::after{
    content: "+";
    transform: rotate(45deg);
    font-size: 1.5rem;
    line-height: 1.5rem;
}
.ol-panel-search form button{
    flex-shrink: 0;
    background: transparent;
    width: 1.5rem;
    height: 1.5rem;
    border: none;
    outline: none;
    border-radius: .75rem;
    overflow: hidden;
    padding: 0;
}
.ol-panel-search form button::after{
    content: "\f002";
    font-family: FontAwesome;
    color: #aaa;
    display: block;
}
.ol-panel-search outer{
    position: relative;
    display: none;
    /* height: 250px; */
    margin: 6px 0;
    padding: .75rem;
    border-radius: calc(.75rem + 3px);
    overflow: hidden;
    background: #fff;
}
.ol-panel-search outer:has(feature){
    display: block;

}
.ol-panel-search inner{
    display: block;
    max-height: 200px;
    overflow: hidden scroll;
}

.ol-panel-search .result{
    overflow: hidden;
}
.ol-panel-search .result > feature{
    display: flex;
    flex-direction: row;
    border-bottom: 1px lightgreen  solid;
    margin-bottom: 3px;
}

.ol-panel-search .result > feature icon {
    width: 1rem;
    /* background: green; */
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font: var(--style-font);
    color: var(--style-color);
}
.ol-panel-search .result > feature icon::before {
    content: attr(char);

}

.ol-panel-search .result > feature text {
    padding: 0 3px;
    flex-grow: 1;
    font-size: .85rem;
}
.ol-panel-search control{
    display: none;
}