/*#region "BlazorCss"*/

#blazor-error-ui {
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        /*position: absolute;*/
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

#EditorContent {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.0em;
    line-height: 1.6;
}

/*#endregion "BlazorCss"*/

:root {
    --clubwave-green-dark: #4a7c2c;
    --clubwave-green: #6fb034;
    --clubwave-green-light: #8bc34a;
    --clubwave-green-bright: #9cdb43;
    --clubwave-orange: #ff9800;
    --clubwave-orange-dark: #f57c00;
    --clubwave-red: #f44336;
    --clubwave-red-light: #ef5350;
    --clubwave-yellow: #ffc107;
    --clubwave-blue: #2196f3;
    --clubwave-purple: #9c27b0;
    --clubwave-gray: #757575;
    --clubwave-gray-light: #e0e0e0;
    --clubwave-white: #ffffff;
}

body {
    width: 100vw;
    height: 100vh;
    background-color: #B5ADA2;
    margin: 0px;
    font-size: 100%;
    overflow: hidden;
}

img {
    width: 100%;
    height: auto;
}

video {
    width: 100%;
    height: auto;
}

* {
    box-sizing: border-box;
}

a:hover, a:visited, a:after, a:before {
    text-decoration: none;
}

.clickable {
    cursor: pointer;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
}

    input[type=text] {
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    input[type=email] {
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    input[type=password] {
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    input[type=date] {
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    input[type=number] {
        -webkit-appearance: none;
        -moz-appearance: none;
    }

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: vertical;
}

.wrapper {
    display: grid;
    grid-template-areas:
        "tl"
        "tr"
        "main"
        "bl"
        "br";
    grid-template-rows: 64px auto;
    grid-template-columns: auto 640px auto;
    column-gap: 0px;
}

topleft {
    width: 100%;
    background-color: #336600;
    grid-area: tl;
}

topright {
    width: 100%;
    background-color: #336600;
    grid-area: tr;
}

maincontent {
    background-color: #B5ADA2;
    height: 100vh;
    grid-area: main;
}

bottomleft {
    grid-area: bl;
}

bottomright {
    grid-area: br;
}

.bg-img-l {
    position: fixed;
    top: 64px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    z-index: -100;
    width: 100%;
    background-position: left;
    background-repeat: no-repeat;
}

.bg-img-r {
    position: fixed;
    top: 64px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    z-index: -100;
    width: 100%;
    background-position: right;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 655.99px) {

    topleft {
        display: none;
    }

    bottomleft {
        display: none;
    }

    topright {
        display: none;
    }

    bottomright {
        display: none;
    }

    .wrapper {
        grid-template-columns: 1fr;
        grid-template-areas:
            "tl main tr"
            "bl main br";
    }

    .wrapper-full {
        visibility: hidden;
    }

    .wrapper-keypad {
        grid-template-columns: 1fr;
        grid-template-areas:
            "main"
    }

    .butmedia {
        visibility: hidden;
    }

    .fx3logo {
        visibility: hidden;
    }

    .screensize-large {
        visibility: hidden;
    }
}

@media (min-width: 656px) and (max-width: 983.99px) {

    bottomleft {
        display: none;
    }

    bottomright {
        display: none;
    }

    .wrapper {
        grid-template-columns: 1fr 656px 1fr;
        grid-template-areas:
            "tl main tr"
            "bl main br";
    }

    .wrapper-full {
        visibility: hidden;
    }

    .wrapper-keypad {
        grid-template-columns: 1fr;
        grid-template-areas:
            "main"
    }

    .bg-img-l {
        background-image: url(/images/x3/BG1080L.jpg);
        height: 262px;
    }

    .bg-img-r {
        background-image: url(/images/x3/BG1080R.jpg);
        height: 262px;
    }

    .butmedia-mobile {
        visibility: hidden;
    }

    .fx3logo {
        visibility: hidden;
    }

    .screensize-large {
        visibility: hidden;
    }
}

@media (min-width: 984px) and (max-width: 1309.99px) {

    bottomright {
        display: none;
    }

    .wrapper {
        grid-template-columns: 7fr 656px 2fr;
        grid-template-areas:
            "tl main tr"
            "bl main br";
    }

    .wrapper-full {
        visibility: hidden;
    }

    .wrapper-keypad {
        visibility: hidden;
    }

    .bg-img-l {
        background-image: url(/images/x3/BG1440L.jpg);
        height: 350px;
    }

    .bg-img-r {
        background-image: url(/images/x3/BG1440R.jpg);
        height: 350px;
    }

    .butmedia-mobile {
        visibility: hidden;
    }
}

@media (min-width: 1310px) and (max-width: 1921.99px) {

    .wrapper {
        grid-template-columns: 1fr 656px 1fr;
        grid-template-areas:
            "tl main tr"
            "bl main br";
    }

    .wrapper-full {
        grid-template-columns: 1fr;
        grid-template-areas:
            "main"
    }

    .wrapper-keypad {
        visibility: hidden;
    }

    .bg-img-l {
        background-image: url(/images/x3/BG1920L.jpg);
        height: 467px;
    }

    .bg-img-r {
        background-image: url(/images/x3/BG1920R.jpg);
        height: 467px;
    }

    .butmedia-mobile {
        visibility: hidden;
    }

    .screensize-small {
        visibility: hidden;
    }
}

@media (min-width: 1922px) and (max-width: 2562px) {

    .wrapper {
        grid-template-columns: 1fr 656px 1fr;
        grid-template-areas:
            "tl main tr"
            "bl main br";
    }

    .wrapper-full {
        grid-template-columns: 1fr;
        grid-template-areas:
            "main"
    }

    .wrapper-keypad {
        visibility: hidden;
    }

    .bg-img-l {
        background-image: url(/images/x3/BG2560L.jpg);
        height: 623px;
    }

    .bg-img-r {
        background-image: url(/images/x3/BG2560R.jpg);
        height: 623px;
    }

    .butmedia-mobile {
        visibility: hidden;
    }

    .screensize-small {
        visibility: hidden;
    }
}

@media (min-width: 2562.01px) {

    .wrapper {
        grid-template-columns: 1fr 656px 1fr;
        grid-template-areas:
            "tl main tr"
            "bl main br";
    }

    .wrapper-full {
        grid-template-columns: 1fr;
        grid-template-areas:
            "main"
    }

    .wrapper-keypad {
        visibility: hidden;
    }

    .bg-img-l {
        background-image: url(/images/x3/BG3840L.jpg);
        height: 933px;
    }

    .bg-img-r {
        background-image: url(/images/x3/BG3840R.jpg);
        height: 933px;
    }

    .butmedia-mobile {
        visibility: hidden;
    }

    .screensize-small {
        visibility: hidden;
    }
}

/*APP 3.1*/

.b3 {
    display: block;
    float: left;
    width: 100%;
    padding: 4px 4px 0px 4px;
}

.bl3 {
    display: block;
    float: left;
    width: 100%;
    padding: 6px;
}

.b3d {
    display: block;
    float: left;
    width: 100%;
    min-height: 48px;
    border-bottom-right-radius: 12px;
    border-bottom: 2px solid #B5ADA2;
    border-right: 2px solid #B5ADA2;
    padding: 0px 12px 6px 0px;
}

.b3e {
    display: block;
    float: left;
    width: 100%;
    min-height: 48px;
    border-bottom-right-radius: 12px;
    padding: 0px 6px 6px 0px;
}

.b3d-select {
    border-top-right-radius: 12px;
    border-left: 6px solid #FFBE00;
}

.b3dl {
    display: block;
    float: left;
    width: 100%;
    border-bottom-right-radius: 12px;
    border-bottom: 2px solid #B5ADA2;
    border-right: 2px solid #B5ADA2;
    padding: 0px 6px 6px 0px;
}

.b3h {
    display: block;
    float: left;
    width: 100%;
    min-height: 40px;
    background-color: #D2CBC0;
    border-top-right-radius: 12px;
    border-top: 2px solid #669933;
    border-right: 2px solid #669933;
    /*padding: 6px 6px 4px 0px;*/
    padding: 6px;
    font-family: 'Poppins', sans-serif;
    color: #333;
    font-weight: 700;
    font-size: 0.9em;
    text-transform: uppercase;
}

.c100d {
    float: left;
    width: 100%;
    border-bottom-right-radius: 12px;
    padding: 6px;
}

.c83d {
    float: left;
    width: 83.33%;
    border-bottom-right-radius: 12px;
    padding: 6px;
}

.c75d {
    float: left;
    width: 75%;
    border-bottom-right-radius: 12px;
    padding: 6px;
}

.c50d {
    float: left;
    width: 50%;
    border-bottom-right-radius: 12px;
    padding: 6px;
}

.c33d {
    float: left;
    width: 33.33%;
    border-bottom-right-radius: 12px;
    padding: 6px;
}

.c25d {
    float: left;
    width: 25%;
    border-bottom-right-radius: 12px;
    padding: 6px;
}

.c20d {
    float: left;
    width: 20%;
    border-bottom-right-radius: 12px;
    padding: 6px;
}

.c16d {
    float: left;
    width: 16.66%;
    border-bottom-right-radius: 12px;
    padding: 6px;
}

/*APP*/

.x3container {
    float: left;
    width: 100%;
    min-height: 100% !important;
}

.x3content {
    float: left;
    width: 100%;
    padding: 6px;
}

.blkframe {
    float: left;
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: #333 0px 10px 8px -7px;
}

.blk {
    display: block;
    float: left;
    width: 100%;
}

.blk-mid {
    display: flex;
    align-items: center; /* verticaal centreren */
    justify-content: center; /* horizontaal centreren */
    height: 52px;
}


.blklabel {
    display: block;
    float: left;
    width: 100%;
    height: 128px;
    padding-right: 8px;
}

.blk32 {
    float: left;
    width: 100%;
    height: 32px;
    border-radius: 16px;
    padding: 6px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.9em;
    text-transform: uppercase;
}


.blkcenter {
    margin: auto;
    width: 96px;
}

.blkquote {
    float: left;
    width: 100%;
    border-radius: 12px;
    border-top: 4px solid #998D80;
    border-left: 4px solid #998D80;
    border-right: 4px solid #998D80;
    padding: 24px;
    margin-top: 24px;
    text-align: center;
    box-shadow: #333 0px 10px 8px -7px;
}

.popup {
    width: 100%;
    max-width: 656px;
    min-height: 156px;
    max-height: 656px;
    padding: 6px 6px 80px 6px;
    border-top: 4px solid #333;
    border-left: 4px solid #333;
    border-right: 4px solid #333;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 500;
}

.popup-center {
    width: 100%;
    max-width: 560px;
    padding-left: 15%;
    padding-right: 15%;
    min-height: 156px;
    max-height: 656px;
    border: 4px solid #333;
    border-radius: 12px;
    position: fixed;
    top: 15%;
    z-index: 500;
}

.popupbg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    opacity: 0.75;
    z-index: 350;
}

.relative {
    position: relative;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.center-mid {
    display: flex;
    align-items: center; /* verticaal centreren */
    justify-content: center; /* horizontaal centreren */
}

.right {
    text-align: right;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.underline {
    text-decoration: underline;
}

.rad {
    border-radius: 12px;
}

.rad50 {
    border-radius: 50%;
}

.rad-top {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.rad-topleft {
    border-top-left-radius: 12px;
}

.rad-topright {
    border-top-right-radius: 12px;
}

.rad-bottom {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.rad-left {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.rad-right {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.brd {
    border: 4px solid #FFF;
}

.brd2 {
    border: 2px solid #FFF;
}

.brd-select {
    border: 4px solid #999;
}

.blk-menuleft {
    float: right;
    width: 216px;
    height: 60px;
    padding: 12px;
    border-left: 4px solid #FFF;
    border-top: 4px solid #FFF;
    border-bottom: 4px solid #FFF;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
}

.blk-menuright {
    float: left;
    width: 216px;
    height: 60px;
    padding: 12px;
    border-right: 4px solid #FFF;
    border-top: 4px solid #FFF;
    border-bottom: 4px solid #FFF;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
}

.fx3header {
    position: fixed;
    top: 0px;
    height: 64px;
    width: 100%;
    background-color: #336600;
    z-index: 300;
}

.fx3logo {
    position: fixed;
    top: 0px;
    height: 64px;
    width: 100%;
    background-color: #336600;
    z-index: 290;
}

.fx3footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 64px;
    background-color: #333;
    z-index: 300;
}

.fx3message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.label {
    float: left;
    width: 100%;
    min-height: 32px;
    padding: 8px 12px 8px 12px;
    border-radius: 12px;
    display: flex;
    align-items: center;
}

.labelxs {
    float: left;
    width: 100%;
    padding: 0px 12px 0px 12px;
}

.labelevent {
    float: left;
    width: 100%;
    min-height: 32px;
    padding: 4px 4px 0px 4px;
    border-radius: 16px;
}

.labelscore {
    float: left;
    width: 100%;
    height: 45px;
    /*padding: 3px 0px 0px 0px;*/
    border-radius: 12px;
    /*    text-align: center;*/
}

.labelxl {
    float: left;
    width: 100%;
    min-height: 52px;
    border-radius: 26px;
}

.labelbut {
    float: left;
    width: 100%;
    height: 52px;
    border-radius: 26px;
}

.label-sl {
    float: left;
    width: auto;
    height: 24px;
    padding: 2px 12px 2px 12px;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.label-nl {
    float: left;
    width: auto;
    padding: 4px 12px 4px 12px;
    border-radius: 12px;
}

.label-vertical {
    display: flex;
    width: 100%;
    height: 172px;
    padding: 16px 0px 0px 0px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    justify-content: center;
    align-items: center;
}

.label-vertical-stats {
    width: 100%;
    height: 144px;
    padding: 16px 0px 0px 25%;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.badge {
    position: absolute;
    top: -14px;
    right: 5%;
    z-index: 120;
    min-width: 28px;
    height: 28px;
    padding: 2px 8px 0px 8px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #FFF;
    background-color: #FF0000;
    border-radius: 14px;
}

.namebadge {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 110;
}

.tag {
    float: left;
    width: auto;
    margin-right: 4px;
    border-radius: 12px;
    padding: 4px 12px 4px 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.7em;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
}

.xtag {
    float: left;
    height: 28px;
    width: auto;
    margin: 2px;
    border-radius: 8px;
    padding: 2px 8px 0px 8px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
}

.x3tag {
    float: left;
    height: 28px;
    width: auto;
    margin: 0px 4px 4px 0px;
    border-radius: 14px;
    padding: 2px 8px 0px 8px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #555;
    text-align: center;
}

.etag {
    float: left;
    height: 32px;
    min-width: 32px;
    margin: 4px 2px 0px 0px;
    border-radius: 16px;
    padding: 6px 5px 0px 5px;
    cursor: pointer;
    font-family: 'Passion One', sans-serif;
    font-weight: 400;
    font-size: 1.1em;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
}

.etagr {
    float: right;
    height: 32px;
    min-width: 32px;
    margin: 4px 2px 0px 0px;
    border-radius: 16px;
    padding: 4px 8px 0px 8px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.05em;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
}

.shade {
    box-shadow: #666 0px 10px 8px -7px;
}

/*SIZE*/

.p16 {
    padding: 16px;
}

.p16v {
    padding: 16px 0px 16px 0px;
}

.p12 {
    padding: 12px;
}

.p12e {
    padding: 12px 12px 6px 12px;
}

.p12t {
    padding: 14px 12px 0px 12px;
}

.p12p {
    padding: 5px 12px 12px 12px;
}

.p12i {
    padding: 12px 12px 9px 12px;
}

.p12h {
    padding: 0px 12px 0px 12px;
}

.p12v {
    padding: 12px 0px 12px 0px;
}

.p8 {
    padding: 8px;
}

.p8h {
    padding: 0px 8px 0px 8px;
}

.p8v {
    padding: 8px 0px 8px 0px;
}

.p8i {
    padding: 8px 8px 4px 8px;
}

.p6 {
    padding: 6px;
}

.p6h {
    padding: 0px 6px 0px 6px;
}

.p6v {
    padding: 6px 0px 6px 0px;
}

.p6t {
    padding: 6px 0px 4px 8px;
}

.p6i {
    padding: 6px 6px 2px 6px;
}

.p5 {
    padding: 5px;
}

.p4i {
    padding: 4px 4px 0px 4px;
}

.p4 {
    padding: 4px;
}

.p2 {
    padding: 2px;
}

.mh96 {
    min-height: 96px;
}

.mh128 {
    min-height: 128px;
}

.mh320 {
    min-height: 320px;
}

.c100 {
    float: left;
    width: 100%;
}

.c92 {
    float: left;
    width: 91.66%;
}

.c83 {
    float: left;
    width: 83.33%;
}

.c80 {
    float: left;
    width: 80%;
}

.c75 {
    float: left;
    width: 75%;
}

.c66 {
    float: left;
    width: 66.66%;
}

.c60 {
    float: left;
    width: 60%;
}

.c50 {
    float: left;
    width: 50%;
}

.c40 {
    float: left;
    width: 40%;
}

.c33 {
    float: left;
    width: 33.33%;
}

.c25 {
    float: left;
    width: 25%;
}

.c20 {
    float: left;
    width: 20%;
}

.c16 {
    float: left;
    width: 16.66%;
}

.c12 {
    float: left;
    width: 12.5%;
}

.c9 {
    float: left;
    width: 9.09%;
}

.c8 {
    float: left;
    width: 8.33%;
}

.c00 {
    float: left;
    width: auto;
}

.spc1 {
    float: left;
    height: 1px;
    width: 100%;
}

.spc2 {
    float: left;
    height: 2px;
    width: 100%;
}

.spc3 {
    float: left;
    height: 3px;
    width: 100%;
}

.spc4 {
    float: left;
    height: 4px;
    width: 100%;
}

.spc6 {
    float: left;
    height: 6px;
    width: 100%;
}

.spc8 {
    float: left;
    height: 8px;
    width: 100%;
}

.spc12 {
    float: left;
    height: 12px;
    width: 100%;
}

.spc16 {
    float: left;
    height: 16px;
    width: 100%;
}

.spc20 {
    float: left;
    height: 20px;
    width: 100%;
}

.spc24 {
    float: left;
    height: 24px;
    width: 100%;
}

.spc32 {
    float: left;
    height: 32px;
    width: 100%;
}

.spc40 {
    float: left;
    height: 40px;
    width: 100%;
}

.spcend {
    float: left;
    height: 96px;
    width: 100%;
}

/*MEDIA LAYER*/

.topleft {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 110;
}

.bottomleft {
    position: absolute;
    bottom: 20px;
    left: 4px;
    z-index: 120;
}

.topright {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 120;
}

.bottomright {
    position: absolute;
    float: right;
    bottom: -14px;
    right: -4px;
    z-index: 120;
}

.bottomright_ {
    position: absolute;
    bottom: 20px;
    right: 10px;
    z-index: 120;
}

.topmenu {
    position: fixed;
    top: 14px;
    right: 12px;
    z-index: 500;
}

.bottommenu {
    position: absolute;
    bottom: -20px;
    z-index: 110;
}

.mediatext {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 6px 0px 0px 12px;
    height: 48px;
    background-image: linear-gradient(to top, rgba(51,51,51,0), rgba(51,51,51,1));
    z-index: 110;
}

.stickyhead {
    position: -webkit-sticky;
    position: sticky;
    top: 64px;
}

/*BUTTONS*/

.but {
    float: left;
    width: 100%;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #998D80;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-transform: uppercase;
    cursor: pointer;
}

    .but:active {
        transform: scale(0.9);
    }

    .but span {
        padding: 0 6px;
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.but-small {
    float: left;
    width: auto;
    height: 32px;
    border-radius: 16px;
    padding: 6px 6px 0px 6px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.9em;
    text-transform: uppercase;
    cursor: pointer;
}

    .but-small:active {
        transform: scale(0.9);
    }

.but-xs {
    float: left;
    width: 100%;
    height: 24px;
    border-radius: 12px;
    padding-top: 4px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.7em;
    text-transform: uppercase;
    cursor: pointer;
}

    .but-xs:active {
        transform: scale(0.9);
    }

.butheader {
    float: right;
    width: 36px;
    height: 36px;
    display: flex;
    border: 1px solid #998D80;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    text-transform: uppercase;
    cursor: pointer;
}

    .butheader:hover {
        background: #B5ADA2;
        color: #FFFFFF;
    }

    .butheader:active {
        transform: scale(0.9);
    }

.butfooter {
    float: left;
    width: 100%;
    height: 36px;
    border-radius: 18px;
    padding: 4px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 1.2em;
    text-transform: uppercase;
    cursor: pointer;
}

    .butfooter:active {
        transform: scale(0.9);
    }

.butmenu {
    float: left;
    width: 100%;
    height: 52px;
    border-radius: 26px;
    border: 4px solid #FFF;
    padding: 12px 0px 0px 0px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 0.9em;
    text-transform: uppercase;
}

    .butmenu:active {
        transform: scale(0.9);
    }

.butkeypad {
    float: left;
    width: 15%;
    height: 25%;
    border-radius: 12px;
    border: 2px solid #FFF;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

    .butkeypad:active {
        transform: scale(0.9);
    }

.butmedia-mobile {
    float: right;
    width: auto;
    height: 36px;
    border: 1px solid #998D80;
    padding: 4px 8px 0px 8px;
    border-radius: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1.0em;
    color: #3A332D;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

    .butmedia-mobile:hover {
        background: #B5ADA2;
        color: #FFFFFF;
    }

    .butmedia-mobile:active {
        transform: scale(0.9);
    }

.butmedia {
    float: right;
    width: auto;
    height: 36px;
    border: 1px solid #998D80;
    padding: 4px 12px 0px 12px;
    border-radius: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1.0em;
    color: #3A332D;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

    .butmedia:hover {
        background: #B5ADA2;
        color: #FFFFFF;
    }

    .butmedia:active {
        transform: scale(0.9);
    }

.screen-message {
    float: left;
    width: auto;
}

/*TABS*/

.tab {
    float: left;
    width: 100%;
    height: 40px;
    padding: 8px 0px 0px 0px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    cursor: pointer;
}

.subtab {
    float: left;
    width: 100%;
    height: 32px;
    border-radius: 12px;
    padding: 6px;
    text-transform: uppercase;
    cursor: pointer;
}

.subtab-lg {
    float: left;
    width: 100%;
    height: 64px;
    border-radius: 12px;
    padding: 6px;
    text-transform: uppercase;
    cursor: pointer;
}

/*FONTS*/

.th3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 1.6em;
    line-height: 1.2;
}

.th3- {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 1.2em;
    text-transform: uppercase;
}

.tp3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.0;
}

.tl3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 0.9em;
    text-transform: uppercase;
}

.tc3 {
    font-family: 'Passion One', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    text-transform: uppercase;
    line-height: 1.0;
}

.td3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 0.9em;
    text-transform: uppercase;
}

.tm3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1.0em;
    line-height: 1.6;
}


.ts3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.7em;
    text-transform: uppercase;
}

.txs3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.5em;
    text-transform: uppercase;
}

.tx3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 1.0em;
    text-transform: uppercase;
}

.tn3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 4.0em;
    text-transform: uppercase;
    line-height: 1.0;
}

/*QUILL*/

.ql-font-poppins {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.15em;
    line-height: 1.6;
}

.rotate {
    writing-mode: vertical-lr;
    vertical-align: middle;
}

.pdt {
    padding-top: 2px;
}

.pdb {
    padding-bottom: 2px;
}

.pdl {
    padding-left: 14px;
}

.hardwrap {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/*COLORS*/

.clbm0 {
    background-color: transparent;
}

.clbm1 {
    background-color: #336600;
    /*    background-color: #003366;*/
    /*background-color: #663300;*/
}

.clbm2 {
    background-color: #669933;
    /*    background-color: #336699;*/
    /*background-color: #993333;*/
}

.clbm3 {
    background-color: #99CC66;
    /*    background-color: #6699CC;*/
    /*background-color: #CC6666;*/
}

.clb0 {
    background-color: #B5ADA2;
}

.clb1 {
    background-color: #FFF;
}

.clb2 {
    background-color: #7F7870;
}

.clb3 {
    background-color: #FFBE00;
}

.clb4 {
    background-color: #333;
}

.clb5 {
    background-color: #D2CBC0;
}

.clb5o {
    background-color: #FFF;
    opacity: 0.05;
}

.clb6 {
    background-color: #F0EDE9;
}

.clb7 {
    background-color: #DAD6D1;
}

.clb-red {
    /*background: #FF0000;*/
    background: #CC3333;
}

.clb-redyellow {
    background: #FF4C00;
}

.clb-orange {
    background: #FF9900;
}

.clb-yellow {
    background: #FFBE00;
}

.clb-greenyellow {
    background: #A3C400;
}

.clb-green {
    /*background: #33CC00;*/
    background: #669933;
}

.clb-black {
    background: #000000;
}

.clt0 {
    color: #000;
}

.clt1 {
    color: #3A332D;
}

.clt2 {
    color: #998D80;
}

.clt2-off {
    color: #EEE;
}

.clt3 {
    color: #FFF;
}

.clt4 {
    color: #FFBE00 !important;
}

.clt5 {
    color: #669933;
}

.clt6 {
    color: #99CC66;
}

.clt7 {
    color: #CCC;
}

.clt8 {
    color: #333;
}

.clt9 {
    color: #B5ADA2;
}

.clt-red {
    /*color: #FF0000;*/
    color: #CC3333;
}

.clt-orange {
    /*color: #FF9900;*/
    color: #FF9900;
}

.clt-green {
    /*color: #33CC00;*/
    color: #669933;
}

.clt-grey1 {
    color: #CCCCCC;
}

.clt-grey2 {
    color: #DDDDDD;
}

.clt-grey3 {
    color: #EEEEEE;
}

.clt-grey4 {
    color: #F7F7F7;
}

.clt-gold {
    color: #FFD700;
    filter: drop-shadow(0 4px 8px rgba(255, 215, 0, 0.5));
    /*    filter: drop-shadow(0 2px 4px rgba(218, 165, 32, 0.4)) drop-shadow(0 8px 16px rgba(255, 215, 0, 0.2));*/
}

.clt-silver {
    color: #C0C0C0;
    filter: drop-shadow(0 4px 8px rgba(192, 192, 192, 0.5));
    /*    filter: drop-shadow(0 2px 4px rgba(160, 160, 160, 0.4)) drop-shadow(0 8px 16px rgba(192, 192, 192, 0.2));*/
}

.clt-bronze {
    color: #CD7F32;
    filter: drop-shadow(0 4px 8px rgba(205, 127, 50, 0.5));
    /*    filter: drop-shadow(0 2px 4px rgba(173, 95, 18, 0.4)) drop-shadow(0 8px 16px rgba(205, 127, 50, 0.2));*/
}

/*COLORS BUSINESSWAVE*/


.clbm1-bw {
    background-color: #003366;
}

.clbm2-bw {
    background-color: #336699;
}

.clbm3-bw {
    background-color: #6699CC;
}

/*SCROLLBAR*/

.scroll {
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
    display: none;
}

.blkscroll {
    /*height: 50vh;*/
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
}

/*FORMS*/

.input {
    display: block;
    position: relative;
    width: 100%;
    padding: 0px 6px 0px 6px;
    color: #555;
    background-color: #FFF;
    /*    border: 2px solid #B5ADA2;*/
    border: 1px solid #D2CBC0;
    border-radius: 12px;
}

    .input:focus {
        /*        background-color: #B5ADA2;*/
        background-color: #D2CBC0;
        outline: 0;
    }

    .input::-moz-placeholder {
        color: #B5ADA2;
        opacity: 1;
    }

    .input:-ms-input-placeholder {
        color: #B5ADA2;
    }

    .input::-webkit-input-placeholder {
        color: #B5ADA2;
    }

/*ANIMATION*/

.flash {
    animation-name: flashing;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.flash3 {
    animation-name: flashing;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: 3;
}

/*PLAYER*/

.video-wrapper {
    display: block;
    width: auto !important
}

    .video-wrapper .video-container {
        display: block;
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        width: 100%
    }

    .video-wrapper .video-container--non-restrictive {
        padding-bottom: 0 !important;
        height: unset !important
    }

    .video-wrapper .video-container iframe, .video-wrapper .video-container object, .video-wrapper .video-container embed {
        height: 100% !important;
        left: 0;
        position: absolute;
        top: 0;
        width: 100% !important
    }

@keyframes flashing {
    0% {
        opacity: 1.0;
    }

    25% {
        opacity: 0.8;
    }

    50% {
        opacity: 0.6;
    }

    75% {
        opacity: 0.8;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes slide {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(0%)
    }
}

.hide3sec {
    animation: hideAnimation 0s ease-in-out 3s;
    animation-fill-mode: forwards;
}

@keyframes hideAnimation {
    to {
        visibility: hidden;
        width: 0;
        height: 0;
    }
}

/*FONTAWESOME*/

/*SLIDERS*/

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 24px;
    border-radius: 12px;
    background: #DDD;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider:hover {
        background: #D9ECC6;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 32px;
        height: 24px;
        border-radius: 12px;
        background: #333;
        cursor: pointer;
    }

/*GAUGE*/

.gauge-svg {
    width: 100%;
    height: auto;
}


.gauge-background {
    fill: none;
    stroke: #e0e0e0;
    stroke-width: 12;
}

.gauge-fill {
    fill: none;
    stroke-width: 12;
    stroke-linecap: round;
    transition: stroke-dashoffset 1.5s ease-out, stroke 0.3s ease;
}

.gauge-value {
    position: absolute;
    bottom: calc(10% + 8px);
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.gauge-endpoint {
    position: absolute;
    font-size: clamp(14px, 3vw, 16px);
    font-weight: 600;
    color: #888;
}

.gauge-min {
    bottom: 0;
    left: 0;
}

.gauge-max {
    bottom: 0;
    right: 0;
}

.gauge-number {
    font-size: clamp(24px, 5vw, 36px);
    font-weight: bold;
    color: #333;
}

.gauge-label {
    font-size: clamp(10px, 2vw, 12px);
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 4px;
}

.legend {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 6px;
}

.legend-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    border-radius: 20px;
    /*font-size: 13px;
        font-weight: 600;
        color: white;*/
}

.legend-range {
    opacity: 0.9;
}

.onder {
    background: #FF8C00;
}

.normaal {
    background: #8CB032;
}

.over {
    background: #FF8C00;
}

.zwaar {
    background: #E53935;
}

/*GRAPHICS*/

.progress-bar {
    height: 12px;
    background: #F0EDE9;
    border-radius: 12px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: #669933;
    transition: width 0.5s ease;
}

.bar-left {
    float: right;
    height: 16px;
    margin-bottom: 2px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.bar-mid {
    width: 16px;
    height: 16px;
    margin-bottom: 2px;
    border-radius: 8px;
}

.bar-right {
    float: left;
    height: 16px;
    margin-bottom: 2px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.barx-left {
    float: right;
    height: 32px;
    padding: 3px 0px 0px 8px;
    margin-bottom: 4px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.barx-mid {
    width: 100%;
    height: 32px;
    padding: 3px 0px 0px 0px;
    margin-bottom: 4px;
    border-radius: 16px;
}

.barx-right {
    float: left;
    height: 32px;
    padding: 3px 8px 0px 0px;
    margin-bottom: 4px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.bard-right {
    float: left;
    height: 24px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.bar7 {
    float: left;
    height: 24px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    margin: 0px 0px 2px 2px;
}

/*POSITION*/

.blk-position {
    float: left;
    width: 100%;
    position: relative;
}

.cell {
    display: block;
    float: left;
    width: 12.5vw;
    height: 12.5%;
    /*background-color: #FFF;*/
    background-color: #333;
    /*opacity: 0.2;*/
    border-radius: 50%;
    cursor: pointer;
}

    .cell:hover {
        background-color: #FFBE00;
        /*opacity: 0.5;*/
    }

    .cell:active {
        transform: translateY(2px);
    }

.pad {
    float: left;
    width: 8.33%;
    /*    width: 100%;*/
    background-color: #FFF;
    opacity: 0.05;
    border-radius: 50%;
    cursor: pointer;
}

    .pad:hover {
        background-color: #FFBE00;
        opacity: 0.5;
    }

    .pad:active {
        transform: translateY(2px);
    }

.validation-message {
    float: left;
    width: auto;
    min-height: 24px;
    background-color: #FF7276;
    position: relative;
    padding: 4px 8px 2px 8px;
    border-radius: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 0.7em;
    color: #555555;
    text-transform: uppercase;
}

.validation-errors {
    list-style-type: none;
    margin-block-end: 0;
    margin-block-start: 0;
    padding-left: 12px;
    padding-right: 12px;
}

.truncate-lines {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*PLAYING FIELD*/

.container-field {
    width: 100%;
    max-width: 648px;
    aspect-ratio: 1;
}

svg {
    width: 100%;
    height: 100%;
    display: block;
}

.clickable-area {
    cursor: pointer;
    transition: fill 0.3s, opacity 0.3s;
}

    .clickable-area:hover {
        fill: rgba(255, 165, 0, 0.5) !important;
    }

    .clickable-area:active {
        fill: rgba(255, 165, 0, 0.7) !important;
    }



