@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.not-found-page {
    color: rgba(7, 29, 73, 1);
}

.not-found{
    width: 30vw;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.loading-screen {
    height: 100vh;
    width: 100vw;
    position: relative;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

html {
    font-size: 16px;
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 120px;
    padding-bottom: 160px;
    font-family: "Lato", sans serif;
    overflow-x: hidden;
}

.near-me-popup {
    margin: 5px;
}

.near-me-popup h2 {
    padding: 5px;
}

h1 {
    font-family: "Georgia", serif;
}

h1:focus-visible {
    border: 0px;
}

h2 {
    font-family: "Georgia", serif;
    font-size: 1.5rem;
}

h3 {
    font-family: "Lato", sans serif;
    font-size: 1rem;
}

img {
    width: 100%;
    height: 100%;
}

a {
    color: #FA4616;
    font-style: normal;
    text-decoration: none;
}

    a:hover {
        color: #83a8f3;
    }

.btn-primary {
    font-family: "Georgia", serif;
    color: white;
    background-color: #071D49;
    border-color: #FA4616;
}

    .btn-primary:hover {
        color: #FA4616;
        border-color: #FFF;
    }

.form-control {
    font-family: "Georgia", serif;
    background-color: #FFFFFF95;
    color: #808080;
    border: 0px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #444;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #444;
}

.input-group-text {
    background-color: #FFFFFF95;
    border: 0px;
    color: #071D49;
}

.container {
    max-width: 3000px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.container-fluid {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

/* ---ad space--- */

.leaderboard {
    object-position: center center;
    object-fit: contain;
    width: 100%;
    height: 150px;
    color: white;
    margin-bottom: 10px;
    margin-top: 40px;
    background-color: black;
}

.square-ad {
    object-position: center center;
    object-fit: scale-down;
    max-width: 250px;
    height: fit-content;
    background-color: black;
    color: white;
}

.auto-center {
    margin-left: auto;
    margin-right: auto;
}

.large-mobile-banner {
    max-width: 500px;
    height: 75px;
    color: white;
    margin-top: 50px;
    background-color: black;
    margin-left: 0px;
    margin-right: 0px;
    object-fit: contain;
}

.square-ads {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.mobile-banner {
    width: 320px;
    height: 50px;
    background-color: black;
    color: white;
}

.phone-icon {
    height: 18px;
    width: 18px;
    margin-right: 2px;
}

.leaflet-popup-content {
    margin: 0px 0px 13px 0px;
}

.leaflet-popup-content-wrapper {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 71, 19, 0.7);
    /* Soft Shadow */

    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(15px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 10px;
}

.popup-container {
    margin: 15px;
}

    .leaflet-popup-content-wrapper .popup-img {
        height: 100px;
        width: 100%;
        object-position: center center;
        object-fit: cover;
        margin: 0px;
        padding: 0px;
        border-radius: 10px 10px 0px 0px;
    }

    .leaflet-popup-content-wrapper h1 {
        font-size: 1.2rem;
        padding-top: 0px;
    }

    .leaflet-popup-content-wrapper h3 {
        font-size: 0.9rem;
        color: #808080;
        padding-bottom: 0px;
    }

    .leaflet-popup-content-wrapper .cta-btn-primary {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 16px 20px;
        gap: 10px;
        width: 275px;
        height: 40px;
        background: #FF4713;
        border-radius: 50px;
        color: #FFF;
        font-family: "Lato", sans serif;
        font-weight: bold;
        transition: 1s;
        margin-top: 7px;
    }

        .leaflet-popup-content-wrapper .cta-btn-primary:hover {
            background: linear-gradient(to bottom right, #071D49, #FA4616);
        }

.cta-btn-primary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 20px;
    gap: 10px;
    width: 275px;
    height: 40px;
    background: #FF4713;
    border-radius: 50px;
    color: #FFF;
    font-family: "Lato", sans serif;
    font-weight: bold;
    transition: 1s;
    cursor: pointer;
}

    .cta-btn-primary:hover {
        background: linear-gradient(to bottom right, #071D49, #FA4616);
        color: white;
    }

.leaflet-popup-content-wrapper .cta-btn-secondary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 275px;
    height: 40px;
    font-size: 0.8rem;
    color: #0D1C46;
    border: 1px solid #0D1C46;
    border-radius: 50px;
    background: white;
    margin-top: 5px;
    font-family: "Lato", sans serif;
    font-weight: bold;
    transition: 0.6s;
}

        .leaflet-popup-content-wrapper .cta-btn-secondary:hover {
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }
    
.leaflet-popup-tip {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 71, 19, 0.7);
    /* Soft Shadow */

    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(15px);
    /* Note: backdrop-filter has minimal browser support */
}

.leaflet-container a.leaflet-popup-close-button {
    color: black;
    text-shadow: 0 0 13px #fff;
}

.is-verified-logo {
    width: 150px;
}

.popup-activity {
    
}

footer .text-center {
    padding-right: 0px;
}

footer .container-fluid {
    width: 100%;
}

.menu .container-fluid {
    width: 100%;
    
}

.menu .row {
    margin-right: 0px;
}

.small-banner {
    width: 100%;
    height: 75px;
    object-position: center center;
    object-fit: contain;
    background-color: black;
}

.social-media {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

footer {
    background-color: #071D49;
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    color: white;
    line-height: 1.42857143;
    margin: 0;
    font-size: 85%;
    font-style: normal;
}

    footer .col-3 {
        margin: 0px;
        padding: 0px;
    }

/* ---- images ---- */
.isportsman-logo {
    background-image: url(/images/isportsmanx-beta.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 50px;
    width: 300px;
    margin-top: 5px;
}

.instagram {
    background-image: url(/images/is-insta-dark.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 50px;
    height: 50px;
}

.facebook {
    background-image: url(/images/is-fb-dark.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 50px;
    height: 50px;
}

.twitter {
    background-image: url(/images/is-twitter-dark.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 50px;
    height: 50px;
}

.linkedin {
    background-image: url(/images/is-linkedin-dark.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 50px;
    height: 50px;
}

.hr-small {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
}

/* ------------- */

/* ---------------- */

@media (max-width: 1140px) {
    .banner-content h1 {
        font-size: 45px;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }

    .isportsman-logo {
        width: 200px;
        height: 40px;
    }

    .banner-container {
        height: 15vh;
    }

    .banner-content {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

        .banner-content h1 {
            font-size: 35px;
        }
    body {
        margin-bottom: 200px;
    }
}

@media (max-width: 420px) {

    .banner-container {
        height: 25vh;
    }

    .banner-content h1 {
        font-size: 30px;
    }
}

/* ---animations--- */

.fade-in-image1 {
    animation: fadeIn 0.5s;
}

.fade-in-image2 {
    animation: fadeIn 1.5s;
}

.fade-in-image3 {
    animation: fadeIn 2.5s;
}

.fade-in-image4 {
    animation: fadeIn 3.5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fall-animation1 {
    animation: fadeInDown 0.5s;
}

.fall-animation2 {
    animation: fadeInDown 1s;
}

.fall-animation3 {
    animation: fadeInDown 1.5s;
}

.fall-animation4 {
    animation: fadeInDown 2s;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ---------------- */