html {
  font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.OverlayPopup {
    position: fixed;
    display: none; /* hide at first */
    width: 50%;
    /* height: 25%; */
    top: 10%;
    left: 25%;
    padding: 10px;
    background-color: rgba(200,200,255,0.75);
    border: 2px solid black;
    border-radius: 5px;
    z-index: 2; /* ovenpå anden */
    cursor: pointer;
}

.confirmBody {
    margin: 5px;
    font-size: 1.25em;
    font-weight: bold;
}

.confirmHeader {
    margin: 5px;
    font-size: 1.5em;
    font-weight: bold;
}


.chipstack {
    border-style: solid;
    border-width: 2px;
    border-color: white;
    text-align: center;
    min-width: 70px;
    max-width: 100vw;
    font-size: 1rem;
}
.bgcustom-yellow {
    background-color: yellow;
}

.bgcustom-purple {
    background-color: purple;
}

.bgcustom-black {
    background-color: black;
}


.bgcustom-green {
    background-color: green;
}

.bgcustom-blue {
    background-color: blue;
}

.bgcustom-red {
    background-color: red;
}


.image-rounded {
    border-radius: 50%;
}

.image-seating {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: left;
}

.image-player {
    width: 100px;
}

.logo {
    width: 100px;
}

input.form-check-input {
    width: 1.25em;
    height: 1.25em;
    margin-right: 5px;
}

/* Til winning streak, ITM , ... i cirkler */
.streak-container {
    display: table;
    border-collapse: separate;
    border-spacing: 10px;
}

.place-image {
    height: 50px;
}

.link-text-nodecoration {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.place-circle {
    height: 50px;
    width: 50px;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 10px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border: 2px solid;
    border-style: solid;
    border-radius: 50%; /* may require vendor prefixes */
}

.win-circle {
    background: green;
    color: darkgreen;
    border-color: darkgreen;
}

.win-text {
    color: darkgreen;
    text-decoration: none;
}

.itm-circle {
    background: yellow;
    color: orange;
    border-color: orange;
}

.itm-text {
    color: orange;
    text-decoration: none;
}

.loose-circle {
    background: red;
    color: darkred;
    border-color: darkred;
}

.loose-text {
    color: darkred;
    text-decoration: none;
}


@media (min-width: 768px) {
    .image-player {
        width: 125px;
    }

    .image-seating {
        width: 30px;
        height: 30px;
    }

    .logo {
        width: 150px;
    }

}

@media (min-width: 1200px) {
    .image-player {
        width: 175px;
    }

    .image-seating {
        width: 2.5vw;
        height: 2.5vw;
    }

    .logo {
        width: 200px;
    }

    .place-circle {
        height: 75px;
        width: 75px;
        border: 3px solid;
    }

    .place-image {
        height: 75px;
    }

}

@media (min-width: 1600px) {
    .image-player {
        width: 200px;
    }

    .logo {
        width: 250px;
    }

    .place-circle {
        height: 85px;
        width: 85px;
        border: 4px solid;
    }

    .place-image {
        height: 85px;
    }
}

    html {
        position: relative;
        min-height: 100%;
    }

    body {
        margin-bottom: 60px;
    }

.ball {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 10;
    padding: 20px;
    color: orange;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    background: teal;
    border-radius: 50%;
    border-style: solid;
    border-color: black;
    visibility: hidden;
}

.stickman {
    position: absolute;
    top: 225px;
    right: 0px;
    z-index: 10;
}

.stickman_sign {
    position: absolute;
    top: 410px;
    right: 260px;
    z-index: 10;
    color:rgb(255,106,0); 
    font-weight: bold;
    font-size: 32px;
    font-family: 'Ink Free';
}

/* når text skal skæres og vises som Claus An... */
.cuttext {
    overflow: hidden;
    text-overflow: ellipsis;
}

.width150 {
    width: 150px;
}

    /* giga text for blinds etc */
    .text-giga {
        font-size: 8vw;
        font-weight: bold;
    }

    .text-mega {
        font-size: 6vw;
        font-weight: bold;
    }

    @media (min-width: 768px) {
        .text-giga {
            font-size: 7vw;
            font-weight: bold;
        }

        .text-mega {
            font-size: 5vw;
            font-weight: bold;
        }
    }

    @media (min-width: 1200px) {
        .text-giga {
            font-size: 6vw;
            font-weight: bold;
        }

        .text-mega {
            font-size: 4vw;
            font-weight: bold;
        }

        @media (min-width: 1600px) {
            .text-giga {
                font-size: 5vw;
                font-weight: bold;
            }

            .text-mega {
                font-size: 4vw;
                font-weight: bold;
            }
        }


    /* Special for tab/box'es  */

    /* The grid: Three equal columns that floats next to each other */
    .boxcolumn {
        float: left;
        width: 33.333%;
        padding: 4px;
        text-align: center;
        font-size: 2rem;
        cursor: pointer;
        color: white;
    }

    .containerTab {
        padding: 20px;
        color: white;
    }

    /* Clear floats after the columns */
    .row:after {
        content: "";
        display: table;
        clear: both;
    }

    /* Closable button inside the container tab */
    .closebtn {
        float: right;
        color: white;
        font-size: 35px;
        cursor: pointer;
    }


    /* Carousel */
    .carousel-caption p {
        font-size: 20px;
        line-height: 1.4;
    }

    /* Make .svg files in the carousel display properly in older browsers */
    .carousel-inner .item img[src$=".svg"] {
        width: 100%;
    }

    /* QR code generator */
    #qrCode {
        margin: 15px;
    }

    /* Hide/rearrange for smaller screens */
    @media screen and (max-width: 767px) {
        /* Hide captions */
        .carousel-caption {
            display: none;
        }
    }

    .flex-container {
        columns: 2;
        column-rule: dotted silver;
        display: inline-block;
        contain-intrinsic-height;
    }

    /* Responsive layout - makes a one column-layout instead of a two-column layout */
    @media (max-width: 700px) {
        .flex-container {
            columns: 1;
            display: inline-block;
            contain-intrinsic-height;
        }
    }

    .nowrap-content {
        width: 175px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }



    label, input {
        display: inline-block;
        vertical-align: middle;
    }


    .levelbox {
        border-radius: 20px;
        border: 4px solid navy;
        padding: 4px;
        display: flex;
        flex-direction: column;
        width: 20rem;
    }

    .column-level {
        text-align: left;
        background: #808080;
        padding: 2px;
    }

    .column-min {
        text-align: center;
        background: #666666;
        padding: 2px;
    }

    .column-blinds {
        text-align: center;
        background: #444444;
        padding: 2px;
    }

    .level {
        background: #808080;
        padding: 2px;
        margin: 2px;
        font-size: 14px;
        font-family: Helvetica, sans-serif;
        font-weight: normal;
        color: black;
        align-content: center;
    }

    .currentlevelbox {
        border-radius: 20px;
        border: 4px solid navy;
        padding: 10px;
        display: flex;
        flex-direction: column;
        width: 20rem;
    }

    .blindsbox {
        border: 2px solid #808080;
        padding: 4px;
        display: flex;
        flex-direction: row;
    }

    .blinds {
        background: green;
        font-size: 36px;
        font-family: Courier New, Courier, monospace;
        font-weight: bold;
        color: black;
        align-content: center;
    }

    .ante {
        font-size: 24px;
        font-weight: bold;
        font-family: Courier New, Courier, monospace;
        color: black;
        align-content: center;
    }