.header_bar {
    width: 100%;
    height: 3.5vh;
    background: #fff8f8d9;
}

.header_bar_welcome {
    width: 100%;
    height: 5vh;
    background: #fff8f8d9;
}

.proci_logo_welcome {
    max-height: 100%;
}

.proci_logo {
    width: 31vw;
}

.qr_box {
    display: flex;
    font-size: 3vh;
    background: white;
    /* width: 75%; */
    max-width: 75%;
    max-height: 50vh;
    padding: 2vh;
    /* height: 30%; */
    border-radius: 15px;
}

.qr_read_img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 15px;
}

.lds-roller div:after {
    background-color: white;
}

.welcome_text_div {
    font-size: 3vh;
    background: white;
    width: 75%;
    /* max-width: 75%; */
    text-align: center;
    padding: 1vh;
    border-radius: 15px;
}


@media screen and (min-width: 1200px) {
    .header_bar {
        width: 100%;
        height: 6%;
        background: #fff8f8d9;
    }

    .proci_logo {
        width: 14vw;
    }

    .proci_logo_welcome {
        width: 14vw;
    }

    .qr_box {
        max-width: 25%;
        /* height: 50%; */
        align-items: center;
        border-radius: 30px;
    }

    .qr_read_img {
        /* width: 90%; */
    }

    .welcome_text_div {
        width: 35%;
        text-align: center;
        /* border-radius: 30px; */
    }
}


/*QR reader*/
#reader_container {
    overflow: hidden;
}

.qr_scan_result {
    color: white;
    font-size: 1.5rem;
}