.resultlabel {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #12151d;
}
h2.result {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
    border: 5px;
}

.signatureResponse {
    display: flex;
    min-width: 900px;
    height: 80px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
}

.signatureSuccess {
    background-color: #46ad44ff;
    color: white;
}

.signatureError {
    background-color: #fabd10ff;
    color: black;
}

.titleSignature {
    font-size: 16px;
    font-weight: bold;
}

.imageResponse {
    width: 65px;
    height: 65px;
}

.success {
    margin-left: 20px;
    display: block;
}

h2.no-margin {
    margin-bottom: 2px;
    padding: 0;
}

.img-wrapper,
.content-wrap {
    display: inline-block;
}

.statusInputQRCode {
    flex-direction: column;
    margin-top: 20px;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

.check {
    transform: rotate(45deg);
    height: 20px;
    width: 12px;
    border-bottom: 4px solid #78b13f;
    border-right: 4px solid #78b13f;
    margin-left: 5px;
}

.statusInputQRCodeChild {
    display: flex;
    gap: 40px;
}

.outputBttns {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.outputOverlayDiv {
    position: relative;
    max-width: 600px;
}


.mainPdf {
    width: 100%;
    border: solid 1px #000;
}

.mainPdfOverlay {
    width: 20%;
    position: absolute;
    bottom: 10px;
    right: 10px;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.botoesEx {
    border: 2px solid #2c4ae4 !important;
    padding: 8px 35px !important;
    border-radius: 50px !important;
    background-color: #2c4ae4 !important;
    color: white;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-weight: 400;
}

.uploadStyle {
    border: 2px solid #2c4ae4 !important;
    padding: 8px 35px !important;
    border-radius: 50px !important;
    background-color: #2c4ae4;
    color: white;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}

.uploadStyle:hover {
    background-color: #2c4ae4;
    color: white;

}

.topo {
    background-image: url(/static/header_BG.png);
    margin-top: 0;
    padding-top: 0;
    display: grid;
    grid-template-columns: 10vw auto auto;
}

.topo h3 {
    padding-top: 6%;
    font-weight: 700;
    font-style: normal;
    font-size: 50px;
    margin: 0;
    color: white;
    padding-bottom: 5%;
}

.imagem_header {
    padding-top: 10%;
    padding-bottom: 5%;
}

.topo p {
    margin: 0;
}

.corpo {
    justify-items: center;
}

#centro {
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
}

.borda {
    border-radius: 5px;
    border-color: transparent;
    border-width: 1px;
    border-style: solid;

    border-radius: 5px;
}

#linha{
    border-top: 2px #00c1cf solid;
}
.conteudo:not(#validar){
  overflow-y: scroll;
}
#termos{
    text-decoration-line: none;
    cursor: pointer;
}

.bolder {
    font-weight: bolder;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.none {
    display: none !important;
}

#qrCodeWrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flexNormal {
    display: flex;
}

.marginTop {
    margin-top: 15px;
}

.marginRight {
    margin-right: 20px;
}

.conteudo {
    padding-top: 20px;
}

/* Modal */
.fixTitle {
    max-height: 75px !important;
}

.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    padding-top: 240px;
}

.modal-content {
    position: relative;
    background-color: white;
    margin: auto;
    width: 50%;
    padding: 15px;
}

.modal-close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-size: 18px;
}

.block {
    display: block !important;
}

.imgBigger {
    width: 120%;
}

.mainInfo {
    padding: 20px 10%;
    text-align: justify;
}

/* Index */
.inputWrapper {
    display: flex;
}

.flexCenter {
    justify-content: center !important;
}

.validarText {
    text-align: justify;
    padding: 5px;
    font-size: 18px;
    font-weight: lighter;
}

.validarText p:first-child {
    margin-top: 0;
}

.validarText p:last-child {
    margin-bottom: 5px;
}

.flexOptions {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.buttonOption {
    background-color: inherit;
    border: 2px solid #071d41ff;
    border-radius: 30px;
    padding: 15px;
    color: #071d41ff;
    font-size: 18px;
    cursor: pointer;
}
.buttonOption:hover {
    opacity: 0.8;
}

.sendForm {
    margin-top: 15px;
    background-color: #2864aeff !important;
    border-color: #2864aeff !important;
    color: white !important;
    width: 200px;
}

.checkboxTermos {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.labelCheckbox {
    font-size: 15px;
}

.termos {
    color: #018DFF;
    cursor: pointer;
}
.termos:hover {
    opacity: 0.8;
}

.qrReader {
    width: 600px;
}

.selectFileInfo {
    margin-top: 10px;
    margin-bottom: 4px;
    font-weight: lighter;
}

#showFilename {
    margin-top: 15px;
}

.flexDocuments {
    display: flex;
    flex-wrap: wrap;
}

.flexDocuments div {
    width: 40%;
    padding: 20px;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.flexDocuments div span {
    font-size: 40px;
    color: #018DFF;
    font-weight: 100;
    margin-right: 10px;
}

.lines {
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    color: #333333ff;
}
.lines:before, .lines:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #b3b3b3ff;
}
.lines:before {
    margin-left: -50%;
    text-align: right;
}

.acessoRapido {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.acessoRapido a {
    width: 200px;
    margin-right: 15px;
}

.aNoStyle {
    text-decoration: none !important;
}
.aNoStyle:hover {
    background-image: inherit !important;
}

.buttonMain {
    text-align: center;
    height: 59px;
    background-color: #f8f8f8ff;
}

.buttonMain .card-content {
    color: #071d41ff;
    font-size: 18px;
    border: none;
}

/* Style validado */
.sucessSignature {
    margin-top: 15px;
}

.assinatura {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    border-bottom: 1px solid #a8a8a8;
    padding: 15px 0;
}

.assinatura:last-child {
    border-bottom: none;
}

.assinatura h3 {
    line-height: 16px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    min-width: 600px;
}

.assinatura p {
    line-height: 12px;
}

.assinatura .infoMedico .lineHeight {
    line-height: 16px;
}

.assinatura .lineHeight p,
.infoMedico p {
    line-height: 4px;
}

.infoMedico .fixMargin {
    margin-bottom: 12px;
}

.infoMedico .fixMargin1 {
    margin-bottom: 10px;
}

.infoMedico {
    margin-left: 5%;
}

.iconAssinatura {
    font-size: 60px;
}

.iconAlert {
    color: orange;
}

.iconCheck {
    color: green;
}

.flexVertical {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flexVertical img {
    width: 80%;
    height: 80%;
    margin-bottom: 15px;
}

.buttonConformidade {
    max-width: 250px;
    height: auto;
    margin: 0 !important;
    white-space: inherit !important;
}

.buttonAssinatura {
    text-decoration: none;
    color: #333;
    background-color: #d5d5d5;
    border-radius: 2px;
    padding: 5px;
    cursor: pointer;
    transition: all 0.2s linear;
}
.buttonAssinatura:hover {
    opacity: 0.9;
}

.responsabilidade {
    background-color: #eeeeeeff;
    color: #071d41ff;
    font-size: 16px;
    border-left: 17px solid #ccccccff;
    height: auto;
    padding: 18px;
    text-align: justify;
    margin-top: 20px;
}

.avaliacao {
    display: flex;
    padding: 15px;
    border-radius: 30px;
    background-color: #2C507F;
    color: white;
    width: 350px;
    margin: 0 auto;
    margin-top: 10%;
    margin-bottom: 10%;
}

.avaliacao img {
    width: 35%;
    height: 35%;
}

/* Footer */
.footer {
    padding: 10px;
    border-top: 1px solid #018DFF;
}
.footer-content {
    margin-left: auto;
    margin-right: auto;
    width: 342px;
    text-align: center;
    margin-bottom: 5vh;
}
.linhaPreta {
    border-top: 1px #000000 solid;
}

/* Responsive tags */
@media screen and (max-width: 970px) {
    .signatureResponse {
        min-width: 100%;
        padding: 10px;
    }

    .signaturesWrapper {
        padding: 0 !important;
    }

    .assinatura {
        flex-direction: column;
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        align-content: center;
    }

    .assinatura img {
        margin-bottom: 10px;
    }
    .iti-svc-trigger{
        height: 70%;
        left:45px;
    }
}

@media screen and (max-width: 650px) {
    .signaturesWrapper div {
        text-align: center;
    }
}

@media screen and (min-width: 1050px){
    .fixarRodape{
        bottom: 0px;
        left: 0;
        width: 100%;
        position: fixed;
    }
    .iti-svc-trigger{
        height: 70%;
        left:55%;
    }
    
}
.quadrado{
    height: 270px;
    width: 270px;
    /* margin: 20px; */
    /* padding: 10px; */
    /* position: relative; */
}
.fixarRodape{
    bottom: 0px;
    left: 0;
    width: 100%;
    position: relative;
}

#text-content{
    color: white!important;
    margin-bottom: 1px;
    font-family: sans-serif;
}
#img-content{
    height: 50px;
}
