﻿/* FluentUI component styling for Step1 */

:root {
    --custom-green: #449A45;
    --custom-grey: #CCC;
}

.card-green {
    background-color: var(--custom-green);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.card-grey {
    background-color: var(--custom-grey);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media (min-device-width: 770px) {
    .card-green,
    .card-grey {
        width: 30%;
    }
}

@media (max-device-width: 769px) {
    .card-green,
    .card-grey {
        width: 40%;
    }
}

@media (max-device-width: 640px) {
    .card-green,
    .card-grey {
        width: 60%;
    }
}

@media (max-device-width: 540px) {
    .card-green,
    .card-grey {
        width: 70%;
    }
}

/* FluentUI component styling for Step2 */
.img-card-s2 {
    background-color: transparent;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 100px;
    border-radius: 0;
    box-shadow: none;
    /*    @media (min-width: 700px) {
        max-height: 285px;
    }

    @media (min-height: 700px) and (min-width: 350px) {
        max-height: 290px;
    }

    @media (min-height: 844px) and (min-width: 389px) {
        max-height: 425px;
    }

    @media (max-width: 300px) {
        max-height: 185px;
    }*/


    @media (min-device-height: 901px) {
        max-height: 300px;
    }

    @media (max-device-height: 900px) {
        max-height: 290px;
    }

    @media (max-device-height: 850px) {
        max-height: 274px;
    }

    @media (max-device-height: 800px) {
        max-height: 258px;
    }

    @media (max-device-height: 750px) {
        max-height: 241px;
    }

    @media (max-device-height: 700px) {
        max-height: 225px;
    }

    @media (max-device-height: 650px) {
        max-height: 210px;
    }

    @media (max-device-height: 600px) {
        max-height: 194px;
    }
}

/* FluentUI component styling for Step3 */
.img-card-s3 {
    background-color: transparent;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 100px;
    border-radius: 0;
    box-shadow: none;
    /*    @media (min-width: 700px) {
        max-height: 500px;
    }

    @media (min-height: 844px) and (min-width: 389px) {
        max-height: 550px;
    }

    @media (max-width: 400px) and (max-height: 740px) {
        max-height: 400px;
    }*/

    @media (min-device-height: 901px) {
        max-height: 500px;
    }

    @media (max-device-height: 900px) {
        max-height: 450px;
    }


    @media (max-device-height: 800px) {
        max-height: 400px;
    }


    @media (max-device-height: 700px) {
        max-height: 350px;
    }


    @media (max-device-height: 650px) {
        max-height: 325px;
    }


    @media (max-device-height: 600px) {
        max-height: 300px;
    }
}

/* FluentUI component styling for Step4 */
.img-card-s4 {
    background-color: transparent;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 460px;
    border-radius: 0;
    box-shadow: none;
    /*    @media (max-height: 900px) {
        max-height: 500px;
    }

    @media (min-height: 850px) {
        max-height: 550px;
    }*/

    @media (max-device-height: 900px) {
        max-height: 450px;
    }


    @media (max-device-height: 800px) {
        max-height: 400px;
    }


    @media (max-device-height: 700px) {
        max-height: 350px;
    }


    @media (max-device-height: 650px) {
        max-height: 325px;
    }


    @media (max-device-height: 600px) {
        max-height: 300px;
    }
}

/* FluentUI component styling for Step4Camera */
.img-card-s4cam {
    background-color: transparent;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 100%;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}

.camera-btn {
    width: 50px;
    height: 50px;
}
