﻿body {
}

a.nav-link.active {
    text-decoration: underline;
}

.lowerGroup {
    margin-top: 30px;
}

.flagStyle {
    width: 22px;
}

.flagStyleTable {
    width: 22px;
    margin-top: -4px;
}

.footureTeam-row .flagStyleTable {
    width: 22px;
    margin-top: 3px;
}

.scorerBet .flagStyleTable {
    width: 24px;
    margin-top: -1px;
}

.footballHeader {
    width: 22px;
    height: 22px;
}

.gravatarMockUp {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #ccc;
}

.score-input::-webkit-outer-spin-button,
.score-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.score-input {
    -moz-appearance: textfield;
}

.score-input {
    width: 2rem;
    min-width: 2rem;
    max-width: 2rem;
    padding-left: .25rem;
    padding-right: .25rem;
    padding-top: 0px;
    padding-bottom: 0px;
}

.score-input-line {
    padding-top: 7px;
    padding-bottom: 6px;
}

.score-input-line-following {
    padding-top: 7px;
    padding-bottom: 7px;
}

.score-input.score-input-left {
    text-align: right;
}

.score-input.score-input-center {
    text-align: center;
}

.footureTable {
    background-color: #FAFAFA;
    cursor: default;
}

.scorerBet {
    background-color: #FAFAFA;
    cursor: default;
}

.footureTableAlternate {
    background-color: #FFFFFF;
}

.footureRadio-hidden {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    pointer-events: none;
}

/* Klickbarer Bereich: Flagge – Label – Radio */
.footureTeam-option {
    padding: 6px 8px;
    border-radius: 6px;
    cursor: default;
    min-width: 0;
}

    /* Hintergrund nur für den klickbaren Bereich */
    .footureTeam-option:has(.footureTeam-radio:checked) {
        background-color: #e0f7ff;
    }

    .footureTeam-option:not(:has(.footureTeam-radio:checked)):has(.footureTeam-radio):hover {
        background-color: #e0f7ff;
    }

    /* Label soll nicht in den Radio laufen */
    .footureTeam-option label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 0;
    }

.watermark {
    position: relative;
}

    .watermark span[data-wm] {
        position: absolute;
        color: rgba(0,0,0,0.1);
        font-size: 1.6em;
        pointer-events: none;
    }

.badge-rect-tl {
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 18px;
    background: #333; /* dunkelgrau */
    color: #fff; /* weiße Schrift */

    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.0rem;
    pointer-events: none; /* blockiert keine Klicks */
}

.badge-rect-bl {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 26px;
    height: 18px;
    background: #333; /* dunkelgrau */
    color: #fff; /* weiße Schrift */

    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.0rem;
    pointer-events: none; /* blockiert keine Klicks */
}

.jokerchekbox {
    flex-shrink: 0;
}

.footureTeam-row {
    min-width: 0px;
}

.previewLabel {
    color: rgba(0,0,0,0.3);
}

.ajax-error-dialog-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ajax-error-dialog {
    width: 420px;
    max-width: calc(100vw - 30px);
    background: #fff;
    border: 1px solid #dc3545;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
    border-radius: 4px;
    overflow: hidden;
}

.ajax-error-dialog-header {
    background: #dc3545;
    color: #fff;
    font-weight: bold;
    padding: 10px 14px;
}

.ajax-error-dialog-body {
    padding: 16px 14px;
    color: #333;
    max-height: 300px;
    overflow: auto;
    word-break: break-word;
}

.ajax-error-dialog-footer {
    padding: 10px 14px;
    text-align: right;
    background: #f5f5f5;
}

a.disabled {
    pointer-events: none;
    /*color: rgba(255, 255, 255, 0.55) !important;*/
    color: var(--bs-nav-link-color) !important;
    /*text-decoration: none;*/
    cursor: default;
}

.btn-remove {
    background-color: #ccc;
    width: 22px;
    height: 22px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    margin-bottom: 1px;
    margin-right: 5px;
    cursor:default!important;
}

.btn-remove:hover {
    background-color: #bbb;
}

.btn-remove-x {
    line-height: 1;
    transform: translateY(-2px);
    color: red;
}

.scorerBet .playername {
    margin-right: 4px;
}

.saveAccount, .loginAccount {
    margin-top: 15px;
}