/**
 * @license
 * Copyright 2019 Google LLC. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */
/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
/* #map {
    height: 80%;
} */

/* 
   * Optional: Makes the sample page fill the window. 
   */
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Roboto, Arial, sans-serif;
}

.delete-menu {
    position: absolute;
    background: white;
    padding: 3px;
    color: #666;
    font-weight: bold;
    border: 1px solid #999;
    font-family: sans-serif;
    font-size: 12px;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
    margin-top: -10px;
    margin-left: 10px;
    cursor: pointer;
}

.delete-menu:hover {
    background: #eee;
}

/* search box */
.pac-card {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    font-family: Roboto;
    padding: 8px;
    display: flex;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#pac-input {
    /* background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;    
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
    padding: 4px;
    margin: 10px 0px; */

    color: #202124;
    font-size: 15px;
    padding: 0 !important;
    height: 24px !important;
    line-height: 24px;
    vertical-align: top;
    /* -webkit-transition-property: color; */
    /* transition-property: color;
    -webkit-transition-duration: .3s; */
    /* transition-duration: .3s; */
    width: 250px;

    background: transparent;
    border: 0;
    border-radius: 0;
    /* font: inherit; */
    list-style: none;
    margin: 0;
    outline: 0;
    overflow: visible;
    padding: 0;
    vertical-align: baseline;
}

#pac-input:focus {
    /* border-color: #4d90fe; */
    outline: none;
}

/* --- */

.row2 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: nowrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
}

.gap-10 {
    gap: 10px;
}


/* -------------------- */
/**
 * @license
 * Copyright 2019 Google LLC. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */
:root {
    --building-color: #FF9800;
    --house-color: #0288D1;
    --shop-color: #7B1FA2;
    /* --warehouse-color: #558B2F; */
    --mountain-color: #558B2F;
    --layer-group-color: #558B2F;
}

/*
   * Optional: Makes the sample page fill the window.
   */


/*
   * Always set the map height explicitly to define the size of the div element
   * that contains the map.
   */
/* #map {
    height: 100%;
    width: 100%;
} */



/*
   * Property styles in unhighlighted state.
   */
.property {
    align-items: center;
    /* background-color: #FFFFFF; */
    border-radius: 50%;
    color: #263238;
    display: flex;
    font-size: 14px;
    gap: 15px;
    height: 30px;
    /* height: fit-content; */
    justify-content: center;
    /* padding: 8px 4px; */
    padding: 4px;
    position: relative;
    position: relative;
    transition: all 0.3s ease-out;
    width: 30px;
    box-sizing: content-box;

}

.notransition {
    transition: 'none';
}

.property::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #FFFFFF;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 95%;
    transform: translate(-50%, 0);
    transition: all 0.3s ease-out;
    width: 0;
    z-index: 1;
}

.property .icon {
    align-items: center;
    display: flex;
    justify-content: center;
    color: #FFFFFF;
}

.property .icon svg {
    height: 20px;
    width: auto;
}

.property .details {
    display: none;
    flex-direction: column;
    flex: 1;
    width: fit-content;
    height: fit-content;
    /* margin: 4px; */
}

.property .address {
    color: #9E9E9E;
    font-size: 11px;
    margin-bottom: 11px;
    margin-top: 5px;
}

.property .atribut-lain {
    color: #9E9E9E;
    font-size: 11px;
    margin-bottom: 10px;
}

.property .mitra {
    color: #9E9E9E;
    font-size: 11px;
    margin-bottom: 10px;
}

/* .property .jenis {
    color: #9E9E9E;
    font-size: 10px;
}

.property .peruntukan {
    color: #9E9E9E;
    font-size: 10px;
}

.property .bentuk-pemanfaatan {
    color: #9E9E9E;
    font-size: 10px; 
}*/


.property .features {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.property .features>div {
    align-items: center;
    background: #F5F5F5;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: flex;
    font-size: 10px;
    gap: 5px;
    padding: 5px;
}

/*
   * Property styles in highlighted state.
   */
.property.highlight {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
    min-height: 80px;
    height: fit-content;
    padding: 8px 15px;
    width: auto;
    max-width: 400px;
    min-width: 300px;
    align-items: flex-start;
}

.property.highlight::after {
    border-top: 9px solid #FFFFFF;
}

.property.highlight .details {
    display: flex;
}

.property.highlight .icon svg {
    width: 50px;
    height: 50px;
}

.property .layer-group {
    color: #FFA000;
}

.property .map-color {
    color: #FFA000;
}


.property .house-laptop {
    color: #03A9F4;
}

.property .size {
    color: #388E3C;
}

.property .available {
    color: #09f372;
}

.property .not-available {
    color: #f30909;
}



/*
   * mountain icon colors.
   */
.property.highlight:has(.fa-mountain) .icon {
    color: var(--mountain-color);
}

.property:not(.highlight):has(.fa-mountain) {
    background-color: var(--mountain-color);
}

.property:not(.highlight):has(.fa-mountain)::after {
    border-top: 9px solid var(--mountain-color);
}

/*
   * layer-group icon colors.
   */
.property.highlight:has(.fa-layer-group) .icon {
    color: var(--layer-group-color);
}

.property.highlight.not-available-color:has(.fa-layer-group) .icon {
    color: grey;
}

.property:not(.highlight):has(.fa-layer-group) {
    background-color: var(--layer-group-color);
}

.property:not(.highlight).not-available-color:has(.fa-layer-group) {
    background-color: grey;
}

.property:not(.highlight):has(.fa-layer-group)::after {
    border-top: 9px solid var(--layer-group-color);
}

.property:not(.highlight).not-available-color:has(.fa-layer-group)::after {
    border-top: 9px solid grey;
}


/*
   * House icon colors.
   */
.property.highlight:has(.fa-house) .icon {
    color: var(--house-color);
}

.property:not(.highlight):has(.fa-house) {
    background-color: var(--house-color);
}

.property:not(.highlight):has(.fa-house)::after {
    border-top: 9px solid var(--house-color);
}


.property:not(.highlight).not-available-color:has(.fa-house) {
    background-color: grey;
}

.property:not(.highlight).not-available-color:has(.fa-house)::after {
    border-top: 9px solid grey;
}



/*
   * Building icon colors.
   */
.property.highlight:has(.fa-building) .icon {
    color: var(--building-color);
}

.property:not(.highlight):has(.fa-building) {
    background-color: var(--building-color);
}

.property:not(.highlight):has(.fa-building)::after {
    border-top: 9px solid var(--building-color);
}

/*
   * Warehouse icon colors.
   */
.property.highlight:has(.fa-warehouse) .icon {
    color: var(--warehouse-color);
}

.property:not(.highlight):has(.fa-warehouse) {
    background-color: var(--warehouse-color);
}

.property:not(.highlight):has(.fa-warehouse)::after {
    border-top: 9px solid var(--warehouse-color);
}

/*
   * Shop icon colors.
   */
.property.highlight:has(.fa-shop) .icon {
    color: var(--shop-color);
}

.property:not(.highlight):has(.fa-shop) {
    background-color: var(--shop-color);
}

.property:not(.highlight):has(.fa-shop)::after {
    border-top: 9px solid var(--shop-color);
}

/* ------------------------- */

.div-informasi {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 6px;
    color: rgb(30, 144, 255);
    cursor: pointer;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;

    margin-left: 10px;
    padding: 8px;
    position: absolute;
    /* top: 60px;
    left: 0px; */
    max-width: 170px;
    transition: all 0.3s ease-out;
}

.div-informasi-header {
    display: flex;
    gap: 4px;
    padding-bottom: 4px;
    align-items: center;
}

.div-informasi-header-title {
    display: flex;
    gap: 4px;
    align-items: center;
}

.div-informasi-icon {
    font-size: 16px;
}

.div-informasi-title {
    font-size: 20px;
    font-weight: bold;
}

.div-informasi-body {
    max-height: 250px;
    overflow-y: auto;
}

.div-informasi-body::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.div-informasi-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 10px;
}

/* Handle */
.div-informasi-body::-webkit-scrollbar-thumb {
    background: #bdb8b8;
    border-radius: 10px;
}

/* Handle on hover */
.div-informasi-body::-webkit-scrollbar-thumb:hover {
    background: #009eb3;
}

.text-justify {
    text-align: left;
}


#btmini {
    position: absolute;
    top: 1px;
    z-index: 1;
    background-color: white;
    border: 0;
    color: rgb(255, 87, 34);
    padding: 6px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;

}

#btmini[aria-expanded="false"] {
    right: -32px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    color: rgb(30, 144, 255);
    font-size: 20px;
}

/* #btmini[aria-expanded="false"] :nth-child(1) {
    display: none;
}

#btmini[aria-expanded="false"] :nth-child(2) {
    display: block;
} */

#btmini[aria-expanded="true"] {
    right: 2px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

/* #btmini[aria-expanded="true"] :nth-child(2) {
    display: none;
}

#btmini[aria-expanded="true"] :nth-child(1) {
    display: block;
} */



.card-body-width {
    width: 200px;
    padding: 10px;
}

.control-button {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 6px;
    color: rgba(0, 136, 196, 0.85);
    cursor: pointer;
    font-family: Roboto, Arial, sans-serif;
    font-size: 24px;
    line-height: 38px;
    margin: 2px 10px;
    padding: 0px 5px;
    text-align: center;
    width: 40px;
}

.background-color-house {
    background-color: var(--house-color);
}

.background-color-house::after {
    border-top: 9px solid var(--house-color);
}

.property.highlight.background-color-house>.icon {
    color: var(--house-color);
}

.background-color-house.not-available-color {
    background-color: grey;
}

.background-color-house.not-available-color::after {
    border-top: 9px solid grey;
}

.highlight.background-color-house.not-available-color {
    background-color: #FFFFFF;
}

.highlight.background-color-house.not-available-color::after {
    background-color: #FFFFFF;
}

.highlight.background-color-house.not-available-color::after {
    border-top: 9px solid #FFFFFF;
}

.property.highlight.background-color-house>.icon {
    color: var(--house-color);
}

.property.highlight.not-available-color.background-color-house>.icon {
    color: grey;
}


.background-color-layer-group {
    background-color: var(--layer-group-color);
}

.background-color-layer-group::after {
    border-top: 9px solid var(--layer-group-color);
}

.property:not(.highlight):has(.fa-layer-group)::after {
    border-top: 9px solid var(--layer-group-color);
}

.background-color-layer-group.not-available-color {
    background-color: grey;
}

.background-color-layer-group.not-available-color::after {
    border-top: 9px solid grey;
}

.highlight.background-color-layer-group.not-available-color {
    background-color: #FFFFFF;
}

.highlight.background-color-layer-group.not-available-color::after {
    border-top: 9px solid #FFFFFF;
}


.property.highlight.background-color-layer-group>.icon {
    color: var(--layer-group-color);
}

.property.highlight.not-available-color.background-color-layer-group>.icon {
    color: grey;
}