/*
 * Pin numerado de la ruta comercial (vista desktop de ComercialRoutesList).
 */
.routeStopMarker {
    align-items: center;
    border-radius: 50%;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    justify-content: center;
    position: relative;
    width: 30px;
}

.routeStopMarker-number {
    line-height: 1;
}

.routeStopMarker-pointer {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 90%;
    transform: translate(-50%, 0);
    width: 0;
    z-index: -1;
}
