﻿.box-control-itens-payment {
    background-color: transparent;
    border-radius: 40px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    text-align: left;
}

.itemBoxPaymentFlowPagamento {
    /* display: block; */
    /* height: 80px; */
    /* padding-left: 10px; */
    /* background-color: #e0dede; */
    vertical-align: top;
    display: inline-block;
    /* margin-left: -15px; */
    width: 40px;
}

    .itemBoxPaymentFlowPagamento div {
        display: block;
        text-align: center
    }

.select2-dropdown {
    z-index: 99999 !important;
}

.bancosDebitoCarrinho .opcaoItemPagamentoOnline {
    display: inline-block;
    border: 1px solid #808080;
    background-color: #fff;
    height: 50px;
    line-height: 45px;
    padding-top: 10px;
    margin-left: 10px;
    margin-bottom: 30px;
    cursor: pointer;
}

.bancosDebitoCarrinho .opcaoItemPagamentoOnlineSelected {
    display: inline-block;
    border: 2px solid #368d41;
    background-color: #fff;
    height: 50px;
    line-height: 45px;
    padding-top: 10px;
    margin-left: 10px;
    cursor: pointer;
    color: #368d41;
    font-weight: bold;
}


.opcaoItemPagamentoOnline {
    display: inline-block;
    border: 1px solid #808080;
    background-color: #fff;
    height: 50px;
    line-height: 45px;
    padding-top: 0px;
    margin-left: 10px;
    cursor: pointer;
}

.opcaoItemPagamentoOnlineSelected {
    display: inline-block;
    border: 2px solid #368d41;
    background-color: #fff;
    height: 50px;
    line-height: 45px;
    padding-top: 0px;
    margin-left: 10px;
    cursor: pointer;
    color: #368d41;
    font-weight: bold;
}

    .opcaoItemPagamentoOnlineSelected div {
        text-align: center;
        min-width: 100px;
    }


.opcaoItemPagamentoOnline:hover {
    background-color: #808080;
    font-weight: bold;
}

.opcaoItemPagamentoOnline div {
    text-align: center;
    min-width: 100px;
}


.opcaoItemPagamentoOnlineDisabled div {
    text-align: center;
    min-width: 100px;
}


.infoBoleto {
    width: 100%;
    min-height: 100px;
    display: block;
}

    .infoBoleto div {
        display: inline-block;
        vertical-align: top;
    }

    .infoBoleto #imgBoleto {
        height: 100px;
        width: 100px;
        background-color: #fff;
        padding-top: 30px;
    }

        .infoBoleto #imgBoleto img {
            width: 100%;
        }

.objInfoBoleto {
    font-size: 0.9em;
    color: #949494;
    padding-left: 0px;
    padding-top: 10px;
}

.infoDebitoOnline {
    position: relative;
    display: block;
}

    .infoDebitoOnline #info {
        margin-bottom: 20px;
    }

.bancosDebito {
    display: block;
    width: 100%;
    min-height: 100px;
}

.bancosDebitoCarrinho {
    display: block;
    width: 100%;
    min-height: 100px;
    padding-top: 10px;
}



.tabControlFormasPagamento {
    margin-top: 0px;
}

.abasTabControlFormasPagamento {
    padding-top: 0px;
}

.btn-compra {
    margin-top: 20px;
    background-color: #46d397;
    font-size: 13px !important;
    font-weight: 400;
    color: #fff !important;
    border-radius: 3px !important;
    text-transform: none !important;
    max-width: 200px;
    text-align: center;
    float: right;
}

    .btn-compra:hover,
    .btn-compra:focus {
        background-color: #383c4b !important;
        border-color: #383c4b !important;
    }

.btnConfirmarPagamento {
    margin-top: 20px;
    background-color: #368d41;
    font-size: 13px !important;
    font-weight: 400;
    color: #fff !important;
    border-radius: 8px !important;
    text-transform: none !important;
    /* max-width: 200px; */
    text-align: center;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .btnConfirmarPagamento:hover,
    .btnConfirmarPagamento:focus {
        background-color: #368d41;
        border-color: #368d41 !important;
        color: #ffffff !important;
        text-decoration: none;
        filter: brightness(1.2);
    }

.botoesPagamento {
    padding-bottom: 45px;
}

.divPagamentoAreaAluno {
    background-color: #fff;
    border: 1px dashed #949494;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    display: none;
}

    .divPagamentoAreaAluno #titulo {
        line-height: 30px;
        vertical-align: middle;
        background-color: #46d397;
        text-align: center;
        color: #ffffff;
        font-size: 1.2em;
    }

    .divPagamentoAreaAluno #descricao {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
    }


.boxInfoDetalhesPagamento {
    border: 1px dashed #949494;
    padding-right: 10px;
    padding-top: 10px;
    padding-left: 10px;
}

.obsInfoDetalhesPagamento {
    font-size: 1.0em;
}

.lblTituloInfoDetalhesPagamento {
    font-size: 1.5em;
}

.boxInfoFormasPagamento {
    border: 1px dashed #949494;
    padding-right: 10px;
    padding-top: 10px;
    padding-left: 10px;
}

.divInfoTotaisCompras {
    text-align: right;
}

    .divInfoTotaisCompras #infoValorTotalCompra {
        display: inline-block;
        font-weight: bold;
        min-width: 70px;
    }

    .divInfoTotaisCompras #infoValorCreditosDescontoCompra {
        display: inline-block;
        font-weight: bold;
        min-width: 70px;
    }

    .divInfoTotaisCompras #infoValorTotalPagamento {
        display: inline-block;
        font-weight: bold;
        min-width: 70px;
    }

.form-cartao {
    font-size: 1.0em;
}

.form-cartao-data {
    font-size: 1.0em;
}

.form-cartao-numero {
    font-size: 1.0em;
}

.form-cartao-codseg {
    font-size: 1.0em;
}

.formaPagamentoCheckoutPagarme {
    border: 1px solid #949494;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    box-shadow: 2px 2px #888888;
}

.boxInformacoesPagamentoPagarme {
    border: 1px solid #949494;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 2px 2px #888888;
}

.boxItemInformacoesPagamentoPagarme {
    display: block;
    font-size: 0.8em;
    font-weight: bold;
}

    .boxItemInformacoesPagamentoPagarme span {
        display: inline-block;
    }

    .boxItemInformacoesPagamentoPagarme div {
        display: inline-block;
        float: right;
    }

.infoFormaPagamentoCheckout {
    text-align: center;
    padding-bottom: 20px;
}

.lblTituloInfoDetalhesPagamento {
    font-size: 1.2em;
    font-weight: bold;
    height: 36px;
    display: block;
}

.obsInfoDetalhesPagamento {
    font-size: 1.0em;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.numCompraConfirmacao {
    background-color: #e2e0e0;
    border: 1px dashed #717171;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}


.itemFormaPagamento {
    display: block;
}

    .itemFormaPagamento div {
        display: inline-block;
        width: 30%;
    }

.pagamentoPagSeguroPanelAreaAluno {
    display: none;
}












body {
}

.paymentBox {
    border: 1px solid #333333;
}


.imgLogoChechout {
    max-width: 300px;
    height: auto;
}


.boxPaymentFlow {
    /* background-color: #e0dede; */
    /* border: 1px solid #e0dede; */
    margin-bottom: 30px;
    text-align: center;
}

    .boxPaymentFlow .col-md-4 {
        padding-left: 0px;
    }



.itemBoxPaymentFlow {
    display: inline-block;
    /* height: 80px; */
    /* padding-left: 10px; */
    /* background-color: #eeecec; */
    /* vertical-align: top; */
    /* background: linear-gradient(90deg, #fff 0, #eeecec); */
    z-index: 99999;
    width: 32%;
    background-color: transparent;
    height: 40px;
    padding-top: 5px;
    padding-left: 5px;
    border-radius: 30px;
    text-align: left;
    border: 1px solid #383838;
}

    .itemBoxPaymentFlow div {
        display: inline-block;
    }


.itemBoxPaymentFlowSelected {
    display: inline-block;
    /* height: 80px; */
    /* padding-left: 10px; */
    /* background-color: #eeecec; */
    /* vertical-align: top; */
    /* background: linear-gradient(90deg,#fff 0,#eeecec); */
    z-index: 99999;
    width: 33%;
    background-color: #D75814;
    height: 40px;
    padding-top: 5px;
    padding-left: 5px;
    border-radius: 30px;
    text-align: left;
}

    .itemBoxPaymentFlowSelected div {
        display: inline-block;
    }

    .itemBoxPaymentFlowSelected .itemBulletPayment {
        background-color: #ffffff;
        color: #333333;
    }

    .itemBoxPaymentFlowSelected .itemLabelPayment {
        color: #ffffff;
    }

.itemBoxPaymentFlowIdentificacao {
    display: block;
    height: 80px;
    padding-left: 10px;
    background-color: #e0dede;
    vertical-align: top;
}

    .itemBoxPaymentFlowIdentificacao div {
        display: inline-block;
    }

    .itemBoxPaymentFlowIdentificacao:after {
        color: #e0dede;
        border-left: 16px solid;
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        display: inline-block;
        content: '';
        position: absolute;
        right: 0px;
        background-color: #fff;
    }


.itemBoxPaymentFlowIdentificacaoFinalizado {
    display: block;
    height: 80px;
    padding-left: 10px;
    background-color: #e0dede;
    vertical-align: top;
}

    .itemBoxPaymentFlowIdentificacaoFinalizado .itemBulletPayment {
        background-color: #efefef;
    }

    .itemBoxPaymentFlowIdentificacaoFinalizado div {
        display: inline-block;
    }

    .itemBoxPaymentFlowIdentificacaoFinalizado:after {
        color: #e0dede;
        border-left: 16px solid;
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        display: inline-block;
        content: '';
        position: absolute;
        right: 0px;
        background-color: #e0dede;
    }

.itemBoxPaymentFlowIdentificacaoSelected {
    display: block;
    height: 80px;
    padding-left: 10px;
    background-color: #eeecec;
    vertical-align: top;
    background: linear-gradient(90deg,#fff 0,#eeecec);
}

    .itemBoxPaymentFlowIdentificacaoSelected div {
        display: inline-block;
    }

    .itemBoxPaymentFlowIdentificacaoSelected:after {
        color: #eeecec;
        border-left: 16px solid;
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        display: inline-block;
        content: '';
        position: absolute;
        right: 0px;
        background-color: #e0dede;
    }


.itemBulletPayment {
    background: #D75814;
    border-radius: 40px;
    color: white;
    height: 30px;
    font-weight: bold;
    width: 30px;
    display: block;
    /* margin-top: 15px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
}

    .itemBulletPayment div {
        display: table-cell;
        text-align: center;
        width: 30px;
        line-height: 30px;
        vertical-align: top;
        font-size: 1.5em;
    }

.itemLabelPayment {
    line-height: 30px;
    /* height: 40px; */
    vertical-align: top;
    /* margin-top: 15px; */
    /* margin-left: 10px; */
    text-align: center;
    color: #999999;
    font-weight: bold;
    padding-left: 5px;
}


.itemBoxPaymentFlowPagamentoFinalizado {
    display: block;
    height: 80px;
    padding-left: 10px;
    background-color: #e0dede;
    vertical-align: top;
}

    .itemBoxPaymentFlowPagamentoFinalizado .itemBulletPayment {
        background-color: #efefef;
    }

    .itemBoxPaymentFlowPagamentoFinalizado div {
        display: inline-block;
    }

    .itemBoxPaymentFlowPagamentoFinalizado:after {
        color: #e0dede;
        border-left: 16px solid;
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        display: inline-block;
        content: '';
        position: absolute;
        right: 0px;
        background-color: #ffffff;
    }


.itemBoxPaymentFlowPagamentoSelected {
    display: block;
    height: 80px;
    padding-left: 10px;
    background-color: #eeecec;
    vertical-align: top;
    background: linear-gradient(90deg,#fff 0,#eeecec);
}

    .itemBoxPaymentFlowPagamentoSelected div {
        display: inline-block;
    }

    .itemBoxPaymentFlowPagamentoSelected:after {
        color: #eeecec;
        border-left: 16px solid;
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        display: inline-block;
        content: '';
        position: absolute;
        right: 0px;
    }


.itemBoxPaymentFlowAgradecimento {
    display: block;
    height: 80px;
    padding-left: 10px;
    background-color: #e0dede;
    vertical-align: top;
}

    .itemBoxPaymentFlowAgradecimento div {
        display: inline-block;
    }

    .itemBoxPaymentFlowAgradecimento:after {
        color: #e0dede;
        border-left: 16px solid;
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        display: inline-block;
        content: '';
        position: absolute;
        right: 0px;
        background-color: #e0dede;
    }


.itemBoxPaymentFlowAgradecimentoSelected {
    display: block;
    height: 80px;
    padding-left: 10px;
    background-color: #eeecec;
    vertical-align: top;
    background: linear-gradient(90deg,#fff 0,#eeecec);
}

    .itemBoxPaymentFlowAgradecimentoSelected div {
        display: inline-block;
    }

    .itemBoxPaymentFlowAgradecimentoSelected:after {
        color: #eeecec;
        border-left: 16px solid;
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        display: inline-block;
        content: '';
        position: absolute;
        right: 0px;
        background-color: #eeecec;
    }


.panelIdentificacao {
    padding-top: 20px;
}

.panelPagamento {
    padding-top: 20px;
    background-color: transparent;
    /* border-radius: 8px; */
    /* border: 1px solid #383838; */
}

.fa-barcode {
    /*background-image: url(/images/barcode.png);*/
    height: 25px;
}

.labelPanelCodigoConfirmacaoCompra {
    display: block;
    color: #808080;
    text-align: center;
    vertical-align: middle;
    width: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.5em;
}

.panelCodigoConfirmacaoCompra {
    display: block;
    border: 1px dashed #e0dede;
    background-color: #ffffff;
    color: #808080;
    text-align: center;
    vertical-align: middle;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.5em;
}

.panelAgradecimento {
    padding-top: 20px;
    display: none;
}

.boxInfoPrimentoAcesso {
    font-weight: bold;
}

.imgFormasPagamento {
    padding-top: 10px;
    width: 100%;
    text-align: center;
}

    .imgFormasPagamento img {
    }

    .imgFormasPagamento div {
        /* padding-top: 5px; */
        /* margin-top: 5px; */
        /* border-top: 1px dashed #e0dede; */
        /* border-bottom: 1px dashed #e0dede; */
        padding-bottom: 5px;
        text-align: center;
        color: #999999;
    }

.clienteCompra {
    display: inline-block;
    font-weight: bold;
}


.boxInfoPagamentoEncerrado {
    text-align: center;
    border: 1px solid #eeecec;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(224,224,224,0.75);
    -moz-box-shadow: 5px 5px 10px 0px rgba(224,224,224,0.75);
    box-shadow: 5px 5px 10px 0px rgba(224,224,224,0.75);
}

.select2 {
    width: 100% !important;
    height: 30px;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.select2-container .select2-selection--single {
}

.select2 form-control select-primary select2-hidden-accessible {
    margin-top: 5px;
}

.select2-selection__arrow {
    top: 6px !important;
}

.boxCardWrapper {
    padding-top: 5px;
}

.objInfoBoleto {
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.boxIdentificacaoCompra {
    border: 1px dashed #e0dede;
    background-color: rgba(224,224,224,0.75);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.boxCodigoBoleto {
    border: 1px dashed #e0dede;
    background-color: rgba(224,224,224,0.75);
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.codigoPagamentoBoleto {
    border: 1px dashed #e0dede;
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btCopyCodigo {
    position: relative;
    float: right;
    cursor: pointer;
}

    .btCopyCodigo i {
        color: #7cd063;
    }

        .btCopyCodigo i:hover {
            color: #0f72fb;
        }


.boxDownloadBoleto {
    padding-top: 20px;
    padding-bottom: 20px;
}

.boxShowBoleto {
    width: 100%;
}

    .boxShowBoleto iframe {
        width: 100%;
        height: 850px;
        border: 1px solid rgba(224,224,224,0.75);
        overflow: hidden;
    }

.boxObservacoesFinais {
    color: #383837;
    font-style: oblique;
}


.select2-container .select2-choice div {
    display: block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-color: rebeccapurple;
}


.select2-dropdown {
    z-index: 99999 !important;
}


.opcPagamentoCartao {
    display: block;
}

    .opcPagamentoCartao #label {
        display: block;
    }

        .opcPagamentoCartao #label div {
            display: inline-block;
        }


    .opcPagamentoCartao #control {
        display: block;
    }

        .opcPagamentoCartao #control div {
            display: inline-block;
        }


.opcPagamentoRecorrencia {
    display: block;
}

    .opcPagamentoRecorrencia #label {
        display: block;
    }

        .opcPagamentoRecorrencia #label div {
            display: inline-block;
        }


    .opcPagamentoRecorrencia #control {
        display: block;
    }

        .opcPagamentoRecorrencia #control div {
            display: inline-block;
        }



.opcPagamentoAssinatura {
    display: block;
}

    .opcPagamentoAssinatura #label {
        display: block;
    }

        .opcPagamentoAssinatura #label div {
            display: inline-block;
        }


    .opcPagamentoAssinatura #control {
        display: block;
    }

        .opcPagamentoAssinatura #control div {
            display: inline-block;
        }


.opcPagamentoBoleto #labelBoleto {
    display: block;
}

    .opcPagamentoBoleto #labelBoleto div {
        display: inline-block;
    }



.opcPagamentoPix {
    display: block;
}

    .opcPagamentoPix #label {
        display: block;
    }

        .opcPagamentoPix #label div {
            display: inline-block;
        }


    .opcPagamentoPix #control {
        display: block;
    }

        .opcPagamentoPix #control div {
            display: inline-block;
        }

.bancosDebitoCarrinho .opcaoItemPagamentoOnline {
    display: inline-block;
    border: 1px solid #808080;
    background-color: #fff;
    height: 50px;
    line-height: 45px;
    padding-top: 10px;
    margin-left: 10px;
    margin-bottom: 30px;
    cursor: pointer;
}

.bancosDebitoCarrinho .opcaoItemPagamentoOnlineSelected {
    display: inline-block;
    border: 2px solid #368d41;
    background-color: #fff;
    height: 50px;
    line-height: 45px;
    padding-top: 10px;
    margin-left: 10px;
    cursor: pointer;
    color: #368d41;
    font-weight: bold;
}


.opcaoItemPagamentoOnline {
    display: inline-block;
    border: 1px solid #808080;
    background-color: #fff;
    height: 50px;
    line-height: 45px;
    padding-top: 0px;
    margin-left: 10px;
    cursor: pointer;
}

.opcaoItemPagamentoOnlineSelected {
    display: inline-block;
    border: 2px solid #368d41;
    background-color: #fff;
    height: 50px;
    line-height: 45px;
    padding-top: 0px;
    margin-left: 10px;
    cursor: pointer;
    color: #368d41;
    font-weight: bold;
}

    .opcaoItemPagamentoOnlineSelected div {
        text-align: center;
        min-width: 100px;
    }


.opcaoItemPagamentoOnline:hover {
    background-color: #808080;
    font-weight: bold;
}

.opcaoItemPagamentoOnline div {
    text-align: center;
    min-width: 100px;
}


.opcaoItemPagamentoOnlineDisabled div {
    text-align: center;
    min-width: 100px;
}


.infoBoleto {
    width: 100%;
    min-height: 100px;
    display: block;
}

    .infoBoleto div {
        display: inline-block;
        vertical-align: top;
    }

    .infoBoleto #imgBoleto {
        height: 100px;
        width: 100px;
        background-color: #fff;
        padding-top: 30px;
    }

        .infoBoleto #imgBoleto img {
            width: 100%;
        }

.objInfoBoleto {
    font-size: 0.9em;
    color: #949494;
    padding-left: 0px;
    padding-top: 10px;
}

.infoDebitoOnline {
    position: relative;
    display: block;
}

    .infoDebitoOnline #info {
        margin-bottom: 20px;
    }

.bancosDebito {
    display: block;
    width: 100%;
    min-height: 100px;
}

.bancosDebitoCarrinho {
    display: block;
    width: 100%;
    min-height: 100px;
    padding-top: 10px;
}



.tabControlFormasPagamento {
    margin-top: 0px;
}

.abasTabControlFormasPagamento {
    padding-top: 0px;
}

.btn-compra {
}


.botoesPagamento {
    padding-top: 20px;
    padding-bottom: 20px;
}

.divPagamentoAreaAluno {
    background-color: #fff;
    border: 1px dashed #949494;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    display: none;
}

    .divPagamentoAreaAluno #titulo {
        line-height: 30px;
        vertical-align: middle;
        background-color: #46d397;
        text-align: center;
        color: #ffffff;
        font-size: 1.2em;
    }

    .divPagamentoAreaAluno #descricao {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
    }


.boxInfoDetalhesPagamento {
    border: 1px dashed #949494;
    padding-right: 10px;
    padding-top: 10px;
    padding-left: 10px;
}

.obsInfoDetalhesPagamento {
    font-size: 1.0em;
}

.lblTituloInfoDetalhesPagamento {
    font-size: 1.5em;
}

.boxInfoFormasPagamento {
    border: 1px dashed #949494;
    padding-right: 10px;
    padding-top: 10px;
    padding-left: 10px;
}

.divInfoTotaisCompras {
    text-align: right;
}

    .divInfoTotaisCompras #infoValorTotalCompra {
        display: inline-block;
        font-weight: bold;
        min-width: 70px;
    }

    .divInfoTotaisCompras #infoValorCreditosDescontoCompra {
        display: inline-block;
        font-weight: bold;
        min-width: 70px;
    }

    .divInfoTotaisCompras #infoValorTotalPagamento {
        display: inline-block;
        font-weight: bold;
        min-width: 70px;
    }

.form-cartao {
    font-size: 1.0em;
}

.form-cartao-data {
    font-size: 1.0em;
}

.form-cartao-numero {
    font-size: 1.0em;
}

.form-cartao-codseg {
    font-size: 1.0em;
}

.formaPagamentoCheckout {
    border: 1px solid #333333;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    /* padding-top: 10px; */
    box-shadow: none;
    background-color: transparent;
    color: #ffffff;
    border-radius: 10px;
    display: flex;
    padding: 20px;
}

.boxInformacoesPagamentoPagarme {
    border: 1px solid #949494;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 2px 2px #888888;
}

.boxItemInformacoesPagamentoPagarme {
    display: block;
    font-size: 0.8em;
    font-weight: bold;
}

    .boxItemInformacoesPagamentoPagarme span {
        display: inline-block;
    }

    .boxItemInformacoesPagamentoPagarme div {
        display: inline-block;
        float: right;
    }

.infoFormaPagamentoCheckout {
    text-align: center;
    padding-bottom: 20px;
}

.lblTituloInfoDetalhesPagamento {
    font-size: 1.2em;
    font-weight: bold;
    height: 36px;
    display: block;
}

.obsInfoDetalhesPagamento {
    font-size: 1.0em;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}


.tabPagamentoButtonSelected {
    padding: 10px;
    background-color: #D75814;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    border: #D75814;
    border-radius: 10px;
    vertical-align: middle;
    width: 100%;
    margin: 5px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center
}

    .tabPagamentoButtonSelected i {
        float: right;
        padding-top: 2px;
    }

.tabPagamentoButton {
    padding: 10px;
    background-color: #383838;
    color: #ffffff;
    font-size: 1em;
    cursor: pointer;
    border: 1px solid #383838;
    border-radius: 10px;
    vertical-align: middle;
    width: 100%;
    margin: 5px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center
}

    .tabPagamentoButton div {
        line-height: 30px;
        text-align: left;
        display: inline-block;
        float: left;
    }

    .tabPagamentoButton i {
        float: right;
        padding-top: 2px
    }


.numCompraConfirmacao {
    background-color: #e2e0e0;
    border: 1px dashed #717171;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}


.divShowBoleto {
    position: fixed !important;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    color: #000000;
    background-color: rgba(56, 60, 75, 0.80);
    text-align: center;
    display: none;
    z-index: 999999999;
}

    .divShowBoleto #titulo {
        position: absolute;
        display: block;
        text-align: center;
        line-height: 50px;
        vertical-align: middle;
        top: 10%;
        left: 10%;
        margin-top: -50px;
        width: 80%;
        height: 50px;
        background-color: #e2e0e0;
        color: #717171;
        font-size: 1.1em;
        font-weight: bold;
    }

    .divShowBoleto #btCloseBoleto {
        position: absolute;
        width: 50px;
        height: 50px;
        top: 10%;
        left: 90%;
        margin-left: -43px;
        margin-top: -43px;
        cursor: pointer;
        z-index: 999;
        color: #009dc8 !important;
    }

        .divShowBoleto #btCloseBoleto i {
            color: #009dc8 !important;
        }

            .divShowBoleto #btCloseBoleto i:hover {
                color: #00baed !important;
            }


    .divShowBoleto #iframeBoleto {
        position: fixed;
        top: 10%;
        top: 10%;
        left: 10%;
        height: 80%;
        width: 80%;
        border: 5px dashed #e2e0e0;
    }


.itemFormaPagamento {
    display: block;
}

    .itemFormaPagamento div {
        display: inline-block;
        width: 30%;
    }

.pagamentoPagSeguroPanelAreaAluno {
    display: none;
}

.rowOpcaoPagamento {
    padding-bottom: 10px;
}

.lblInfoDadosBoleto {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    color: #808080;
}

.rowInfoCartao {
    /* padding-bottom: 10px; */
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
}



.infoPriceCheckout {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .infoPriceCheckout span {
        display: inline-block;
    }

    .infoPriceCheckout div {
        display: inline-block;
    }

.itemCheckout {
    display: block;
}

    .itemCheckout span {
        display: inline-block;
    }

    .itemCheckout div {
        min-width: 80px;
        display: flex;
        justify-content: flex-end;
    }

.infoItensCheckout {
    background-color: #383838;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 5px 20px 5px 20px;
    margin-top: 0px;
    color: #fff;
    margin-bottom: 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.infoItensCheckout-label {
    color: #fff;
    line-height: 40px;
}

infoItensCheckout .badge-pill {
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 30px;
    background-color: #9c95b4;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

.list-group {
    padding: 20px 20px 20px 20px;
    background-color: transparent;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #383838;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item {
    padding: 0 0 10px 0px;
    margin-bottom: 0;
    background-color: transparent;
    border: 0 solid #ddd;
}

.infoItensCheckout .badge-pill {
    float: right;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    line-height: 25px;
    background-color: #ECECEC;
    font-size: 16px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #D75814;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

.containerPagamento {
    padding-bottom: 30px;
    border: 1px solid #383838;
    padding: 25px;
    border-radius: 10px;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    min-height: 200px;
    opacity: 0;
}

.boxInfoRecorrencia {
    padding-top: 20px;
}

.titlepagamento {
    margin-bottom: 20px;
}

    .titlepagamento h4 {
        margin-bottom: 0px;
    }

.titlepagamentotitlepagamento span {
}

.tabPagamentoButtonSelected .fa-pix {
    background-image: url(/dottaflowpay/img/pix.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 28px;
    width: 28px;
}

.tabPagamentoButton .fa-pix {
    display: block;
    background-image: url(/dottaflowpay/img/pix-not-selected.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 28px;
    width: 28px;
}

#wrapper {
    padding-top: 0px;
}


.form-control {
    background-color: #383838;
    background-image: none;
    border: 1px solid #383838;
    box-shadow: none;
    color: #acacac;
    display: block;
    font-size: 12px;
    height: 48px;
    line-height: 1.42857;
    margin-bottom: 15px;
    padding: 6px 12px;
    width: 100%;
    border-radius: 10px !important;
}

    .form-control:focus {
        background-color: #383838;
        background-image: none;
        border: 1px solid rgba(224,224,224,0.75);
    }


.select2-container--default .select2-selection--single {
    border-radius: 10px;
    height: 40px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 30px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }



@media screen and (max-width: 991px) {

    .infoItensCheckout {
        margin-top: 20px;
    }

    .panelPagamento {
        padding: 10px 10px 10px 10px;
        background-color: transparent;
        border-radius: 8px;
        border: 1px solid #383838;
    }
}

@media screen and (min-width: 991px) {

    .itemLabelPayment {
        font-size: 1.0em;
    }
}

@media screen and (max-width: 768px) {
    .botoesPagamento {
        padding-bottom: 100px !important;
    }
}


@media screen and (min-width: 512px) and (max-width: 991px) {
    .itemLabelPayment {
        font-size: 0.6em;
    }

    .box-header-logon .login-text-register {
        font-size: 0.8em;
    }

    .box-identificaca-carrinho-compras {
        margin-bottom: 20px;
    }
}


@media screen and (min-width: 991px) and (max-width: 1999px) {
    .lblCodSeguranca {
        font-size: 0.9em;
    }
}


.text-bold {
    font-weight: bold;
}

.infovoucherdesconto {
    display: flex;
    color: #ffffff;
    text-align: center;
    border: 1px dashed #10668d;
    padding: 10px;
    background-color: #03a9f485;
    align-items: center;
    border-radius: 10px !important;
    flex-direction: column;
}

    .infovoucherdesconto ul {
        display: block;
        padding-left: 0px;
        color: #999999;
    }

.input-group {
    display: flex;
    margin-bottom: 10px;
}

.w3-black {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
}


.boxInfoCarrinho {
    padding-top: 20px;
}


.box-totais-checkout {
    border-top: 1px dashed #999999;
    padding-top: 5px;
}

.box-upsell-orderbump {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.box-upsell-orderbump-title {
    font-size: 1.5rem;
    color: #ffffff;
    padding-bottom: 10px;
    font-weight: bold;
}

.box-upsell-orderbump-item-content-thumb {
    width: 100px;
}

    .box-upsell-orderbump-item-content-thumb img {
        width: 100%;
        border-radius: 10px;
    }

.box-upsell-orderbump-item-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #333333;
    border-radius: 10px;
    background-color: #383838;
    margin-top: 5px;
    margin-bottom: 5px;
}

.box-upsell-orderbump-item-content-info {
    width: 100%;
    padding-left: 20px;
}

.box-upsell-orderbump-item-content-info-name {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
}

.box-upsell-orderbump-item-content-info-desc {
    line-height: 20px;
    color: #999999;
    padding-top: 5px;
    padding-bottom: 5px;
}

.box-upsell-orderbump-item-content-info-price-from {
    text-decoration: line-through;
    font-size: 1.3rem;
}

    .box-upsell-orderbump-item-content-info-price-from span {
        display: inline-block;
        padding: 0px 10px;
        background-color: #368d41;
        color: #ffffff;
        text-decoration: none;
        font-size: 1.3rem;
        border-radius: 5px;
        margin-left: 5px;
    }

.box-upsell-orderbump-item-content-info-price-to {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
}

.box-upsell-orderbump-item-content-info-button {
    display: flex;
    justify-content: flex-end;
}

.btn-add-item-order-bump {
    padding: 5px 10px;
    /* border: 1px solid #999999; */
    border-radius: 5px;
    background-color: #368d41;
    color: #ffffff;
    cursor: pointer;
}

    .btn-add-item-order-bump:hover {
        text-decoration: none;
        filter: brightness(1.2);
        color: #ffffff;
    }


.btn-remove-item-order-bump {
    padding: 5px 10px;
    /* border: 1px solid #999999; */
    border-radius: 5px;
    background-color: red;
    color: #ffffff;
    cursor: pointer;
}

.btn-remove-item-order-bump:hover {
    text-decoration: none;
    filter: brightness(1.2);
    color: #ffffff;
}


.label-item-order-bump-added {
    position: absolute;
    right: 30px;
    margin-top: 0px;
    color: #999999;
    font-size: 1.3rem;
    border: 1px solid #999999;
    border-radius: 5px;
    padding: 0px 10px;
}

    .label-item-order-bump-added i {
        color: #368d41;
        font-size: 1.5rem;
    }

.box-itens-checkout {
    display: flex;
    flex-direction: column;
}

.box-itens-checkout-title {
    font-size: 1.5rem;
    color: #ffffff;
    padding-bottom: 10px;
    font-weight: bold;
}

.box-itens-checkout-item-content-thumb {
    width: 100px;
}

    .box-itens-checkout-item-content-thumb img {
        width: 100%;
        border-radius: 10px;
    }

.box-itens-checkout-item-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #333333;
    border-radius: 10px;
    background-color: #383838;
    margin-bottom: 10px;
}

.box-itens-checkout-item-content-info {
    width: 100%;
    padding-left: 20px;
}

.box-itens-checkout-item-content-info-name {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
}

.box-itens-checkout-item-content-info-desc {
    line-height: 20px;
    color: #999999;
    padding-top: 5px;
    padding-bottom: 5px;
}

.box-itens-checkout-item-content-info-price-from {
    text-decoration: line-through;
    font-size: 1.3rem;
}

    .box-itens-checkout-item-content-info-price-from span {
        display: inline-block;
        padding: 0px 10px;
        background-color: #368d41;
        color: #ffffff;
        text-decoration: none;
        font-size: 1.3rem;
        border-radius: 5px;
        margin-left: 5px;
    }

.box-itens-checkout-item-content-info-price-to {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
}


.box-cartao {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.box-cartao-col-1 {
    width: 50%;
}

.box-cartao-col-2 {
    width: 50%;
    padding: 20px 0px 20px 10px;
}

.box-cartao-row-50 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.box-cartao-col-50 {
    margin-right: 20px;
}

@media screen and (max-width: 768px) {

    .list-group {
        padding: 10px 10px 10px 10px;
    }

    .botoesPagamento {
        padding-bottom: 100px !important;
    }

    .box-cartao {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    .box-cartao-col-1 {
        width: 100%;
    }

    .box-cartao-col-2 {
        width: 100%;
        padding: 0px;
    }



}


@media screen and (max-width: 511px) {

    .box-timeout-promo-content-label {
        font-size: 1.8rem !important;
    }
    
    .box-timeout-promo-content-time {
        font-size: 2rem !important;
    }

    .box-timeout-promo {
        background: linear-gradient(to right, rgba(244, 71, 71, 0) 0%, /* totalmente transparente na esquerda */ rgba(244, 71, 71, 0.8) 50%, /* começa a ficar sólido */ rgba(244, 71, 71, 0.8) 50%, /* mantém sólido no centro */ rgba(244, 71, 71, 0) 100% /* totalmente transparente na direita */ );
    }

    .containerPagamento {
        padding: 10px;
    }

    .w3-black {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .tabPagamentoButton {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .tabPagamentoButton div {
            line-height: 15px !important;
            text-align: center;
            padding-top: 5px;
        }

            .tabPagamentoButton div span {
                display: none;
            }


    .tabPagamentoButtonSelected {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

        .tabPagamentoButtonSelected div {
            line-height: 15px !important;
            text-align: center;
            padding-top: 5px;
        }

            .tabPagamentoButtonSelected div span {
                display: none;
            }

        .tabPagamentoButtonSelected i {
            float: none;
            padding-top: 0px;
        }

    .box-control-itens-payment {
        width: 100%;
    }

    .itemLabelPayment {
        font-size: 0.6em;
    }

    .box-header-logon .login-text-register span {
        display: none;
    }

    .tabPagamentoButtonSelected {
        width: 100%;
    }

    .tabPagamentoButton {
        width: 100%;
    }

    .formaPagamentoCheckout {
        border: 0px;
        padding: 0px;
        padding: 0px 0px 10px 0px;
    }


    .container {
        padding-right: 5px;
        padding-left: 5px;
    }
}

.box-compra-1-click {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border: 1px solid #333333;
    background-color: #383838;
    border-radius: 8px;
    margin-bottom: 20px;
}

.box-compra-1-click-boasvindas {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    background-color: #ffffffd6;
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    margin: 20px -20px;
    color: #333333;
}

    .box-compra-1-click-boasvindas span {
        display: inline-flex;
        font-weight: 700;
    }

.box-compra-1-click-header {
    display: flex;
    padding: 5px;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    color: #ffffff;
    font-size: 1.5rem;
}

    .box-compra-1-click-header i {
        font-size: 2rem;
        margin-right: 10px;
        color: yellow;
    }


.box-compra-1-click-email {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    color: #ffffff;
    font-size: 1.5rem;
}

.box-compra-1-click-email-label i {
    margin-right: 5px;
    color: #ffff00;
}

.btn-alterar-usuario-checkout {
    background-color: blue;
}

.box-compra-1-click-lastcompra-info {
    display: flex;
    flex-direction: column;
    padding: 5px;
    font-size: 1.3rem;
    justify-content: center;
}

.btn-alterar-usuario-checkout {
    background-color: #2196F3;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 1.2rem;
    cursor: pointer;
}

    .btn-alterar-usuario-checkout:hover {
        text-decoration: none;
        filter: brightness(1.2);
    }

.box-compra-1-click-lastcompra-info {
    display: flex;
    flex-direction: column;
    padding: 5px;
    font-size: 1.3rem;
}
.box-compra-1-click-lastcompra-info-header {
    color: #ffffff;
    font-weight: 700;
}

.box-compra-1-click-lastcompra-alert {
    padding: 5px;
    color: #FFEB3B;
}

.box-compra-1-click-lastcompra-info-mobile {
    display: flex;
    align-items: center;
}

.box-compra-1-click-lastcompra-info-id {
    display: flex;
    align-items: center;
}

.box-compra-1-click-lastcompra-info-mobile i {
    font-size: 2.3rem;
    margin-right: 5px;
}

.box-compra-1-click-lastcompra-info-id i {
    font-size: 1.5rem;
    margin-right: 5px;
}

.box-searching-user-checking {
    display: flex;
    flex-direction: column;
    padding: 10px;
    align-items: center;
    border: 1px solid #333333;
    border-radius: 10px;
    margin: 10px;
    background-color: #ffffff;
    color: #333333;
    font-weight: 700;
}

.box-searching-user-checking-img {
    display: flex;
}

.box-searching-user-checking-img img {
    max-width: 100px;
}

.box-searching-user-checking-img {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    font-weight: 700;
    line-height: 35px;
    color: #999999;
}

.box-alert-sem-iten-checkout {
    display: flex;
    border: 1px solid orangered;
    border-radius: 10px;
    padding: 20px;
    color: #ffffff;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

    .box-alert-sem-iten-checkout i {
        color: orangered;
        font-size: 2rem;
        margin: 0px 0px 10px 0px;
    }

    .box-alert-sem-iten-checkout span {
        text-align: center;
    }

.box-voucher-checkout {
    padding: 20px;
    border: 1px solid #333;
    border-radius: 10px;
}

.box-voucher-checkout-titulo {
    font-size: 1.5rem;
    color: #ffffff;
    padding-bottom: 10px;
}

.box-voucher-checkout-label {
    padding-bottom: 5px;
}

.box-voucher-checkout-controls {
    display: flex;
    flex-direction: column;
    align-content: space-around;
}

.box-voucher-checkout-controls-input {
    display: flex;
}

.box-voucher-checkout-controls-button {
    display: flex;
    justify-content: flex-end;
}

.btValidarCupomDesconto {
    border-radius: 5px;
}

.modal {
    background-color: rgb(9 9 9 / 87%) !important;
}

.itemCheckout {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .itemCheckout span ul {
        padding-left: 0px;
        font-size: 1.1rem;
        color: #999999;
    }

.btn-remove-voucher-checkout {
    position: absolute;
    right: 0px;
    top: 7px;
    margin-right: 7px;
    cursor: pointer;
    background-color: orangered;
    padding: 0px 10px 2px 10px;
    /* line-height: 20px; */
    /* vertical-align: middle; */
    display: flex;
    align-content: center;
    align-items: center;
    border-radius: 5px;
}

    .btn-remove-voucher-checkout i {
        margin-left: 5px;
    }

.infovoucherdesconto {
    display: flex;
    color: #ffffff;
    text-align: center;
    border: 1px dashed #10668d;
    padding: 10px;
    background-color: #03a9f485;
    align-items: center;
    border-radius: 10px !important;
    flex-direction: column;
}

.label-voucher-checkout {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    font-weight: 700;
}

    .label-voucher-checkout i {
        margin-right: 5px;
    }

    .infovoucherdesconto div {
        padding-top: 10px;
    }

.g-recaptcha {
    display: none;
}

.box-timeout-promo {
    display: flex;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 72px;
    background-color: rgba(244, 71, 71, 0.8);
    color: #ffffff;
    justify-content: space-around;
    align-items: center;
    z-index: 999;
    background: linear-gradient(to right, rgba(244, 71, 71, 0) 0%, /* totalmente transparente na esquerda */ rgba(244, 71, 71, 0.8) 40%, /* começa a ficar sólido */ rgba(244, 71, 71, 0.8) 60%, /* mantém sólido no centro */ rgba(244, 71, 71, 0) 100% /* totalmente transparente na direita */ );
}

.box-timeout-promo-content {
    display: flex;
    width: 100%;
    max-width: 840px;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.box-timeout-promo-content-label {
    font-size: 2rem;
    color: #ffffff;
}

.box-timeout-promo-content-time {
    display: flex;
    font-size: 3rem;
    margin-left: 10px;
    align-items: center;
}

    .box-timeout-promo-content-time span {
        margin-left: 5px;
        margin-right: 5px;
    }

.lbl-label-endereco {
    font-weight: 700;
}