:root {
    --mtpo: #4240FF;
    --spo: #107ac4;
}

.hiddenText {
    color: transparent !important
}

body {
    white-space: nowrap;
}

.textBlock {
    white-space: normal;
    max-width: 500px;
}

.textBox {
    background-color: var(--background2);
    border-radius: 5px;
    padding: 3px;
    margin: 5px;
    font-size: 90%
}

td {
    text-align: center
}

table {
    table-layout: fixed;
    background-color: var(--background1);
}

#modal-img img {
    width: 19px;
    height: auto;
    display: block;
}

#leaderboardContainer {
    overflow-x: scroll;
}

th {
    font-size: 75%
}

#fullgameCategories .button,
#sm64ILcategories .button,
#WRsTabs .button {
    width: 85px
}

#difficultyBoth div {
    width: 124px;
    height: 20px;
}

#difficultyOne div {
    width: 60px;
    height: 20px;
}

#ILbosses table {
    margin-top: 10px
}

.ground img,
#ground img {
    height: 36px;
    width: auto
}

.plane img,
#plane img {
    height: 30px;
    width: auto
}

#ground,
#plane {
    background-color: skyblue;
    width: 40px;
    height: 40px
}

.chartLabel {
    color: black;
    font-size: 125%;
    padding: 0 5px
}

#chartPlayer {
    background-color: var(--banner);
    width: 50px;
    height: 20px
}

.trophyCase {
    font-size: 75%;
}

#mapTooltip {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px;
    font-size: 75%;
    pointer-events: none;
    display: none;
}

.hover:hover {
    opacity: 0.6;
}

#world-map {
    background: var(--background2);
    border: 3px solid var(--background1);
    margin-top: 10px
}

#categoriesElem {
    max-width: 80%;
    overflow-x: scroll
}

#boardTitleSrc img {
    height: 22px;
    width: auto;
}

.options {
    padding: 2px 0;
    width: 50px;
    text-align: center
}

#flagArmy {
    display: grid;
    grid-template-columns: repeat(20, 1fr);
    width: 700px;
    row-gap: 3px;
    margin: 20px auto
}

#WRs td img {
    height: 18px;
    width: auto
}

.bigShadow,
svg {
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.2),
        5px 5px 10px rgba(0, 0, 0, 0.2),
        0 10px 10px rgba(0, 0, 0, 0.2);
}

#progress-bar {
    height: 100%;
    width: 0;
    background-color: var(--banner);
    transition: width 0.15s ease;
}

.grayscale {
    filter: grayscale(100%) brightness(40%);
}

.videoCollection div {
    display: flex;
    margin: auto;
    justify-content: center
}

.trophy {
    filter: drop-shadow(0.5px 1px 0 black) drop-shadow(-0.5px -0.5px 0 black);
    padding: 0 3px
}

.glassjoe {
    background-color: var(--mtpo);
}

.pulseClass {
    animation: pulse 1.3s infinite;
}

@keyframes pulse {
    0% {
        filter: brightness(1);
    }

    50% {
        filter: brightness(1.2);
    }

    100% {
        filter: brightness(1);
    }
}

.reverse {
    transform: scaleX(-1);
    transform-origin: center;
}

#tabs {
    width: 500px !important;
}

.infoImg img {
    width: 20px;
    height: auto;
}

.invert img {
    filter: brightness(0) invert(1)
}

td.short-border {
    position: relative;
}

td.short-border::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: var(--border-width, 100%);
    border-bottom: 2px solid var(--border-color, #494949);
}

#podium div {
    width: 150px;
    justify-content: center
}

.darker {
    background-color: gray;
    color: black
}