/* ============ app.css ============ */

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.validation-message,
.validation-message1 {
    margin-top: 5px;
    color: red;
    font-size: 12px;
}

.validation-message1:empty {
    display: none;
}

.validation-message1:not(:empty) + .validation-message {
    display: none;
}

.fluent-messagebox {
    font-size: 14px;
}

/* ============ GERAL ============ */
:root {
    --bs-verdeClaro: #38af00;
    --bs-verde: #4da186;
    --bs-verdeMedio: #3c816a;
    --bs-verdeEscuro: #0d5131;
    --bs-laranja: #f3b40a;
    --bs-bege: #feedba;
    --bs-begeClaro: #fffefa;
    --bs-bordaRedonda: 20px;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 100%;
    font-weight: 400;
    outline: none;
    border: none;
    /*transition: all 0.2s;
	/*-moz-transition: all 0.2s; /* Firefox 4 */
    /*-webkit-transition: all 0.2s; /* Safari and Chrome */
    /*-o-transition: all 0.2s; /* Opera */
}

    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

#ajaxBusy {
    display: none !important;
}

img,
picture,
video,
embed {
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    line-height: 1em;
    font-weight: 800;
    letter-spacing: -0.05em;
    color: var(--bs-verdeMedio);
}

hr {
    border: none;
    border-bottom: solid 1px #999;
    margin: 15px 0;
}

    hr.duplo {
        border: none;
        border-bottom: solid 1px #999;
        border-top: solid 1px #999;
        height: 5px;
        margin: 30px 0;
        padding: 0;
    }

    hr.traco {
        border: none;
        border-bottom: dashed 1px #999;
        margin: 15px 0;
        padding: 0;
    }

a {
    color: #2c8b6c;
    cursor: pointer;
}

    a:hover {
        color: var(--bs-verdeClaro);
    }

p {
    font-size: 1.4em;
    font-weight: 500;
    margin: 0;
    line-height: 1.5em;
}

h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
    color: var(--bs-verdeClaro);
}

h3 {
    font-size: 1.6em;
    color: #333;
    font-weight: 700;
    margin-bottom: 5px;
}

.form-control,
.form-select {
    font-size: 1.4em;
}

@keyframes girar {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

body {
    font-size: 62.5%;
    background: rgba(21, 105, 65, 0.05);
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-optical-sizing: auto;
    line-height: normal;
}

table {
    font-size: 1.4em;
    line-height: normal;
}

    table caption {
        font-weight: 800;
        color: var(--bs-verdeMedio);
        font-size: 1.2em;
    }

    table tr td {
        padding: 5px 2.5px;
        border-bottom: solid 1px #ccc;
    }

    table tr:last-child td {
        border: none;
    }

.font14 {
    font-size: 14px !important;
}

@media (max-width: 991px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
}

/* TOPO */
#topo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #d1d1d1;
    background: linear-gradient( 0deg, rgba(209, 209, 209, 1) 0%, rgba(255, 255, 255, 1) 100% );
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    z-index: 9;
}

    #topo > div {
        padding: 15px;
    }

    #topo .menu a {
        display: block;
        font-size: 2em;
        padding: 10px;
        color: #fff;
        background: var(--bs-verde);
        width: 40px;
        height: 40px;
        line-height: 40px;
        padding: 0;
        text-align: center;
        border-radius: 100%;
    }

        #topo .menu a:hover {
            background: var(--bs-verdeMedio);
        }

        #topo .menu a.sair {
            background: #ccc;
            color: #666;
            display: none;
        }

.pagRestrita #topo .menu a.sair {
    display: block;
}

/* TITULO DA P�GINA */
#titPage {
    box-shadow: -1px -66px 59px -66px rgba(0, 0, 0, 0.5) inset;
}

    #titPage .container {
        padding: 40px;
        padding-top: 110px;
    }

    #titPage.titEvento {
        background: url(../../img/bg-gravata-2026.jpg) center center no-repeat;
        background-size: cover;
        min-height: 400px;
        color: #fff;
        display: flex;
        align-items: center;
    }

        #titPage.titEvento .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

@media (max-width: 768px) {
    #titPage.titEvento .container {
        flex-direction: column;
    }

        #titPage.titEvento .container > div {
            order: 2;
            text-align: center;
        }

        #titPage.titEvento .container img {
            order: 1;
            margin-bottom: 15px;
            width: 80%;
        }
}

#titPage h1 {
    font-size: 3.2em;
    color: #fff;
    margin-bottom: 10px;
}

#titPage.titEvento img {
    max-width: 500px;
}

#titPage.titInterna {
    background: #2a7b9b;
    background: linear-gradient( 30deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100% );
    display: flex;
    align-items: center;
}

    #titPage.titInterna .container {
        padding-top: 105px;
        padding-left: 15px;
    }

    #titPage.titInterna h1 {
        margin-bottom: 0;
    }

/* ============ PADROES ============ */
main {
    padding-top: 50px;
    padding-bottom: 100px;
    box-shadow: -1px -66px 59px -66px rgba(0, 0, 0, 0.5) inset;
}

    main h2 {
        font-size: 2.4em;
    }

@media (max-width: 767px) {
    main {
        padding: 50px 0px;
    }
}

/*** Bot�o ***/
.botao {
    background: var(--bs-verdeClaro);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: var(--bs-bordaRedonda);
}

    .botao:hover {
        background: var(--bs-verde);
        color: #fff;
    }

    .botao:disabled {
        background: #808080;
        color: #fff;
        cursor: not-allowed;
    }

.botaoCinza {
    background: #333;
}

    .botaoCinza:hover {
        background: #666;
    }

.botaoAzul {
    background: #2a7b9b;
}

    .botaoAzul:hover {
        background: #1a627e;
    }

/*** BOX ***/
.box {
    padding: 20px;
    border: solid 1px #3c816a50;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    background: #fff;
    border-radius: var(--bs-bordaRedonda);
}

.boxTraco {
    border: solid 1px var(--bs-verdeClaro);
    padding: 20px;
    border-radius: 20px;
}

/* ESTILO DO FORMULARIO */
.form-label {
    font-size: 1.4em;
}

/* RODAPE DO SITE */
footer {
    background: url(../../img/bg-rodape.png) left top;
    color: #fff;
    padding: 60px 0px;
}

    footer #atendimento {
        font-size: 2em;
        border-bottom: solid 1px #ffffff22;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

        footer #atendimento a {
            color: #fff;
        }

        footer #atendimento div:first-child p {
            line-height: 1em;
            font-weight: 300;
            margin-bottom: 0;
            font-size: 1em;
        }

            footer #atendimento div:first-child p b {
                font-weight: 800;
            }

        footer #atendimento i {
            color: var(--bs-verde);
        }

        footer #atendimento > div .bi-chat-square-dots {
            font-size: 4em;
            display: flex;
        }

        footer #atendimento div:nth-child(2n) a {
            text-decoration: none;
        }

            footer #atendimento div:nth-child(2n) a:hover {
                text-decoration: underline;
            }

    footer #copy {
        text-align: center;
    }

/* ============ P�GINA DE DETALHE ============ */

/* BOTOES DO TOPO (Parcelamento/Compartilhar) */
.botoesTopo {
    margin-top: -20px;
    gap: 10px;
}

    .botoesTopo .botao {
        font-size: 1.4em;
        font-weight: 400;
        padding: 10px 25px;
    }

        .botoesTopo .botao:first-child {
            background: var(--bs-verdeEscuro);
        }

        .botoesTopo .botao i {
            margin-right: 5px;
        }

/* SELECAO DE PRODUTOS */
.selecaoCategoria {
    background: var(--bs-verdeMedio);
    color: #fff;
    padding: 15px 10px;
    margin-bottom: 15px;
    border-radius: var(--bs-bordaRedonda);
}

/* LISTAGEM DE PRODUTOS */
.listaProdutos {
    max-height: 350px;
    overflow-y: scroll;
}

    .listaProdutos ul li {
        background: #fff;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        margin: 10px;
    }

        .listaProdutos ul li > p {
            padding: 15px 20px;
            line-height: 1.2em;
        }

            .listaProdutos ul li > p > b {
                color: var(--bs-verde);
            }

        .listaProdutos ul li > div {
            background: var(--bs-verdeEscuro);
            padding: 5px 20px;
            color: #fff;
            line-height: 1.5em;
            display: flex;
            align-items: center;
            gap: 10px;
        }

            .listaProdutos ul li > div b {
                color: var(--bs-verdeClaro);
                font-size: 1.5em;
                font-weight: 800;
            }

        .listaProdutos ul li .qtd {
            display: flex;
            background: #fff;
            border-radius: var(--bs-bordaRedonda);
            margin-bottom: 5px;
        }

            .listaProdutos ul li .qtd a {
                background: var(--bs-verdeClaro);
                color: #fff;
                border-radius: 30px;
                padding: 5px;
                text-decoration: none;
                font-size: 1.6em;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 20px;
                height: 20px;
            }

                .listaProdutos ul li .qtd a:hover {
                    background-color: var(--bs-verde);
                }

            .listaProdutos ul li .qtd input {
                padding: 0;
                margin: 0;
                height: 20px;
                border: none;
                text-align: center;
                width: 40px;
                font-size: 12px;
            }

        .listaProdutos ul li.selecionado .botao {
            background: red;
        }

        .listaProdutos ul li.desativado {
            opacity: 0.3;
            pointer-events: none;
        }
    /* CUSTOMIZA BARRA DE ROLAGEM */
    .listaProdutos::-webkit-scrollbar {
        width: 10px;
    }

    .listaProdutos::-webkit-scrollbar-track {
        background: #ccc;
        border-radius: 5px;
    }

    .listaProdutos::-webkit-scrollbar-thumb {
        background: var(--bs-verdeClaro);
        border-radius: 5px;
    }
/* FINAL DA LISTAGEM DE PRODUTOS */

/* COLUNA DO FECHAMENTO */
.fechamento {
    padding-left: 40px;
}

    .fechamento hr {
        margin: 15px 0;
    }

    .fechamento .infoFechamento {
        font-style: italic;
        margin-bottom: 10px;
    }

        .fechamento .infoFechamento p {
            font-size: 1.2em;
        }

    .fechamento .form-check {
        font-size: 16px;
        border: solid 1px red;
        padding: 10px;
        border-radius: 10px;
    }

        .fechamento .form-check label {
            margin-left: 10px;
        }

    .fechamento .form-check-desmarcado {
        color: red;
    }

    .fechamento .responsavel {
        border-top: dashed 1px #ddd;
        padding-top: 15px;
        margin-top: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 25px;
    }

        .fechamento .responsavel p {
            line-height: 1.2em;
        }

        .fechamento .responsavel div input {
            min-width: 200px;
        }

    .fechamento .cupom {
        border-top: dashed 1px #ddd;
        padding-top: 15px;
        margin-top: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 25px;
    }

    .fechamento .valor {
        line-height: 1.8em;
        align-items: center;
    }

        .fechamento .valor b {
            color: var(--bs-verde);
            font-size: 1.5em;
            font-weight: 800;
        }

        .fechamento .valor .botao {
            font-size: 1.5em;
            padding: 10px 25px;
        }
/* FINAL DA COLUNA DO FECHAMENTO */

/* BOX DETALHES */
.detalhes iframe {
    border: solid 1px #3c816a80;
    border-radius: var(--bs-bordaRedonda);
    width: calc(100% + 40px);
    margin: -20px;
    margin-bottom: -24px;
}
/* FINAL DO BOX DETALHES */

/* SECTION OUTROS EVENTOS */
#outrosEventos {
    background: url(https://demo-themewinter.com/exhibz/wp-content/uploads/2018/12/speaker_bg.png) left top #fff;
    padding: 40px 0;
    display: none;
}
/* FINAL DA SECTION OUTROS EVENTOS */

/* PAGINA DE IDENTIFICA��O */
#identificacao .login button,
#identificacao .cadastro button {
    font-size: 1.4em;
}

/* PAGINA DE CONFIRMACAO */
.boxProduto {
    padding: 15px;
    background: rgba(237, 221, 83, 0.2);
    border-radius: 10px;
    margin-top: 5px;
    border: dashed 1px rgba(237, 221, 83, 1);
}

    .boxProduto b:first-child {
        color: var(--bs-verdeEscuro);
        font-weight: 800;
    }

#outrosProdutos .accordion-button {
    font-size: 1.4em;
    background: #4da18622;
}

    #outrosProdutos .accordion-button[aria-expanded="true"] {
        background: rgba(237, 221, 83, 0.2);
        color: var(--bs-verdeEscuro);
    }

.tabResumo td {
    vertical-align: top;
    padding: 10px 15px;
    vertical-align: middle;
}

    .tabResumo td:nth-child(2n) {
        text-align: right;
    }

    .tabResumo td small {
        font-size: 10px;
    }

.tabResumo tr.subtotal {
    background: #f4f4f4;
}

    .tabResumo tr.subtotal td:last-child {
        font-size: 9px;
    }

.tabResumo tr.total td {
    color: var(--bs-verdeEscuro);
}

.tabResumo tr.total {
    background: #4da18622;
    font-size: 1.2em;
}

    .tabResumo tr.total td:last-child {
        min-width: 120px;
    }

.listaPagamentos {
    flex-direction: column;
}

    .listaPagamentos li {
        margin-bottom: 5px;
    }

        .listaPagamentos li button {
            border: solid 1px red;
            display: block;
            width: 100%;
            text-align: left;
            border: solid 1px var(--bs-verdeEscuro);
            border-radius: 5px;
            color: var(--bs-verdeEscuro);
            font-size: 1.4em;
            font-weight: 500;
        }

            .listaPagamentos li button:hover {
                background: #4da18640;
                color: var(--bs-verdeEscuro);
                font-weight: 600;
            }

            .listaPagamentos li button.active {
                background: var(--bs-verdeClaro);
                color: #fff;
                border: solid 1px var(--bs-verdeClaro);
                font-weight: 800;
            }

                .listaPagamentos li button.active::before {
                    content: "\2713";
                    margin-right: 5px;
                }

#concluido table.ingressos .boxProduto p {
    font-size: 14px;
}

#concluido table.ingressos td {
    border: none;
}

/* �REA RESTRITA */
#restrita nav {
    margin-bottom: 20px;
}

    #restrita nav .nav {
        flex-wrap: nowrap;
        border-bottom: solid 1px var(--bs-verdeMedio);
    }

@media (max-width: 767px) {
    #restrita nav .nav {
        justify-content: space-between;
    }
}

#restrita nav button {
    text-align: left;
    font-size: 1.4em;
    letter-spacing: -0.5px;
    color: var(--bs-verdeEscuro);
    font-weight: 500;
    border-radius: 5px 5px 0 0;
}

    #restrita nav button.active {
        background: var(--bs-verdeMedio);
        color: #fff;
        font-weight: 800;
        border-bottom: solid 5px var(--bs-verdeClaro);
        margin-bottom: -6px;
    }
/*#restrita nav button.active:before {
  content: "\279C";
  margin-right: 5px;
}*/ /* ADICIONA SETA NA ABA ATIVA */

#restrita table tbody td,
#restrita table tbody th {
    vertical-align: middle;
}

#restrita #conteudo-eventos .box > div {
    margin-bottom: 10px;
}

#restrita #conteudo-eventos .collapse {
    background: #f4f4f4;
    padding: 20px;
    border-radius: 10px;
}

    #restrita #conteudo-eventos .collapse table {
        width: 100%;
    }

        #restrita #conteudo-eventos .collapse table thead tr {
            background: var(--bs-verde);
            color: #fff;
            border-radius: 0;
        }

            #restrita #conteudo-eventos .collapse table thead tr th {
                font-weight: 800;
            }

        #restrita #conteudo-eventos .collapse table th,
        #restrita #conteudo-eventos .collapse table td {
            padding: 10px;
        }

        #restrita #conteudo-eventos .collapse table tbody tr:hover {
            background: #fff;
        }

#restrita .bi-arrow-clockwise {
    animation: girar 1s linear infinite;
    display: inline-block;
}

/* ESTILO DA MODAL */
.modal .modal-header {
    background: var(--bs-verde);
}

    .modal .modal-header .modal-title {
        color: #fff;
    }

    .modal .modal-header .btn-close {
        opacity: 0.6;
    }

.modal .modal-footer {
    font-size: 1.4em !important;
    background: #f1f1f1;
}

/* ============ FINANCEIRO ============ */

.titulos-receber1 .fluent-data-grid-row td {
    height: 150px;
}

main1 {
    padding-bottom: 50px;
}

.titulos-receber {
    /*height: calc(100vh );*/
    /*height: calc(100dvh);*/
    /*height: calc(100svh);*/
    /*height: calc(100lvh);*/

    height: calc(100vh - 374px);
}
