﻿.slider-selection {
    background: #94c946 !important;
}

.slider-handle {
    background: #FFF !important;
    box-sizing: border-box !important;
    box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32) !important;
}

.mapRaces {
    height: 90em;
    width: 90em;
    position: relative;
    margin: auto;
    margin-bottom: 2em;
}

.leaflet-popup-content-wrapper {
    background-color: #fff !important;
    min-width: 150px;
}

.icon-finisher {
    color: white;
    position: absolute;
    left: 5.2rem;
    top: 0.2rem;
}

.icon-bold {
    font-family: Heebo-Bold !important;
    font-size: 12px;
}

#button-wrapper {
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.nav-link {
    color: #000;
}
.leaflet-popup-content{
    min-width:500px;
    position:relative;
}
.leaflet-popup-content .pop-up-card h3 {
    text-align: left;
    padding-bottom:0;
    text-decoration:none;
}
    .leaflet-popup-content .pop-up-card h3 a {
        color: #1B1B1B;
        text-decoration: none;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
    }
    .leaflet-popup-content .locationp span {
        color: #9D9D9D !important;
    }
    .leaflet-popup-content .close-icon {
        position: absolute;
        right: -13px !important;
        top: -9px;
        z-index: 9;

    }
        .leaflet-popup-content .close-icon a {
            color: #999
        }