@import url("https://fonts.googleapis.com/css2?family=Doto:wght@100..900&family=Jersey+20+Charted&family=Noto+Music&family=Single+Day&family=Prompt&family=Special+Elite&family=Bebas+Neue&family=Anton&family=Rubik+Dirt&family=Wallpoet");

body {
    font-family: "Bebas Neue", sans-serif;
    font-size: 16px;
    color: #d4d4d4;
    background-color: #000000;
    margin: 0;
    padding: 0;
}

a:link {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

a:active {
    color: #000000;
    text-decoration: none;
}

table {
    padding: 30px;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}

tr {
    border: 0px;
    text-align: center;
}

th.pause {
    background-color: #000000;
    color: #d4d4d4;
    font-family: "Single Day", sans-serif;
    font-size: 160px;
    font-weight: bold;
    padding: 0px;
}

td.pause {
    background-color: #000000;
    color: #d4d4d4;
    font-family: "Single Day", sans-serif;
    font-size: 60px;
    padding: 0px;
}

/* Pause variant switching styles */

/* Pause variant switching & z-index rules */
.pause-variant {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    pointer-events: none;
    box-sizing: border-box;
    padding: 24px;
}
.pause-variant.active {
    opacity: 1;
    pointer-events: auto;
}
/* Ensure the main overlay sits above variants */
#pauseAnimationOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; /* higher than pause variants */
    display: flex; /* existing style */
    align-items: center;
    justify-content: center;
}
td.scroll {
    background-color: #000000;
    color: #92ff8e;
    font-size: 65px;
    font-family: "Doto", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "ROND" 0;
    /* font-family: "Single Day", sans-serif;
    font-size: 60px; */
    padding: 0px;
}

marquee {
    font-size: 365px;
    font-family: "Doto", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "ROND" 0;
    /* font-family: "Single Day", sans-serif;
    font-size: 60px; */
    padding: 0px;
}

th.winner {
    background-color: #000000;
    color: #d4d4d4;
    font-size: 100px;
    padding: 10px;
}

td.winner {
    background-color: #000000;
    color: #d4d4d4;
    font-size: 260px;
    padding: 10px;
}

table.countdownsmall {
    margin-left: auto;
    margin-right: auto;
    height: 75%;
    border: 0px;
    font-size: 70px;
}

th.countdownsmall {
    background-color: #000000;
    color: #d4d4d4;
    font-family: "Rubik Dirt", serif;
    /* font-family: "Anton", sans-serif; */
    font-size: 90px;
    padding: 30px;
}

td.countdownsmall {
    background-color: #000000;
    color: #d4d4d4;
    font-family: "Rubik Dirt", serif;
    /* font-family: "Anton", sans-serif; */
    font-size: 90px;
    padding: 10px;
}
table.countdown {
    margin-left: auto;
    margin-right: auto;
    height: 75%;
    border: 0px;
    font-size: 100px;
}

th.countdown {
    background-color: #000000;
    color: #d4d4d4;
    font-family: "Rubik Dirt", serif;
    /* font-family: "Anton", sans-serif; */
    font-size: 120px;
    padding: 30px;
}

td.countdown {
    background-color: #000000;
    color: #d4d4d4;
    font-family: "Rubik Dirt", serif;
    /* font-family: "Anton", sans-serif; */
    font-size: 120px;
    padding: 10px;
}

td.countdowndigit {
    background-color: #000000;
    color: #d4d4d4;
    /* font-family: "Rubik Dirt", serif; */
    font-family: "Wallpoet", serif;
    font-weight: 400;
    font-style: normal;
    padding: 10px;
}

.button {
    height: 280px;
    width: 280px;
    position: relative;
    background-color: rgb(138, 255, 153);
    /* border-radius: 4em; */
    border-radius: 20px;
    font-size: 50px;
    color: rgb(0, 0, 0);
    padding: 10px;
    cursor: pointer;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s; /* Safari */
}

.button:hover {
    transition-duration: 0.1s;
    background-color: #3a3a3a;
}

.button:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
    box-shadow: 0 0 10px 40px white;
}

.button:active:after {
    box-shadow: 0 0 0 0 white;
    position: absolute;
    /* border-radius: 4em; */
    border-radius: 20px;
    left: 0;
    top: 0;
    opacity: 1;
    transition: 0s;
}

.button:active {
    top: 1px;
}

input.jokerbutton {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.nextbutton {
    height: 80px;
    width: 200px;
    background-color: blue;
}

.falschbutton {
    height: 80px;
    width: 200px;
    background-color: red;
}

.richtigbutton {
    height: 80px;
    width: 200px;
    background-color: green;
}

th.roundname {
    color: #ffffff;
    font-size: 80px;
    font-weight: bold;
    padding: 20px 10px 30px 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow:
        2px 2px 4px rgba(0, 0, 0, 0.5),
        0 0 20px rgba(255, 255, 255, 0.3);
}

td.lastsong {
    color: #da20ff;
    font-family: "Special Elite";
    font-size: 40px;
    font-weight: bold;
    padding: 10px;
}

th.lastsong {
    color: #da20ff;
    font-family: "Special Elite";
    font-size: 40px;
    font-weight: bold;
    padding: 10px;
}

th.hitsterlastsong {
    color: #da20ff;
    font-family: "Special Elite";
    font-size: 85px;
    font-weight: bold;
    padding: 10px;
}

table.scoreboard {
    border: none;
    background-color: #000000;
    border-collapse: separate;
    border-spacing: 0px;
    border-radius: 50px;
    padding: 50px;
}

tr.scoreboard {
    text-align: center;
    spacing: 0px;
}

th.player {
    color: #d4d4d4;
    font-size: 80px;
    padding: 0px;
    margin: 0px;
}

td.player {
    color: #d4d4d4;
    /* font-family: "Jersey 20 Charted", sans-serif; */
    /* font-family: "Rubik Dirt", serif; */
    font-size: 250px;
    padding: 0px;
    margin: 0px;
}

th.playerblocked {
    border: 0px;
    border-radius: 15px;
    background-color: transparent;
    color: #ff4444;
    font-size: 80px;
    padding: 0px;
    margin: 0px;
    text-shadow:
        0 0 20px rgba(255, 68, 68, 0.8),
        0 0 40px rgba(255, 68, 68, 0.5);
    animation: blockedGlow 1.5s ease-in-out infinite;
}

td.playerblocked {
    border: 0px;
    background-color: transparent;
    color: #ff4444;
    /* font-family: "Jersey 20 Charted", sans-serif; */
    /* font-family: "Rubik Dirt", serif; */
    font-size: 250px;
    padding: 0px;
    margin: 0px;
    text-shadow:
        0 0 20px rgba(255, 68, 68, 0.8),
        0 0 40px rgba(255, 68, 68, 0.5);
    animation: blockedGlow 1.5s ease-in-out infinite;
}

th.playerbuzzed {
    border: 0px;
    border-radius: 15px;
    background-color: transparent;
    color: #00aaff;
    font-size: 80px;
    padding: 0px;
    margin: 0px;
    text-shadow:
        0 0 20px rgba(0, 170, 255, 0.8),
        0 0 40px rgba(0, 170, 255, 0.5);
    animation: buzzedGlow 1s ease-in-out infinite;
}

td.playerbuzzed {
    border: 0px;
    background-color: transparent;
    color: #00aaff;
    /* font-family: "Jersey 20 Charted", sans-serif; */
    /* font-family: "Rubik Dirt", serif; */
    font-size: 250px;
    padding: 0px;
    margin: 0px;
    text-shadow:
        0 0 20px rgba(0, 170, 255, 0.8),
        0 0 40px rgba(0, 170, 255, 0.5);
    animation: buzzedGlow 1s ease-in-out infinite;
}

/* Buzzer animation keyframes */
@keyframes buzzedGlow {
    0%,
    100% {
        opacity: 1;
        text-shadow:
            0 0 20px rgba(0, 170, 255, 0.8),
            0 0 40px rgba(0, 170, 255, 0.5);
    }
    50% {
        opacity: 0.7;
        text-shadow:
            0 0 30px rgba(0, 170, 255, 1),
            0 0 60px rgba(0, 170, 255, 0.7);
    }
}

@keyframes blockedGlow {
    0%,
    100% {
        opacity: 1;
        text-shadow:
            0 0 20px rgba(255, 68, 68, 0.8),
            0 0 40px rgba(255, 68, 68, 0.5);
    }
    50% {
        opacity: 0.7;
        text-shadow:
            0 0 30px rgba(255, 68, 68, 1),
            0 0 60px rgba(255, 68, 68, 0.7);
    }
}

th.yearsmall {
    background-color: #92ff8e;
    border-color: #469c30;
    font-size: 65px;
    font-weight: bold;
    color: #000000;
    padding: 0px;
    border-radius: 10px;
}
th.year {
    background-color: #92ff8e;
    border-color: #469c30;
    font-size: 85px;
    font-weight: bold;
    color: #000000;
    padding: 0px;
    border-radius: 10px;
}

th.roundplayer {
    background-color: #92ff8e;
    border-color: #469c30;
    font-size: 25px;
    font-weight: bold;
    color: #000000;
    padding: 0px;
    border-radius: 10px;
}

td.roundplayer {
    background-color: #92ff8e;
    border-color: #469c30;
    font-size: 25px;
    color: #000000;
    padding: 0px;
    border-radius: 10px;
}

table.roundplayer {
    padding: 0px;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    border: 3px;
    border-color: #469c30;
}

th.roundplayerplayoff {
    background-color: #e6f590;
    border-color: #ffd856;
    font-size: 25px;
    font-weight: bold;
    color: #000000;
    padding: 0px;
    border-radius: 10px;
}

td.roundplayerplayoff {
    background-color: #e6f590;
    border-color: #ffd856;
    font-size: 25px;
    color: #000000;
    padding: 0px;
    border-radius: 10px;
}

table.roundplayerplayoff {
    padding: 0px;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    border: 3px;
    border-color: #ffd856;
}

table.roundplayerinactive {
    background-color: #6b6b6b;
    padding: 0px;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    border: 3px;
    border-color: #474747;
}

td.roundplayerinactive {
    background-color: #6b6b6b;
    border-color: #474747;
    font-size: 25px;
    color: #000000;
    padding: 0px;
    border-radius: 10px;
}

th.roundplayerinactive {
    background-color: #6b6b6b;
    border-color: #474747;
    font-size: 25px;
    font-weight: bold;
    color: #000000;
    padding: 0px;
    border-radius: 10px;
}

th.joker {
    border-color: #469c30;
    font-size: 30px;
    color: #000000;
    padding: 0px;
    border-radius: 10px;
}

td.joker {
    background-color: #88ff6b;
    font-size: 30px;
    color: #000000;
    padding: 0px;
    border-radius: 10px;
    width: 80px;
}

table.joker {
    padding: 0px;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    border: 3px;
    padding: 0px;
}

td.jokerinactive {
    background-color: #888888;
    font-size: 30px;
    color: #000000;
    padding: 0px;
    border-radius: 10px;
    width: 80px;
}

td.jokerblocked {
    background-color: #fb5d3d;
    border-color: #fb5d3d;
    font-size: 30px;
    color: #000000;
    padding: 0px;
    border-radius: 10px;
    width: 80px;
}

td.jokerbuzzed {
    background-color: #888888;
    font-size: 30px;
    color: #000000;
    padding: 0px;
    border-radius: 10px;
    width: 80px;
}

td.jokerbuzzed {
    background-color: #fb5d3d;
    border-color: #fb5d3d;
    font-size: 30px;
    color: #000000;
    padding: 0px;
    border-radius: 10px;
    width: 80px;
}
