/*@import url('/_content/QuizPro.PlayerUI/vendor/open-iconic/font/css/open-iconic-bootstrap.min.css');*/

@font-face {
    font-family: 'Nexa';
    src: url("/_content/QuizPro.SharedUI/font/NexaLight.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url("/_content/QuizPro.SharedUI/font/NexaBold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    background-image: none !important;
    background: var(--bs-body-bg) !important;
    font-size: var(--bs-body-font-size) !important;
}

#app {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

footer {
    margin-top: auto;
    min-height: 25px;
    padding: 0 1rem;
}

.hidden {
    display: none;
}

.hidden-imp {
    display: none !important;
}

.cursor-pointer {
    cursor: pointer;
}

.event-ended {
    opacity: 50%;
}

.logo-text {
    font-family: Nexa;
}

    .logo-text strong {
        font-weight: bold;
    }

.invalid-text {
    color: #b32121;
}

.rg-badge {
    vertical-align: text-top;
}

.icon-top i {
    vertical-align: top;
}

.rz-tabview-nav li a {
    text-decoration: none;
}

.btn-secondary i {
    vertical-align: middle;
}

.memberlist li, .newsitems li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.vertical-middle {
    vertical-align: middle;
}

.tour-footer {
    overflow: hidden;
}

.tour-overlay {
    z-index: 3;
}

.autoletter {
    list-style-type: none;
    counter-reset: section;
}

    .autoletter > li::before, .autoletter > div > label::before {
        content: counters(section, ".", upper-alpha) ". ";
        counter-increment: section;
    }

.map {
    height: 400px;
    width: 100%;
}

.fade-out {
    animation: fadeOut 1s linear forwards;
}

.fade-in {
    animation: fadeIn 1s linear forwards;
}

.fade-in-delay-5s {
    animation: fadeIn 5s linear forwards;
}

@keyframes fadeOut {
    0% {
        max-height: 1000px;
        opacity: 1;
    }

    100% {
        max-height: 0;
        opacity: 0;
    }
}

@keyframes fadeIn {
    0% {
        max-height: 0;
        opacity: 0;
    }

    50% {
        max-height: 1000px;
        opacity: 0;
    }

    100% {
        max-height: 1000px;
        opacity: 1;
    }
}

.cryptedmail:after {
    content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

.menuitem-active div {
    background-color: var(--rz-menu-top-item-hover-background-color);
}

.rz-steps [role="tablist"] {
    display: flex;
}

.rz-steps .rz-steps-item:not(:last-child) {
    flex: auto;
    display: flex;
    align-items: center;
}

    .rz-steps .rz-steps-item:not(:last-child)::after {
        content: '';
        flex: auto;
        height: 1px;
        margin-right: 16px;
        background-color: #e0e0e0;
    }

.w-fit-content {
    width: fit-content;
}

.list-group-item i {
    cursor: ns-resize;
}

.qt-select label {
    cursor: pointer;
    opacity: 0.5;
}

    .qt-select label:hover {
        opacity: 1.0;
    }

.qt-select input[type="radio"]:checked + label {
    opacity: 1.0;
}

.empty-table {
    color: lightgrey;
    font-size: 24px;
    text-align: center;
    margin: 2rem;
}

.disqualified-row td {
    background-color: var(--rz-danger-lighter) !important;
}

.archived-row td {
    background-color: var(--rz-secondary-lighter) !important;
}

.overflow-visible {
    overflow: visible !important;
}

    .overflow-visible span {
        overflow: visible !important;
    }

.slide-summary {
    border: 1px solid #000000;
    padding: 0 10px;
    font-size: 1em;
    color: rgba(108,117,125,0.75)
}

    .slide-summary .small {
        font-size: 0.5em;
    }

    .slide-summary.current-slide {
        border: 2px solid #000000;
        font-size: 2em;
        color: initial;
    }

    .slide-summary ol {
        margin-left: 20px;
    }

    .slide-summary ul {
        margin-left: 20px;
    }

.full-width-page {
    width: 96vw;
    margin-left: calc(50% - 48vw);
}

.controlpanel-font {
    font-size: 1.5em;
}

    .controlpanel-font .rz-cell-data {
        font-size: 1em;
    }

    .controlpanel-font .bigtext span {
        font-size: 2em !important;
    }

    .controlpanel-font .col-8 {
        flex-grow: 1;
        transition: all 400ms ease;
    }

    .controlpanel-font .col-4 {
        flex-shrink: 1;
        transition: all 400ms ease;
    }

.selected-presentationoptions-column {
    background-color: var(--bs-table-bg)
}

/*  Loading dots */
.loadingdots .dot {
    display: inline-block;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 0.25rem;
    margin-right: 0.125rem;
    background-color: rgba(108,117,125,0.75);
}

    .loadingdots .dot:nth-last-child(1) {
        animation: loadingDotsAnim 1s .2s linear infinite;
    }

    .loadingdots .dot:nth-last-child(2) {
        animation: loadingDotsAnim 1s .4s linear infinite;
    }

    .loadingdots .dot:nth-last-child(3) {
        animation: loadingDotsAnim 1s .6s linear infinite;
    }

@keyframes loadingDotsAnim {
    0% {
        transform: translate(0,0);
    }

    25% {
        transform: translate(0,-0.25rem);
    }

    50% {
        transform: translate(0,0);
    }
}

.input-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem;
}

/* Apply radzen Ripple to all buttons */
button {
    position: relative;
    overflow: hidden;
}

    button:not(.rz-state-disabled):after {
        content: "";
        position: absolute;
        inset: 0;
        background-position: center;
        transition: background 0.8s, opacity 0.8s;
        opacity: 0;
        background: radial-gradient(circle, currentColor 1%, transparent 1%) center/15000%;
    }

    button:not(.rz-state-disabled):active:after {
        transition: background 0s, opacity 0s;
        opacity: .32;
        background-size: 100%;
    }

/* Swipe card */
.swipeFrame {
    position: relative;
    width: 50%;
    height: 65vh;
    left: 25%;
    z-index: 1;
}

.swipeCard {
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #f1f1f1;
    border-radius: 10px;
    user-select: none;
    cursor: pointer;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    touch-action: none;
}

    .swipeCard .swipeCardStamp {
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0;
    }

        .swipeCard .swipeCardStamp::after {
            position: absolute;
            left: 50%;
            bottom: 30%;
            transform: translateX(-50%) rotate(-10deg);
            width: 70%;
            height: 13%;
            font-size: 3em;
            letter-spacing: 0.2em;
            font-weight: 600;
            border-radius: 0.15em;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .swipeCard .swipeCardImage {
        position: absolute;
        z-index: -1;
    }

    .swipeCard .like::after {
        color: #4dca93;
        border: 0.1em solid #4dca93;
    }

    .swipeCard .nope::after {
        color: #fb4f68;
        border: 0.1em solid #fb4f68;
    }

    .swipeCard .swipeCardBottom {
        width: 100%;
        height: 25%;
        background: linear-gradient(to top, #00000080, #00000000);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding-left: 7%;
        font-weight: 400;
    }

        .swipeCard .swipeCardBottom .cardSwipeTitle > span:nth-child(1) {
            font-size: 2em;
            font-weight: 700;
            margin-right: 0.2em;
        }

        .swipeCard .swipeCardBottom .cardSwipeTitle span {
            font-size: clamp(13px, 1.5em, 25px);
        }

/* Cropper wrapper */
.cropper-wrapper {
    max-height: 300px;
    width: 100%
}

/* Build-in */
h1:focus {
    outline: none;
}

.content {
    padding-top: 1.1rem;
}

#blazor-error-ui {
    background: lightyellow;
    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: "Er is een fout opgetreden."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 350px;
    height: 350px;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-image {
    position: absolute;
    text-align: center;
    inset: calc(24vh + 3.25rem) 0 auto 0.2rem;
}