﻿#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;
    }

.validation-summary-errors li,
.field-validation-error {
    color: #947600;
    background: #fffbeb;
}

.kiosk__title {
    max-width: 90%;
}

.kiosk__title--full {
    max-width: 100%;
}

.fullscreenDiv {
    text-align: center;
    position: relative;
    top: 25vh;
}

.qr_div {
    height: 100px;
    width: 100px;
    padding: 2px 2px 2px 2px;
    z-index: 10;
}

.qr_div_show {
    display: block;
}

.qr_div_hide {
    display: none;
}

.languages_with_qr {
    right: 220px;
    position: relative;
}

@media screen and (max-width: 950px) {
    .qr_div {
        display: none
    }

    .languages_with_qr {
        right: 0px;
        position: relative;
        width: 100%;
        justify-content: center;
    }
}

.kiosk__button {
    font-size: var(--button-font-size);
    min-height: var(--button-height);
    max-width: unset;
    min-width: 30%;
    background-color: var(--menu-background-color);
    color: var(--menu-text-color);
    word-break: break-all;
}
.kiosk__qrcodebutton {
    font-size: var(--button-font-size);
    min-height: var(--qrcode-height);
    background-color: var(--menu-background-color);
    color: var(--menu-text-color);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    position: absolute;
    right: 4rem;
}
    .kiosk__qrcodebutton img {
        height: calc(var(--qrcode-height) - 1px);
        padding: 5px 5px 5px 5px;
        width: calc(var(--qrcode-height) - 1px);
    }
.kiosk__qrcodebutton__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: var(--form-width);
    position: relative;
    bottom: 3rem;
    min-height: var(--qrcode-height);
    padding: 0rem 0rem 0rem 4rem;
}
.language-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 1rem; 
    position:absolute;
}

.kiosk__menuqrcodebutton {
    font-size: var(--button-font-size);
    min-height: var(--button-height);
    background-color: var(--menu-background-color);
    color: var(--menu-text-color);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    right: 4rem;
    position:relative;
    
}

    .kiosk__menuqrcodebutton img {
        height: calc(var(--qrcode-height) - 1px);
        padding: 5px 5px 5px 5px;
        width: calc(var(--qrcode-height) - 1px);
    }

.kiosk__menuqrcodebutton__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: var(--form-width);
    position: relative;
    bottom: 3rem;
    min-height: var(--qrcode-height);
    padding: 0rem 0rem 0rem 4rem;
}
.kiosk__menuqrcode__container {
    display: flex;
    flex-direction: column;
    width:100%;
    align-items: flex-end;
    position: relative;
    min-height: var(--button-height);
  
}
.kiosk__button__language {
    cursor: pointer;
}

@media screen and (min-width: 950px) {
    .kiosk__button {
        width: var(--form-width);
    }
    .kiosk__headingWithoutqrcode {
        width: var(--form-width);
    }
}

.kiosk__button i {
    font-size: var(--button-font-size);
}

.kiosk__form {
    max-width: unset;
    min-width: 30%;
}

@media screen and (min-width: 950px) {
    .kiosk__form {
        width: var(--form-width);
    }
}

.kiosk__form > .kiosk__button, .kiosk__container--form > .kiosk__button {
    width: 100%;
}

.kiosk__button small {
    font-size: calc(var(--button-font-size) * 0.80);
}

.kiosk__form, .kiosk__form input, .kiosk__form button {
    font-size: calc(var(--button-font-size) * 0.80);
}

    .kiosk__form input {
        height: calc(var(--button-font-size) * 1.5);
        min-height: 4.5rem;
    }

/*color-profile configurations*/

.date__color {
    color: var(--date-text-color);
}

.time__color {
    color: var(--time-text-color);
}

.header__date span:first-child::after {
    background-color: var(--date-time-separator-color);
}

.kiosk__form button {
    background-color: var(--form-button-background-color);
    color: var(--form-button-text-color);
}

.kiosk__back {
    color: var(--body-text-color);
}

.kiosk__form {
    background-color: var(--form-background-color);
    color: var(--form-text-color);
}

.menu-button-border {
    border-width: var(--menu-border-thickness);
    border-style: solid;
    border-color: var(--menu-border-color);
}

.kiosk__button--inactive {
    background-color: var(--inactive-menu-background-color);
    color: var(--inactive-menu-text-color);
}

.notification--warning {
    background-color: var(--notification-warning-background-color);
    color: var(--notification-warning-text-color);
}

.notification--success {
    background-color: var(--notification-success-background-color);
    color: var(--notification-success-text-color);
}

.header--kiosk {
    height: var(--header-height);
    padding: 0rem 2rem;
    background: var(--header-background-color);
}

@media screen and (min-width: 950px) {
    .header__logo {
        max-height: calc(var(--header-height) - 1rem);
        height: unset;
    }

        .header__logo img {
            max-height: calc(var(--header-height) - 2.6rem);
            height: unset;
        }
}

@media screen and (max-width: 950px) {
    .header__logo {
        max-height: calc(var(--header-height) - 1rem);
        height: unset !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

        .header__logo img {
            max-height: calc(var(--header-height) - 1rem);
            height: unset !important;
        }
}

.kiosk__top {
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    height: 9rem;
}

.kiosk {
    /*padding-top: 1rem;*/
    min-height: calc(100vh - 11rem - var(--header-height) - 2rem);
}

.kiosk__message {
    /*position: fixed;*/
    width: 100%;
    /*bottom: 0;
    padding-bottom: 2rem;*/
    z-index: 10;
    padding-left: 2rem;
    background: #F4F4FA;
}

.kiosk__message_searchmargin{
    margin-top:-29rem;
}

.kiosk__mobile .kiosk__message {
    position: inherit;
}

@media screen and (max-width: 450px) {
    .kiosk__languages a {
        padding: 0.5rem;
    }

    .kiosk__top {
        padding: 1rem 1rem;
    }
}

.header__title {
    display: none;
}

.kiosk__mobile .calledticket {
    border: 1px solid !important;
    padding: 2rem 0 !important;
    border-radius: 5px !important;
    margin-bottom: 2rem !important;
    animation: background 1.8s infinite !important;
    margin: 2.5rem 2.5rem;
}

@keyframes background {
    100% {
        background-color: lightgreen;
    }
}

.header__logo {
    background: var(--logo-background-color)
}

.header--kiosk.kiosk__mobile {
    justify-content: space-between;
    height: calc(var(--header-height) / 2);
}


.btn--secondary {
    color: var(--button-secondary-color);
    border: 0.2rem solid var(--button-secondary-background);
    background: transparent;
}

.btn--primary,
button--primary {
    background: #022873;
}
.keyboard__footer {
    bottom: 1rem !important;
    background-color: var(--body-background-color);
}
.ticket-count {
    margin-left: 1rem;
    margin-right: 3rem;
    font-family: 'Readex Pro';
    font-weight: 500;
}
.ticket-waitingtime {
    margin-left: 1rem;
    font-family: 'Readex Pro';
    font-weight: 500;
}

.fa-people-group {
    margin-top: -0.4rem;
    display: flex;
}
.fa-stopwatch {
    margin-top: -0.4rem;
    display: flex;
}
.productsearch__loader {
    font-size: calc(var(--button-font-size) / 8);
    width: calc(var(--button-font-size) / 8);
    height: calc(var(--button-font-size) / 8);
    border-radius: 50%;
    position: relative;
    animation: loader 1.1s infinite ease;
    transform: translateZ(0);
    left: calc(100% - 4rem - calc(var(--button-font-size) * .4));
    /*top: calc(var(--button-font-size) * .8);*/
    top: var(--product-loader-top);
}
@keyframes loader {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em var(--form-text-color), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em var(--form-text-color), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em var(--form-text-color), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em var(--form-text-color), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em var(--form-text-color), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em var(--form-text-color), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em var(--form-text-color), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em var(--form-text-color);
    }
}


.topbar__lang {
    margin-left: 4rem;
    position: relative;
}

@media screen and (max-width: 800px) {
    .topbar__lang {
        margin-left: 2rem;
    }
}

.topbar__lang-active {
    display: flex;
    align-items: center;
}

    .topbar__lang-active:hover .icon {
        transform: rotate(180deg);
    }

    .topbar__lang-active:hover .topbar__lang-list {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }


    .topbar__lang-active .icon {
        z-index: 10;
        position: relative;
        margin-left: 1rem;
        font-size: 1rem;
        transition: all ease-in-out 0.2s;
    }

.topbar__lang-list {
    z-index: 9;
    position: absolute;
    top: -1rem;
    right: -0.6rem;
    background-color: #FFF;
    box-shadow: var(--box-shadow);
    border-radius: 1rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all ease-in-out 0.2s;
    width: 300px;
}

.topbar__lang-item {
    padding: 1rem 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.5rem;
    transition: all ease-in-out 0.2s;
}

    .topbar__lang-item:hover {
        cursor: pointer;
        background-color: rgb(219, 223, 236);
    }

   

    .topbar__lang-item:not(:last-child) {
        border-bottom: 0.1rem solid rgb(219, 223, 236);
    }

.topbar__lang-item--active {
    font-weight: var(--bold);
}
.topbar__lang-active .icon {
    color: #938d8d;
    z-index: 10;
    position: relative;
    margin-left: 1rem;
    font-size: 1rem;
    transition: all ease-in-out 0.2s;
}

.topbar__lang-active img {
    margin-left: 1rem;
    margin-right: 0.6rem;
    width: auto; 
    object-fit: cover;
    -o-object-fit: cover;
}

.topbar__lang-item img {
    margin-left: 1rem;
    margin-right: 0.6rem;
    width: auto; 
    object-fit: cover;
    -o-object-fit: cover;
}

 /*Adjust for larger screens*/ 
@media screen and (min-width: 1024px) {
    .topbar__lang-active img,
    .topbar__lang-item img {
       height: 3.5rem;
    }
}

 /*Adjust for smaller screens*/ 
@media screen and (max-width: 800px) {
    .topbar__lang-active img,
    .topbar__lang-item img {
        height: 2rem;
    }
}


  
}

.productname {
    width: 60%;
}

.numberofpeople-waitingtime {
    /*width: 50%;*/
    margin-top: 1rem;
    display: flex;
    margin-bottom: 1rem;
    
}
    .numberofpeople-waitingtime i {
        display: contents;
        font-size: calc(var(--button-font-size) * 0.8);
    }
 
.ticket-group-people .fa-people-group {
    margin-top: 0rem;
    padding-right: 0%;
}

.ticket-stopwatch .fa-stopwatch {
    margin-top: 0rem;
    padding-right: 1%;
}
.chevron-right {
    width: 10%;
}
.kiosk__container__mobile .kiosk__button i.fa-people-group,
.kiosk__container__mobile .kiosk__button i.fa-stopwatch {
    right: 0rem;
    position: relative;
    top: 0;
    transform: translateY(25%);
    display: inline-block;
}

.kiosk__container__mobile .numberofpeople-waitingtime,
.kiosk__container__mobile .ticket-group-people,
.kiosk__container__mobile .ticket-stopwatch {
    width: 100%;
}

.kiosk__container__mobile .ticket-waitingtime {
    margin-right: 0rem;
}
.kiosk__container__mobil .ticket-stopwatch{
    margin-top:0.5rem;
}
.disable__pointer {
    pointer-events: none;
}
p.qr__response {
    font-size: 3.7rem;
    margin-bottom:0;
    margin-top:1.5rem;
}
    p.qr__response.keyframe {
        opacity: 0;
        position: absolute;
        margin-top: 5.2rem;
    }
@media screen and (max-width: 700px) {
    p.qr__response {
        font-size: 3rem;
        
    }
        p.qr__response.keyframe {
            margin-top: 4.5rem;
        }
}

@media screen and (max-width: 500px) {
    p.qr__response {
        font-size: 2.5rem;
       
    }
        p.qr__response.keyframe {
            margin-top: 4rem;
        }
}
.kiosk:has(.kiosk__inner.center) {
    flex-direction:row !important;
}