﻿.metric-legend {
    width: 100%;
    background-color: rgba(5, 71, 146, 0.61);
    white-space: nowrap;
    font-size: 12px;
    box-shadow: 0 0 2px 0 black;
    /*line-height: 2.1;*/
}

    .metric-legend span {
        display: inline-block;
        line-height: 1.5;
        text-align: center;
        vertical-align: middle;
        color: #ffffff;
    }
.stylemuaclicksllq {
    margin: 0;
    width: 250px;
}
    .stylemuaclicksllq td {
        padding: 0.25rem 0.25rem;
        border: 1px solid #e3e3e3;
        text-align: center;

    }
    .stylemuaclicksllq .text-right {
        width: 86px;
        font-weight: bold;
    }
    .stylemuaclicksllq .popup-bgcolor-left {
        background: #cce5e9;
    }
.slider.slider-horizontal {
    width: 100% !important;
    height: 10px !important;
}
#check_map1234 {
    position: absolute;
    top: 45.9%;
    left: 49.3%;
    width: 25px;
    z-index: 99;
}

#view_mh1 {
    position: absolute;
    top: 2%;
    left: 49.3%;
    width: 25px;
    z-index: 99;
}

#check_map12 {
    position: absolute;
    top: 28%;
    left: 49.3%;
    width: 25px;
    z-index: 99;
}

#check_map24 {
    position: absolute;
    top: 45.9%;
    right: 25%;
    width: 25px;
    z-index: 99;
}

#check_map43 {
    position: absolute;
    bottom: 25%;
    left: 49.3%;
    width: 25px;
    z-index: 99;
}

#check_map31 {
    position: absolute;
    top: 45.9%;
    left: 25%;
    width: 25px;
    z-index: 99;
}

    .slider.slider-horizontal .slider-track {
        height: 3px !important;
    }

.slider-handle {
    position: absolute !important;
    top: -4px !important;
    width: 10px !important;
    height: 10px !important;
}

.slider-selection {
    background: #2d85eb !important;
    position: absolute !important;
    background-image: initial !important;
}
.slblopbando {
    padding: 0px !important;
}
.textmenumap {
    font-weight: bold;
    color: #00aeff;
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 16px;
}
.hidemenumap {
    padding: 8px;
    background: #00aeff;
    position: absolute;
    right: 10px;
    cursor: pointer;
}
.mapboxgl-ctrl-top-right {
    display: block;
    top: 157px !important;
    right: -5px !important;
    /*transform: rotate(-90deg);*/
}
.mapboxgl-ctrl-compass {
    display: none !important;
}
.noclick {
    pointer-events: none;
    background: #f1f1f1
}

.btn-resettime {
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

.boxtime-btn {
    background: #1092f5;
    cursor: pointer;
    border-radius: 3px;
}

.hour-box {
    padding: 2px;
    border: 1px solid #ddd;
    border-radius: 3px;
    float: left;
    margin: 3px;
    min-width: 48px;
    text-align: center;
    cursor: pointer;
}

.cs-point {
    cursor: pointer
}

.box-timevn {
    cursor: pointer;
}

.currenttime {
    float: left;
    padding-left: 8px;
    font-weight: 700;
}

.currenttime-down {
    float: right;
    font-weight: 700;
}

.droptimebox {
    min-width: 333px !important;
    left: 0px !important;
    padding: 4px;
    top: 34px;
    z-index: 9999;
    background: #fff;
    position: absolute;
    display: none;
}

.hour-select {
    color: red;
}
.stylenguycoluquet {
    margin: 0;
    width: 600px;
}
#lstLopBanDo {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #lstLopBanDo li {
        margin-bottom: 0px;
        padding: 10px 0;
        display: flex;
        align-items: center;
        transition: background 0.2s;
        border-radius: 8px;
    }

        #lstLopBanDo li:last-child {
            border-bottom: none;
        }

        #lstLopBanDo li:hover {
            background: #f5faff;
        }

    #lstLopBanDo label {
        cursor: pointer;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    #lstLopBanDo input[type="checkbox"] {
        flex-shrink: 0;
        appearance: none;
        width: 22px;
        height: 22px;
        border: 2px solid #b0c4de;
        border-radius: 50%;
        background: #f0f4fa;
        transition: border-color 0.2s, background 0.2s;
        position: relative;
        margin-right: 10px;
    }

        #lstLopBanDo input[type="checkbox"]:checked {
            border-color: #1976d2;
            background: #e3f0ff;
        }

            #lstLopBanDo input[type="checkbox"]:checked::after {
                content: '';
                display: block;
                position: absolute;
                left: 5px;
                top: 5px;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background: #1976d2;
            }

.layer-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    color: #333;
    font-weight: 400;
    transition: color 0.2s, font-weight 0.2s;
    letter-spacing: 0.2px;
}

input[type="checkbox"]:checked + .layer-title {
    color: #1976d2;
    font-weight: 500;
}

.layer-li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-radius: 8px;
    margin-bottom: 8px;
    transition: background 0.2s;
    background: none;
}

    .layer-li:last-child {
        border-bottom: none;
    }

    .layer-li:hover {
        background: #f5faff;
    }

    .layer-li.child {
        margin-left: 12px;
        background: none;
    }

#lstLopBanDo .toggle-btn {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    color: #1976d2;
    padding: 0 4px;
    margin-right: 6px;
    transition: color 0.2s;
}

    #lstLopBanDo .toggle-btn:hover {
        color: #0d47a1;
    }

#lstLopBanDo .opgio-select {
    min-width: 70px;
    font-size: 1rem;
    padding: 6px 16px 6px 8px;
    border-radius: 8px;
    border: 1px solid #b0c4de;
    background: #e3f0ff;
    color: #1976d2;
    margin-left: auto;
    margin-right: 0;
    outline: none;
    transition: border-color 0.2s;
}

    #lstLopBanDo .opgio-select:focus {
        border-color: #1976d2;
    }

input[type="checkbox"]:checked + .layer-title + i.fas.fa-border-all {
    color: #1976d2;
}
.layer-row {
    display: flex;
    align-items: center;
    width: 100%;
}

    .layer-row .layer-title {
        margin-right: 8px;
    }

    .layer-row i.fas.fa-border-all {
        margin-left: auto;
        margin-right: 10px;
        display: inline-block;
        float: none;
    }