/** Created on 27 Jan, 2022
    Author: Rana Muhammad Rameez
    Place: Urban Unit 
    Updated on: 02 Nov, 2022: Updated and forged according to the HMIS requirements
                06 Feb, 2023: Adding multiple maps for the report
    
    This toolbar plugin is created for adding custom controls to the leaflet map
*/
.toolbar {
    background-color: #ffffffed;
    border: 2px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    max-width: 80%;
    border-radius: 5px;
    margin: auto;
    /* padding: 0.5% 1%; */
    margin-top: 10px;
    z-index: 9999;
    width: -moz-fit-content;
    width: fit-content;
    position: sticky;
}

/* The #toolbar div inside .toolbar */
.toolbar .toolbar-visible-area {
    cursor: default;
    padding: 10px 15px;
}
.toolbar .btn {
    border-radius: 2px;
}

.toolbar .btn-outline-secondary {
    border-color: darkgray;
    color: #111;
}
.toolbar .btn-outline-secondary:hover {
    color: white !important;
}
.toolbar.fullscreen {
    top: 20px;
    width: 70%;
    left: 15%;
    color: #333;
}

.toolbar-sticky {
    position: fixed;
    /* top: 130px; */
    right: 25%;
    border: 1px solid #2fa0868d;
    margin: auto;
}
