﻿.buttonContainer {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1rem;
}

.headerStyle th {
    background-image: linear-gradient(#445f69, #0e3949, #000);
    color: white;
    font-size: min(max(18px, 1.4vw), 20px);
    font-weight: 200;
    padding: .5rem;
    text-align: center;
    white-space: nowrap;
}

.rowStyle td {
    background-color: #cfeefb !important;
    color: black !important;
    font-size: min(max(18px, 1.4vw), 24px);
    font-weight: 200;
    padding: .2rem .4rem;
    text-align: center;
    white-space: nowrap !important;
}

.weekNumberText {
    text-align: center;
    color: #d4d4d4;
}

.teamNameHeaderStyle {
    color: white !important;
    font-size: min(max(32px, 1.4vw), 36px) !important;
    font-weight: 200 !important;
    padding: .5rem !important;
    text-align: center !important;
    white-space: nowrap !important;
    border-top: 80px solid black !important;
}

.firstTeamNameHeaderStyle {
    color: white !important;
    font-size: min(max(32px, 1.4vw), 36px) !important;
    font-weight: 200 !important;
    padding: .5rem !important;
    text-align: center !important;
    white-space: nowrap !important;
}

.flyer {
    width: 1000px;
    max-width: 90% !important;
    align-self: center !important;
}

@media (max-width: 59em) {
    .teamNameHeaderStyle {
        text-align: left !important;
    }

    .firstTeamNameHeaderStyle {
        text-align: left !important;
    }

    .flyer {
        max-width: 96% !important;
    }
}

.headerStyle th:nth-child(2) {
    text-align: left !important;
    padding-left: 1rem !important;
}

.arowStyle td {
    background-color: #dff8d2 !important;
    color: black !important;
    font-size: min(max(18px, 1.4vw), 24px);
    font-weight: 200;
    padding: .2rem .4rem;
    text-align: center;
    white-space: nowrap !important;
}

    .cellControl {
        line-height: 1;
        display: flex;
        width: 100%;
        flex-direction: column;
        font-size: min(max(18px, 1.4vw), 16px);
        white-space: nowrap !important;
    }

    .cellLocation {
        padding-top: .5rem;
        color: #fc4242;
        font-size: min(max(18px, 1.4vw), 16px);
        white-space: nowrap !important;
    }

    .cellScoresheet {
        padding-top: .5rem;
        color: #4281e5;
    }

    .addEditScore {
        padding-top: .5rem;
        font-size: min(max(18px, 1.4vw), 20px);
        cursor: pointer !important;
        text-decoration: none;
        white-space: nowrap !important;
    }

    .cellTextBox {
    }

    .scrollBars {
        overflow: auto;
    }

    .playerCell {
        text-align: left;
    }

.playerControl {
    width: min(max(190px, 15vw), 300px) !important;
    font-size: min(max(18px, 1.4vw), 16px) !important;
    color: #989898 !important;
    padding: .25rem .5rem !important;
    margin: 1px !important;
    background-color: #2A3038 !important;
}

    .descriptionControl {
        width: min(max(190px, 15vw), 300px) !important;
        height: 100% !important;
        font-size: min(max(18px, 1.4vw), 14px) !important;
        color: #676767 !important;
        padding: .7rem 0 !important;
        margin: 1px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        background-color: #2A3038 !important;
    }

    .textBoxControl {
        width: min(max(30px, 15vw), 60px) !important;
        font-size: min(max(18px, 1.4vw), 16px) !important;
        padding: .25rem .5rem !important;
        text-align: center !important;
        background-color: #d4d4d4 !important;
        color: #000 !important;
    }

.helperTextBoxControl {
    width: 100%;
    height: 100%;
    font-size: .70rem !important;
    padding: .25rem .5rem !important;
    text-align: center !important;
    background-color: #d4d4d4 !important;
    color: #000 !important;
}

    .textBoxCheckBox {
        position: absolute;
        right: 5px;
        top: 50%;
    }

    .WL {
        padding: .25rem .5rem .25rem 1rem !important;
        width: min(max(30px, 15vw), 60px) !important;
        border-radius: 0px !important;
    }

    .blackBox {
        width: min(max(30px, 15vw), 60px) !important;
        background-color: #000 !important;
        color: #fff !important;
    }

    .homeTeam {
        font-size: min(max(18px, 1.4vw), 20px) !important;
        color: white !important;
    }

    .scheduleGrid {
        overflow: auto;
        display: flex;
        justify-content: center;
    }

.mscheduleGrid {
    overflow: auto;
    display: flex;
    justify-content: center;
}

    .scorecard {
        display: flex;
        justify-content: center;
    }

    @media (max-width: 32em) {
        .mscheduleGrid {
            justify-content: left;
        }
    }

    @media (max-width: 54em) {
        .scheduleGrid {
            justify-content: left;
        }

        .scorecard {
            justify-content: left;
        }
    }

    .runBorder {
        border: 6px solid blue;
    }