
body {
    background-color: rgb(255, 255, 255) !important;
    line-height: normal !important;
}

.imageAttribute {
    color: black;
    position: absolute;
    bottom: 0;
}

#myInput {
    width: 50%;
}

.addScoreBtn{
    width: 50%;
}

.mainMenuBtn {
    background-color: #3D67B0 !important;
    color: white !important;
    cursor: pointer;
    height: auto !important;
    width: 95% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    }            

.mainMenuBtn:hover,
.mainMenuBtn:focus {
    background-color: #26ac1f !important;
}

.statMenuBtn {
    background-color: #3D67B0 !important;
    color: white !important;
    cursor: pointer;
    height: auto !important;
    width: 95% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    }            

.statMenuBtn:hover,
.statMenuBtn:focus {
    background-color: #26ac1f !important;
}

.menuFont{
    font-size: 2rem !important;
    text-wrap: wrap !important;
}

.FSlogo{
    height: 2rem;
}

.winnerText{
    font-size: 1.50em;
    font-weight: bolder;
}

.winnerBox {
    width: 100%;
}

.BGblue {
    background-color: rgb(0,10,140) !important;
    color:white !important;
}

.resetPassBtn {
    max-width: 150px !important;
}

.resetPassInput {
    padding-left: 0% !important;
}

.memberTitleBox{
    background-color: #e3e1e1;
    width: 100% !important;
}

.adminTitleBox{
    background-color: #cfcfd1 !important;
    cursor: pointer;
    height: auto !important;
    width: 95% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.BGForeSeasons{
    background-color: #7C041F;
}

.foreSeasonsLogo {
    height: 10rem;
}

.foreSeasonsLogoNav {
    height: 3rem;
}

.homeHeading {
    font-family: "Lucida Handwriting", cursive;
    font-size: 2em;
}

.tabRegHeading {
    font-family: "Lucida Handwriting", cursive;
    font-size: 4em;
}

.memberHeading {
    font-family:'Times New Roman', Times, serif;
    font-size: 3em;
    font-weight: bold;
}

/* .wrapperCont {
    border-radius: 1em !important;
    padding: 1em;
    background-color: lightgray !important;
    box-shadow: 2em, lightgrey !important;
} */

.navBarBG {
    background-color: #818080;
}

.oneEM {
    font-size: 1em !important;
}

.onePointFiveEM {
    font-size: 1.5em !important;
}

.twoEM {
    font-size: 2em !important;
}

.threeEM {  
    font-size: 3em !important;
}

.fourEM {
    font-size: 4em !important;
}

.fiveEM {
    font-size: 5em !important;
}

.sixEM {
    font-size: 6em !important;
}

.sevenEM {
    font-size: 7em !important;
}

.eightEM {
    font-size: 8em !important;
}

.popup {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

.popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}


/* slide out menu */
.navBarBG {
    background-color: #818080;
}

.overlay {
    height: 100%;
    width: 0;
    max-width: 100%;
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.1s;
}

.overlay-content {
position: relative;
top: 10%;
width: 100%;
margin-top: 1em;
}

.overlay a {
padding: 8px;
text-decoration: none;
font-size: 36px;
color: #818181;
display: block;
transition: 0.3s;
}

.overlay button {
padding: 8px;
text-decoration: none;
font-size: 36px;
color: #818181;
display: block;
transition: 0.1s;
}

.overlay a:hover, .overlay a:focus {
color: #f1f1f1;
}

.closebtn{
    color: darkred !important;
}

.overlay .closebtn {
position: absolute;
top: 5px;
right: 5px;
font-size: 60px;
}

.homeButton {
    width: 100% !important;
    padding: auto;
}

.statBox{
    background-color: rgb(83, 83, 83);
}





@media screen and (max-height: 450px) {
.overlay a {font-size: 20px}
.overlay .closebtn {
font-size: 40px;
top: 15px;
right: 35px;
}
}

/* End of Nav Bar */


@media (min-width: 700px) {

    .winnerBox {
        width: 45% !important;
    }

    .navMarginAdd {
        margin: auto !important;
        width: 35% !important
    }

    .navMarginMembPage {
        margin: auto !important;
        width: 100% !important
    }

    .memberContainer {
        min-width: 98% !important;
        max-width: 98% !important;
        padding-left: 0% !important;
    }

    .liveTitleContainer {
        min-width: 80% !important;
        max-width: 80% !important;
    }

    .memberContainerLower {
        min-width: 50% !important;
        max-width: 50% !important;
    }

    .addScoreBtn{
        width: 25%;
    }

    .homeHeading {
        font-size: 3em;
    }

    .memberHeading {
        font-size: 4em;
    }

    .homeContainer{
        width: 50% !important;
    }

    .addMemberContainer {
        width: 35% !important;
    }

    .loginFieldContainer {
        width: 50% !important;
    }

    .addMemberEntries {
        width: 50% !important;
    }

    .homeButton {
        width: 100% !important;
    }

    .memberRegisterBtn {
        width: 50%;
    }

    .wrapperCont {
        width: 50% !important;
        border-radius: 1em !important;
        padding: 1em;
        background-color: lightgray !important;
        box-shadow: 2em, lightgrey !important;
    }
    .foreSeasonsLogo {
        height: 14rem;
    }

    /* .backgroundStyle{
        background-color: #01008C;
        height: 100% !important;
        width: 100% !important;
    } */

    .scoreBox{
        width:40% !important;
    }

    .scoreBoxTitle{
        width: 100%;
    }

    .modal-content {
        background-color: #fefefe;
        margin: 15% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 25% !important;
    }

    .navMarginTabletRegister {
        margin: auto !important;
        width: 100% !important
    }

    .tabRegContainer {
        width: 100% !important;
        height: 100% !important;
    }

    .smallForeSeasonsLogo {
        height: 7em !important;
    }
}

.tabRegFont {
    font-size: 2em;
    font-weight: bolder;
}

.tabRegBtn {
    width: 100%;
    height: 4em;
    }

.confirmRegBtn {
    height: 300px !important;
    width: 75% !important;
    border: none !important;
}

.confirmRegBox {
    display: none;
    position: fixed;
    left: auto;
    top: auto;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}

.confirmRegContent {
    height: 100%;
    width: 100%;
    margin: 0 !important;
    background-color: rgba(0,0,0,0.0);
}

.sticky-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.addScoreContainer {
    display: none;
    position: fixed;
    left: auto;
    top: auto;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.addScoreFormContent {
    background-color: #fefefe;
    margin: 15% auto;
    border: 1px solid #888;
    max-width: 500px !important;
}

.newRoundContainer {
    display: none;
    position: fixed;
    left: auto;
    top: auto;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.newRoundFormContent {
    background-color: #fefefe;
    margin: 15% auto;
    border: 1px solid #888;
    max-width: 500px !important;
}

#addScoreCloseBtn {
    color: white;
    float: right;
    width: 3rem;
    height: 3rem;
}

#addScoreCloseBtn:hover,
#addScoreCloseBtn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* .addScoreBtn {
    
} */

#addScoreHeading{
    font-size: 3rem !important;
    color: blue;
    border: solid 10px darkgray;
    border-radius: 15px;
}

.addScoreText{
    font-size: 3rem !important;
}

.addTeamScoreContainer {
    display: none;
    position: fixed;
    left: auto;
    top: auto;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.addTeamScoreFormContent {
    background-color: #fefefe;
    margin: 15% auto;
    border: 1px solid #888;
    max-width: 500px !important;
}

#addTeamScoreCloseBtn {
    color: white;
    float: right;
    width: 2rem;
    height: 2rem;
}



#addTeamScoreCloseBtn:hover,
#addTeamScoreCloseBtn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.teamScoreText{
    font-size: 2rem !important;
}

.scatText{
    font-size: 1.5rem !important;
}

.scatHeaderText{
    font-size: 2rem!important;
    padding-left: 3rem !important;
}
/* Dues Form */

.updateDuesForm {
    display: none;
    position: fixed;
    left: auto;
    top: auto;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

#updateDuesCloseBtn {
    color: white;
    float: right;
    width: 3rem;
    height: 3rem;
}

.text-primary{
    color: darkblue !important;
}

.text-team{
    color: #00008C !important;
}

.resultsline{
    width: 10rem !important;
}



.liveViewBG {
    background-image: url('imgs/bgfons.com - grass_texture241.jpg');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    padding-bottom: 5px;
}

.liveFinalBG {
    background-image: url('imgs/bgfons.com - grass_texture1730.jpg');
    background-size: cover;
    background-position: center;
    padding-bottom: 0;
}

/* .backgroundStyle{
    background-color: #04437c;
    height: 100vh !important;
} */

.tourneyLiveContainer {
    min-height: calc(100vh - 100px); /* leave room for header/footer */
    width: 100%;
}

.scoreRow{
    width: 24rem;
}

.button-gold{
    background-color: #7C7104 !important;
    color: whitesmoke !important;
}


/*  */

.fixed-teams {
    /* You may not need a fixed height here, depends on your content */
    margin-bottom: 5px; /* Space between the fixed and scrolling section */
}

.scroll-teams-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    padding: 1rem;
}



.team-container .col-6 {
    flex: 1 1 45%;
    min-width: 300px;
}

/* SCROLLING CONTAINER */
.scroll-teams {
    width: 100%;
    overflow: hidden;
}
    
.scroll-teams-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    padding: 1rem;
    animation-name: scroll-up;
    animation: scroll-up 120s linear infinite;
    animation-delay: 5s;
}

@keyframes scroll-up {
    15% { transform: translateY(0%); }
    85% { transform: translateY(-70%); }
}

.lead-label {
    font-size: clamp(1.5rem, 2.5vw, 3rem);
    color: white; /* Gold color for leads */
    background: green;
    font-weight: bold;
}

.team-font{
    color: white; /* Gold color for leads */
    background: darkblue;
    font-weight: bold;
}

.team-font,
.winnerText {
    font-size: clamp(1rem, 2vw, 2.5rem);
}

.team-box {
    background: #f9f9f9;
    border: 2px solid #00008C;
    border-radius: 15px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    flex: 1 1 45%;
    min-width: 320px;
    max-width: 600px;
    padding: 1rem;
    text-align: center;
}

.team-box {
    margin: 1rem;
}

.team-box .lead-label {
    background-color: green;
    color: white;
    font-size: clamp(1.2rem, 1.8vw, 2rem);
    padding: 0.3rem 0.5rem;
    font-weight: bold;
    border-radius: 10px;
    margin-bottom: 0.5rem;
}


.team-box .team-header {
    background-color: darkblue;
    color: white;
    font-weight: bold;
    font-size: clamp(1.5rem, 2vw, 2.5rem);
    padding: 0.5rem;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0.5rem;
}

/* TEAM TABLE STYLING */
.team-box table {
    width: 100%;
    font-size: clamp(1rem, 1.2vw, 1.4rem);
    border-collapse: collapse;
    margin-bottom: 0.5rem;
}

.team-box th, .team-box td {
    border-bottom: 1px solid #ccc;
    padding: 0.5rem;
}

.team-box th {
    background-color: #dbe9ff;
    font-weight: bold;
}

.team-box td {
    font-weight: bold;
}

.team-box .scoreRow {
    font-weight: bold;
    font-size: clamp(1rem, 1.2vw, 1.5rem);
    color: #000;
}

@media screen and (min-width: 1600px) {
    .team-box {
        flex: 1 1 30%;
    }
}

.modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: -50px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
background-color: #fefefe;
margin: 15% auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
}

/* The Close Button */
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}

.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}

.statusHeading{
    font-family:'Times New Roman', Times, serif;
    font-size: 2em;
    font-weight: bold;
}

#duesText{
    display: none;
}

#registerBtn{
    display: none;
}

.large-checkbox {
    width: 1.5em  !important; 
    height: 1.5em !important; 
}

.margLeft{
    margin-left: 1em!important;
}

.feeInput{
    width: 5rem !important;
}

.fundInput{
    width: 9rem !important;
}
.newRoundFont {
    font-size: 1.5rem!important;
}


/* Stat Leader button and menus */
#skinsBtn, #roundsBtn {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.dropdown {
    position: relative;
    display: inline-block;
}

#skinsDropdownMenu, #roundsDropdownMenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

#skinsDropdownMenu p, #roundsDropdownMenu p {
    padding: 12px 16px;
    margin: 0;
    text-decoration: none;
    color: #000;
    display: block;
}

#skinsDropdownMenu p:hover, #roundsDropdownMenu p:hover {
    background-color: #f1f1f1;
}

.dropdown-container {
    display: flex;
    flex-wrap: wrap;
}

.modal-content {
    border-radius: 10px;
}
.modal-header {
    background-color: #dc3545;
    color: white;
}
.modal-footer .btn-danger {
    background-color: #c82333;
}
