﻿/* customleaflet.css */

/* Custom CSS for separating the first four layers with a horizontal line */
.leaflet-control-layers-overlays label:nth-child(4)::after {
    content: "";
    display: block;
    border-bottom: 1px solid gray;
    margin: 2px 0;
}

/*#sidebar-nav {
    min-height: 100vh;
    background-color: #f8f9fa;
}

    #sidebar-nav .form-label {
        font-weight: 500;
    }

    #sidebar-nav .btn {
        width: 38px;
        height: 38px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }*/

