﻿/*#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;
    }

/*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%;
    }

.valor-titulo {
    display: block;
}

.valor-pagamento {
    margin-bottom: 0;
    display: block;
}

.headerQrCode {
    position: relative;
    padding: 15px;
}

.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;
}

/* Rodape QRCode Pix */
.footer-infor {
    position: relative;
    background-color: #b3d9ff;
}

    .footer-infor > ul {
        position: relative;
        left: 15px;
    }

.footerQrCode {
    position: relative;
    padding: 15px;
}

.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;
}
/*#endregion */
