:root {
    --border-color: #cab72f;
    --border-line-color: #c0c0c0;
    --camera-screen-sector-target: #BEABE2;
    --camera-screen-sector-active: #7E57C5;
    --camera-screen-stroke-normal: #7E57C5;
    --processing-screen-progress: #7E57C5;
    --camera-screen-front-hint-label-background: #E8E8E8;
    --camera-screen-front-hint-label-text: #000000;
}

body {
    font-size: 1.35rem !important;
    overflow: hidden;
}

#header-page {
    border-bottom: 1px solid var(--border-line-color);
    /*line-height: 70px;*/
    background-color: #e2e3e4;
    padding: .5rem 0;
}

#footer-page {
    border-top: 1px solid var(--border-line-color);
    /* line-height: 30px; */
    background-color: #e2e3e4;
    padding: .5rem 0;
}

.datetime-content {
    background-color: #bcf0da;
}

.datetime-content__left {
    min-width: 220px;
    background-color: #378b10;
    color: #fff;
}

.datetime-content__left_date span {
    font-size: 2.8rem;
    font-weight: 600;
}

.datetime-content__left_day {
    border-top: 1px solid #fff;
    width: 100%;
    text-align: center;
    /*padding: .5rem 0;*/
}

.datetime-content__right_jikan {
    gap: 2rem;
    font-size: 5.5rem;
    font-weight: 600;
    color: #378b10;
}

.body-content {
    padding: 1.2rem;
}

.body-content__left {
    height: 100%;
    /*width: 55%;*/
    /*border: 2px solid var(--border-color);*/
    /*border-radius: 7px;*/
    /*padding: 2rem 0 2rem 2rem;*/
}

.body-content__left_data {
    height: 90%;
    overflow-y: auto;
    padding-right: 2rem;
}

.body-content__left_data.not-item {
    align-items: center;
    justify-content: center;
}

.non-announcement {
    font-style: italic;
}

.body-content__left_anno p {
    /*display: flex;*/
    /*align-items: center;*/
}

.body-content__right {
    padding-left: 2rem;
    width: 45%;
    height: 100%;
}

.body-content__right img {
    width: 100%;
    max-width: 450px;
}

.body-content__right-intro {
    height: 100%;
}

.btn-vizo {
    min-width: 200px;
    height: 60px;
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    font-weight: 600;
    color: #fff;
    background-color: #42aa12;
    border: none;
    border-radius: 7px;
    box-shadow: 0px 8px 15px rgb(66 131 30);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

.btn-vizo:hover {
    background-color: #fff;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #42aa12;
    transform: translateY(-7px);
}

.button-recognition {

}

.btn-small {
    font-size: 1.5rem;
    font-weight: 500;
    height: 45px;
    min-width: 160px;
}

.btn-scan-cancel {
    z-index: 100;
    position: absolute;
    bottom: 30px;
    background-color: #c0c0c0;
    box-shadow: 0px 8px 15px rgb(192 192 192);
}

/*====begin:Page 2====*/
#face-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}
.face-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.display-cover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

video {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    outline: unset;
}

video {
    /*position: absolute;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*top: 0px;*/
    /*left: 0px;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*opacity: 0;*/
    /*transition: opacity 0.5s ease 0s;*/
    /*transform: scale(1, 1);*/
}

.screenshot-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid whitesmoke;
    box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 5px;
    left: 10px;
    background: white;
}

.scan-container {
    width: 100%;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*animation: MoveUpDown 5s linear infinite;*/
    position: absolute;
    bottom: 0;
}

.scan-line {
    width: 100%;
    border-bottom: 5px solid #fff;
    box-shadow: 0px 2px 3px 6px rgba(255, 255, 255, 0.4);
}

/*@keyframes MoveUpDown {*/
/*    0%, 100% {*/
/*        bottom: 0px;*/
/*    }*/
/*    50% {*/
/*        bottom: 350px;*/
/*    }*/
/*}*/

.icon-state {
    position: absolute;
    font-size: 140px;
    color: #bee8be;
}

#iconError {
    color: red;
}

#iconSuccess {
    color: green;
}

/*====end:Page 2====*/
@media (max-width: 1024px) {
    .datetime-content__left_date span {
        font-size: 2.2rem;
    }
    .datetime-content__right_jikan {
        font-size: 5.6rem;
    }
}

@media (max-width: 992px) {
    .body-content {
        flex-direction: column-reverse !important;
    }

    .body-content__left {
        width: 100%;
        height: auto;
    }

    .body-content__right {
        width: auto;
        padding-left: 0;
    }

    .body-content__right img {
        max-width: 350px;
    }

    .body-content__left_data {
        max-height: 250px;
    }

    video {
        /*width: 95%;*/
    }

    .display-cover {
        position: relative;
    }
}
