
.select2-container--open {
    z-index: 9999999;
}
.select2 {
    width: 100% !important;
}
.checklist-overlay {
    position: absolute;
    bottom: 50px;
    color: black;
    left: 50px;
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0px 0px rgba(0,0,0,0.3);
    z-index: 1000;
    font-family: Arial, sans-serif;
}
.remark-overlay {
    position: absolute;
    bottom: 200px;
    left: 50px;
    background: white;
    text-align: left;
    color: black;
    font-size: 12px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0px 0px rgba(0,0,0,0.3);
    z-index: 1000;
    font-family: Arial, sans-serif;
}
.progress-svg{
    background-color: white;
    border-radius: 50%;

}
.checklist-overlay h4 {
    margin-top: 0;
    font-size: 14px;
}
.polygon-label {
    background-color: rgba(255, 255, 255, 1);
    border: none;
    color: black;
    font-weight: bold;
    font-size: 10px;
    text-shadow: 1px 1px 2px #fff;
}
.leaflet-tooltip{
    font-size: 9px;
    background-color: transparent;
    color: transparent;
    font-weight: bold;
    border: 0px solid #333;
    border-radius: 0px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0;
}
.leaflet-tooltip.polygon-circle-label {
    font-size: 9px;
    background-color: #fff;
    color: transparent;
    font-weight: bold;
    border: 0px solid #333;
    border-radius: 0px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0;
}
.leaflet-tooltip.progress-tooltip.leaflet-zoom-animated.leaflet-tooltip-center{
    background-color: transparent;
    border: 0px solid white;
    box-shadow: none;
}
.progress-tooltip {
    text-align: center;
    background: transparent;
    border: none;
    box-shadow: none;
}
.progress-circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 4;
}
.progress-circle {
    fill: none;
    stroke: #050df7;
    stroke-width: 4;
    stroke-linecap: round;
}
.progress-text {
    font-size: 10px;
    text-anchor: middle;
    dominant-baseline: middle;
}
.tooltip-cust {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* Tooltip dasar */
.tooltip-cust .tooltip-text {
    visibility: hidden;
    opacity: 0;
    /*background: #333;*/
    background: #0000FF;
    color: #fff;
    border-radius: 6px;
    padding: 8px 10px;
    position: absolute;
    z-index: 1000;
    width: 280px;
    transition: opacity 0.3s ease;
}

.tooltip-cust:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

/* Tooltip di ATAS */
.tooltip-cust.top .tooltip-text {
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
}

.tooltip-cust.top .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

/* Tooltip di BAWAH */
.tooltip-cust.bottom .tooltip-text {
    top: 125%;
    left: 50%;
    transform: translateX(-50%);
}

.tooltip-cust.bottom .tooltip-text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #333 transparent;
}

/* Tooltip di KANAN */
.tooltip-cust.right .tooltip-text {
    top: 50%;
    left: 130%;
    transform: translateY(-50%);
}

.tooltip-cust.right .tooltip-text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #333 transparent transparent;
}

/* Tooltip di KIRI */
.tooltip-cust.left .tooltip-text {
    top: 50%;
    right: 130%;
    transform: translateY(-50%);
}

.tooltip-cust.left .tooltip-text::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #333;
}

/* Add here all your CSS customizations */
