html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100vh;
}

body {
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.tableHolder {
    background-color: white;
    padding: 10px;
    border-radius: 6px;
}

body {
    background-color: #f1f1f1;
}
/*
@media (min-width:1400px){
    .dialogContainer {
        padding-left: 23%;
    }
}
@media (min-width:1200px) {
    .dialogContainer {
        padding-left: 18.5%;
    }
}
@media (min-width:990px) {
    .dialogContainer {
        padding-left: 12.5%;
    }
}
@media (min-width:576px) {
    .dialogContainer {
        padding-left: 12.5%;
    }
}
*/
.dialogContainer {
    padding-left: 25vw;
    padding-top: 25vh;
}


.box-shadow {
    box-shadow: 0 5px 10px #19191930
}

.confirmBox {
    animation-name: pop;
    -ms-animation-name: pop;
    -o-animation-name: pop;
    -moz-animation-name: pop;
    -webkit-animation-name: pop;
    -webkit-animation-duration: 0.4s;
    -ms-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

@keyframes pop {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    40% {
        transform: scale(1.2);
        opacity: 1;
    }

    70% {
        transform: scale(1);
    }
}


.facialResourceConsole {
    text-align: left;
    height: 92%;
    min-height: 92%;
    max-height: 92%;
    width: 90%;
    background: #ccc;
    margin: 0 auto !important;
    margin-top: 2% !important;
    border-radius: 6px;
    color: #333;
    padding: 5px !important;
    overflow: auto;
}

.facialScroll {
    scrollbar-color: #073756;
    scrollbar-width: thin;
}

    .facialScroll::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background: #073756;
    }

    /* Track */
    .facialScroll::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .facialScroll::-webkit-scrollbar-thumb {
        background: #073756;
    }

        /* Handle on hover */
        .facialScroll::-webkit-scrollbar-thumb:hover {
            background: #00AEEF;
        }

        .facialScroll::-webkit-scrollbar-thumb:active {
            background: #00AEEF;
        }

a.btnFacialStatus {
    width: 100%;
}

.anchorContinueButton {
    font-size: 9pt;
}

#Button {
    -webkit-animation-name: press;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 1.5s;
    animation-name: press;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
}

@keyframes press {
    0% {
        transform: translate(26px, 57px);
    }

    40% {
        transform: translate(26px, 52px);
    }

    80% {
        transform: translate(26px, 77px)
    }

    100% {
        transform: translate(26px, 57px);
    }
}

#Ellipse_3 {
    -webkit-animation-name: lens;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-delay: 0.9s;
    animation-name: lens;
    animation-fill-mode: forwards;
    animation-duration: 0.8s;
    animation-delay: 0.9s;
}

@keyframes lens {
    0% {
        transform: translate(84px, 78px) scale(1,1);
    }

    40% {
        transform: translate(84px, 78px) scale(1.2,1.2);
    }

    80% {
        transform: translate(84px, 78px) scale(0.7,0.7);
    }

    100% {
        transform: translate(84px, 78px) scale(1,1);
    }
}

#Ellipse_2 {
    -webkit-animation-name: lens2;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 0.8s;
    -webkit-animation-duration: 0.8s;
    animation-name: lens2;
    animation-fill-mode: forwards;
    animation-duration: 0.8s;
    animation-delay: 0.8s;
}

@keyframes lens2 {
    0% {
        transform: translate(84px, 78px) scale(1,1);
    }

    40% {
        transform: translate(84px, 78px) scale(1.2,1.2);
    }

    80% {
        transform: translate(84px, 78px) scale(0.7,0.7);
    }

    100% {
        transform: translate(84px, 78px) scale(1,1);
    }
}

#Camera {
    -webkit-animation-name: bounce;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-name: bounce;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes bounce {
    0% {
        transform: translate(0px, 0px) scale(1,1);
    }

    25% {
        transform: translate(0px, 140px) scale(1, 0.6);
    }

    50% {
        transform: translate(0px, -150px) scale(1, 1.1);
    }

    65% {
        transform: translate(0px, 140px) scale(1, 0.6);
    }

    100% {
        transform: translateX(0px) scale(1,1);
    }
}

.cls-1 {
    fill: #272525;
}

.cls-1, .cls-2, .cls-3 {
    stroke: #707070;
}

.cls-2 {
    fill: #342c2c;
}

.cls-3 {
    fill: #7d7474;
}

.cls-4 {
    fill: url(#linear-gradient) !important;
}

.cls-5 {
    fill: #efdcdc !important;
}

.cls-6 {
    fill: #fff;
}

.cls-7 {
    fill: #242222 !important;
    stroke: #111;
    stroke-width: 18px;
}

.cls-8 {
    fill: #0f0f0f;
}

.cls-9 {
    stroke: none;
}

.cls-10 {
    fill: none;
}


#containerForVideo::before {
    position: absolute;
    content: "";
    height: 320px;
    width: 201px;
    border-radius: 100%;
    top: 20px;
    z-index: 1;
    border: 3px solid white;
    box-shadow: 0px 0px 0 100px #ffffff90;
    padding-left: 34px;
}
#canvasFacialImage, #canvasTemplate, #canvasOutput {
    cursor: default
}

#videoFacialImage {
    width: 240px;
    height: 360px;
    object-fit: fill;
}

#DateInput {
    cursor: pointer;
}



