﻿.scroll {
    max-height: 535px;
    overflow-x: hidden;
    overflow-y: auto;
}

.m-top-25 {
    margin-top: 25px;
}

.c-map-container {
    margin-top: 25px;
}

.loc-link {
    margin: auto;
    padding: 1rem 1.25rem;
    font-family: sans-serif;
    font-size: 1.05rem;
    text-decoration: none;
    color: black;
    position: relative;
    transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
    z-index: 100;
    height: 100%;
    display: inline-block;
}

    .loc-link:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        right: 1.25rem;
        left: 1.25rem;
        background-color: black;
        transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
        transform-origin: bottom center;
        z-index: -1;
        border-radius: 20px;
    }

    .loc-link:hover {
        color: white !important;
        cursor: pointer
    }

        .loc-link:hover:after {
            right: 0;
            left: 0;
            height: 100%;
        }

.container-locations {
    text-align: center;
}


.leaflet-map {
    width: 100%;
    height: 450px;
}

#popup-title {
    color: #C62828;
}

#popup-content {
    font-size: 15px;
}

.cb-filters {
    margin-bottom: 15px;
    margin-left: 15px;
    width: 100%;
}
