
.navbar-menu .navbar-nav .nav-link:hover {
    color: none;
    /*background-color: lightgray !important;*/
}

.bg-mega-sena {
    background-color: #209869;
}

.bg-mega-sena-button {
    background-color: #209869;
    color: white;
}

    .bg-mega-sena-button:hover {
        background-color: #197954 !important;
        color: white;
    }

.bg-mega-sena .label {
    color: white;
}
.bg-line-mega-sena {
    background: #d2eae1;
}

    .bg-line-mega-sena .bg-texto {
        background: #bce0d2;
        color: #104c34;
        border: 1px solid #d2eae1 !important;
    }












.bg-loto-facil {
    background-color: #930989;
}

.bg-loto-facil-button {
    background-color: #930989;
    color: white;
}

    .bg-loto-facil-button:hover {
        background-color: #c984c4 !important;
        color: white;
    }

.bg-loto-facil .label {
    color: white;
}

.bg-line-loto-facil {
    background: #e9cde7;
}

    .bg-line-loto-facil .bg-texto {
        background: #deb5db;
        color: #490444;
        border: 1px solid #e9cde7 !important;
    }

    





.bg-loto {
    background-color: #808080;
}

.bg-loto-button {
    background-color: #808080;
    color: white;
}

    .bg-loto-button:hover {
        background-color: #A9A9A9 !important;
        color: white;
    }

.bg-loto .label {
    color: white;
}

.cursor-pointer {
    cursor: pointer;
}

.div-enviar-sugestao {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    position: absolute;
    background-color: #299cdb;
    left: -93px;
    top: -2px;
    border-radius: 5px;
    cursor:pointer !important;
}

.btn:hover + .div-enviar-sugestao {
    opacity: 1;
    visibility: visible;
}

.div-enviar-sugestao label {
    color: white;
    margin: 2px;
    padding: 0px 4px;
    cursor:pointer;
}


@media (max-width: 768px) {
    .customizer-setting {
        position: fixed;
        bottom: 10px;
        right: 20px;
        z-index: 1000;
    }
}









.bg-loto-mania {
    background-color: #F78100;
}

.bg-loto-mania-button {
    background-color: #F78100;
    color: white;
}

    .bg-loto-mania-button:hover {
        background-color: #F78100 !important;
        color: white;
    }

.bg-loto-mania .label {
    color: white;
}

.bg-line-loto-mania {
    background: #fde5cc;
}

    .bg-line-loto-mania .bg-texto {
        background: #fcd9b2;
        color: #7b4000;
        border: 1px solid #fde5cc !important;
    }






.bg-quina {
    background-color: #260085;
}

.bg-quina-button {
    background-color: #260085;
    color: white;
}

    .bg-quina-button:hover {
        background-color: #927fc2 !important;
        color: white;
    }

.bg-quina .label {
    color: white;
}


.bg-line-quina {
    background: #d3cce6;
}

    .bg-line-quina .bg-texto {
        background: #bdb2da;
        color: #130042;
        border: 1px solid #d3cce6 !important;
    }








.bola {
    margin-left: 5px;
    display: inline-flex;
    width: 50px;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-bottom: 5px;
}

.bola-min {
    margin-left: 5px;
    display: inline-flex;
    width: 40px;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-bottom: 5px;
}

    .bola-min .bola-label {
        font-size: 17px;
    }

.div-content-bola {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;    
}

.div-content-bola-free {
    margin-top: 10px;
    display: inline-block;    
}

.div-content-bola-center {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.div-content-bola-space-around {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.button-left-right-bola {
    width: auto;
    height: 78px;
    padding: 10px;
    font-size: 17px;
}


    .button-left-right-bola i {
        font-size: 30px;
        color: white;
    }

.bola-s-min {
    margin-left: 5px;
    display: inline-flex;
    width: 35px;
    justify-content: center;
    align-items: center;
    height: 35px;
    margin-bottom: 5px;
}

    .bola-s-min .bola-label {
        font-size: 15px;
    }

.bola-sm-min {
    margin-left: 5px;
    display: inline-flex;
    width: 25px;
    justify-content: center;
    align-items: center;
    height: 25px;
    margin-bottom: 5px;
}

    .bola-sm-min .bola-label {
        font-size: 12px;
    }


.bola-xs-min {
    margin-left: 3px;
    display: inline-flex;
    width: 25px;
    justify-content: center;
    align-items: center;
    height: 25px;
    margin-bottom: 3px;
}

    .bola-xs-min .bola-label {
        font-size: 10px;
    }



@media only screen and (max-width: 766px) {
    .button-left-right-bola {
        width: 100%;
        /*margin-top: 7px;
        margin-bottom: 7px;*/
    }
}



.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}

.preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.preloader-icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    padding: 0px;
}

    .preloader-icon span {
        position: absolute;
        display: inline-block;
        width: 100px;
        height: 100px;
        border-radius: 100%;
        background: #FF0076;
        -webkit-animation: preloader-fx 1.6s linear infinite;
        animation: preloader-fx 1.6s linear infinite;
    }

        .preloader-icon span:last-child {
            animation-delay: -0.8s;
            -webkit-animation-delay: -0.8s;
        }



.preloader-load {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    background-color: rgba(0,0,0,.4);
}

.preloader-load-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.preloader-load-icon {
    /*width: 100px;
    height: 100px;*/
    display: inline-block;
    padding: 0px;
}

    .preloader-load-icon span {
        position: absolute;
        display: inline-block;
        width: 100px;
        height: 100px;
        border-radius: 100%;
        background: #FF0076;
        -webkit-animation: preloader-fx 1.6s linear infinite;
        animation: preloader-fx 1.6s linear infinite;
    }

        .preloader-load-icon span:last-child {
            animation-delay: -0.8s;
            -webkit-animation-delay: -0.8s;
        }

.live-alerta {
    position: fixed;
    top: 10px;
    left: 10px;
    right: 10px;
    z-index: 1000;
}

.fs-100 {
    font-size: 100px;
}

.fs-100-alerta {
    color: #f7b84b;
    font-size: 100px;
}

.fs-100-erro {
    color: #f06548;
    font-size: 100px;
}

.fs-100-sucesso {
    color: #0ab39c;
    font-size: 100px;
}

#divModal-Titulo {
    font-size: 25px;
    font-weight: bold;
}

.preview-panel {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.25rem;
    width: 100%;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .1);
    padding: 5px;
    padding-left: 20px;
}

    .preview-panel > *:first-child {
        /*width: 96px;
        height: 96px;*/
    }

    .preview-panel > *:last-child {
        flex: 2;
    }

.btn-modal-close {
    margin-top: 10px;
    margin-left: 10px;
    border: solid 1px silver;
}

#divModal .modal-footer {
    justify-content: space-around !important;
}

.topbar-user {
    background-color: #dadae0 !important;
}

.label-grid {
    padding: 5px;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.form-label span {
    font-size: 10px;
    margin-left: 10px;
    font-weight: 300;
}


/* Estilos gerais, aplicados a todos os dispositivos */
.grafico-desktop {
    display: block; /* ou qualquer outro estilo que você queira */
}

.grafico-mobile {
    display: none; /* ou qualquer outro estilo que você queira */
}

/* Ocultar a div #grafico em dispositivos móveis */
@media (max-width: 766px) {
    .grafico-desktop {
        display: none;
    }

    .grafico-mobile {
        display: block;
    }
}

/* Mostrar a div #grafico em dispositivos desktop */
@media (min-width: 766px) {
    .grafico-desktop {
        display: block;
    }

    .grafico-mobile {
        display: none;
    }
}

.pointer {
    cursor: pointer;
}

.width100percent {
    width: 100%;
    text-align: left;
}

.td-detalhes {
    text-align: center;
}

    .td-detalhes span i {
        font-size: 20px;
        margin-left: 5px;
        cursor: pointer;
    }

.cursor-pointer {
    cursor: pointer;
}

.div-pencil-resposta {
    margin-right: 5px;
}

.bnt-resposta-detalhes {
    margin-top: 10px;
}

.div-resposta-user {
    padding: 10px;
}

.span-bola-min {
    font-size: 10px;
    position: absolute;
    width: 30px;
    height: 25px;
    margin-top: 50px;
    margin-left: 35px;
    padding: 5px;
    color: white;
    text-align: center;
}

.span-bola-max {
    font-size: 10px;
    position: absolute;
    width: 20px;
    height: 15px;
    margin-top: -40px;
    margin-left: 35px;
    padding: 3px;
    color: white;
    text-align: center;
    padding-bottom: 17px;
}

.ng-hide {
    display: none !important;
}

.ng-binding.ng-hide {
    display: inline !important; /* ou block, dependendo do que for mais apropriado */
}

.premiacao-Loto-Facil .ng-binding.ng-hide {
    display: none !important;
}

.premiacao-Quina .ng-binding.ng-hide {
    display: none !important;
}

.premiacao-Loto-Mania .ng-binding.ng-hide {
    display: none !important;
}

.div-premio {
    margin-top: 15px
}

.icon-navegacao-loteria {
    font-size: 40px;
    color: white;
    cursor: pointer;
}

.card-home-loteria {
    text-align: center;
    width: 100%;
    font-size: 18px;
    margin-left: 10px;
    text-align: center;
    color: white;
}

.card-label-acumulou {
    font-size: 18px;
    color: white;
    text-align: center;
    font-weight: bold;
}

.card-label-extimativa {
    font-size: 12px;
    color: white;
    text-align: center;
}

.card-label-premio {
    font-size: 2em;
    color: white;
    text-align: center;
}

.card-label-loteria {
    font-size: 25px;
    color: white;
    text-align: center;
}

.bg-popup-login {
    background-color: var(--vz-body-bg);
}

.img-menu {
    max-width: 18px;
    max-height: 18px;
}

.mt-menos-70 {
    margin-top: -70px;
}

.label-ant-prox {
    color: white;
    display: block;
}

.label-titulo-padrao {
    color: white !important;
}

.foot-gerar-jogo {
    position: fixed;
    bottom: 0px;
    height: 50px;
    background-color: red;
}

.div-gerar-jogo-fixo {
    display: inline-flex;
}

    .div-gerar-jogo-fixo label {
        font-size: 20px;
        color: black;
    }

.div-gerar-jogo-fixo-dados {
    display: grid;
    margin-left: 10px;
}

    .div-gerar-jogo-fixo-dados label {
        font-size: 13px;
        color: black;
        margin-bottom: 0px !important;
    }

.div-first-top {
    border-bottom: 1px solid var(--vz-border-color);
    border-right: 1px solid var(--vz-border-color);
}

    .div-first-top input {
        padding: 2px;
        margin-bottom: 5px;
        max-width: 100px;
    }

.div-last-bottom {
    border-right: 1px solid var(--vz-border-color);
}

.bola-carrinho-gerador {
    overflow-y: auto;
    margin-top: 17px;
}

.cke_top {
    background: none !important;
    border-bottom-color: solid 1px silver !important;
}

.cke_chrome {
    border: solid 1px silver !important;
}

.cke_bottom {
    background: silver !important;
    border-top-color: solid 1px silver !important;
}

.div-body-content-site {
    margin-left: -30px;
    margin-right: -24px;
}

.div-chat-atendimento-body {
    margin-left: -18px;
    margin-right: -12px;
    border-left: solid 5px white;
    border-right: solid 5px white;
    border-bottom: solid 5px white;
}

.active-menu {
    /*background-color: silver;*/
}

.active-menu a span {
    font-weight:bold;
    color:white;
}

.btn-menu-acao {
    font-size: 25px;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}

.div-form-element {
    margin-top: 0.7rem;
}

.titulo-tipo-alerta {
    margin-right: 15px;
}

.mg-0 {
    margin: 0px !important;
}

.btn-dispensar {
    height: 20px;
    padding: 0px;
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    border-color: white;
    color: white;
}

.info-cicle {
    border: 1px solid white;
    border-radius: 50%;
}

.div-card-left-loteria {
    border-right: solid 1px silver;
}

.div-border-gerar-jogos {
    border-bottom: solid 1px silver;
    border-right: solid 1px silver;
    padding-bottom: 20px;
}

.div-border-gerar-jogos-f {
    border-bottom: solid 1px silver;
    padding-bottom: 20px;
}

.div-border-gerar-jogos-2 {
    padding-top: 20px;
    border-right: solid 1px silver;
}

.div-border-gerar-jogos-2-f {
    padding-top: 20px;
}

.card-not-animate {
    height: 95%;
}

.card-not-animate-100 {
    height: 100%;
}

.p-fim-aposta {
    text-align: center;
    color: white;
}

.iframe-bolas {
    width: 100%;
    height: calc(100vh - 260px);
}

.modal-body-iframe {
    min-height: calc(100vh - 150px);
}

.card-100h {
    height: 95%;
}

.card-link-home {
    display: flex;
    justify-content: space-around;
}

.div-card-index {
    width: 100%;
    height: 40px;
    display: grid;
    align-items: center;
}

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}


.toolbar-landpage {
    left: 0px !important;
}

.footer-landpage {
    bottom: 0;
    padding: 20px calc(1.5rem * .5);
    position: absolute;
    right: 0;
    color: var(--vz-footer-color);
    height: 60px;
    background-color: var(--vz-footer-bg);
    width: 100%;
}

.img-logo-landpage {
    max-width: 100%;
    width: 400px;
}

.img-head-logo {
    margin-left: 10px;
}

.card-height-100-cadastro {
    height: calc(100% - 3rem);
}

.img-pagamento {
    max-width: 48px;
    max-height: 48px;
}

.img-qr-code {
    max-width: 200px;
    max-height: 200px;
}

.div-img-intrucoes-pix {
    --iconWidth: 2rem;
    min-height: var(--iconWidth);
    display: inline-grid;
    min-width: var(--iconWidth);
    background-color: #33416e;
    border-radius: calc(var(--iconWidth) / 2);
    padding: 1px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}



.div-item-minha-conta {
    padding: 10px;
    border: solid 1px #ced4da;
    border-radius: 5px;
    height: 100%;
}

    .div-item-minha-conta:hover {
        background-color: #ced4da;
        cursor: pointer;
    }

    .div-item-minha-conta .avatar-title {
        background-color: transparent !important;
    }

        .div-item-minha-conta .avatar-title i {
            color: black;
            font-size: 30px;
        }

.i-btn-login {
    padding-right:20px;
}

.mouse-disable-a{
    pointer-events:none;
}

.border-top-none{
    border-top:none !important;
}
.card-plano-atual{
    border:solid 1px silver;
}
.icon-danger-inf-up {
    font-size: 70px;
    color: #f06548;
}

.cookies-div {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 0px;
    z-index: 9999;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 65%;
    margin: 0px auto;
    background: rgb(255, 255, 255);
    padding: 20px;
    box-shadow: rgb(170, 170, 170) 0px 0px 10px;
    border-radius: 12px;
    display: flex;
}

.table-ganhadores {
    overflow-y: auto;
    max-height: 200px;
}

.cell-ganhou-premio{    
    color:green !important;
    font-weight:bold;            
}
.btn-visualizar-estatisticas{
    margin-left:20px;
}

.color-white{
    color:white;
}
.div-inf-ger-jogos{
    margin-left:10px;
}
.card-animate-home-new {
    border: 1px solid #e1e1e1;
}

.card-home-loteria-new {
    text-align: center;
    width: 100%;
    font-size: 18px;
    margin-left: 10px;
    text-align: center;
    color: var(--vz-heading-color);
    font-weight:bold;
}

.card-label-acumulou-new {
    font-size: 18px;
    color: var(--vz-heading-color);    
    text-align: center;
    font-weight: bold;
}

.card-label-extimativa-new {
    font-size: 12px;
    color: var(--vz-heading-color);
    text-align: center;
}

.card-label-premio-new {
    font-size: 2em;
    color: var(--vz-heading-color);
    text-align: center;
    font-weight:500;
}
.card-pay-new{
    margin-top: 0px;
}
.card-body-pagamento{
    padding-top:0px !important;
    padding-bottom:0px !important;
}
.col-left-pagamento{
    padding-top:30px;
    border-right: 1px solid #c6c6c683;
}
.col-right-pagamento {
    padding-top: 30px;
}

.titulo-car-plano{
    margin-bottom:0px;
}
.img-car-plano {
    font-size: 60px !important;    
    margin-top: -10px;
    margin-left: 5px;
}
.row-pagamento{
    margin-top:50px;
}
.bottom-border {
    border-bottom: solid 1px #c6c6c683;
}
.div-button-pagamento {
    display: flex !important;
    justify-content: space-around;
    padding-bottom: 30px;
}

.btn-pagamento-checkout {
    height: 70px;
    width: 100%;
    font-size:25px;
}

.bg-green-50 {
    background-color: oklch(98.2% .018 155.826);
}

.rounded-lg {
    border-radius: .625rem;
}


:where(.space-y-2>:not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(.25rem * 2) * 0 0 syntax: "*" inherits: false initial-value: 0 View registered property );
    margin-block-end: calc(calc(.25rem * 2) * calc(1 - 0));
}

.items-center {
    align-items: center;
}

.pl-10{
    padding-left:10px;
}

.pt-10 {
    margin-top: 10px !important;
}






.chat-container {
    height: calc(100vh - 200px);
    display: flex;
    flex-direction: column;
}

.chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.chat-input-area {
    padding: 15px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

#chatInput {
    resize: none;
    overflow-y: hidden;
    transition: height 0.1s ease;
}

.message {
    margin-bottom: 15px;
    display: flex;
    align-items: start;
}

    .message.user {
        flex-direction: row-reverse;
    }

.message-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.message.ia .message-avatar {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.message.user .message-avatar {
    background: #0ab39c;
    color: white;
}

.message-content {
    max-width: 70%;
    padding: 12px 16px;
    border-radius: 12px;
    margin: 0 10px;
}

.message.ia .message-content {
    background: #f3f6f9;
    border-bottom-left-radius: 4px;
}

.message.user .message-content {
    background: #0ab39c;
    color: white;
    border-bottom-right-radius: 4px;
}

.welcome-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 30px;
    text-align: center;
}

.suggestion-card {
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

    .suggestion-card:hover {
        border-color: #0ab39c;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(10, 179, 156, 0.15);
    }

.typing-indicator {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

    .typing-indicator span {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #667eea;
        animation: typing 1.4s infinite;
    }

        .typing-indicator span:nth-child(2) {
            animation-delay: 0.2s;
        }

        .typing-indicator span:nth-child(3) {
            animation-delay: 0.4s;
        }

@keyframes typing {
    0%, 60%, 100% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-10px);
    }
}

.padding-0{
    padding:0px !important;
}

.pr-10 {
    margin-right:10px !important;
}
.ml-10{
    margin-left :10px !important;
}
.color-gold{
    color:gold;
}

.texto-oculto {
    filter: blur(8px); /* Ajuste o valor para mais ou menos borrão */
    user-select: none; /* Impede que o usuário selecione e copie o texto */
    pointer-events: none; /* Impede interações de mouse */
}