﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0366d6;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    /*    padding-right: 0px !important;*/
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body.fundo-dots {
    background-image: url('../img/background.png') !important;
    background-color: aliceblue !important;
    background-size: cover;
}

body {
    background-color: #22515c;
    display: flex;
    flex-direction: column;
    min-height: 100vh !important;
}


.contantBody {
    flex: 1;
}


.footer {
    margin: auto !important;
    width: 100% !important;
    bottom: 0 !important;
    position: fixed !important;
}

/*Novas classes*/

.app {
    max-height: 100vh;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*white-space: nowrap;
    line-height: 60px;*/ /* Vertically center the text there */
}

.footer-formulario {
    position: absolute;
    bottom: 0;
    width: 100%;
}




/*Classes MEDME*/

.borda-top {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
}

.borda-bottom {
    border-bottom-left-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}

.borda-arredondada-left {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}

.borda-arredondada-right {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}

.borda-aredondada-full {
    border-radius: 50px !important;
}

.borda-arredondada {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
}

/*Classes MEDME*/

.borda-top {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
}



.bora-aredondada {
    border-radius: 50px !important;
}

.borda-arredondada {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
}

.btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    box-shadow: none !important;
}




.btn-medme {
    color: #fff !important;
    background-color: #4daaa4 !important;
    border-color: #4daaa4 !important;
    box-shadow: none !important;
}

    .btn-medme.active {
        color: #fff !important;
        background-color: #22515c !important;
        border-color: #22515c !important;
    }


    .btn-medme:hover {
        color: #fff;
        background-color: #5ed1ca;
        border-color: #5ed1ca;
    }

.check-radio {
    position: relative;
}

    .check-radio input {
        -webkit-appearance: none;
        appearance: none;
        background-color: #eee;
        width: 70px;
        height: 25px;
        border-radius: 20px;
        box-shadow: inset 0 1px 5px rgba(0,0,0,.5);
    }

        .check-radio input:focus {
            outline: none;
            cursor: pointer;
        }

        .check-radio input:before {
            content: '';
            margin-top: -5px;
            display: block;
            width: 35px;
            height: 35px;
            margin-left: 15px;
            background-color: white;
            border-radius: 50%;
            box-shadow: inset 0 0 0 2px #808080, 0 2px 5px rgba(0,0,0,.5);
            position: absolute;
            left: 0;
            transition: left .3s ease-out;
            -webkit-transition: left .3s ease-out;
        }

        .check-radio input:after {
            display: block;
            margin-top: -5px;
            left: 40px;
            position: absolute;
            font-size: 28px;
            font-weight: bold;
            transition: left .3s ease-out;
            -webkit-transition: left .3s ease-out;
            color: #fff;
        }

        .check-radio input:checked {
            background-color: #4daaa4;
        }

            .check-radio input:checked:before {
                left: 45px;
                box-shadow: inset 0 0 0 2px #808080, 0 2px 5px rgba(0,0,0,.5);
            }

            .check-radio input:checked:after {
                left: 43.5px;
                color: green;
            }



/*navbar invertida*/

.tabs-below {
    border-bottom-width: 0px;
    border-top: 1px solid #dee2e6;
}

    .tabs-below .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem;
        background-color: white;
        border-bottom-left-radius: 20px !important;
        border-bottom-right-radius: 20px !important;
    }

    .tabs-below .nav-item {
        margin-bottom: 0px;
        margin-top: -1px;
    }

        .tabs-below .nav-item.show .nav-link, .tabs-below .nav-link.active {
            border-color: #fff #dee2e6 #dee2e6 #dee2e6;
            height: 70px;
        }



.icone-menu {
    font-size: 1.5rem;
    color: #22515c;
}

    .icone-menu.active {
        color: #4daaa4;
        margin-top: 1.3rem !important;
    }

.custom-swal-class {
    overflow-x: visible;
    overflow-y: visible;
    max-height: 550px !important;
    min-height: 550px !important;
}


.swal2-styled.swal2-confirm {
    background-color: #4daaa4 !important;
}

    .swal2-styled.swal2-confirm:focus {
        box-shadow: none !important;
    }


#toast-container > div {
    opacity: 1 !important;
    box-shadow: none !important;
}

.bg-medme {
    background-color: #4daaa4 !important;
}

.imagemCorpoHumano {
    background-image: url("../imagens/background.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.secao {
    color: #22515c;
    font-weight: bold;
}

.circulo-1,
.circulo-2 {
    opacity: 0;
}

.circulo-botao {
    fill: #fff;
    stroke: green;
    stroke-width: 1px;
    cursor: pointer;
}

.selecionado .circulo-botao {
    fill: #f76161;
    stroke: transparent;
}

.selecionado .circulo-1 {
    animation: selecionado 1.5s ease-in-out infinite;
}

.selecionado .circulo-2 {
    animation: selecionado 1.5s ease-in-out infinite;
    animation-delay: 0.5s;
}

@keyframes selecionado {
    50% {
        opacity: 1;
    }
}


.bg-blue {
    background-color: #4169E1 !important;
}

.text-primary-blue {
    color: #4169E1 !important;
}

.formulario {
    border-radius: 28px !important;
}


.funkyradio label {
    width: 110%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

    .funkyradio input[type="radio"]:empty ~ label,
    .funkyradio input[type="checkbox"]:empty ~ label {
        position: relative;
        line-height: 2.5em;
        text-indent: 3.25em;
        margin-top: 2em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .funkyradio input[type="radio"]:empty ~ label:before,
        .funkyradio input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 70px;
        }

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
        content: '\2713';
        text-indent: .9em;
        color: #C2C2C2;
    }

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

    .funkyradio input[type="radio"]:checked ~ label:before,
    .funkyradio input[type="checkbox"]:checked ~ label:before {
        content: '\2713';
        text-indent: .9em;
        color: #333;
        background-color: #ccc;
    }

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}


.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #4daaa4;
}

.balao {
    background: #eaeaea;
    border-radius: 15px;
    width: 300px;
    min-height: 50px;
    height: auto;
    position: relative;
}

.label-form {
    font-weight: 800;
    font-size: 20px;
    color: #22515c;
}

.foto-usuario {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-top: -97px;
    background-color: #4DAAA4;
}

    .foto-usuario > span {
        margin: 3em;
    }

.canvas-wrapper {
    width: 100% !important;
    height: 100% !important;
}

#output {
    width: 100% !important;
    height: 100% !important;
    max-width: 760px;
    max-height: 607px
}

#outputTestes {
    width: 100vw;
    height: 100%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.control-panel {
    position: absolute;
    left: 10px;
    top: 10px;
}

.loading {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    backface-visibility: hidden;
    justify-content: center;
    opacity: 1;
    transition: opacity 1s;
}

    .loading .message {
        font-size: x-large;
    }

    .loading .spinner {
        position: absolute;
        width: 180px;
        height: 180px;
        animation: spin 1s linear infinite;
        border: 32px solid #bebebe;
        border-top: 32px solid #3498db;
        border-radius: 50%;
    }

.loaded .loading {
    opacity: 0;
}



.media-scroll {
    --space: 0;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    overflow-x: auto;
    scroll-behavior-inline: contain;
}

.media-scroll-group {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 20%;
}

.media-scroll-group-item {
    padding: var(--space);
}

    .media-scroll-group-item > img {
        width: 100%;
        min-height: 100vh;
    }

.media-scroll-snap {
    scroll-snap-type: inline mandatory;
}

    .media-scroll-snap > * {
        scroll-snap-align: start;
    }

.btn-active {
    background: #d1eda1;
    color: #23515a;
}

    .btn-active:hover {
        background: #d1eda1;
        color: #23515a;
    }

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

.tituloMovimento {
    width: 100%;
    margin: 0;
    display: flex;
    font-size:18px;
}

@media screen and (min-width: 359px) {
    #output {
        width: 90%;
        height: 75%
    }

    #informativoErroDePostura {
        animation: blink 2s infinite;
        display: none;
        font-size: 35px;
        position: absolute;
        z-index: 1000;
        top: 400px;
        left: 16px;
        color: red;
        max-width: 329px;
        text-align: center;
        text-shadow: 1px 1px black;
        padding: 20px;
        background: #333;
        border-radius: 45px;
    }

    @keyframes blink {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .VideoExemploNoFrameDeGravacao {
        display: none;
    }


    .SelectWebcam {
        display: none;
    }

    .iconeplay {
        position: absolute;
        top: 25px;
        z-index: 999;
        left: 395px;
    }

    .iconestop {
        display: none;
        position: absolute;
        top: 25px;
        z-index: 999;
        left: 172px;
    }

    .iconeSendComoSeSentiu {
        position: absolute;
        top: 230px;
        z-index: 998;
        left: 105px;
    }

    .iconeViewVideo {
        position: absolute;
        top: 130px;
        z-index: 999;
        left: 395px;
    }

    .LabelquantidadeDeSessoes {
        position: absolute;
        top: 50px;
        z-index: 999;
        left: 258px;
        font-size: 35px;
    }

    .divControles {
        position: absolute;
        top: 50px;
        z-index: 999;
        left: -168px;
    }

    #divRange {
        display: none;
        position: absolute;
        top: -80px;
        z-index: 999;
        left: 170px;
    }
}

@media screen and (min-width: 374px) {
    #output {
        width: 90%;
        height: 73%
    }

    #informativoErroDePostura {
        animation: blink 2s infinite;
        display: none;
        font-size: 35px;
        position: absolute;
        z-index: 1000;
        top: 350px;
        left: 12px;
        color: red;
        max-width: 350px;
        text-align: center;
        text-shadow: 1px 1px black;
        padding: 20px;
        background: #333;
        border-radius: 45px;
    }

    @keyframes blink {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }


    .VideoExemploNoFrameDeGravacao {
        display: none;
    }

    .SelectWebcam {
        display: none;
    }

    .iconeplay {
        position: absolute;
        top: 25px;
        z-index: 999;
        left: 395px;
    }

    .iconestop {
        display: none;
        position: absolute;
        top: 25px;
        z-index: 999;
        left: 150px;
    }

    .iconeSendComoSeSentiu {
        position: absolute;
        top: 230px;
        z-index: 998;
        left: 105px;
    }

    .iconeViewVideo {
        position: absolute;
        top: 130px;
        z-index: 999;
        left: 395px;
    }

    .LabelquantidadeDeSessoes {
        position: absolute;
        top: 50px;
        z-index: 999;
        left: 258px;
        font-size: 35px;
    }

    .divControles {
        position: absolute;
        top: -50px;
        z-index: 999;
        left: -150px;
    }

    #divRange {
        display: none;
        position: absolute;
        top: 10px;
        z-index: 999;
        left: 147px;
    }
}

@media screen and (min-width: 389px) {
    #output {
        width: 90%;
        height: 78%
    }

    #informativoErroDePostura {
        animation: blink 2s infinite;
        display: none;
        font-size: 35px;
        position: absolute;
        z-index: 1000;
        top: 400px;
        left: 20px;
        color: red;
        max-width: 350px;
        text-align: center;
        text-shadow: 1px 1px black;
        padding: 20px;
        background: #333;
        border-radius: 45px;
    }

    @keyframes blink {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .VideoExemploNoFrameDeGravacao {
        display: none;
    }

    .SelectWebcam {
        display: none;
    }

    .iconeplay {
        position: absolute;
        top: 25px;
        z-index: 999;
        left: 395px;
    }

    .iconestop {
        display: none;
        position: absolute;
        top: 25px;
        z-index: 999;
        left: 155px;
    }

    .iconeSendComoSeSentiu {
        position: absolute;
        top: 230px;
        z-index: 998;
        left: 105px;
    }

    .iconeViewVideo {
        position: absolute;
        top: 130px;
        z-index: 999;
        left: 395px;
    }

    .LabelquantidadeDeSessoes {
        position: absolute;
        top: 50px;
        z-index: 999;
        left: 258px;
        font-size: 35px;
    }

    .divControles {
        position: absolute;
        top: -30px;
        z-index: 999;
        left: -140px;
    }

    #divRange {
        display: none;
        position: absolute;
        top: 0px;
        z-index: 999;
        left: 147px;
    }
}

@media screen and (min-width: 413px) {
    #output {
        width: 90%;
        height: 80%
    }

    #informativoErroDePostura {
        animation: blink 2s infinite;
        display: none;
        font-size: 35px;
        position: absolute;
        z-index: 1000;
        top: 400px;
        left: 12px;
        color: red;
        max-width: 390px;
        text-align: center;
        text-shadow: 1px 1px black;
        padding: 20px;
        background: #333;
        border-radius: 45px;
    }

    @keyframes blink {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .VideoExemploNoFrameDeGravacao {
        display: none;
    }

    .SelectWebcam {
        display: none;
    }

    .iconeplay {
        position: absolute;
        top: 25px;
        z-index: 999;
        left: 395px;
    }

    .iconestop {
        display: none;
        position: absolute;
        top: 25px;
        z-index: 999;
        left: 135px;
    }

    .iconeSendComoSeSentiu {
        position: absolute;
        top: 220px;
        z-index: 998;
        left: 105px;
    }

    .iconeViewVideo {
        position: absolute;
        top: 130px;
        z-index: 999;
        left: 395px;
    }

    .LabelquantidadeDeSessoes {
        position: absolute;
        top: 50px;
        z-index: 999;
        left: 258px;
        font-size: 35px;
    }

    .divControles {
        position: absolute;
        top: -30px;
        z-index: 999;
        left: -120px;
    }

    #divRange {
        display: none;
        position: absolute;
        top: -10px;
        z-index: 999;
        left: 147px;
    }
}

@media screen and (min-width: 429px) {
    #output {
        width: 93%;
        height: 80%;
    }

    #informativoErroDePostura {
        animation: blink 2s infinite;
        display: none;
        font-size: 35px;
        position: absolute;
        z-index: 1000;
        top: 45%;
        left: 5%;
        color: red;
        max-width: 385px;
        text-align: center;
        text-shadow: 1px 1px black;
        padding: 20px;
        background: #333;
        border-radius: 45px;
    }

    @keyframes blink {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }


    .VideoExemploNoFrameDeGravacao {
        display: none;
    }

    .SelectWebcam {
        display: none;
    }

    .iconeplay {
        position: absolute;
        top: 25px;
        z-index: 999;
        left: 395px;
    }

    .iconestop {
        display: none;
        position: absolute;
        top: 25px;
        z-index: 999;
        left: 110px;
    }

    .iconeSendComoSeSentiu {
        position: absolute;
        top: 230px;
        z-index: 998;
        left: 105px;
    }

    .iconeViewVideo {
        position: absolute;
        top: 130px;
        z-index: 999;
        left: 395px;
    }

    .LabelquantidadeDeSessoes {
        position: absolute;
        top: 50px;
        z-index: 999;
        left: 258px;
        font-size: 35px;
    }

    .divControles {
        position: absolute;
        top: -25px;
        z-index: 999;
        left: -100px;
    }

    #divRange {
        display: none;
        position: absolute;
        top: -5px;
        z-index: 999;
        left: 147px;
    }
}

@media screen and (min-width: 767px) {

    #output {
        width: 96%;
        height: 75%;
    }

    #partialViewContent {
        margin-left: 21%;
    }

    #informativoErroDePostura {
        animation: blink 2s infinite;
        display: none;
        font-size: 35px;
        position: absolute;
        z-index: 1000;
        top: 400px;
        left: 134px;
        color: red;
        max-width: 500px;
        text-align: center;
        text-shadow: 1px 1px black;
        padding: 20px;
        background: #333;
        border-radius: 45px;
    }

    @keyframes blink {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }


    .VideoExemploNoFrameDeGravacao {
        display: none;
    }

    .SelectWebcam {
        display: block;
    }

    .iconeplay {
        position: absolute;
        top: 25px;
        z-index: 999;
        left: 380px;
    }

    .iconestop {
        display: none;
        position: absolute;
        top: 25px;
        z-index: 999;
        left: -200px;
    }

    .iconeSendComoSeSentiu {
        position: absolute;
        top: 230px;
        z-index: 998;
        left: 224px;
    }

    .iconeViewVideo {
        position: absolute;
        top: 130px;
        z-index: 999;
        left: 380px;
    }

    .LabelquantidadeDeSessoes {
        position: absolute;
        top: 50px;
        z-index: 999;
        left: 85px;
        font-size: 35px;
    }

    .divControles {
        position: absolute;
        top: -20px;
        z-index: 999;
        left: 30%;
    }

    #divRange {
        display: none;
        position: absolute;
        top: -30px;
        z-index: 999;
        left: -142px;
    }

    .balao {
        height: 100px;
        width: 500px;
    }
}

@media screen and (min-width: 1023px) {
    #output {
        width: 97%;
        height: 75%;
    }

    #informativoErroDePostura {
        animation: blink 2s infinite;
        display: none;
        font-size: 35px;
        position: absolute;
        z-index: 1000;
        top: 50%;
        left: 26%;
        color: red;
        max-width: 500px;
        text-align: center;
        text-shadow: 1px 1px black;
        padding: 20px;
        background: #333;
        border-radius: 45px;
    }

    .VideoExemploNoFrameDeGravacao {
        display: none;
    }

    @keyframes blink {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .SelectWebcam {
        display: block;
    }

    .iconeplay {
        position: absolute;
        top: 25px;
        z-index: 999;
        left: 480px;
    }

    .iconestop {
        display: none;
        position: absolute;
        top: 5px;
        z-index: 999;
        left: -380px;
    }

    .iconeSendComoSeSentiu {
        position: absolute;
        top: 250px;
        z-index: 998;
        left: 224px;
    }

    .iconeViewVideo {
        position: absolute;
        top: 130px;
        z-index: 999;
        left: 480px;
    }

    .LabelquantidadeDeSessoes {
        position: absolute;
        top: 50px;
        z-index: 999;
        left: 110px;
        font-size: 35px;
    }

    .divControles {
        position: absolute;
        top: 16%;
        z-index: 999;
        left: 40%;
    }

    #divRange {
        display: none;
        position: absolute;
        top: -50px;
        z-index: 999;
        left: -190px;
    }

    .balao {
        height: 100px;
        width: 500px;
    }
}

@media screen and (min-width: 1279px) {
    #output {
        width: 60%;
        height: auto;
    }

    #partialViewContent {
        margin-left: 31.5%;
    }

    #informativoErroDePostura {
        animation: blink 2s infinite;
        display: none;
        font-size: 35px;
        position: absolute;
        z-index: 1000;
        top: 50%;
        left: 30%;
        color: red;
        max-width: 500px;
        text-align: center;
        text-shadow: 1px 1px black;
        padding: 20px;
        background: #333;
        border-radius: 45px;
    }

    @keyframes blink {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }


    .VideoExemploNoFrameDeGravacao {
        display: none;
    }

    .SelectWebcam {
        display: block;
    }


    .iconeplay {
        position: absolute;
        top: 25px;
        z-index: 999;
        left: 320px;
    }

    .iconestop {
        display: none;
        position: absolute;
        top: 25px;
        z-index: 999;
        left: -300px;
    }

    .iconeSendComoSeSentiu {
        position: absolute;
        top: 220px;
        z-index: 998;
        left: 224px;
    }

    .iconeViewVideo {
        position: absolute;
        top: 130px;
        z-index: 999;
        left: 320px;
    }

    .LabelquantidadeDeSessoes {
        position: absolute;
        top: 50px;
        z-index: 999;
        left: -10%;
        font-size: 30px;
    }

    .divControles {
        position: absolute;
        top: -25px;
        z-index: 999;
        left: 46%;
    }

    #divRange {
        display: none;
        position: absolute;
        top: -20px;
        z-index: 999;
        left: -228px;
    }

    .balao {
        height: 100px;
        width: 500px;
    }
}

@media screen and (min-width: 1919px) {
    #output {
        width: 40%;
        height: auto;
    }

    #informativoErroDePostura {
        animation: blink 2s infinite;
        display: none;
        font-size: 28px;
        position: absolute;
        z-index: 1000;
        top: 45%;
        left: 37%;
        color: red;
        max-width: 500px;
        text-align: center;
        text-shadow: 1px 1px black;
        padding: 20px;
        background: #333;
        border-radius: 45px;
    }


    @keyframes blink {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    #divCamera {
        background: #fff;
    }

    .VideoExemploNoFrameDeGravacao {
        display: none;
    }

    .SelectWebcam {
        display: block;
    }


    .iconeplay {
        position: absolute;
        top: 25px;
        z-index: 999;
        left: 600px;
    }

    .iconestop {
        display: none;
        position: absolute;
        top: 20px;
        z-index: 999;
        left: -20px;
    }

    .iconeSendComoSeSentiu {
        position: absolute;
        top: 220px;
        z-index: 998;
        left: 224px;
    }

    .iconeViewVideo {
        position: absolute;
        top: 130px;
        z-index: 999;
        left: 600px;
    }

    .LabelquantidadeDeSessoes {
        background-color: #fff;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 30px;
        opacity: 0.5;
        position: absolute;
        top: 50px;
        z-index: 999;
        left: 110px;
        font-size: 30px;
    }

    .divControles {
        position: absolute;
        top: -25px;
        z-index: 999;
        left: 600px;
    }

    #divRange {
        display: none;
        position: absolute;
        top: -10px;
        z-index: 999;
        left: 95px;
    }

    .balao {
        height: 100px;
        width: 500px;
    }
}

@media screen and (min-width: 2559px) {
    #output {
        width: 30%;
        height: auto;
    }

    #informativoErroDePostura {
        animation: blink 2s infinite;
        display: none;
        font-size: 35px;
        position: absolute;
        z-index: 1000;
        top: 65%;
        left: 40%;
        color: red;
        max-width: 500px;
        text-align: center;
        text-shadow: 1px 1px black;
        padding: 20px;
        background: #333;
        border-radius: 45px;
    }

    @keyframes blink {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }


    #divCamera {
        background: #fff;
    }

    .VideoExemploNoFrameDeGravacao {
        display: block;
    }

    .SelectWebcam {
        display: block;
    }


    .iconeplay {
        position: absolute;
        top: 25px;
        z-index: 999;
        left: 404px;
    }

    .iconestop {
        display: none;
        position: absolute;
        top: 25px;
        z-index: 999;
        left: -210px;
    }

    .iconeSendComoSeSentiu {
        position: absolute;
        top: 200px;
        z-index: 998;
        left: 224px;
    }

    .iconeViewVideo {
        position: absolute;
        top: 130px;
        z-index: 999;
        left: 404px;
    }

    .LabelquantidadeDeSessoes {
        background-color: #fff;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 30px;
        opacity: 0.5;
        position: absolute;
        top: -50px;
        z-index: 999;
        left: 110px;
        font-size: 30px;
    }

    .divControles {
        position: absolute;
        top: -10px;
        z-index: 999;
        left: 1120px;
    }

    #divRange {
        display: none;
        position: absolute;
        top: -30px;
        z-index: 999;
        left: -130px;
    }

    .balao {
        height: 100px;
        width: 500px;
    }
}


/*Jornada de Atividades*/

.texto-verde-claro {
    font-size: 22px;
    font-weight: 700;
    color: #aac976;
}

.texto-verde-escuro {
    font-size: 22px;
    font-weight: 900;
    color: #22515c;
}

.cardzim {
    border-radius: 15%;
}

/*Chat - EmojiArea*/

.emojionearea .emojionearea-picker.emojionearea-picker-position-top {
    margin-top: -286px;
    right: -15px !important;
}


/*Informativo Acertividade*/

#porcentagemDeAssertividade {
    display: none;
    font-size: 50px;
    position: absolute;
    z-index: 999;
    top: 5px;
    left: 320px;
}