body {
    padding:0; 
    margin:0;
}

#map {
    height: 100vh;
}

.leaflet-attribution-flag {
    display:none !important;
}

#container-address {
    position: relative;
    margin: 0 3px;

    > div:first-of-type {
        position: relative;

        > input {
        /*    padding-right: 17px;*/
            font-size: 14px;
        /*    border-radius: 2px;*/
            outline-style: none;
        /*    width: calc(100% - 20px);*/
            width: calc(100% - 46px);
            border:2px;
            color:#495057;
            line-height: 30px;
            padding-right: 40px;
        }

        > button {
            position: absolute;
            background: transparent;
            border: 0;
            margin-top: auto;
            margin-bottom: auto;
            height: 100%;
            cursor: pointer;
            > span {
                font-size: 14px;
                color:darkgray;
            }
            &:nth-of-type(1) {
                right: 0;
            }
            &:nth-of-type(2) {
                right: 20px;
            }
        }
    }
}

#address-list {
    border-top: 1px solid gray;
    background-color: white;
    scrollbar-width: thin;
    overflow-y: auto;
    max-height:100px;
    width:100%;
    text-align:center;
    color:darkgray;

    > button {
        color:darkgray;
        background: transparent;
        border: 0;
        width:100%;
        cursor: pointer;
        text-align: left;
        font-size:12px;
        &:not(:last-of-type){
            border-bottom:1px solid whitesmoke;
        }

        &:hover {
            background-color: #6dc6dc;
            color:white;
        }
    }
}

#control-address {
    min-width: 30px;
    min-height: 30px;
/*    padding:3px;*/
    background-color:white;
/*    line-height: 30px;
    width: 200px;*/

    > button {
        cursor:pointer;
        height: 30px;
        width:30px;
        border:none;
        background-color:transparent;
        padding:0;
        margin:0;
        & span {
            font-size:22px;
        }
        &:hover {
            background-color:#f4f4f4;
        }
    }
}

#title-address {
    position: absolute;
    top: 4px;
    left: 35px;
    font-size: 14px;
}

.marker-cluster-medium, .marker-cluster-large, .marker-cluster-small   {
    background-color:rgba(49, 39, 130, 0.4) !important;
    > div {
        background-color:rgba(49, 39, 130, 0.6) !important;
        color:white;
    }
}