@font-face {
    font-family: 'Beba';
    font-style: normal;
    font-weight: 400;
    src: url(BebasNeue-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(Roboto-Regular.woff2) format('woff2');
}

:root {
    --font: "Beba", sans-serif;
    --wi-font: "Roboto", Tahoma, Arial, sans-serif;
}

body {
    font-family: var(--wi-font);
}

a {
    all: unset;
}

summary {
    font-size: 3rem;
}

.header {
    background-color: black;
    height: 60px;
    position: fixed;
    width: 1650px;
    max-width: 100%;
    top: 0px;
}

.manual {
    font-size: 1.4rem;
    cursor: pointer;
    margin-right: 15px;
    color: white;
}

.logo-mod {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    margin-top: 5px;
    margin-left: 10px;
}

.logo {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.wi-header-mod {
    font-size: 2.5rem;
    margin: 0;
    margin-top: 5px;
    color: white;
}

.wi-header {
    font-size: 2.5rem;
}

.img-home {
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 10px;
}

.center-container-mod {
    margin: auto;
    width: 1650px;
    max-width: 100%;
}

.center-container {
    margin: auto;
    width: max-content;
}

.buzzer-iframe {
    top: 562px;
    margin: -502px;
    position: fixed;
    backdrop-filter: blur(10px);
    border: 1px solid black;
}

.spacer {
    height: 20px;
    width: 100px;
}

.wi-body {
    background-color: #666;
    background-image: url(bg.jpg);
    background-repeat: repeat-x;
}

.stream-body {
    font-family: var(--font);
    margin: 0px;
    padding: 0px;
}

.questions-table {
    border: 1px solid black;
    border-collapse: collapse;
}

.score-text-score-stream {
    color: white;
    text-align: center;
    font-size: 8rem;
    margin: 0px;
    margin-top: 25px;
}

.score-text-name-stream {
    color: #f28308;;
    text-align: center;
    font-size: 2.5rem;
    margin: 0px;
    margin-top: 5px;
}

.score-field-big-stream {
    height: 250px;
    width: 360px;
    background-color: #f28308;
    border-radius: 25px;
    border: 5px solid white;
}

.score-field-small-stream {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -70px;
    height: 70px;
    width: 360px;
    background-color: #1a4780;
    border-radius: 25px;
    border: 5px solid white;
}

.score-text-score {
    color: white;
    text-align: center;
    font-size: 5rem;
    margin: 0px;
    margin-top: 5px;
}

.score-text-name {
    color: #f28308;;
    text-align: center;
    font-size: 1.5rem;
    margin: 0px;
    margin-top: 5px;
}

.score-field-big {
    height: 125px;
    width: 190px;
    background-color: #f28308;
    border-radius: 15px;
    border: 3px solid white;
}

.score-field-small {
    margin-top: -35px;
    height: 35px;
    width: 190px;
    background-color: #1a4780;
    border-radius: 15px;
    border: 3px solid white;
}

.moderator-field {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 360px;
    background-color: #1a4780;
    border-radius: 25px;
    border: 5px solid white;
}

.moderator-name {
    color: white;
    text-align: center;
    font-size: 2.5rem;
    margin: 0px;
    margin-top: 5px;
}

.answer-field-stream {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    width: 1500px;
    background-color: #f28308;
    border-radius: 25px;
    border: 5px solid #1a4780;
}

.answer-field {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    width: 530px;
    background-color: #f28308;
    border-radius: 15px;
    border: 3px solid #1a4780;
}

.fake-field {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    width: 530px;
}

.question-field-stream {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    width: 1500px;
    background-color: #1a4780;
    border-radius: 25px;
    border: 5px solid #f28308;
}

.question-text-stream {
    text-align: center;
    color: white;
    font-size: 3rem;
    margin: 0px;
}

.question-field {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    width: 530px;
    background-color: #1a4780;
    border-radius: 15px;
    border: 3px solid #f28308;
}

.question-text {
    text-align: center;
    color: white;
    font-size: 1.5rem;
    margin: 0px;
}

.scale-down {
    transform: scale(0.5);
}

.stream-table {
    border-spacing: 0.5rem;
}

.dashboard-table {
    min-height: 80px;
    width: 100px;
}

.dashboard-logo {
    width: 40px;
    height: 40px;
}

h2 {
    margin-top: 0;
}

td {
    margin: 0px;
    padding: 0px;
    border-radius: 5px;
}

input, label {
    display: block;
}

.tile-color {
    width: 100px;
    height: 80px;
}

.tile-point {
    font-size: 2rem;
}

.tile-header {
    font-size: 1.5rem;
}

.tile-color-stream {
    width: 200px;
    height: 160px;
}

.tile-point-stream {
    font-size: 4rem;
}

.tile-header-stream {
    font-size: 2.5rem;
}

.font-beba {
    font-family: var(--font);
}

.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.form-color-mod {
    margin-right: 15px;
    color: white;
}

.form-color {
    margin-right: 15px;
}

.fnt-bigger {
    font-size: 1.3rem;
}

.button-color {
    cursor: pointer;
    width: 58px;
    height: 31px;
}

.button-invis {
    cursor: pointer;
    background: transparent;
    border: none !important;
    width: 100px;
    height: 80px;
}

.button-update {
    width: 150px;
    height: 50px;
    font-size: 1rem;
}

.button-update-big {
    margin-top: 65px;
    width: 280px;
    height: 80px;
    font-size: 1.5rem;
}

.select-update {
    width: 150px;
    height: 50px;
    font-size: 1rem;
}

.input-update {
    width: 150px;
    height: 25px;
}

.input-update-small {
    width: 100px;
    height: 25px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.margin-r {
    margin-right: 10px;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    border: 2px solid #ddd;
    display: inline-flex;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input button {
    outline: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.number-input input[type=number] {
    font-family: sans-serif;
    max-width: 5rem;
    padding: .5rem;
    border: solid #ddd;
    border-width: 0 2px;
    font-size: 1.3rem;
    height: 3rem;
    font-weight: bold;
    text-align: center;
}