.ligaSub {
    /*display: none;*/
}

.col-10.menuTxt {
    min-height: 36px;
}

.col-sm-11.form {
    margin: auto !important;
}

.jamboree {
    background-color: white;
}

.content1 {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
    z-index: 1000; /* Ensure it is above other elements */
}
.content1 img {
    display: block;
}

footer {
    /*position: relative;*/
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: grey;
    padding: 10px 0;
    margin-top: 120px; /* Adjust margin-top to ensure footer is visible */
}
.footer-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    padding: 0 10px;
}
.footer-content a img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}
.footer-social {
    display: flex;
    align-items: center;
}
.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.footer-links h6 {
    margin: 0 10px;
    color: white;
    font-weight: bold;
    text-align: center;
}
.footer-logo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.footer-logo img {
    width: 305px !important;
    height: 19px !important;
}

.imgTitle {
    margin-left: 0.5rem !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999; /* Ensure it is above other elements */
}

/* Media query for smaller screens */
@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        place-items: center;
        justify-content: center;
    }

    .footer-logo {
        justify-content: center;
        margin-top: 10px;
    }

    .jamboreeCont {
        bottom: 140px !important;
    }

    .jamboreeCont .ms-5{
        margin-left: 1rem !important;
    }

    .jamboree img {
        width: 250px;
        height: auto !important;
    }

    .square.squareBg .justify-content-between {
        position: relative;
        top: 20px;
    }

    #TORNEO {
        height: 64px;
    }

    #LIGA {
        position: relative;
        top: 20px;
    }

    .container-lg .navbar-brand {
        position: relative;
        left: 64px;
    }

    .container-lg .navbar-toggler {
        position: absolute;
        top: 10px;
    }

    .container-lg .logoImg {
        display: none;
    }

    .container-lg .navbar-collapse {
        z-index: 1;
    }

    .infoGame {
        margin-top: 150px !important;
    }

    .imgGame img {
        margin-top: 48px;
    }

    .imgTitle {
        position: absolute;
        text-align: center;
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
        font-size: 30px;
    }

    .bannerCross.tornBg {
        margin-left: 0;
        margin-right: 0;
    }
    
    .logoTxt {
        max-height: 22px;
    }

    .selMenu, .selMenuStatic {
        width: 95%;
    }

    /*.container-lg .navbar-collapse .d-flex {
        position: absolute;
        left: -10px;
    }

    .container-lg .navbar-collapse.collapsing .d-flex {
        display: none !important;
    }

    .container-lg .navbar-collapse.collapsing.show .d-flex {
        display: none !important;
    }

    .container-lg .menuIconsRight {
        top: 54px;
        left: 282px !important;
    }

    .container-lg .navbar-nav {
        display: block;
    }

    .container-lg ul.navbar-nav {
        position: relative;
        top: 54px;
    }

    .container-lg .navbar-nav li {
        float: left;
        width: 100px;
        margin-left: 18px;
    }

    .container-lg .navbar-nav li.lang,
    .container-lg .navbar-nav li.user {
        position: absolute;
    }

    .container-lg .navbar-nav li.lang {
        left: 262px;
    }

    .container-lg .navbar-nav li.user {
        left: -14px;
    }

    .container-lg .navbar-nav li.lang .dropdown-menu {
        left: -36px !important;
        position: absolute;
    }

    .squareCont {
        position: absolute;
        top: 240px;
    }

    



    /*.bannerCross {
        background-color: white;
    }*/
}

.container.pt-4 {
    padding-bottom: 32px;
}

body main {
    margin-bottom: 100px;
}

.noRegPartAdded {
    margin-top: 20px;
    margin-bottom: 20px;
}