/* /Components/DemoMessagePopUp.razor.rz.scp.css */
.popup-overlay[b-x602md004i] {
    width: 100%;
    height: 200%;
    background-color: rgba(122,122,122,0.8);
    position: fixed;
    margin-top: -30%;
    display: block;
    z-index: 2;
}

.popup-container[b-x602md004i] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--background-colour);
    border-radius: 1rem;
    color: var(--text-colour);
    border: 0.2rem solid var(--outline-colour);
    width: 40%;
    padding: 1em 2em;
    text-align: center;
}

h2[b-x602md004i] {
    font-weight: 400;
    font-size: 1.3rem;
}

@media screen and (max-width: 1050px) {
    .popup-container[b-x602md004i] {
        width: 50%;
    }
}
/* /Components/DemoProgressBar.razor.rz.scp.css */
.progress-bar-container[b-ryblh2onio] {
    width: 50%;
    height: 1rem;
    background-color: #e0e0e0;
    border-radius: 2em;
    overflow: hidden;
    margin: 1em auto;
}

.progress-bar-fill[b-ryblh2onio] {
    height: 100%;
    background-color: var(--primary-colour);
    width: 0;
    transition: width 0.3s ease-in-out;
}
/* /Components/DemoSignaturePad.razor.rz.scp.css */
.signature[b-repcvghqfn] {
    border-radius: 0 !important;
    border: none;
    width: 85vw;
    height: calc(65vh - 5rem);
    background: white;
    touch-action: none;
    display: block;
}

@media screen and (orientation: portrait) {
    .signature[b-repcvghqfn] {
        height: calc(72vh - 5rem);
    }
}
/* /Components/QRCodeScanner.razor.rz.scp.css */
video[b-8pz1dbw4ms] {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}
/* /Pages/CheckIn.razor.rz.scp.css */
.checkin-container[b-x7aib08aci] {
    text-align: center;
}

.logo-container[b-x7aib08aci] {
    width: 80%;
    text-align: center;
    margin: 0.5rem auto 0;
}

.logo-container > img[b-x7aib08aci] {
    max-width: 9.5rem;
}

.camera-container[b-x7aib08aci] {
    text-align: center;
    margin: 1rem auto auto;
    width: 55vw;
    height: 45vh;
    color: var(--text-colour);
}

.camera-container *[b-x7aib08aci] {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.header-container[b-x7aib08aci] {
    text-align: center;
    max-width: 25rem;
    font-size: 1.9rem;
    margin: auto auto 2rem;
    font-family: 'Poppins', Helvet ica, Arial, sans-serif;
    color: var(--text-colour);
    font-weight: bold;
}

.back-button-container[b-x7aib08aci] {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: 2rem;
    color: var(--primary-colour);
}
/* /Pages/Register.razor.rz.scp.css */
.register-page[b-h5f5gsi4mf] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.register-content[b-h5f5gsi4mf] {
    flex: 1;
}

.home-button-container[b-h5f5gsi4mf] {
    position: absolute;
    left: 1em;
    top: 1em;
}

.home-icon[b-h5f5gsi4mf] {
    color: var(--primary-colour);
    font-size: 2em;
}

.register-container[b-h5f5gsi4mf] {
    text-align: center;
}

h1[b-h5f5gsi4mf] {
    margin-bottom: 0.2em;
    font-size: 1.5rem;
}

h2[b-h5f5gsi4mf] {
    font-weight: 400;
    margin-top: 0.2em;
    margin-bottom: 0.8em;
    font-size: 1.2rem;
}

label[b-h5f5gsi4mf] {
    text-align: left;
    display: flex;
}

.checkbox-labels[b-h5f5gsi4mf] {
    display: inline-flex;
    align-items: center;
    gap: 0.75em;
}

.consent-container[b-h5f5gsi4mf] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5em;
    padding: 0.5em;
}

.input-container[b-h5f5gsi4mf] {
    display: flex;
    gap: 1.5em;
    margin: auto;
}

.contact-form-fields[b-h5f5gsi4mf] {
    flex-direction: column !important;
    gap: 0.5em;
}

.skin-type-component[b-h5f5gsi4mf] {
    gap: 0.1em !important;
}

.dob-container[b-h5f5gsi4mf] {
    display: grid;
    grid-template-columns: 1fr 1fr 1.25fr;
    gap: 0.5rem;
    place-items: center;
}

.fifty-split[b-h5f5gsi4mf] {
    display: grid;
    grid-template-columns: 1fr;
    margin: auto;
    gap: 1.5em;
    justify-items: center;
}

.fifty-split > div[b-h5f5gsi4mf] {
    width: 100%;
    justify-self: center;
}

.pin-container[b-h5f5gsi4mf] {
    text-align: center;
    margin: auto;
}

.pin-fields[b-h5f5gsi4mf] {
    justify-content: center;
}

.center-text[b-h5f5gsi4mf] {
    text-align: center;
}

.pdf-with-signature[b-h5f5gsi4mf] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    width: fit-content;
    height: fit-content;
    margin: 0 auto;
    border-radius: 10px;
    background: white;
}

.pdf[b-h5f5gsi4mf] {
    border-radius: 10px 10px 0 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    width: auto;
}

.demo-pdf[b-h5f5gsi4mf] {
    width: 85vw;
    height: 52vh;
    box-sizing: border-box;
    padding: 2rem;
    color: #1d1d1b;
    text-align: left;
}

.demo-pdf p[b-h5f5gsi4mf] {
    color: #1d1d1b;
    margin: 1rem 0;
}

.below-signature[b-h5f5gsi4mf] {
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 5rem;
}

.signature-icon[b-h5f5gsi4mf] {
    background: var(--secondary-colour);
    color: var(--button-text-colour);
    border-radius: 50%;
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    transform: scale(0.8);
    margin-right: auto;
    font-size: 0.8rem;
}

.signature-line[b-h5f5gsi4mf] {
    width: 100%;
    margin: 0 auto;
    height: 3px;
    border: 0;
    background-color: #1d1d1b;
}

.agreement-buttons[b-h5f5gsi4mf] {
    width: 40% !important;
    margin-bottom: 0;
}

.clear-signature[b-h5f5gsi4mf] {
    position: fixed;
    right: 5em;
    top: 6em;
    color: var(--primary-colour);
    font-size: 2rem;
}

.image-page-container[b-h5f5gsi4mf] {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.webcam-container[b-h5f5gsi4mf] {
    margin: auto;
    display: flex;
    flex-direction: column;
}

.image-container[b-h5f5gsi4mf] {
    width: 100%;
    max-width: 40rem;
    border-radius: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 0 2em;
    margin: auto;
    height: auto;
}

.image-container > img[b-h5f5gsi4mf] {
    border-radius: 10px;
    transform: scaleX(-1) !important;
}

#profileImage[b-h5f5gsi4mf] {
    transform: none;
    height: 30rem;
    width: auto;
    max-width: 100%;
    display: block;
}

.video-container[b-h5f5gsi4mf] {
    width: 100%;
    max-width: 40rem;
    height: auto;
    transform: scaleX(-1);
    border-radius: 0.8rem;
    background: #000;
}

.canvas-container[b-h5f5gsi4mf] {
    display: none;
}

.button-container-margin[b-h5f5gsi4mf] {
    margin-top: 1rem !important;
}

.welcome-container[b-h5f5gsi4mf] {
    width: 64%;
    height: 64vh;
    border-radius: 20px;
    box-shadow: -1px 4px 11px 0px rgba(0,0,0,0.25);
    margin: 0.5em auto;
    padding: 2rem;
}

.customer-header[b-h5f5gsi4mf] {
    width: 100%;
    height: 24vh;
    background-color: var(--primary-colour);
    margin: auto auto 2em auto;
    border-radius: 20px;
    position: relative;
}

.customer-information-container[b-h5f5gsi4mf] {
    text-align: center;
    margin: 4em auto 0;
}

.company-details[b-h5f5gsi4mf] {
    font-weight: bold;
    font-size: 2rem;
    margin: 0.1em;
    color: var(--text-colour);
}

.customer-name[b-h5f5gsi4mf] {
    color: var(--text-colour);
    font-size: 1.8rem;
    font-weight: normal;
    margin: auto;
}

.profile-picture-container[b-h5f5gsi4mf] {
    box-sizing: border-box;
    padding: 1em;
    background: var(--primary-colour);
    border-radius: 50%;
    display: grid;
    place-items: center;
    width: 24%;
    position: absolute;
    bottom: -2em;
    right: 50%;
    transform: translateX(50%) scaleX(-1);
}

.profile-image[b-h5f5gsi4mf] {
    border-radius: 50%;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1/1;
}

.welcome-button-container[b-h5f5gsi4mf] {
    margin: 2.5em auto;
    text-align: center;
}

.welcome-button[b-h5f5gsi4mf] {
    background-color: var(--button-background-colour);
    color: var(--button-text-colour);
    border: 4px solid var(--outline-colour);
    padding: 1.2em;
    border-radius: 1em;
    font-weight: bold;
    font-size: 1.2rem;
    cursor: pointer;
    width: 18%;
}

@media screen and (orientation: landscape) {
    .fifty-split:has(> div:nth-child(2))[b-h5f5gsi4mf] {
        grid-template-columns: 1fr 1fr;
        justify-items: stretch;
    }

    .pin-fields[b-h5f5gsi4mf] {
        justify-content: center;
    }
}

@media screen and (orientation: portrait) {
    .contact-form-fields[b-h5f5gsi4mf] {
        width: 80% !important;
    }

    .input-container[b-h5f5gsi4mf] {
        flex-direction: column;
    }

    .demo-pdf[b-h5f5gsi4mf] {
        height: 60vh;
    }

    .video-container[b-h5f5gsi4mf] {
        margin: 1em auto;
    }
}

@media screen and (max-width: 1200px) {
    .profile-picture-container[b-h5f5gsi4mf] {
        width: 38%;
    }
}

@media screen and (max-height: 1300px) {
    .profile-picture-container[b-h5f5gsi4mf] {
        width: 28%;
    }
}
