﻿.not-included-icon {
    background-color: #f7c8c8 !important;
    color: #fa7373 !important;
}

#fullPageSpinner {
    transition: opacity 0.3s ease;
    opacity: 0;
}

    #fullPageSpinner.d-flex {
        opacity: 1;
    }

.highlight-bg {
    position: relative;
    display: inline-block; /* Ensures background wraps the text size */
    padding: 10px 15px;
}

    .highlight-bg::before {
        content: "";
        position: absolute;
        inset: 0; /* stretches to all sides */
        background: rgba(247, 253, 255, 0.8); /* transparent grey */
        z-index: -1; /* keeps it behind the text */
        border-radius: 6px;
    }

.footballPlayerBGLeft {
    height: 1500px;
    opacity: 0.8;
    margin-top: 125px;
    margin-left: -100px
}

.highlight-feature {
    background-color: #0de011;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    color: #ffffff; /* white text */
}

    .highlight-feature .icon {
        color: #ffffff; /* white icon */
    }

#map {
    height: 600px;
    width: 100%;
}

.map-tooltip-content {
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
    min-width: 120px;
}

    .map-tooltip-content img {
        max-width: 60px;
        height: auto;
        border-radius: 50%;
        margin-bottom: 6px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .map-tooltip-content .school-name {
        font-size: 16px;
        font-weight: bold;
        color: #007BFF;
        margin-bottom: 2px;
    }

    .map-tooltip-content .mascot-name {
        font-size: 14px;
        font-style: italic;
        font-weight: bold;
        color: #FF4500;
        margin-bottom: 2px;
    }

    .map-tooltip-content .city-name {
        font-size: 12px;
        color: #555;
    }

.leaflet-tooltip-no-style {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

