#map {
    height: 100vh;
    width: 100%
}

    #map .timeLineControl {
        width: 50vw;
        height: 170px;
        background-color: #ffffffcf;
        padding: 42px 38px;
    }

        #map .timeLineControl > div {
            margin-top: 20px;
        }

.noUi-horizontal .noUi-tooltip {
    margin-left: 20px;
    margin-bottom: 6px;
}

#cityOffcanvas {
    z-index: 2045
}

    #cityOffcanvas #chart_city_severity {
        height: 300px;
        width: 90%;
    }

    #cityOffcanvas #cityOffcanvas_table tbody tr th img {
        height: 20px;
    }

#timeSlider + .playbar {
    margin-left: 12px !important;
    margin-bottom: 10px !important;
}

    #timeSlider + .playbar .btn,
    #timeSlider + .playbar select {
        padding-top: 4px;
        padding-bottom: 2px;
        border-radius: 3px;
    }

#areaOffcanvas {
    z-index: 2046
}

#infoOffcanvas {
    z-index: 2047
}

#referencesOffcanvas {
    z-index: 2048
}


/* text color */
.text-blue {
    color: #0074d9;
}

.text-darkBlue {
    color: #496b8d;
}

.text-darkGray {
    color: #000;
}

/* bg color */
.bg-lightBlue {
    background: #d7e8fd;
}

.bg-lightGray {
    background: #e8e8e8;
}

.bg-lightGreen {
    background: #c4eae8;
}

.cityDivIcon {
    width: auto !important;
    height: auto !important;
    word-break: keep-all;
}

    .cityDivIcon .cityDivIconName {
        min-width: 100px;
        width: fit-content;
    }

    .cityDivIcon .cityDivIconInfo img {
        height: 30px;
    }

.alertIconCluster {
    background: #A8415E;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-weight: 700;
    border: 1px solid #A8415E;
    font-family: monospace;
    font-size: 15px;
    height: 28px;
    width: 28px;
    line-height: 28px;
    margin-top: -14px;
    margin-left: -14px;
}

    /* 1-5 */
    .alertIconCluster.cluster-small {
        height: 30px;
        width: 30px;
        line-height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 15px;
    }

    /* 6-10 */
    .alertIconCluster.cluster-medium {
        height: 40px;
        width: 40px;
        line-height: 40px;
        margin-top: -20px;
        margin-left: -20px;
        font-size: 20px;
    }

    /* 11-15 */
    .alertIconCluster.cluster-large {
        height: 50px;
        width: 50px;
        line-height: 50px;
        margin-top: -25px;
        margin-left: -25px;
        font-size: 25px;
    }

    /* 15up */
    .alertIconCluster.cluster-xlarge {
        height: 60px;
        width: 60px;
        line-height: 60px;
        margin-top: -30px;
        margin-left: -30px;
        font-size: 30px;
    }

/* ========== css var start ========== */
.timeline_list {
    --space: 20px;
    --horizontal_number: 1;
    --line_color: #0074d9;
}

/* ========== css var start ========== */
/* ========== timeline start ========== */
.timeline_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0;
    /* overflow: hidden; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .timeline_list .timeline_item {
        width: 100%;
        padding-left: calc(var(--space));
        position: relative;
    }

        .timeline_list .timeline_item::after {
            content: '';
            display: block;
            width: 30px;
            height: 2px;
            background-color: #0074d9;
            position: absolute;
            left: 4px;
            top: calc(50% - 1px);
        }

        .timeline_list .timeline_item .content {
            padding-left: 10px;
            position: relative;
            z-index: 1;
        }

        .timeline_list .timeline_item:last-child .line::before {
            width: 2px;
            left: calc(var(--space) * -1 + 6px);
        }

    .timeline_list .line {
        position: absolute;
        height: 100%;
        top: 0;
        /* margin: var(--space) 0; */
    }

        .timeline_list .line::before,
        .timeline_list .line::after {
            content: "";
            display: block;
            position: absolute;
            background-color: var(--line_color);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            top: 50%;
        }

        .timeline_list .line::before {
            width: 2px;
            height: 100%;
            left: calc(var(--space) * -1 + 6px);
            top: 50%;
        }

        .timeline_list .line::after {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            left: calc(var(--space) * -1 + 6px);
        }

    .timeline_list .tit {
        font-size: 2rem;
        margin-bottom: 4px;
    }

    .timeline_list .descript {
        font-size: 1.6rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: unset;
    }

/* ========== timeline end ========== */

.map_title {
    margin-top: 10px;
    margin-left: 52px !important;
    background: rgba(255, 255, 255, 0.75);
    padding: 10px;
}

.tab-content .nav-link {
    background-color: #b6e5ff !important;
}


    .tab-content .nav-link.active {
        background-color: #31acef !important;
    }

.tab-pane .form-switch {
    padding-left: 40px;
}

    .tab-pane .form-switch.form-switch-second {
        padding-left: 60px;
    }

.noUi-pips,
.noUi-value-sub {
    color: #000
}

.noUi-handle {
    border: 1px solid #333;
    border-radius: 4px;
    background-color: #333;
    box-shadow: none
}

.color-red {
    color: red;
}

.color-orange {
    color: orange;
}

.color-yellow {
    color: yellow;
}

.color-green {
    color: green;
}

.background-red {
    background-color: red;
}

.background-orange {
    background-color: orange;
}

.background-yellow {
    background-color: yellow;
}

.background-green {
    background-color: green;
}

.custom-drop-shadow {
    filter: drop-shadow(1px 0 0 rgba(255,255,255,0.8)) drop-shadow(0 1px 0 rgba(255,255,255,0.8)) drop-shadow(-2px 0 0 rgba(255,255,255,0.8)) drop-shadow(0 -2px rgba(255,255,255,0.8) )
}

.leaflet-pane.leaflet-pngLayer-pane,
.leaflet-pane.leaflet-overlay-pane {
    opacity: 0.7;
}

@keyframes border-flash {
    0%, 100% {
        border-color: #0d6efd;
        box-shadow: 0 0 10px rgba(220, 53, 69, 0.5);
    }

    50% {
        border-color: #0a58ca;
        box-shadow: 0 0 20px rgba(220, 53, 69, 0.8);
    }
}

.border-flash-animation {
    animation: border-flash 1s ease-in-out infinite;
}