﻿/*#region Opções Pagamentos */
.opcaoPagamento {
    width: auto;
}

.opcao-row {
    display: flex;
    justify-content: space-between;
}

.box-pag {
    display: grid;
    justify-items: center;
}

.style-btnImg {
    height: auto;
    width: 120px;
}

.style-btnImgPix {
    height: auto;
    width: 160px;
}

/* Esqueleto Modal QrCode Pix */
.frameModal-CodePix {
    padding: 20px 15px;
}

    .frameModal-CodePix > button {
        position: absolute;
        right: 5px;
        top: 0;
    }


.frameModal-CodePix-totem {
    padding: 15px 0px;
    min-height: auto;
    height: auto;
}
/*Header Modal QrCode Pix*/
.group-titulo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-inscRealizada {
    display: flex;
}

.img-check {
    width: 26px;
    height: auto;
}

.titulo-inscricao {
    font-size: 26px;
    margin-left: 5px;
}

.card-code {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    padding: 0.8em;
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    height: auto;
}

    .card-code > img {
        position: relative;
        left: 25%;
        width: 50%;
    }

.card-code-totem {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    padding: 0.8em;
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    height: auto;
    left:25px;
}

    .card-code-totem > img {
        position: relative;
        width: 100%;
    }

.valor-titulo {
    display: block;
}

.valor-pagamento {
    margin-bottom: 0;
    display: block;
}

.valor-pagamento-totem {
    margin-bottom: 0;
    display: block;
    font-size: 15px !important;
}

.headerQrCode {
    position: relative;
    padding: 15px;
}

.headerQrCode-totem {
    position: relative;
    padding: 15px;
    left: 25px;
}

.img-Erro-QRCode {
    width: 150px;
    height: auto;
}
/* Body QR Code Pix*/
.btn-CopiarCodigo {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0 15px 0 15px;
}

.bodyQrCode {
    position: relative;
    padding: 0 15px 15px 15px;
}

.bodyQrCode {
    position: relative;
    padding: 0 15px 5px 15px;
}

/* Rodape QRCode Pix */
.footer-infor {
    position: relative;
    background-color: #b3d9ff;
}

    .footer-infor > ul {
        position: relative;
        left: 15px;
    }

.footerQrCode {
    position: relative;
    padding: 15px;
}

.footerQrCode-totem {
    position: relative;
    padding: 0px;
    height: 225px;
}

.btn-CopiarCodigo > button {
    width: 100%;
    border-radius: 7px;
    height: 46px;
}

.text-validade {
    text-align: center;
}

.icon-pix {
    height: auto;
    width: 25px;
    background-image: none;
}

.linkPraCopiar {
    overflow-wrap: anywhere;
}
/*#endregion */

/*#region Generico Código */
.content-GenericoStatusPag {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.linhaGenericoCodigo {
    width: 19.5em;
    border-top: 1px solid #d9d9d9;
}

.text-Generico-PagStatus {
    font-size: 17px;
    text-align: center;
}

.link-areaRestrita {
    margin-top: 1.2em;
}

.titulo-generico {
    color: #1a1a1a;
    font-weight: 500;
    font-size: 17px;
}

.titulo-generico-approved {
    margin-top: 1em;
    margin-bottom: 1.5em;
    font-weight: 500;
    font-size: 17px;
    color: #4e9a06;
}

.content-img {
    display: flex;
    justify-content: center;
}

.content-img-approved {
    display: flex;
    justify-content: center;
}

.style-img-success {
    width: auto;
    height: 11em;
    color: #4e9a06;
}

.btn-totem {
    width: 100%;
    height: 30%;
    margin: 8px 25px;
}

.text-totem {
    text-align:left;
}

.text-cabecalho-totem {
    margin-left: 12px;
    font-size: 20px !important;
}

.modal-totem {
    overflow-y: hidden !important;
}
.modal-dialog-totem {
    height:96px !important;
}

@media only screen and (min-width: 375px) and (max-width: 450px) and (min-height: 667px) and (max-height: 800px) {
    .frameModal-CodePix-totem {
        padding: 15px 0px;
        min-height: calc(95% - (.5rem * 2));
        height: 570px;
    }

    .titulo-inscricao {
        font-size: 12px;
        margin-left: 5px;
    }

    .text-cabecalho-totem {
        margin-left: 12px;
        font-size: 10px !important;
    }

    .card-code-totem {
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
        float: left;
        width: 110%;
        background: #fff;
        border-radius: 10px;
        height: auto !important;
        left: 18px;
        padding: 0.0em;
    }

    .footer-infor {
        position: relative;
        background-color: #b3d9ff;
    }

    .headerQrCode-totem {
        position: relative;
        padding: 10px;
        left: 18px;
    }

    .bodyQrCode {
        position: relative;
        padding: 0 15px 0px 15px;
    }

    .style-btnImgPix {
        height: auto;
        width: 100px;
    }

    .btn-totem {
        width: 100%;
        height: 14%;
        margin: 8px 25px;
    }
}

@media only screen and (min-width: 414px) and (max-width: 420px) and (min-height: 896px) and (max-height: 930px) {
    .frameModal-CodePix-totem {
        padding: 15px 0px;
        min-height: calc(95% - (.5rem * 2));
        height: 600px;
    }

    .titulo-inscricao {
        font-size: 12px;
        margin-left: 5px;
    }

    .text-cabecalho-totem {
        margin-left: 12px;
        font-size: 10px !important;
    }

    .card-code-totem {
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
        float: left;
        width: 99%;
        background: #fff;
        border-radius: 10px;
        height: auto !important;
        left: 26px;
        padding: 0.0em;
    }

    .footer-infor {
        position: relative;
        background-color: #b3d9ff;
    }

    .headerQrCode-totem {
        position: relative;
        padding: 10px;
        left: 25px;
    }

    .bodyQrCode {
        position: relative;
        padding: 0 15px 0px 15px;
    }

    .style-btnImgPix {
        height: auto;
        width: 100px;
    }

    .btn-totem {
        width: 100%;
        height: 20%;
        margin: 12px 25px;
    }
}

@media only screen and (min-width: 390px) and (max-width: 393px) and (min-height: 844px) and (max-height: 852px) {
    .frameModal-CodePix-totem {
        padding: 15px 0px;
        min-height: calc(95% - (.5rem * 2));
        height: 600px;
    }

    .titulo-inscricao {
        font-size: 12px;
        margin-left: 5px;
    }

    .text-cabecalho-totem {
        margin-left: 12px;
        font-size: 10px !important;
    }

    .card-code-totem {
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
        float: left;
        width: 99%;
        background: #fff;
        border-radius: 10px;
        height: auto !important;
        left: 26px;
        padding: 0.0em;
    }

    .footer-infor {
        position: relative;
        background-color: #b3d9ff;
    }

    .headerQrCode-totem {
        position: relative;
        padding: 10px;
        left: 25px;
    }

    .bodyQrCode {
        position: relative;
        padding: 0 15px 0px 15px;
    }

    .style-btnImgPix {
        height: auto;
        width: 100px;
    }

    .btn-totem {
        width: 100%;
        height: 20%;
        margin: 12px 25px;
    }
}

@media only screen and (min-width: 430px) and (max-width: 435px) and (min-height: 932px) and (max-height: 940px) {
    .frameModal-CodePix-totem {
        padding: 15px 0px;
        min-height: calc(95% - (.5rem * 2));
        height: 640px;
    }

    .titulo-inscricao {
        font-size: 12px;
        margin-left: 5px;
    }

    .text-cabecalho-totem {
        margin-left: 12px;
        font-size: 10px !important;
    }

    .card-code-totem {
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
        float: left;
        width: 111%;
        background: #fff;
        border-radius: 10px;
        height: auto !important;
        left: 12px;
        padding: 0.0em;
    }

    .footer-infor {
        position: relative;
        background-color: #b3d9ff;
    }

    .headerQrCode-totem {
        position: relative;
        padding: 10px;
        left: 10px;
    }

    .bodyQrCode {
        position: relative;
        padding: 0 15px 0px 15px;
    }

    .style-btnImgPix {
        height: auto;
        width: 100px;
    }

    .btn-totem {
        width: 100%;
        height: 20%;
        margin: 12px 25px;
    }
}

@media only screen and (min-width: 412px) and (max-width: 413px) and (min-height: 915px) and (max-height: 920px) {
    .frameModal-CodePix-totem {
        padding: 15px 0px;
        min-height: calc(95% - (.5rem * 2));
        height: 640px;
    }

    .titulo-inscricao {
        font-size: 12px;
        margin-left: 5px;
    }

    .text-cabecalho-totem {
        margin-left: 12px;
        font-size: 10px !important;
    }

    .card-code-totem {
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
        float: left;
        width: 116%;
        background: #fff;
        border-radius: 10px;
        height: auto !important;
        left: 7px;
        padding: 0.0em;
    }

    .footer-infor {
        position: relative;
        background-color: #b3d9ff;
    }

    .headerQrCode-totem {
        position: relative;
        padding: 10px;
        left: 7px;
    }

    .bodyQrCode {
        position: relative;
        padding: 0 15px 0px 15px;
    }

    .style-btnImgPix {
        height: auto;
        width: 100px;
    }

    .btn-totem {
        width: 100%;
        height: 20%;
        margin: 12px 25px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 380px) and (min-height: 740px) and (max-height: 760px) {
    .frameModal-CodePix-totem {
        padding: 15px 0px;
        min-height: calc(95% - (.5rem * 2));
        height: 590px;
    }

    .titulo-inscricao {
        font-size: 12px;
        margin-left: 5px;
    }

    .text-cabecalho-totem {
        margin-left: 12px;
        font-size: 10px !important;
    }

    .card-code-totem {
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
        float: left;
        width: 116%;
        background: #fff;
        border-radius: 10px;
        height: auto !important;
        left: 11px;
        padding: 0.0em;
    }

    .footer-infor {
        position: relative;
        background-color: #b3d9ff;
    }

    .headerQrCode-totem {
        position: relative;
        padding: 10px;
        left: 10px;
    }

    .bodyQrCode {
        position: relative;
        padding: 0 15px 0px 15px;
    }

    .style-btnImgPix {
        height: auto;
        width: 100px;
    }

    .btn-totem {
        width: 100%;
        height: 20%;
        margin: 12px 25px;
    }
}

@media only screen and (min-width: 820px) and (max-width: 830px) and (min-height: 1180px) and (max-height: 1190px) {
    .frameModal-CodePix-totem {
        padding: 15px 0px;
        min-height: calc(95% - (.5rem * 2));
        height: 950px;
    }

    .titulo-inscricao {
        font-size: 19px;
        margin-left: 5px;
    }

    .text-cabecalho-totem {
        margin-left: 12px;
        font-size: 17px !important;
    }

    .card-code-totem {
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
        float: left;
        width: 101%;
        background: #fff;
        border-radius: 10px;
        height: auto !important;
        left: 23px;
        padding: 0.0em;
    }

    .footer-infor {
        position: relative;
        background-color: #b3d9ff;
    }

    .headerQrCode-totem {
        position: relative;
        padding: 10px;
        left: 20px;
    }

    .bodyQrCode {
        position: relative;
        padding: 0 15px 0px 15px;
    }

    .style-btnImgPix {
        height: auto;
        width: 210px;
    }

    .btn-totem {
        width: 100%;
        height: 25%;
        margin: 37px 25px;
        font-size: 20px;
    }

    .text-totem {
        text-align: left;
        font-size: 15px;
    }

    .valor-pagamento-totem {
        margin-bottom: 0;
        display: block;
        font-size: 17px !important;
    }

}

@media only screen and (min-width: 1024px) and (max-width: 1030px) and (min-height: 1366px) and (max-height: 1370px) {
    .frameModal-CodePix-totem {
        padding: 15px 0px;
        min-height: calc(95% - (.5rem * 2));
        height: 1065px;
    }

    .titulo-inscricao {
        font-size: 19px;
        margin-left: 5px;
    }

    .text-cabecalho-totem {
        margin-left: 12px;
        font-size: 17px !important;
    }

    .card-code-totem {
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
        float: left;
        width: 101%;
        background: #fff;
        border-radius: 10px;
        height: auto !important;
        left: 23px;
        padding: 0.0em;
    }

    .footer-infor {
        position: relative;
        background-color: #b3d9ff;
    }

    .headerQrCode-totem {
        position: relative;
        padding: 10px;
        left: 20px;
    }

    .bodyQrCode {
        position: relative;
        padding: 0 15px 0px 15px;
    }

    .style-btnImgPix {
        height: auto;
        width: 210px;
    }

    .btn-totem {
        width: 100%;
        height: 20%;
        margin: 6px 25px;
        font-size: 20px;
    }

    .text-totem {
        text-align: left;
        font-size: 20px;
    }

    .valor-pagamento-totem {
        margin-bottom: 0;
        display: block;
        font-size: 20px !important;
    }
}

@media only screen and (min-width: 912px) and (max-width: 920px) and (min-height: 1368px) and (max-height: 1380px) {
    .frameModal-CodePix-totem {
        padding: 15px 0px;
        min-height: calc(95% - (.5rem * 2));
        height: 1065px;
    }

    .titulo-inscricao {
        font-size: 22px;
        margin-left: 5px;
    }
    .text-cabecalho-totem {
        margin-left: 12px;
        font-size: 20px !important;
    }

    .card-code-totem {
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
        float: left;
        width: 96%;
        background: #fff;
        border-radius: 10px;
        height: auto !important;
        left: 38px;
        padding: 0.0em;
    }

    .footer-infor {
        position: relative;
        background-color: #b3d9ff;
    }

    .headerQrCode-totem {
        position: relative;
        padding: 10px;
        left: 39px;
    }

    .bodyQrCode {
        position: relative;
        padding: 0 15px 0px 15px;
    }

    .style-btnImgPix {
        height: auto;
        width: 210px;
    }

    .btn-totem {
        width: 100%;
        height: 20%;
        margin: 17px 25px;
        font-size: 20px;
    }

    .text-totem {
        text-align: left;
        font-size: 20px;
    }

    .valor-pagamento-totem {
        margin-bottom: 0;
        display: block;
        font-size: 23px !important;
    }
}

@media only screen and (min-width: 540px) and (max-width: 550px) and (min-height: 720px) and (max-height: 730px) {
    .frameModal-CodePix-totem {
        padding: 15px 0px;
        min-height: calc(95% - (.5rem * 2));
        height: 640px;
    }

    .titulo-inscricao {
        font-size: 14px;
        margin-left: 5px;
    }

    .text-cabecalho-totem {
        margin-left: 12px;
        font-size: 11px !important;
    }

    .card-code-totem {
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
        float: left;
        width: 101%;
        background: #fff;
        border-radius: 10px;
        height: auto !important;
        left: 25px;
        padding: 0.0em;
    }

    .footer-infor {
        position: relative;
        background-color: #b3d9ff;
    }

    .headerQrCode-totem {
        position: relative;
        padding: 10px;
        left: 25px;
    }

    .bodyQrCode {
        position: relative;
        padding: 0 15px 0px 15px;
    }

    .style-btnImgPix {
        height: auto;
        width: 100px;
    }

    .btn-totem {
        width: 100%;
        height: 20%;
        margin: 3px 25px;
    }
}

@media only screen and (min-width: 344px) and (max-width: 350px) and (min-height: 882px) and (max-height: 895px) {
    .frameModal-CodePix-totem {
        padding: 15px 0px;
        min-height: calc(95% - (.5rem * 2));
        height: 610px;
    }

    .titulo-inscricao {
        font-size: 14px;
        margin-left: 5px;
    }

    .text-cabecalho-totem {
        margin-left: 12px;
        font-size: 11px !important;
    }

    .card-code-totem {
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
        float: left;
        width: 118%;
        background: #fff;
        border-radius: 10px;
        height: auto !important;
        left: 11px;
        padding: 0.0em;
    }

        .footer-infor {
        position: relative;
        background-color: #b3d9ff;
    }

    .headerQrCode-totem {
        position: relative;
        padding: 10px;
        left: 10px;
    }

    .bodyQrCode {
        position: relative;
        padding: 0 15px 0px 15px;
    }

    .style-btnImgPix {
        height: auto;
        width: 100px;
    }

    .btn-totem {
        width: 100%;
        height: 20%;
        margin: 8px 25px;
    }
}

@media only screen and (min-width: 853px) and (max-width: 860px) and (min-height: 1280px) and (max-height: 1290px) {
    .frameModal-CodePix-totem {
        padding: 15px 0px;
        min-height: calc(95% - (.5rem * 2));
        height: 950px;
    }

    .titulo-inscricao {
        font-size: 19px;
        margin-left: 5px;
    }

    .text-cabecalho-totem {
        margin-left: 12px;
        font-size: 17px !important;
    }

    .card-code-totem {
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
        float: left;
        width: 101%;
        background: #fff;
        border-radius: 10px;
        height: auto !important;
        left: 23px;
        padding: 0.0em;
    }

    .footer-infor {
        position: relative;
        background-color: #b3d9ff;
    }

    .headerQrCode-totem {
        position: relative;
        padding: 10px;
        left: 20px;
    }

    .bodyQrCode {
        position: relative;
        padding: 0 15px 0px 15px;
    }

    .style-btnImgPix {
        height: auto;
        width: 210px;
    }

    .btn-totem {
        width: 100%;
        height: 25%;
        margin: 37px 25px;
        font-size: 20px;
    }

    .text-totem {
        text-align: left;
        font-size: 15px;
    }

    .valor-pagamento-totem {
        margin-bottom: 0;
        display: block;
        font-size: 17px !important;
    }
}

@media only screen and (min-width: 412px) and (max-width: 413px) and (min-height: 914px) and (max-height: 920px) {
    .frameModal-CodePix-totem {
        padding: 15px 0px;
        min-height: calc(95% - (.5rem * 2));
        height: 640px;
    }

    .titulo-inscricao {
        font-size: 12px;
        margin-left: 5px;
    }

    .text-cabecalho-totem {
        margin-left: 12px;
        font-size: 10px !important;
    }

    .card-code-totem {
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
        float: left;
        width: 116%;
        background: #fff;
        border-radius: 10px;
        height: auto !important;
        left: 7px;
        padding: 0.0em;
    }

    .footer-infor {
        position: relative;
        background-color: #b3d9ff;
    }

    .headerQrCode-totem {
        position: relative;
        padding: 10px;
        left: 7px;
    }

    .bodyQrCode {
        position: relative;
        padding: 0 15px 0px 15px;
    }

    .style-btnImgPix {
        height: auto;
        width: 100px;
    }

    .btn-totem {
        width: 100%;
        height: 20%;
        margin: 12px 25px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1025px) and (min-height: 600px) and (max-height: 610px) {
    .frameModal-CodePix-totem {
        padding: 15px 0px;
        min-height: calc(95% - (.5rem * 2));
        height: 550px;
    }

    .titulo-inscricao {
        font-size: 19px;
        margin-left: 5px;
    }

    .text-cabecalho-totem {
        margin-left: 12px;
        font-size: 17px !important;
    }

    .card-code-totem {
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
        float: left;
        width: 101%;
        background: #fff;
        border-radius: 10px;
        height: auto !important;
        left: 23px;
        padding: 0.0em;
    }

    .footer-infor {
        position: relative;
        background-color: #b3d9ff;
    }

    .headerQrCode-totem {
        position: relative;
        padding: 10px;
        left: 20px;
    }

    .bodyQrCode {
        position: relative;
        padding: 0 15px 0px 15px;
    }

    .style-btnImgPix {
        height: auto;
        width: 210px;
    }

    .btn-totem {
        width: 100%;
        height: 30%;
        margin: 23px 25px;
        font-size: 20px;
    }

    .text-totem {
        text-align: left;
        font-size: 20px;
    }

    .valor-pagamento-totem {
        margin-bottom: 0;
        display: block;
        font-size: 20px !important;
    }
    .card-code-totem > img {
        position: relative;
        width: 18%;
    }
    .text-totem {
        text-align: left;
        font-size: 15px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1285px) and (min-height: 800px) and (max-height: 810px) {
    .frameModal-CodePix-totem {
        padding: 15px 0px;
        min-height: calc(95% - (.5rem * 2));
        height: 550px;
    }

    .titulo-inscricao {
        font-size: 19px;
        margin-left: 5px;
    }

    .text-cabecalho-totem {
        margin-left: 12px;
        font-size: 17px !important;
    }

    .card-code-totem {
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
        float: left;
        width: 95%;
        background: #fff;
        border-radius: 10px;
        height: auto !important;
        left: 40px;
        padding: 0.0em;
    }

    .footer-infor {
        position: relative;
        background-color: #b3d9ff;
    }

    .headerQrCode-totem {
        position: relative;
        padding: 10px;
        left: 40px;
    }

    .bodyQrCode {
        position: relative;
        padding: 0 15px 0px 15px;
    }

    .style-btnImgPix {
        height: auto;
        width: 210px;
    }

    .btn-totem {
        width: 100%;
        height: 16%;
        margin: 12px 25px;
        font-size: 20px;
    }

    .text-totem {
        text-align: left;
        font-size: 20px;
    }

    .valor-pagamento-totem {
        margin-bottom: 0;
        display: block;
        font-size: 20px !important;
    }

    .card-code-totem > img {
        position: relative;
        width: 25%;
    }

    .text-totem {
        text-align: left;
        font-size: 15px;
    }
}


/*#endregion */
