@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}


#map {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.popup {
    font-family: 'Poppins', sans-serif;
}

.mapboxgl-popup-content {
    background-color: #080a0d;
    padding: 15px 15px 10px 15px;
}

.propPopA {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 13px;
    color: #808186;
    margin-bottom: 3px;
}

.propPopB {
    margin-bottom: 14px;
    margin-top: 0px;
    font-size: 11px;
    color: #c0c1cd;
    line-height: 13px;
    font-weight: 500;
}

.propPopC {
    margin-bottom: 14px;
    margin-top: 0px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #7d8fb5;
    line-height: 13px;
    font-weight: 500;
}


.mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
    border-bottom-color: #080a0d;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
    border-top-color: #080a0d;
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
    border-right-color: #080a0d;
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
    border-left-color: #080a0d;
}


#map-console {
    position: fixed;
    top: 80px;
    left: 20%;
    width: 60%;
}


#menu {
    position: relative;
    margin-right: 40px;
    top: 2px;
    border-radius: 15px;
    border: 0px solid rgba(0, 0, 0, 0.38);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    float: left;
}

    #menu input {
        text-transform: uppercase;
        font-size: 13px;
        height: 30px;
        background: #202842;
        color: #74798b;
        margin: 0px 12px 0px 0px;
        padding: 1px 10px 1px 10px;
        border-color: #ffffff00;
        text-decoration: none;
        text-align: center;
        border-radius: 5px;
        float: left;
    }

        #menu input:disabled {
            background: #596076;
            color: #ffffff;
        }

    #menu a:hover {
        color: #ffffff;
    }

    #menu a.active {
        color: #ffffff;
    }

        #menu a.active:hover {
            color: #ffffff;
        }

#mySelect1 {
    margin-top: 1px;
    float: left;
    width: 20%;
    background: #596076;
    color: #ffffff;
    border-radius: 5px;
    border-color: transparent;
    text-transform: uppercase;
    height: 30px;
    font-size: 13px;
}

#filter {
    top: 2px;
    float: left;
    position: relative;
    width: 35%;
    margin-right: 50px;
}

#min {
    margin-top: 5px;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    width: 30%;
    color: #ffffff;
}



.slider {
    margin-right: 2%;
    float: left;
    border-radius: 5px;
    bottom: 100px;
    width: 68%;
    -webkit-appearance: none;
    height: 30px;
    background: #596076;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
    z-index: 1000
}

    .slider:hover {
        opacity: 1;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        background: #ffffff;
        cursor: pointer;
        border-radius: 5px;
    }

    .slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        background: #ffffff;
        cursor: pointer;
    }

#team-console {
    color: #fff;
    position: fixed;
    left: 25%;
    width: 50%;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: 50px;
    bottom: 40px;
    height: 90px;
    float: left;
}

.scudetto {
    margin-left: 10px;
    margin-right: 10px;
    height: 50px;
    width: 50px;
}

.name, .formation {
    padding-top: 10px;
    float: left;
    font-size: 18px;
    margin: 0px 10px 0px 10px;
}

.slash {
    width: 200px;
}

.formation {
    margin-top: 3px;
    font-size: 15px;
}
