﻿.map-libre-layers-switcher-container {
    max-width: 400px;
    max-height: 300px;
    overflow-y: auto;
    background-color: whitesmoke;
    padding: 10px 8px;
    border: none;
    border-radius: 2px;
    overflow-y: auto;
    z-index: 999;
}

.map-libre-layers-switch-btn {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 5px;
    background-color: whitesmoke;
    background-image: url('../../../../Resource/icons/MapLibre/layers.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}

.map-libre-layers-switcher-container {
    max-width: 400px;
    max-height: 400px;
    overflow-y: auto;
    background-color: whitesmoke;
    padding: 10px 8px;
}

.map-libre-layers-switcher-container .layers-header-container {
    text-align: center;
    margin: 1px 15px;
}

.map-libre-layers-switcher-container .layer-switcher-group {
    display: flex;
    flex-direction: column;
    min-width: 150px;
    margin-bottom: 4px;
}

.map-libre-layers-switcher-container .layer-switcher-group h3 {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: bold;
}

.map-libre-layers-switcher-container .layer-switcher-group ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0px;
}

.map-libre-layers-switcher-container .layer-switcher-group li {
    width: 100%;
}

.map-libre-layers-switcher-container .layer-switcher-group label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    font-weight: lighter;
    margin-bottom: 0px;
}

.map-libre-layers-switcher-container .layer-switcher-group input {
    float: right;
    font-size: 1em;
    width: 1em;
    height: 1em;
}
