﻿.agency-marker {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #005BAC;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.25);
    cursor: pointer;
    transition: all .25s ease;
}

    .agency-marker.selected {
        transform: scale(1.45);
        background: #E53935;
        box-shadow: 0 0 18px rgba(229,57,53,.45);
    }
