.cursor-pointer {
    cursor: pointer;
}

.active-map {
    font-weight: 700;
    color: #b54e56;
}

.active-map::after {
    line-height: 1;
    font-family: Unicons;
    content: "\ebe3";
    padding-left: .05rem;
    font-size: 1rem;
    font-weight: 500;
    vertical-align: -3px;
    margin-right: -.25rem;
    display: inline-block;
    color: #b54e56;
}
